.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  -o-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  -o-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  -o-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  -webkit-animation: slbEnterNext 0.4s;
  -moz-animation: slbEnterNext 0.4s;
  -o-animation: slbEnterNext 0.4s;
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  -webkit-animation: slbEnterPrev 0.4s;
  -moz-animation: slbEnterPrev 0.4s;
  -o-animation: slbEnterPrev 0.4s;
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  -o-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@-moz-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@-o-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnterNext {
  from {
    opacity: 0;
    -moz-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    -moz-transform: translate3d(4em, 0, 0);
    -ms-transform: translate3d(4em, 0, 0);
    -o-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    -moz-transform: translate3d(4em, 0, 0);
    -ms-transform: translate3d(4em, 0, 0);
    -o-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -moz-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    -moz-transform: translate3d(-4em, 0, 0);
    -ms-transform: translate3d(-4em, 0, 0);
    -o-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    -moz-transform: translate3d(-4em, 0, 0);
    -ms-transform: translate3d(-4em, 0, 0);
    -o-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.glide * {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011 - 2018 The Bootstrap Authors
 * Copyright 2011 - 2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto,
.col-2_4, .col-sm-2_4, .col-md-2_4.col-lg-2_4,
.col-1_7, .col-sm-1_7, .col-md-1_7.col-lg-1_7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  -webkit-flex: 0 0 8.333333%;
  -moz-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  -webkit-flex: 0 0 16.666667%;
  -moz-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  -moz-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  -webkit-flex: 0 0 41.666667%;
  -moz-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  -webkit-flex: 0 0 58.333333%;
  -moz-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  -webkit-flex: 0 0 66.666667%;
  -moz-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -moz-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  -webkit-flex: 0 0 83.333333%;
  -moz-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  -webkit-flex: 0 0 91.666667%;
  -moz-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-2_4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-1_7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  -webkit-order: 13;
  -moz-box-ordinal-group: 14;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  -webkit-order: 6;
  -moz-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  -webkit-order: 7;
  -moz-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  -webkit-order: 8;
  -moz-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  -webkit-order: 9;
  -moz-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  -webkit-order: 10;
  -moz-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  -webkit-order: 11;
  -moz-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  -webkit-order: 12;
  -moz-box-ordinal-group: 13;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .col-sm-2_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-1_7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571428571429%;
    -webkit-flex: 0 0 14.28571428571429%;
    -moz-box-flex: 0;
    flex: 0 0 14.28571428571429%;
    max-width: 14.28571428571429%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .col-md-2_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-1_7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571428571429%;
    -webkit-flex: 0 0 14.28571428571429%;
    -moz-box-flex: 0;
    flex: 0 0 14.28571428571429%;
    max-width: 14.28571428571429%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .col-lg-2_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-1_7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571428571429%;
    -webkit-flex: 0 0 14.28571428571429%;
    -moz-box-flex: 0;
    flex: 0 0 14.28571428571429%;
    max-width: 14.28571428571429%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .col-xl-2_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-1_7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571428571429%;
    -webkit-flex: 0 0 14.28571428571429%;
    -moz-box-flex: 0;
    flex: 0 0 14.28571428571429%;
    max-width: 14.28571428571429%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  -webkit-flex-direction: row !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  -webkit-flex-direction: column !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  -webkit-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -moz-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -moz-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -moz-box-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  -webkit-align-items: flex-start !important;
  -moz-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  -webkit-align-items: flex-end !important;
  -moz-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  -webkit-align-items: baseline !important;
  -moz-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  -webkit-align-items: stretch !important;
  -moz-box-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  -webkit-align-content: flex-end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  -webkit-align-content: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  -webkit-align-content: space-between !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  -webkit-align-content: space-around !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  -webkit-align-content: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -webkit-align-self: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  -webkit-align-self: flex-start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -webkit-align-self: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  -webkit-align-self: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}

/**
 * Colors
 */
/**
/* Font weight variables
 */
/**
 * Font family
 */
/**
 * Border radius
 */
/**
 * Scale
 */
/**
 * Translate
 */
/**
 * Skew
 */
/**
 * Rotate
 */
/**
 * Transition
 */
/**
 * REM units
 */
/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, figure, footer, header, hgroup, nav, section, img {
  display: block;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
  overflow: visible;
}

em, i {
  font-weight: inherit;
}

/************************************************************************************
GENERAL
*************************************************************************************/
body {
  font-family: Barlow,sans-serif;
  font-size: 1.1875rem;
  line-height: 1.6em;
  font-weight: 400;
  color: #1e2558;
  background: #d9d2cb;
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body.modal-opened {
  overflow: hidden;
}

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

/* Anchors */
a {
  color: #1e2558;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* Heading */
h1, .h1 {
  font-family: Barlow,sans-serif;
  font-size: 3.125rem;
  line-height: 1.1em;
  font-weight: 700;
  color: #1e2558;
  margin: 0 0 1.875rem 0;
}

h1.medium, .h1.medium {
  font-size: 2.1875rem;
  line-height: 1.1em;
}

h2, .h2 {
  font-family: Barlow,sans-serif;
  font-size: 2.8125rem;
  line-height: 1.3em;
  font-weight: 600;
  color: #1e2558;
  margin: 0 0 0.625rem 0;
}

h2.small, .h2.small {
  font-size: 2rem;
}

h3, .h3 {
  font-family: Barlow,sans-serif;
  font-size: 1.5rem;
  line-height: 1.3em;
  font-weight: 700;
  color: #1e2558;
  margin: 0 0 0.625rem 0;
}

h3.small, .h3.small {
  font-size: 17px;
}

h4, .h4 {
  font-family: Barlow,sans-serif;
  font-size: 1.5625rem;
  line-height: 1.3em;
  font-weight: 700;
  color: #1e2558;
  margin: 0 0 0.625rem 0;
}

h5, .h5 {
  font-family: Barlow,sans-serif;
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: 700;
  color: #1e2558;
  margin: 0 0 0.625rem 0;
}

h6, .h6 {
  font-family: Barlow,sans-serif;
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: 400;
  color: #1e2558;
  margin: 0 0 0.625rem 0;
}

.suphead {
  font-size: 1.0625rem;
  color: #8995a6;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* Paragraphs */
p {
  margin: 0 0 1.25rem 0;
}

address, cite {
  font-style: normal;
}

/* Lists */
ul {
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
}

ul li {
  padding: 0 0 0 1.25rem;
  margin: 0 0 0.3125rem 0;
}

ul.unstyled li {
  padding: 0;
  background: none;
}

ol {
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
  counter-reset: counter;
  margin-left: 0;
}

ol li {
  margin: 0 0 0.625rem 0;
  padding: 0 0 0 20px;
  counter-increment: counter;
  position: relative;
}

ol li:before {
  content: counter(counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
}

dl {
  margin: 0 0 1.25rem 0;
}

dt {
  font-weight: bold;
}

/* Various */
sup, sub {
  font-size: 60%;
  line-height: 0;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

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

.bold, b, strong {
  font-weight: 600;
}

.italic, i, em {
  font-style: italic;
}

.nowrap, .nobr {
  white-space: nowrap !important;
}

/************************************************************************************
CONTENT
*************************************************************************************/
body.searching .main {
  position: relative;
  z-index: 10;
}

body.searching .main:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.content {
  padding: 6.25rem 0 0 0;
  position: relative;
  z-index: 10;
}

.container.wide {
  max-width: 1560px;
}

/* Block */
.main {
  overflow: hidden;
}

.block {
  padding: 6.25rem 0;
  position: relative;
}

.block.narrow {
  padding: 4.375rem 0;
}

.block.alpha {
  padding-top: 0;
}

.block.omega {
  padding-bottom: 0;
}

.block.block-hls {
  max-width: 1560px;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: url("../img/bg-hls.jpg") center center no-repeat;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  overflow: hidden;
  padding: 6.25rem 0;
}

.block.block-hls:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 37, 88, 0.6);
}

.block.block-fields {
  background: none;
}

.block.block-fields:before {
  content: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
}

.block.block-fields .bg-img {
  position: absolute;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 1280px;
  z-index: -1;
  background: url("../img/bg-field.jpg") center center no-repeat;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.block.block-fields .bg-img:before {
  position: absolute;
  left: 0;
  top: -399px;
  width: 100%;
  height: 400px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dad4cd+0,dad4cd+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 );
  /* IE6-9 */
}

.block.block-fields .bg-img:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dad4cd+0,dad4cd+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(217, 210, 203, 0) 0%, #d9d2cb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(217, 210, 203, 0) 0%, #d9d2cb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 210, 203, 0)), to(#dad2cb));
  background: -webkit-linear-gradient(top, rgba(217, 210, 203, 0) 0%, #dad2cb 100%);
  background: -moz-linear-gradient(top, rgba(217, 210, 203, 0) 0%, #dad2cb 100%);
  background: -o-linear-gradient(top, rgba(217, 210, 203, 0) 0%, #dad2cb 100%);
  background: linear-gradient(to bottom, rgba(217, 210, 203, 0) 0%, #dad2cb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d2cb', endColorstr='#dad4cd',GradientType=0 );
  /* IE6-9 */
}

.block.block-green {
  background: #c0d7c4;
  max-width: 1450px;
  margin: 0 auto;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 20;
}

.block.block-blue {
  background: #1e2558;
  color: #fff;
  max-width: 1450px;
  margin: 0 auto;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.anchor {
  position: absolute;
  left: 0;
  top: -4.375rem;
}

.spacer {
  height: 5rem;
}

.spacer.huge {
  height: 10rem;
}

.spacer.big {
  height: 6.25rem;
}

.spacer.medium {
  height: 3.75rem;
}

.spacer.small {
  height: 2.5rem;
}

/* Various */
.section-head {
  margin-bottom: 2.5rem;
  text-align: center;
}

.section-head h1:last-child, .section-head h2:last-child, .section-head h3:last-child {
  margin-bottom: 0;
}

.section-head-l {
  margin-bottom: 2.5rem;
}

.section-head-l h1:last-child, .section-head-l h2:last-child, .section-head-l h3:last-child {
  margin-bottom: 0;
}

.section-desc {
  max-width: 520px;
  margin-bottom: 3.75rem;
}

.intro {
  max-width: 500px;
  margin: 0 auto 2.5rem auto;
  text-align: center;
}

.intro.wide {
  max-width: 46.875rem;
}

/* Pager */
.pager {
  margin: 1.875rem 0;
  text-align: center;
  position: relative;
  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;
}

.pager 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-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5px !important;
}

.pager li {
  padding: 0 5px !important;
  background: none;
}

.pager li:before {
  content: none !important;
}

.pager li.active a {
  background: #1e2558;
  color: #fff;
}

.pager li a {
  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;
  width: 2.25rem;
  height: 2.25rem;
  background: #fff;
  color: #1e2558;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.pager li a:hover {
  background: #1e2558;
  color: #fff;
}

.pager .prev {
  width: 2.25rem;
  height: 2.25rem;
  background: #fff;
  color: #000;
  position: relative;
  margin-right: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.pager .prev:before {
  content: '';
  display: block;
  border: none;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.pager .prev:hover {
  background: #1e2558;
}

.pager .prev:hover:before {
  border-color: #fff;
}

.pager .next {
  width: 2.25rem;
  height: 2.25rem;
  background: #fff;
  color: #000;
  position: relative;
  margin-left: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.pager .next:before {
  content: '';
  display: block;
  border: none;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -8px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.pager .next:hover {
  background: #1e2558;
}

.pager .next:hover:before {
  border-color: #fff;
}

.pager .counter {
  display: none;
}

/* Gmap */
.gmap-wrap {
  position: relative;
  min-height: 500px;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*
	align-items: center;
	justify-content: flex-end;
	*/
}

.gmap-wrap .gmap-text {
  width: 100%;
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gmap-wrap .gmap-img {
  width: 100%;
  margin-left: -100%;
}

.gmap-wrap .gmap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e3e3e3;
}

.gmap-wrap .gmap-content {
  position: relative;
  z-index: 50;
  display: inline-block;
  text-align: left;
  margin-right: 6.25rem;
}

.gmap-wrap .gmap-content .box {
  font-size: 1rem;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 340px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
}

.gmap-wrap .gmap-content .box .text {
  padding: 1.875rem;
}

.gmap-wrap .gmap-content .box .text .info {
  padding-top: 0.625rem;
  margin-top: 0.625rem;
  border-top: 1px solid #f3f3f3;
}

.gmap-wrap .gmap-content .box .text ul {
  margin-bottom: 0;
}

.gmap-wrap .gmap-content .box .text ul li {
  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;
  padding: 0;
}

.gmap-wrap .gmap-content .box .text ul li:last-child {
  margin-bottom: 0;
}

.gmap-wrap .gmap-content .box .text ul li .icon {
  width: 1.25rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.25rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  color: #068e47;
}

.gmap-wrap img {
  max-width: inherit !important;
}

.gmap-wrap img.map-mobile,
.gmap-wrap img.map-tablet,
.gmap-wrap img.map-desktop {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
}

.gmap-wrap img.map-tablet,
.gmap-wrap img.map-mobile {
  display: none;
}

/*================================= Various Content =================================*/
.last {
  margin-bottom: 0 !important;
}

/* Buttons */
.btn {
  font-size: 1.125rem;
  font-family: Barlow,sans-serif;
  line-height: 1.3em;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #058e46;
  color: #fff;
  padding: 0 1.875rem;
  height: 3.4375rem;
  text-decoration: none;
  position: relative;
  border: 2px solid #058e46;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.btn:hover {
  background-color: #1e2558;
  border: 2px solid #1e2558;
}

.btn.alt {
  /*background: #fff;
		border: 2px solid #fff;
		color: $green;

  	&:hover {
			background: $green;
			border: 2px solid $green;
			color: #fff;
  	}*/
}

.btn .icon-arr-b {
  width: 1rem;
  height: 1rem;
  margin-left: 0.625rem;
}

/* SVG icons */
.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  fill: currentColor;
}

/* Cookie Notice */
.cookie-notice {
  font-size: 14px;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.9);
  color: #CCC;
  text-align: center;
}

.cookie-button {
  display: inline-block;
  padding: 2px 10px;
  margin-left: 25px;
  background: #02ad65;
  color: #fff;
  text-align: center;
}

.cookie-button:hover {
  background: #90ca16;
  color: #fff;
}

.cookie-test {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  width: 150px;
  padding: 25px 15px;
  background: rgba(50, 50, 50, 0.95);
  color: #CCC;
  text-align: center;
}

/* FY Apple! */
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.btn {
  -webkit-appearance: none;
}

/************************************************************************************
ENTRY
*************************************************************************************/
.entry {
  margin: 0 0 2.5rem 0;
}

.entry h2, .entry h3 {
  margin-top: 1.875rem;
}

.entry h2:first-child, .entry h3:first-child {
  margin-top: 0;
}

.entry h3, .entry h4, .entry h5 {
  font-weight: 700;
}

.entry ul li {
  position: relative;
  padding-left: 1.875rem;
}

.entry ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 1rem;
  height: 0.625rem;
  display: block;
  background: url("../img/li-arr.svg") center center no-repeat;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.perex {
  font-size: 1.25rem;
  line-height: 1.3em;
}

/************************************************************************************
TABLES
*************************************************************************************/
.entry table {
  width: 100%;
  margin: 0 0 1.875rem 0;
}

.entry table th {
  font-weight: normal;
  border: 1px solid #66a67c;
  padding: 0.625rem 0.625rem;
  background: #068e47;
  color: #fff;
  text-align: center;
}

.entry table td {
  border: 1px solid #ccc2b8;
  padding: 0.625rem 0.625rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}

/************************************************************************************
FORMS
*************************************************************************************/
form.std label {
  font-size: 1.0625rem;
  line-height: 1.3em;
  color: #9f9f9f;
  margin: 0 0 0.625rem 0;
  display: block;
}

form.std input.text {
  font-size: 1.0625rem;
  font-family: Barlow,sans-serif;
  line-height: 1.3em;
  color: #000;
  border: 2px solid #e7e7e7;
  padding: 0.3125rem 1.25rem;
  height: 3.125rem;
  width: 100%;
}

form.std input.text.error {
  background: #fcf4f4;
  border-color: #be1e19;
}

form.std input.text.req {
  background-image: url("../img/req.svg");
  background-position: right center;
  background-repeat: no-repeat;
}

form.std textarea {
  font-size: 1.0625rem;
  font-family: Barlow,sans-serif;
  line-height: 1.3em;
  color: #000;
  resize: vertical;
  border: 2px solid #e7e7e7;
  padding: 0.3125rem 0.9375rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  min-height: 150px;
  max-height: 300px;
}

form.std textarea.req {
  background-image: url("../img/req.svg");
  background-position: right center;
  background-repeat: no-repeat;
}

form.std select {
  font-size: 1.0625rem;
  line-height: 1.3em;
  color: #000;
  width: 100%;
  padding: 0.125rem 0.625rem;
}

form.std option {
  font-size: 1.0625rem;
  line-height: 1.3em;
  padding: 0.125rem 0.625rem;
}

form.std .cell {
  margin-bottom: 1.25rem;
  position: relative;
  text-align: left;
}

form.std .toggle {
  position: relative;
  padding: 0 0 0 1.5625rem;
}

form.std .toggle label {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

form.std .toggle input {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0.125rem;
}

form.std .radio, form.std .checker {
  position: absolute;
  left: 0;
  top: 0;
}

form.std .checker {
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/checker.svg") 0 0 no-repeat;
  background-color: #fff;
  background-position: 0 -1.4375rem;
  -moz-background-size: 1.4375rem;
  -o-background-size: 1.4375rem;
  background-size: 1.4375rem;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  border: 2px solid #fff;
  width: 1.625rem;
  height: 1.625rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.625rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 1.625rem;
  flex: 0 0 1.625rem;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

form.std .checker input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}

form.std .checker.active {
  background-position: 0 0;
  background-color: transparent;
}

form.std .checker.has-error {
  border-color: #be1e19;
}

form.form-search .input {
  position: relative;
  float: right;
  width: 100%;
}

form.form-search input.text {
  width: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding-left: 50px;
}

form.form-contact {
  overflow: hidden;
}

form.form-contact .cell-set {
  margin: -1px;
}

form.form-contact .cell {
  padding: 0;
  margin: 0;
}

form.form-contact .cell.filled label {
  top: 5px;
}

form.form-contact .toggle {
  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;
  padding: 0;
}

form.form-contact .toggle label {
  position: relative;
  top: 0;
  left: 0;
  pointer-events: auto;
}

form.form-contact .toggle .checker {
  background-color: #1e2558;
  position: relative;
  margin-right: 10px;
}

form.form-contact .btn-set {
  padding: 1.875rem;
}

form.form-contact .btn-set .cell {
  margin-bottom: 1.25rem;
}

form.form-contact label {
  font-size: 0.875rem;
  position: absolute;
  left: 15px;
  top: 1.375rem;
  color: #bababb;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

form.form-contact input.text {
  font-size: 1.4375rem;
  font-weight: 500;
  color: #1e2558;
  height: 4.0625rem;
}

form.form-contact input.text, form.form-contact textarea {
  border-width: 1px;
  padding: 20px 15px;
}

form.form-filter {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #e8e8e8;
  border-radius: 10px;
}

form.form-filter .cell-set {
  margin: 0;
}

form.form-filter .cell {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  padding: 0;
  border-left: 1px solid #fff;
  min-height: 78px;
  position: relative;
  left: -1px;
  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;
}

form.form-filter .cell:first-child {
  border: none;
}

form.form-filter .cell-input {
  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-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.25rem;
  position: relative;
}

form.form-filter .cell-input .inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

form.form-filter .cell-input input.text {
  height: 2.5rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
  padding-left: 3.125rem;
}

form.form-filter .dropdown-trig, form.form-filter .selector {
  font-size: 1.25rem;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 78px;
  width: 100%;
  padding: 0;
  cursor: pointer;
}

form.form-filter .dropdown-trig select, form.form-filter .selector select {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  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: 78px;
}

form.form-filter .dropdown-trig:after, form.form-filter .selector:after {
  content: '';
  position: absolute;
  right: 1.25rem;
  width: 2.0625rem;
  height: 2.0625rem;
  top: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
}

form.form-filter .dropdown-trig:before, form.form-filter .selector:before {
  content: '';
  border: none;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.625rem;
  height: 0.625rem;
  margin-top: -0.46875rem;
  margin-left: -0.375rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  z-index: 10;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  pointer-events: none;
}

form.form-filter .dropdown-trig select, form.form-filter .selector select {
  font-size: 1.25rem;
  font-family: Barlow,sans-serif;
  font-weight: 500;
  border: none;
  width: 100%;
  height: 100%;
  min-height: 78px;
  padding: 0 1.5625rem;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

form.form-filter .dropdown-trig select::-ms-expand, form.form-filter .selector select::-ms-expand {
  display: none;
}

form.form-filter .btn-set {
  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-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 0.9375rem;
}

form.form-filter .btn-search {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #068e47;
}

form.form-picker .toggle {
  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;
  padding: 0;
}

form.form-picker .toggle label {
  position: relative;
  top: 0;
  left: 0;
  pointer-events: auto;
  height: 3.125rem;
  -webkit-border-radius: 1.875rem;
  -moz-border-radius: 1.875rem;
  border-radius: 1.875rem;
  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;
  padding: 0 1.875rem;
  border: 2px solid #068e47;
  color: #068e47;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

form.form-picker .toggle label:hover {
  background: #068e47;
  color: #fff;
}

form.form-picker .toggle label.active {
  background: #068e47;
  color: #fff;
}

form.form-picker .toggle input {
  display: none;
}

form.form-picker .selector {
  position: relative;
  top: 0;
  left: 0;
  pointer-events: auto;
  height: 3.375rem;
  -webkit-border-radius: 1.875rem;
  -moz-border-radius: 1.875rem;
  border-radius: 1.875rem;
  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;
  border: 2px solid #1e2558;
  color: #1e2558;
  width: 100%;
  max-width: 280px;
  cursor: pointer;
}

form.form-picker .selector:after {
  content: '';
  position: absolute;
  right: 1px;
  top: 1px;
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #c0d7c4 url("../img/selector.svg") center center no-repeat;
  pointer-events: none;
}

form.form-picker .selector:before {
  content: '';
  position: absolute;
  right: 50px;
  width: 2px;
  height: 100%;
  background: #1e2558;
  z-index: 10;
}

form.form-picker .selector.active {
  background: #068e47;
  color: #fff;
}

form.form-picker .selector select {
  font-family: Barlow,sans-serif;
  font-size: 1.1875rem;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0.9375rem;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  color: #1e2558;
  cursor: pointer;
}

form.form-picker .cell-set {
  margin: 0 -5px;
}

form.form-picker .cell {
  padding: 0 5px;
  margin-bottom: 0;
}

#form-ajax-content {
  position: relative;
}

#form-ajax-content.loading:after {
  content: '';
  position: absolute;
  z-index: 90;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  background: url("../img/spinner.svg") center center no-repeat;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#form-ajax-content > .inner {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

#form-ajax-content.loading > .inner {
  opacity: 0.4;
}

/*================================= Contact form 7 =================================*/
/* Mesages & errors */
body .wpcf7 div.wpcf7-response-output {
  padding: 0;
  background: #ebf5bc;
  border: 1px solid #f1c7d2;
  color: #46b450;
  padding: 0.9375rem 1.25rem;
  margin: 0 0 1.875rem 0;
}

body .wpcf7 form.invalid div.wpcf7-response-output,
body .wpcf7 form.unaccepted div.wpcf7-response-output {
  border: 1px solid #f1c7d2;
  background: #fae7ea;
  color: #e5547a;
}

body span.wpcf7-not-valid-tip {
  font-size: 13px;
}

body span.wpcf7-list-item {
  margin: 0;
}

body .wpcf7-form-control-wrap {
  position: static;
}

/************************************************************************************
TABS
*************************************************************************************/
.tabs {
  position: relative;
}

.tabs .tab-content .tab {
  width: 100%;
  display: none;
}

.tabs .tab-content .tab.active {
  position: relative;
  display: block;
}

.tabs.tabs-offer .tab-content {
  position: relative;
  overflow: hidden;
}

.tabs.tabs-offer .tab-content .tab {
  margin-top: -10px;
}

.tabs.tabs-offer .tab-content .tab.active {
  -webkit-animation: showDropdown .5s;
  -moz-animation: showDropdown .5s;
  -o-animation: showDropdown .5s;
  animation: showDropdown .5s;
}

.tabs.tabs-offer.opened .block.block-green {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/************************************************************************************
TIPS
*************************************************************************************/
[data-tippy-root] {
  pointer-events: auto !important;
}

.tippy-popup {
  display: none;
}

.tippy-box {
  background: #fff;
  color: #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.tippy-arrow {
  color: #fff;
}

.tippy-arrow:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.tippy-content {
  font-size: 15px;
  padding: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #1e2558;
}

.tippy-content .img {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.tippy-content .img.color {
  border-bottom: 12px solid #000;
}

.tippy-content .img.color.skot {
  border-color: #744b31;
}

.tippy-content .img.color.prasata {
  border-color: #b15194;
}

.tippy-content .img.color.drubez {
  border-color: #ffdc1c;
}

.tippy-content .img.color.ovce {
  border-color: #98c123;
}

.tippy-content .img.color.drobnochov {
  border-color: #62408d;
}

.tippy-content .img.color.zver {
  border-color: #6b3e91;
}

.tippy-content .img.color.rybolov {
  border-color: #6b3e91;
}

.tippy-content .img.color.ekologicke-zemedelstvi {
  border-color: #a2c037;
}

.tippy-content .img.color.silazovani {
  border-color: #d67c1c;
}

.tippy-content .img.color.bioplynove-stanice {
  border-color: #c73737;
}

.tippy-content .text {
  padding: 0.9375rem;
}

.tippy-content .contact-list .icon {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.25rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
}

.tippy-content ul {
  margin-bottom: 0;
}

.tippy-content ul li:last-child {
  margin-bottom: 0;
}

.tippy-content p:last-child {
  margin-bottom: 0;
}

/************************************************************************************
SIMPLE LIGHTBOX
*************************************************************************************/
html.slbActive {
  overflow: hidden;
}

.slbArrow {
  font-size: 15px;
}

.slbArrow.prev {
  background: #fff;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  opacity: 1;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.slbArrow.prev:before {
  border: none;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  margin-left: -6px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.slbArrow.prev:hover {
  opacity: 1;
  background: #000;
}

.slbArrow.prev:hover:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.slbArrow.next {
  background: #fff;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  opacity: 1;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.slbArrow.next:before {
  border: none;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.slbArrow.next:hover {
  opacity: 1;
  background: #000;
}

.slbArrow.next:hover:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.slbCloseBtn {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  font-family: peachy-keen-jf,sans-serif;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  right: 0;
  top: 0;
  position: fixed;
  font-size: 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.slbCloseBtn:after {
  content: '';
  width: 24px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -1px;
  display: block;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.slbCloseBtn:before {
  content: '';
  width: 2px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -1px;
  display: block;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.slbCloseBtn:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}

.slbCloseBtn:hover:after {
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slbCloseBtn:hover:before {
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slbOverlay {
  z-index: 2600;
}

.slbWrapOuter {
  z-index: 2610;
}

.slbImage {
  padding: 0.9375rem 0;
}

.slbImageWrap:after {
  content: none;
}

.slbCaption {
  font-size: 1rem;
  position: static;
  overflow: visible;
  white-space: normal;
  padding-top: 0;
}

/************************************************************************************
MODAL
*************************************************************************************/
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  -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;
}

.modal.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.modal .modal-content {
  padding: 3.125rem;
}

.modal .modal-content.alt {
  background: #f9fbfc;
}

.modal .modal-box {
  font-size: 1.125rem;
  max-width: 25rem;
  background-color: #fff;
  line-height: 1.5em;
  margin: auto;
  position: relative;
}

.modal .modal-box .modal-close {
  position: absolute;
  right: -15px;
  top: -15px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1e2558;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.modal .modal-box .modal-close .icon {
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.modal .modal-box .modal-close:hover {
  background: #fff;
}

.modal .modal-box .modal-close:hover:after {
  color: #000;
}

.modal .modal-box .modal-close:hover .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal .modal-box.modal-order {
  width: 100%;
  max-width: 36.25rem;
  background: #e5e5e5;
}

.modal .modal-box.modal-notification {
  width: 100%;
  max-width: 36.25rem;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.modal .modal-box.modal-notification .modal-content {
  padding: 0;
}

.modal .modal-box.modal-notification .img {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.modal .modal-box.modal-notification .img img {
  width: 100%;
}

.modal .modal-box.modal-notification .text {
  padding: 1.875rem;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.modal .modal-box-wrap {
  width: 100%;
  padding: 3.125rem 0.9375rem 0.9375rem;
  margin: auto;
  overflow: hidden;
  position: relative;
  -webkit-animation-name: animateTop;
  -moz-animation-name: animateTop;
  -o-animation-name: animateTop;
  animation-name: animateTop;
  -webkit-animation-duration: .4s;
  -moz-animation-duration: .4s;
  -o-animation-duration: .4s;
  animation-duration: .4s;
}

@-webkit-keyframes animateTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@-moz-keyframes animateTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@-o-keyframes animateTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animateTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/************************************************************************************
GLIDE
*************************************************************************************/
.glide__slides {
  margin: 0;
}

.glide__slide {
  padding: 0 !important;
}

.glide__slide:before {
  content: none !important;
}

.glide-nav {
  margin: 0;
  position: relative;
}

.glide-nav ul {
  margin: 0;
}

.glide-nav .prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
}

.glide-nav .prev a {
  background: #068e47;
  cursor: pointer;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  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;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.glide-nav .prev a:hover {
  background: #1e2558;
}

.glide-nav .prev a:before {
  content: '';
  display: block;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 0.9375rem;
  height: 0.9375rem;
  margin-top: -0.5rem;
  margin-left: -0.3125rem;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.glide-nav .next {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0;
}

.glide-nav .next a {
  background: #068e47;
  cursor: pointer;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  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;
  width: 3.125rem;
  height: 3.125rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.glide-nav .next a:hover {
  background: #1e2558;
}

.glide-nav .next a:before {
  content: '';
  display: block;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.9375rem;
  height: 0.9375rem;
  margin-top: -0.5rem;
  margin-left: -0.6875rem;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.glide__bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

.glide__bullets .glide__bullet {
  background: #a9e5da;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0 7px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.glide__bullets .glide__bullet.glide__bullet--active, .glide__bullets .glide__bullet:hover {
  background: #ea4650;
}

/* Teaser slider */
.teaser-slider {
  position: relative;
  z-index: 50;
}

.teaser-slider .glide__slide {
  padding: 0;
  margin: 0;
}

/* History slider */
.history-slider {
  position: relative;
  padding-top: 90px;
}

.history-slider .glide__track {
  position: relative;
}

.history-slider .glide__track:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 100%;
  background: #068e47;
}

.history-slider .glide__slides {
  z-index: 20;
}

.history-slider .glide__slide {
  padding: 0;
  margin: 0;
}

.history-slider .glide-nav {
  height: 50px;
}

.history-slider .item {
  text-align: center;
  padding: 0 15px;
  position: relative;
  z-index: 20;
}

.history-slider .item .img {
  height: 120px;
}

.history-slider .item .img .frame {
  position: relative;
}

.history-slider .item .img .icon {
  width: 84px;
  height: 84px;
}

.history-slider .item .img .year {
  font-size: 0.9375rem;
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
}

.history-slider .item .text {
  height: 120px;
  padding-top: 1.25rem;
  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;
  position: relative;
}

.history-slider .item .text:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -4px;
  z-index: 50;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #068e47;
}

.history-slider .item .text p {
  margin-bottom: 0;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/************************************************************************************
HEADER
*************************************************************************************/
.header {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
}

.header .container {
  max-width: 100%;
}

.header .inner {
  height: 6.25rem;
  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;
  padding-right: 2.5rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.header .header-r {
  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;
}

.header .search a {
  width: 20px;
  height: 20px;
  display: block;
  color: #068e47;
}

.header .search .icon {
  width: 20px;
  height: 20px;
}

.header .search .icon-close {
  display: none;
}

.header .search-input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 1.875rem;
}

.header .search-input .icon-search {
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -9px;
  color: #068e47;
}

.header .logo {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header .h_1 {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  z-index: 25;
}

.header .h_2 {
  position: relative;
  z-index: 20;
}

.header.search-opened .search .icon-search {
  display: none;
}

.header.search-opened .search .icon-close {
  display: block;
}

.header.search-opened .search-input {
  display: block;
}

.header.search-opened .search-input .input {
  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;
}

.header.search-opened .search-input form.form-search {
  width: 100%;
}

.header.search-opened .search-input .input {
  max-width: 100%;
  -webkit-animation: showSearch .5s;
  -moz-animation: showSearch .5s;
  -o-animation: showSearch .5s;
  animation: showSearch .5s;
}

.header.search-opened .main-nav {
  display: none;
}

body.header-fixed .header .inner {
  height: 4.375rem;
}

body.header-fixed .nav-btn-wrap {
  height: 4.375rem;
}

.dropdown-cats {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
}

.dropdown-cats.active {
  display: block;
  -webkit-animation: showDropdown .5s;
  -moz-animation: showDropdown .5s;
  -o-animation: showDropdown .5s;
  animation: showDropdown .5s;
}

.dropdown-cats .dropdown-inner {
  background: #1e2558;
  color: #fff;
  padding: 3.125rem 1.875rem;
  max-width: 1340px;
  margin: 0 auto;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.dropdown-cats .item-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown-cats .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.28571428%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 14.28571428%;
  flex: 0 0 14.28571428%;
  max-width: 155px;
  text-align: center;
  border-left: 1px solid #115a4f;
}

.dropdown-cats .item:first-child {
  border-left: none;
}

.dropdown-cats .item .head {
  font-size: 17px;
  line-height: 1.3em;
  max-width: 120px;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  text-decoration: underline;
}

.dropdown-cats .item .head .txt {
  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;
  padding: 5px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.dropdown-cats .item .icon {
  width: 5rem;
  height: 5rem;
  margin-bottom: 0.625rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.dropdown-cats .item-inner {
  color: #fff;
}

.dropdown-cats .item-inner:hover .img .icon {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.dropdown-cats .item-inner:hover .head {
  text-decoration: none;
}

.dropdown-cats .item-inner:hover .head .txt {
  background: #fff;
  color: #1e2558;
}

.dropdown-search, .search-results {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
}

.dropdown-search.active, .search-results.active {
  display: block;
  -webkit-animation: showDropdown .5s;
  -moz-animation: showDropdown .5s;
  -o-animation: showDropdown .5s;
  animation: showDropdown .5s;
}

.dropdown-search .dropdown-inner, .search-results .dropdown-inner {
  background: #c0d7c4;
  color: #1e2558;
  padding: 3.125rem 1.875rem;
  max-width: 1340px;
  margin: 0 auto;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.dropdown-search .section-search, .search-results .section-search {
  margin-bottom: 3.75rem;
}

.dropdown-search .section-search:last-child, .search-results .section-search:last-child {
  margin-bottom: 0;
}

.dropdown-search .section-head, .search-results .section-head {
  border-bottom: 1px solid #b3c9bc;
  padding-bottom: 0.625rem;
  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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dropdown-search .section-head .head-l, .search-results .section-head .head-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dropdown-search .section-head .head, .search-results .section-head .head {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3em;
  color: #1e2558;
  margin-bottom: 0;
  padding-right: 10px;
}

.dropdown-search .section-head .num, .search-results .section-head .num {
  font-size: 15px;
}

.dropdown-search .section-head .more, .search-results .section-head .more {
  font-size: 15px;
  font-weight: 700;
  color: #068e47;
}

.dropdown-search .item, .search-results .item {
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 0.625rem;
}

.dropdown-search .item .img, .search-results .item .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 85px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
  max-width: 85px;
}

.dropdown-search .item .img .icon, .search-results .item .img .icon {
  width: 63px;
  height: 63px;
}

.dropdown-search .item .img .icon-clanky, .search-results .item .img .icon-clanky {
  width: 83px;
  height: 83px;
  position: relative;
  left: -10px;
}

.dropdown-search .item .text, .search-results .item .text {
  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;
}

.dropdown-search .item .text .item-head, .search-results .item .text .item-head {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.dropdown-search .item .text p:last-child, .search-results .item .text p:last-child {
  margin-bottom: 0;
}

.dropdown-search .item-inner, .search-results .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-search .foot, .search-results .foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-results {
  position: relative;
  display: block;
}

.search-results .section-head-main {
  display: block;
  margin-bottom: 2.5rem;
}

.main-nav {
  vertical-align: top;
  text-align: left;
  height: 100%;
  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;
}

.main-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -1.0625rem;
}

.main-nav ul li {
  padding: 0 1.0625rem;
  line-height: 1.3em;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.main-nav ul li a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1e2558;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  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-transition: 0.2s all;
  -o-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
}

.main-nav ul li a:hover {
  color: #068e47;
}

.main-nav ul li.has-subnav a {
  padding-right: 15px;
  position: relative;
}

.main-nav ul li.has-subnav a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-left: 2px solid #1e2558;
  border-bottom: 2px solid #1e2558;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.main-nav ul li.has-subnav.active a:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -2px;
}

.main-nav ul li.active > * {
  color: #068e47;
}

.main-nav ul li.active > *:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #068e47;
}

.search-input {
  display: none;
}

.search-input .input {
  max-width: 0;
}

.nav-btn-wrap {
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 6.25rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 2500;
}

.nav-btn {
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-left: 1.25rem;
  text-align: center;
  position: absolute;
  z-index: 150;
  right: 15px;
  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: 2001;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-btn .lines {
  width: 30px;
  height: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  display: block;
  position: relative;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}

.nav-btn .line-1,
.nav-btn .line-2,
.nav-btn .line-3 {
  display: block;
  width: 100%;
  height: 2px;
  background: #068e47;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  -moz-transform-origin: 0.28571rem center;
  -ms-transform-origin: 0.28571rem center;
  -o-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}

.nav-btn .line-1 {
  top: 0;
  -webkit-transition: opacity 0.1s 0.1s ease;
  -o-transition: opacity 0.1s 0.1s ease;
  -moz-transition: opacity 0.1s 0.1s ease;
  transition: opacity 0.1s 0.1s ease;
}

.nav-btn .line-2 {
  top: 10px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s ease;
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s ease;
  -moz-transition: top 0.1s 0.1s ease, transform 0.1s ease, -moz-transform 0.1s ease;
  transition: top 0.1s 0.1s ease, transform 0.1s ease;
  transition: top 0.1s 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease, -moz-transform 0.1s ease, -o-transform 0.1s ease;
}

.nav-btn .line-3 {
  top: -10px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s ease;
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s ease;
  -moz-transition: top 0.1s 0.1s ease, transform 0.1s ease, -moz-transform 0.1s ease;
  transition: top 0.1s 0.1s ease, transform 0.1s ease;
  transition: top 0.1s 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease, -moz-transform 0.1s ease, -o-transform 0.1s ease;
}

.nav-btn.active .line-1 {
  -webkit-transition: opacity 0.1s 0s ease;
  -o-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
  background: transparent;
  opacity: 0;
}

.nav-btn.active .line-2 {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s ease;
  -moz-transition: top 0.1s ease, transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease, -webkit-transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease, -o-transform 0.1s 0.1s ease;
  top: 0;
}

.nav-btn.active .line-3 {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s ease;
  -moz-transition: top 0.1s ease, transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease, -webkit-transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease, -o-transform 0.1s 0.1s ease;
  top: 0;
}

.nav-btn.active:hover .line-1,
.nav-btn.active:hover .line-2,
.nav-btn.active:hover .line-3 {
  background: #068e47;
}

.teaser-hp {
  max-width: 1560px;
  margin: 0 auto;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  position: relative;
}

.teaser-hp .teaser-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.teaser-hp .text {
  max-width: 700px;
}

.teaser-hp .img {
  position: relative;
  z-index: 10;
}

.teaser-hp .desc {
  font-size: 1.625rem;
  line-height: 1.5em;
  color: #fff;
}

.teaser-alt {
  max-width: 1560px;
  margin: 0 auto;
  position: relative;
}

.teaser-alt .teaser-content {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

.teaser-alt .teaser-content .scroll-down {
  left: 0;
  bottom: -100px;
}

.teaser-alt .teaser-img {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.teaser-alt .teaser-img .frame {
  min-height: 500px;
}

.teaser-alt .teaser-img .frame img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.teaser-alt .teaser-text {
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 2.5rem 0 2.5rem 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  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;
}

.teaser-alt .teaser-text:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
}

.teaser-alt .teaser-text .desc {
  font-size: 1.3125rem;
}

.teaser-alt .teaser-text .inner {
  max-width: 650px;
  position: relative;
  z-index: 20;
}

.teaser-alt .breadcrumbs {
  position: absolute;
  left: 0;
  bottom: -75px;
  z-index: 20;
}

.teaser-alt .mini-nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 25;
}

.teaser-alt .mini-nav .inner {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.teaser-alt h1 {
  color: #fff;
}

.teaser-alt p:last-child {
  margin-bottom: 0;
}

.teaser-nav {
  position: absolute;
  left: 80px;
  top: 80px;
}

.teaser-nav ul {
  counter-reset: counter;
  margin: 0;
}

.teaser-nav ul li {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.3em;
  counter-increment: counter;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  border-left: 5px solid rgba(255, 255, 255, 0.5);
  padding-left: 30px;
}

.teaser-nav ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.teaser-nav ul li a:hover {
  color: #fff;
}

.teaser-nav ul li .text {
  display: none;
}

.teaser-nav ul li.glide__bullet--active {
  border-color: transparent;
}

.teaser-nav ul li.glide__bullet--active:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 0;
  width: 5px;
  height: 100%;
  background: #fff;
  -webkit-animation: loadSlide 5s;
  -moz-animation: loadSlide 5s;
  -o-animation: loadSlide 5s;
  animation: loadSlide 5s;
}

.teaser-nav ul li.glide__bullet--active a {
  color: #fff;
}

.teaser-nav ul li.glide__bullet--active .text {
  display: block;
}

.breadcrumbs {
  font-size: 14px;
  padding: 0;
  width: 100%;
}

.breadcrumbs .inner {
  height: 75px;
  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;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.625rem;
}

.breadcrumbs li {
  padding: 0 0.625rem;
}

.breadcrumbs a {
  position: relative;
  padding-right: 0.625rem;
}

.breadcrumbs a:after {
  content: '';
  position: absolute;
  right: -5px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-left: 1px solid #1e2558;
  border-bottom: 1px solid #1e2558;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.mini-nav .inner {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.mini-nav.alt .inner {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.mini-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.mini-nav ul.alt li a {
  font-size: 0.9375rem;
  background: #e8e8e8;
}

.mini-nav ul li {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.mini-nav ul li a {
  font-size: 1rem;
  line-height: 1.3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #e8e8e8;
  padding: 0.5rem 0.9375rem;
  min-height: 4.6875rem;
  width: 100%;
}

.mini-nav ul li a:hover {
  color: #068e47;
  background: #fff;
}

.mini-nav ul li a .item-inner {
  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;
}

.mini-nav ul li a .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.4375rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 3.4375rem;
  flex: 0 0 3.4375rem;
  max-width: 3.4375rem;
}

.mini-nav ul li a .img .icon {
  width: 3.4375rem;
  height: 3.4375rem;
}

.mini-nav ul li a .text {
  padding-left: 0.9375rem;
  max-width: 140px;
}

.mini-nav ul li.active a {
  background: #1e2558;
  color: #fff;
  text-decoration: none;
}

.lng {
  font-size: 1.125rem;
  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;
  vertical-align: top;
  margin-left: 1.25rem;
  position: relative;
}

.lng > a {
  padding: 0 7px;
  width: 3.125rem;
  height: 1.875rem;
  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;
  color: #068e47;
  text-decoration: none;
}

.lng > a:after {
  content: '';
  position: absolute;
  right: 0.5rem;
  top: 0.625rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-left: 2px solid #068e47;
  border-bottom: 2px solid #068e47;
  border-width: 0.125rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.lng ul {
  margin: 0;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 205;
  display: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.lng ul li {
  padding: 0;
  margin: 0;
}

.lng ul li a {
  background: #fff;
  color: #068e47;
  padding: 0 7px;
  width: 3.125rem;
  display: block;
  border-top: none;
  text-decoration: none;
}

.lng.active > a:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 12px;
}

.lng.active > a {
  background: #fff;
}

.lng.active ul {
  display: block;
}

.mobile-nav {
  background: #1e2558;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
  overflow-y: auto;
  height: 100%;
  max-width: 510px;
  margin-right: -50px;
  padding: 6.25rem 3.75rem 1.875rem 3.75rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.mobile-nav .nav-primary {
  display: none;
}

.mobile-nav .nav-primary ul {
  margin: 0;
}

.mobile-nav .nav-primary ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #343a69;
}

.mobile-nav .nav-primary ul li a {
  /*color: #fff;
          text-decoration: none;
          padding: 15px 0;
          display: block;
          position: relative;*/
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  border: none;
  position: relative;
  text-decoration: none;
}

.mobile-nav .nav-primary ul li a.active .more:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mobile-nav .nav-primary ul li .more {
  width: 52px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.025);
  border-left: 1px solid #343a69;
}

.mobile-nav .nav-primary ul li .more:after {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
}

.mobile-nav .nav-primary ul li .icon {
  position: absolute;
  left: 0.75rem;
  top: 1.375rem;
  width: 16px;
  height: 16px;
}

.mobile-nav .nav-primary ul li ul {
  display: none;
  padding-left: 30px;
  border-top: 1px solid #343a69;
}

.mobile-nav .nav-primary ul li ul li:last-child {
  border: none;
}

.mobile-nav .nav-primary ul li ul.active {
  display: block;
}

.mobile-nav .nav-secondary {
  padding: 0 0 2.5rem 0;
}

.mobile-nav .nav-secondary ul {
  margin: 0;
  padding: 0;
}

.mobile-nav .nav-secondary ul li {
  color: #fff;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #343a69;
}

.mobile-nav .nav-secondary ul li.active a {
  color: #ffa70e;
}

.mobile-nav .nav-secondary ul li:last-child {
  border: none;
}

.mobile-nav .nav-secondary ul li a {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  border: none;
  position: relative;
  text-decoration: none;
}

.mobile-nav .nav-secondary ul li a:hover {
  text-decoration: underline;
}

.mobile-nav .nav-contact {
  font-size: 1.125rem;
  border-top: 1px solid #343a69;
  padding: 2.5rem 0;
}

.mobile-nav .nav-contact .head {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .2em;
}

.mobile-nav .nav-contact ul {
  margin: 0;
}

.mobile-nav .nav-contact ul li {
  padding: 0 0 0 2.125rem;
  position: relative;
  color: #068e47;
}

.mobile-nav .nav-contact ul li a {
  color: #068e47;
  text-decoration: underline;
}

.mobile-nav .nav-contact ul li a:hover {
  text-decoration: none;
}

.mobile-nav .nav-contact ul li .icon {
  width: 1.375rem;
  height: 1.375rem;
  position: absolute;
  left: 0;
  top: 0.25rem;
}

.mobile-nav .nav-contact ul li .icon.icon-yt {
  width: 1.5rem;
  height: 1.5rem;
}

.mobile-nav-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 180;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}

.scroll-down {
  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;
  position: absolute;
  left: 5rem;
  bottom: 3.125rem;
  z-index: 60;
  text-decoration: none;
}

.scroll-down .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.0625rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 2.0625rem;
  flex: 0 0 2.0625rem;
  max-width: 2.0625rem;
}

.scroll-down .txt {
  font-size: 1.5625rem;
  line-height: 1.1em;
  padding-left: 20px;
  color: #fff;
}

.scroll-down:hover .txt {
  text-decoration: underline;
}

body.mobile-nav-opened {
  overflow: hidden;
}

body.mobile-nav-opened .header {
  z-index: inherit;
}

body.mobile-nav-opened .header .nav-btn {
  position: fixed;
}

body.mobile-nav-opened .mobile-nav {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: 0;
  margin-right: 0;
}

body.mobile-nav-opened .nav-btn .line-1 {
  -webkit-transition: opacity 0.1s 0s ease;
  -o-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
  background: transparent;
  opacity: 0;
}

body.mobile-nav-opened .nav-btn .line-2 {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s ease;
  -moz-transition: top 0.1s ease, transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease, -webkit-transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease, -o-transform 0.1s 0.1s ease;
  top: 0;
}

body.mobile-nav-opened .nav-btn .line-3 {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s ease;
  -moz-transition: top 0.1s ease, transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease, -webkit-transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease, -o-transform 0.1s 0.1s ease;
  top: 0;
}

body.mobile-nav-opened .nav-btn:hover .line-1,
body.mobile-nav-opened .nav-btn:hover .line-2,
body.mobile-nav-opened .nav-btn:hover .line-3 {
  background: #fff;
}

body.mobile-nav-opened .mobile-nav-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.9);
}

@-webkit-keyframes showDropdown {
  0% {
    display: none;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  5% {
    display: block;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    display: block;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-moz-keyframes showDropdown {
  0% {
    display: none;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  5% {
    display: block;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    display: block;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-o-keyframes showDropdown {
  0% {
    display: none;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  5% {
    display: block;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    display: block;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes showDropdown {
  0% {
    display: none;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  5% {
    display: block;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    display: block;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes showSearch {
  0% {
    display: none;
    max-width: 0;
  }
  5% {
    display: block;
    max-width: 0;
  }
  100% {
    display: block;
    max-width: 100%;
  }
}

@-moz-keyframes showSearch {
  0% {
    display: none;
    max-width: 0;
  }
  5% {
    display: block;
    max-width: 0;
  }
  100% {
    display: block;
    max-width: 100%;
  }
}

@-o-keyframes showSearch {
  0% {
    display: none;
    max-width: 0;
  }
  5% {
    display: block;
    max-width: 0;
  }
  100% {
    display: block;
    max-width: 100%;
  }
}

@keyframes showSearch {
  0% {
    display: none;
    max-width: 0;
  }
  5% {
    display: block;
    max-width: 0;
  }
  100% {
    display: block;
    max-width: 100%;
  }
}

@-webkit-keyframes loadSlide {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 100%;
  }
}

@-moz-keyframes loadSlide {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 100%;
  }
}

@-o-keyframes loadSlide {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 100%;
  }
}

@keyframes loadSlide {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 100%;
  }
}

/************************************************************************************
LAYOUT
*************************************************************************************/
.col2-l-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.col2-l-set .column-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 280px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  max-width: 280px;
}

.col2-l-set .column-2 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 50px;
}

.post h2, .product-detail h2 {
  font-size: 2rem;
  font-weight: 700;
}

.product-list .item-list {
  margin: 0 -25px;
}

.product-list .item {
  margin-top: 50px;
  margin-bottom: 3.125rem;
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.product-list .item .img {
  display: block;
  background: #fff;
  position: relative;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.product-list .item .img img {
  width: 100%;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.product-list .item .img .frame-bag {
  width: auto;
  position: absolute;
  left: 50%;
  top: -50px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.product-list .item .img .frame {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  display: block;
}

.product-list .item .text {
  font-size: 15px;
  line-height: 1.4em;
  color: #1e2558;
  background: #fff;
  padding: 1.5625rem;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product-list .item .text h3 {
  margin-bottom: 10px;
}

.product-list .item .text p:last-child {
  margin-bottom: 0;
}

.product-list .item-inner {
  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;
  text-decoration: none;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.product-list .item-inner h3 {
  text-decoration: underline;
}

.product-list .item-inner:hover h3 {
  text-decoration: none;
}

.product-list .item-inner:hover .img .frame img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.product-list .item-inner:hover .img .frame-bag {
  top: -60px;
}

.box-product {
  font-size: 1.0625rem;
  line-height: 1.5em;
  margin-bottom: 2.5rem;
}

.box-product .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}

.box-product .item {
  margin-bottom: 2.5rem;
}

.box-product .item .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  max-width: 340px;
  background: #fbfbfb;
  position: relative;
  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;
}

.box-product .item .img .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.box-product .item .img .img-bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.box-product .item .img .img-main {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 1.875rem;
}

.box-product .item .img .img-main img {
  display: inline-block;
}

.box-product .item .img .img-gallery {
  position: relative;
  z-index: 10;
  padding: 1.875rem;
}

.box-product .item .img .img-gallery .img {
  padding-bottom: 100%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.box-product .item .img .img-gallery .img .frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
}

.box-product .item .img .img-gallery .img .frame a {
  display: block;
}

.box-product .item .text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.box-product .box-head {
  background: #1e2558;
  color: #fff;
  padding: 1.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.box-product .box-head h1, .box-product .box-head h2 {
  color: #fff;
  margin-bottom: 5px;
}

.box-product .box-head p:last-child {
  margin-bottom: 0;
}

.box-product .box-desc {
  padding: 1.875rem 1.875rem 0 1.875rem;
}

.box-product .box-desc .entry {
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.875rem;
}

.box-product .box-desc .head {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.box-product .box-desc ul {
  margin-bottom: 0;
}

.box-product .box-desc ul li:before {
  top: 0.5625rem;
}

.box-product .box-btn {
  padding: 1.875rem;
}

.side-nav {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.side-nav .head {
  display: none;
}

.side-nav > ul {
  margin: 0;
}

.side-nav > ul > li {
  margin: 0;
  padding: 0;
}

.side-nav > ul > li > a {
  font-size: 1.0625rem;
  font-weight: 700;
  padding: 0.9375rem 1.25rem;
  display: block;
}

.side-nav > ul > li > a:hover {
  color: #068e47;
}

.side-nav > ul > li.active > a {
  background: #1e2558;
  color: #fff;
}

.side-nav > ul > li.active ul {
  display: block;
}

.side-nav > ul > li ul {
  background: #e8e8e8;
  padding: 0.9375rem 0;
  margin: 0;
  display: none;
}

.side-nav > ul > li ul li {
  padding-left: 1.25rem;
}

.side-nav > ul > li ul li a {
  font-size: 1.0625rem;
  line-height: 1.3em;
  font-weight: 500;
  text-decoration: none;
  padding: 0.3125rem 1.25rem;
  display: block;
}

.side-nav > ul > li ul li a:hover {
  color: #068e47;
}

.side-nav > ul > li ul li.active a {
  color: #068e47;
  position: relative;
}

.side-nav > ul > li ul li.active a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.875rem;
  width: 5px;
  height: 5px;
  background: #068e47;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.offer {
  overflow: hidden;
  padding: 6.25rem 0;
}

.offer .item-list-wrap {
  overflow: hidden;
}

.offer .item-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.offer .item {
  text-align: center;
  padding: 0;
  border-bottom: 2px solid #068e47;
  border-right: 2px solid #068e47;
  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;
}

.offer .item:last-child {
  border-color: transparent;
}

.offer .item a {
  text-decoration: underline;
  color: #1e2558;
}

.offer .item a:hover {
  text-decoration: none;
}

.offer .item a:hover .icon {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.offer .item a:hover h3 {
  background: #fff;
  text-decoration: none;
}

.offer .item .head {
  max-width: 12.5rem;
  margin: 0 auto;
}

.offer .item .head h3, .offer .item .head .h3 {
  font-weight: 500;
  padding: 0.3125rem 0.9375rem;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: underline;
}

.offer .item .head.has-subnav h3 {
  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;
}

.offer .item .head.has-subnav h3:after {
  content: '';
  margin-left: 8px;
  width: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  height: 8px;
  display: block;
  position: relative;
  top: 0;
  border-left: 2px solid #1e2558;
  border-bottom: 2px solid #1e2558;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.offer .item .img {
  padding: 0 1.875rem;
}

.offer .item .img .frame {
  width: 7rem;
  height: 7rem;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 1.25rem auto;
}

.offer .item .img .icon {
  width: 5.3125rem;
  height: 5.3125rem;
  display: block;
  margin: 0 auto 0.625rem auto;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.offer .item .img .icon-nabidka,
.offer .item .img .icon-silazovani {
  width: 5.9375rem;
  height: 5.9375rem;
  margin-bottom: 0;
}

.offer .item .text {
  padding: 0 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
}

.offer .item-inner {
  display: block;
  padding: 1.25rem 0 1.25rem 0;
  position: relative;
  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-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.offer .item-inner.active .head h3:after {
  top: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sub-offer {
  padding: 2.5rem 0;
  position: relative;
  top: -10px;
}

.sub-offer .item-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -1.875rem 0;
}

.sub-offer .item {
  margin: 1.875rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-offer .item .img {
  width: 7.5rem;
  height: 7.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: block;
  margin: 0 auto 1.25rem auto;
}

.sub-offer .item .img img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.sub-offer .item .text {
  text-align: center;
  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;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sub-offer .item .text .txt {
  font-size: 1.125rem;
  line-height: 1.3em;
  padding: 0.3125rem 0.625rem;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sub-offer .item-inner {
  color: #fff;
  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-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.sub-offer .item-inner:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.sub-offer .item-inner:hover .txt {
  background: #fff;
  color: #1e2558;
}

.hls {
  color: #fff;
  position: relative;
  z-index: 20;
  max-width: 840px;
  margin: 0 auto;
}

.hls h2, .hls h3, .hls .h2, .hls .h3 {
  color: #fff;
}

.hls .section-head {
  margin-bottom: 6.25rem;
}

.hls .item-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hls .item {
  margin-bottom: 2.5rem;
  text-align: center;
}

.hls .item .img {
  margin-bottom: 1.25rem;
}

.hls .item .img .icon {
  width: 10rem;
  height: 10rem;
}

.hls .item-inner {
  max-width: 160px;
  margin: 0 auto;
}

.hls .foot {
  font-size: 1.3125rem;
  text-align: center;
  @incldue rem(padding-top, 60px);
}

.magazine .section-desc {
  max-width: 520px;
  margin-bottom: 3.75rem;
}

.magazine .item {
  margin: 0 0 2.5rem 0;
  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;
}

.magazine .item .img {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  display: block;
  width: 100%;
}

.magazine .item .img img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.magazine .item .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.magazine .item .text {
  font-size: 15px;
  line-height: 1.5em;
  padding: 1.25rem;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.magazine .item .text h3 {
  margin-bottom: 1.25rem;
}

.magazine .item .text p {
  margin-bottom: 0;
}

.magazine .item .entry:last-child {
  margin-bottom: 0;
}

.magazine .item .entry ul:last-child {
  margin-bottom: 0;
}

.magazine .item .entry ul li:before {
  top: 6px;
}

.magazine .item-inner {
  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-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.has-foot {
  padding-right: 6.5625rem;
  position: relative;
}

.has-foot .item-foot {
  font-size: 15px;
  line-height: 1.4em;
  color: #1e2558;
  width: 100%;
  max-width: 200px;
  position: absolute;
  left: 100%;
  bottom: 2.5rem;
  margin-left: -5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.has-foot .item-foot .item-inner {
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.magazine-filter {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 6.25rem;
}

.magazine-related {
  max-width: 350px;
  padding-top: 10px;
}

.magazine-related h2, .magazine-related .h2 {
  margin-bottom: 1.875rem;
}

.magazine-related .item {
  margin-bottom: 1.25rem;
}

.magazine-related .item .img {
  max-width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  min-height: 80px;
}

.magazine-related .item .img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.magazine-related .item .text {
  padding: 10px 10px 15px 20px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.magazine-related .item .text h3 {
  margin-bottom: 0;
}

.magazine-related .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.magazine-related.fixed {
  position: fixed;
  top: 0;
}

.farms .item-list {
  margin-bottom: -2.5rem;
}

.farms .item {
  margin: 0 0 2.5rem 0;
  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;
}

.farms .item .img {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  display: block;
  width: 100%;
}

.farms .item .img img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.farms .item .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.farms .item .text {
  font-size: 15px;
  line-height: 1.5em;
  padding: 1.25rem;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  background: #1e2558;
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.farms .item .text h3 {
  color: #fff;
  margin-bottom: 1.25rem;
}

.farms .item .text h3 a {
  color: #fff;
}

.farms .item .text p {
  margin-bottom: 0;
}

.farms .item .text ul li:before {
  top: 0.5rem;
}

.farms .item .text a {
  color: #fff;
}

.farms .item .tags:last-child {
  margin-bottom: 0;
}

.farms .item .entry {
  margin-bottom: 0;
}

.farms .item-inner {
  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-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.tags {
  margin-bottom: 0.9375rem;
}

.tags 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;
  margin: -6px -4px;
}

.tags ul li {
  padding: 0 4px;
  margin: 6px 0;
}

.tags ul li a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  border: 1px solid #7acadc;
  color: #7acadc;
  text-decoration: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0.375rem 0.75rem;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.tags ul li a:hover {
  color: #fff;
  background: #7acadc;
}

.tags.alt ul li a {
  color: #c0d7c4;
  border-color: #c0d7c4;
}

.tags.alt ul li a:hover {
  background: #c0d7c4;
  color: #1e2558;
}

.post, .history {
  font-size: 17px;
  line-height: 1.8em;
}

.post table, .history table {
  font-size: 15px;
  line-height: 1.8em;
  margin: 1.875rem 0;
}

.post .anchor, .history .anchor {
  position: relative;
  top: 0;
}

.post figure.left {
  float: left;
  padding-top: 5px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.post figure.right {
  float: right;
  padding-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.post figcaption {
  padding: 5px 0;
  font-style: italic;
  margin-bottom: 1.25rem;
}

.excerpt {
  font-size: 1.3125rem;
  line-height: 1.5em;
}

.post-block .entry:last-child {
  margin-bottom: 0;
}

.post-files {
  max-width: 730px;
}

.text-img .item {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.text-img .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 15px;
}

.text-img .img .frame {
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.text-img .img img {
  width: 100%;
}

.text-img .text {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66666%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 66.66666%;
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
  padding: 0 15px;
}

.text-img.big .text {
  max-width: 350px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 350px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
}

.text-img.big .img {
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.text-img.big .img .inner {
  padding-left: 30px;
}

.anchor-list {
  font-size: 1.75rem;
  line-height: 1.3em;
  font-weight: 500;
}

.anchor-list ul {
  margin: 0;
}

.anchor-list ul li {
  margin-bottom: 0.625rem;
  padding-left: 3.4375rem;
  position: relative;
}

.anchor-list ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 2.1875rem;
  height: 2.1875rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #068e47;
  overflow: hidden;
  color: #fff;
}

.anchor-list ul li:after {
  content: '';
  position: absolute;
  top: 0.8125rem;
  left: 0.75rem;
  width: 0.6875rem;
  height: 1rem;
  background: url("../img/arr-b.svg") center center no-repeat;
  display: block;
}

.anchor-list a {
  color: #068e47;
}

.files h2 {
  margin-bottom: 2.5rem;
}

.files .item-list {
  margin-bottom: -1.875rem;
}

.files .item {
  font-size: 1.0625rem;
  margin-bottom: 1.875rem;
}

.files .item .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 5rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 5rem;
  flex: 0 0 5rem;
  max-width: 5rem;
}

.files .item .img .icon {
  width: 4rem;
  height: 4rem;
  color: #1e2558;
}

.files .item .text {
  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;
}

.files .item .item-head {
  font-size: 1.625rem;
  font-weight: 500;
}

.files .item .item-head a {
  text-decoration: none;
}

.files .item .item-head a:hover {
  text-decoration: underline;
}

.files .item .item-desc p:last-child {
  margin-bottom: 0;
}

.files .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery h2 {
  margin-bottom: 2.5rem;
}

.gallery .item {
  margin-bottom: 1.875rem;
}

.gallery .item .img {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
}

.gallery .item .img img {
  width: 100%;
}

.person-list .item-list {
  margin-bottom: -3.125rem;
}

.person-list .item {
  font-size: 14px;
  margin-bottom: 3.125rem;
}

.person-list .item .img {
  width: 2.9375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.9375rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 2.9375rem;
  flex: 0 0 2.9375rem;
  height: 2.9375rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.person-list .item .text {
  padding-left: 10px;
}

.person-list .item .text .name {
  font-size: 1.1875rem;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 0;
}

.person-list .item .text .job {
  margin-bottom: 10px;
}

.person-list .item .info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.person-list .item .info ul {
  margin: 0;
}

.person-list .item .info ul li {
  line-height: 1.3em;
  padding-left: 3.5625rem;
  position: relative;
  margin-bottom: 5px;
}

.person-list .item .info ul li a {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.person-list .item .info ul li .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 15px;
  top: 1px;
  color: #068e47;
  display: block;
}

.person-list .item-inner {
  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;
}

.person-list-table .item {
  font-size: 1rem;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  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;
}

.person-list-table .item .img {
  width: 4.375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.375rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 4.375rem;
  flex: 0 0 4.375rem;
}

.person-list-table .item .img .frame {
  width: 2.875rem;
  height: 2.875rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.person-list-table .item .name {
  font-size: 1.1875rem;
  font-weight: 600;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.person-list-table .item .job {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.person-list-table .item .phone, .person-list-table .item .mail {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.person-list-table .item .phone a, .person-list-table .item .mail a {
  padding-left: 1.625rem;
  position: relative;
}

.person-list-table .item .phone a:hover, .person-list-table .item .mail a:hover {
  color: #068e47;
}

.person-list-table .item .phone a .icon, .person-list-table .item .mail a .icon {
  width: 1.3125rem;
  height: 1.3125rem;
  color: #068e47;
  position: absolute;
  left: 0;
  top: 0;
}

.person-list-table .item:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.regions .regions-main {
  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;
}

.regions .map {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 30px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.regions .map svg {
  width: 100%;
  max-width: 1058px;
  height: auto;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.regions .map svg g.active path, .regions .map svg g.opened path {
  fill: #058e46;
}

.regions .map svg path {
  fill: #69bb90;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.regions .map svg path.active {
  fill: #058e46;
}

@media (hover: hover) and (pointer: fine) {
  .regions .map svg path:hover {
    fill: #058e46;
  }
}

.regions .map svg text, .regions .map svg circle {
  fill: #37a56b;
  pointer-events: none;
}

.regions .region-box {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-left: -400px;
}

.regions .region-box.opened {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  margin-left: 0;
}

.regions .person-list {
  margin-top: 6.25rem;
}

.regions .person-list .item {
  display: none;
}

.regions .person-list .item.opened {
  display: block;
}

.regions .box-std {
  max-width: 400px;
}

.box-std {
  font-size: 1rem;
  line-height: 1.5em;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 2.5rem;
}

.box-std .box-img {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}

.box-std .box-img .person {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.875rem;
  color: #fff;
}

.box-std .box-img .person .name {
  color: #fff;
}

.box-std .box-head {
  background: #1e2558;
  color: #fff;
  padding: 1.875rem;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.box-std .box-head p:last-child {
  margin-bottom: 0;
}

.box-std .box-head .head {
  font-size: 1.4375rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.box-std .box-head .head.big {
  font-size: 2rem;
}

.box-std .box-head h2, .box-std .box-head h3, .box-std .box-head .h2, .box-std .box-head .h3 {
  color: #fff;
}

.box-std .box-head h2:last-child, .box-std .box-head h3:last-child, .box-std .box-head .h2:last-child, .box-std .box-head .h3:last-child {
  margin-bottom: 0;
}

.box-std .box-head:last-child {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.box-std .box-content {
  color: #1e2558;
  background: #fff;
  padding: 1.875rem;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.box-std .box-content:first-child {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.box-std .box-content .desc {
  font-size: 1.3125rem;
  line-height: 1.4em;
}

.box-std .box-content.green {
  background: #c0d7c4;
}

.box-std .box-content.alt {
  background: #1e2558;
  color: #fff;
}

.box-std .box-content.alt a {
  color: #fff;
}

.box-std .box-content.no-padding {
  padding: 0;
}

.box-std .person .img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-top: -2.5rem;
  margin-bottom: 0.625rem;
}

.box-std .person .img.big {
  width: 8.25rem;
  height: 8.25rem;
  margin-top: -6.25rem;
  margin-bottom: 1.25rem;
}

.box-std .person .img img {
  width: 100%;
}

.box-std .person .text {
  padding-bottom: 1.25rem;
}

.box-std .person .text:last-child {
  padding-bottom: 0;
}

.box-std .person .info {
  padding-top: 1.25rem;
  border-top: 1px solid #f3f3f3;
}

.box-std .person .info:first-child {
  padding-top: 0;
  border: none;
}

.box-std .person .info ul {
  margin-bottom: 0;
}

.box-std .person .info ul li {
  padding-left: 1.875rem;
  position: relative;
}

.box-std .person .info ul li .icon {
  width: 1.4375rem;
  height: 1.4375rem;
  position: absolute;
  left: 0;
  top: 0.125rem;
  color: #068e47;
}

.box-std .person .info ul li:last-child {
  margin-bottom: 0;
}

.box-std .person .name {
  font-size: 1.4375rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  color: #1e2558;
}

.box-std .person .job {
  margin-bottom: 0;
}

.box-std .big {
  font-size: 1.3125rem;
  line-height: 1.5em;
}

.box-std p:last-child {
  margin-bottom: 0;
}

.box-negative {
  margin-top: -13.4375rem;
  position: relative;
  z-index: 30;
}

.box-negative .box-std {
  margin-top: 10px;
}

.fixer-start-box-contact {
  position: relative;
  top: -80px;
}

.fixer-start-magazine {
  position: relative;
  top: -80px;
}

.fixer-start-contact {
  position: relative;
  top: -80px;
}

.box-negative .box-std {
  position: absolute;
  top: 0;
  padding-top: 5rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.box-negative .box-std .box-inner {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.box-negative.fixed .box-std {
  position: fixed;
  top: 0;
  max-width: 350px;
}

.box-contact {
  position: relative;
  margin-top: 10px;
  padding-top: 5rem;
}

.box-contact.fixed {
  position: fixed;
  top: 0;
  max-width: 540px;
}

.magazine-related {
  position: relative;
  margin-top: 10px;
  padding-top: 5rem;
}

.team {
  margin-bottom: 2.5rem;
}

.team .item-inner {
  cursor: pointer;
}

.team .item {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2.5rem;
}

.team .item .img {
  margin: 0 0 1.25rem 0;
}

.team .item .img .frame {
  width: 8.125rem;
  height: 8.125rem;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}

.team .item .img .frame img {
  width: 100%;
}

.team .item .name {
  font-size: 1.1875rem;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 0;
}

.team .item .job {
  margin-bottom: 0;
}

.team:last-child {
  margin-bottom: 0;
}

.leaders {
  margin-bottom: 2.5rem;
}

.leaders:last-child {
  margin-bottom: 0;
}

.leaders .item-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.leaders .item {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.leaders .item .box-std {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  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;
}

.leaders .item .box-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.leaders-big .item {
  margin-top: 0;
}

.segments {
  overflow: hidden;
}

.segments .item-list-wrap {
  overflow: hidden;
}

.segments .item-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.segments .item {
  text-align: center;
  padding: 0;
  border-bottom: 1px solid #068e47;
  border-right: 1px solid #068e47;
}

.segments .item:last-child {
  border: none;
}

.segments .item a {
  color: #1e2558;
}

.segments .item .head {
  margin: 0 auto;
  padding: 0 10px;
}

.segments .item .img .icon {
  width: 3.375rem;
  height: 3.375rem;
  display: block;
  margin: 0 auto 0.625rem auto;
}

.segments .item-inner {
  display: block;
  padding: 1.25rem 0;
  position: relative;
}

.counts ul:last-child {
  margin-bottom: 0;
}

.params-item {
  font-size: 15px;
  margin-bottom: 1.25rem;
}

.params-item:last-child {
  margin-bottom: 0;
}

.certifications {
  margin-bottom: 3.75rem;
}

.certifications .item {
  font-size: 1rem;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.certifications .item .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6.875rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 6.875rem;
  flex: 0 0 6.875rem;
  max-width: 6.875rem;
  background: #1e2558;
  color: #fff;
  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;
}

.certifications .item .img .icon {
  width: 4.0625rem;
  height: 4.0625rem;
}

.certifications .item .text {
  padding: 1.25rem;
}

.certifications .item .text h3 {
  margin-bottom: 0;
  text-decoration: underline;
}

.certifications .item .text p {
  margin-bottom: 0;
}

.certifications .item-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.certifications .item-inner:hover .text h3 {
  text-decoration: none;
}

.certifications:last-child {
  margin-bottom: 0;
}

.cats-tiles {
  margin-bottom: 3.75rem;
}

.cats-tiles .item-list {
  margin: 0;
  padding: 0 15px;
}

.cats-tiles .item-inner {
  display: block;
  position: relative;
  color: #1e2558;
  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;
  width: 100%;
}

.cats-tiles .item-inner:hover {
  color: #068e47;
}

.cats-tiles .item {
  font-size: 1rem;
  text-align: center;
  padding: 0;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.cats-tiles .item .icon {
  width: 3.375rem;
  height: 3.375rem;
}

.cats-tiles .item .icon.big {
  width: 4.375rem;
  height: 4.375rem;
  margin-top: -0.625rem;
}

.cats-tiles .item .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.25rem;
  background: #e8e8e8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 -10px;
  position: relative;
}

.cats-tiles .item .img:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  margin-left: -40px;
  height: 5px;
  background: #000;
}

.cats-tiles .item .text {
  line-height: 1.3em;
  width: 100%;
  text-align: center;
  padding: 0.625rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
}

.cats-tiles .item .head {
  margin-bottom: 0;
}

.cats-tiles .item.active {
  position: relative;
  z-index: 10;
}

.cats-tiles .item.skot .img:after {
  background: #744b31;
}

.cats-tiles .item.skot .item-inner:hover {
  color: #744b31;
}

.cats-tiles .item.prasata .img:after {
  background: #b15194;
}

.cats-tiles .item.prasata .item-inner:hover {
  color: #b15194;
}

.cats-tiles .item.drubez .img:after {
  background: #ffdc1c;
}

.cats-tiles .item.drubez .item-inner:hover {
  color: #ffdc1c;
}

.cats-tiles .item.ovce .img:after {
  background: #98c123;
}

.cats-tiles .item.ovce .item-inner:hover {
  color: #98c123;
}

.cats-tiles .item.drobnochov .img:after {
  background: #62408d;
}

.cats-tiles .item.drobnochov .item-inner:hover {
  color: #62408d;
}

.cats-tiles .item.zver .img:after {
  background: #6b3e91;
}

.cats-tiles .item.zver .item-inner:hover {
  color: #6b3e91;
}

.cats-tiles .item.rybolov .img:after {
  background: #6b3e91;
}

.cats-tiles .item.rybolov .item-inner:hover {
  color: #6b3e91;
}

.cats-tiles .item.ekologicke-zemedelstvi .img:after {
  background: #a2c037;
}

.cats-tiles .item.ekologicke-zemedelstvi .item-inner:hover {
  color: #a2c037;
}

.cats-tiles .item.silazovani .img:after {
  background: #d67c1c;
}

.cats-tiles .item.silazovani .item-inner:hover {
  color: #d67c1c;
}

.cats-tiles .item.bioplynove-stanice .img:after {
  background: #c73737;
}

.cats-tiles .item.bioplynove-stanice .item-inner:hover {
  color: #c73737;
}

.cats-tiles-alt {
  margin-bottom: 3.75rem;
}

.cats-tiles-alt .item-list {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.cats-tiles-alt .item-inner {
  display: block;
  position: relative;
  color: #1e2558;
  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;
  width: 100%;
  background: #e8e8e8;
}

.cats-tiles-alt .item-inner:hover {
  color: #068e47;
  background: #fff;
}

.cats-tiles-alt .item-inner:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 80px;
  margin-left: -40px;
  height: 5px;
  background: #000;
}

.cats-tiles-alt .item {
  font-size: 1rem;
  text-align: center;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.cats-tiles-alt .item .icon {
  width: 3.375rem;
  height: 3.375rem;
}

.cats-tiles-alt .item .icon.big {
  width: 4.375rem;
  height: 4.375rem;
  margin-top: -0.625rem;
}

.cats-tiles-alt .item .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.25rem 1.25rem 0 1.25rem;
  margin: 0;
  position: relative;
}

.cats-tiles-alt .item .text {
  line-height: 1.3em;
  width: 100%;
  text-align: center;
  padding: 0.625rem 0.625rem 1.875rem 0.625rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
}

.cats-tiles-alt .item .head {
  margin-bottom: 0;
}

.cats-tiles-alt .item.active {
  position: relative;
  z-index: 10;
}

.cats-tiles-alt .item.skot .item-inner:after {
  background: #744b31;
}

.cats-tiles-alt .item.skot .item-inner:hover {
  color: #744b31;
}

.cats-tiles-alt .item.prasata .item-inner:after {
  background: #b15194;
}

.cats-tiles-alt .item.prasata .item-inner:hover {
  color: #b15194;
}

.cats-tiles-alt .item.drubez .item-inner:after {
  background: #ffdc1c;
}

.cats-tiles-alt .item.drubez .item-inner:hover {
  color: #ffdc1c;
}

.cats-tiles-alt .item.ovce .item-inner:after {
  background: #98c123;
}

.cats-tiles-alt .item.ovce .item-inner:hover {
  color: #98c123;
}

.cats-tiles-alt .item.drobnochov .item-inner:after {
  background: #62408d;
}

.cats-tiles-alt .item.drobnochov .item-inner:hover {
  color: #62408d;
}

.cats-tiles-alt .item.zver .item-inner:after {
  background: #6b3e91;
}

.cats-tiles-alt .item.zver .item-inner:hover {
  color: #6b3e91;
}

.cats-tiles-alt .item.rybolov .item-inner:after {
  background: #6b3e91;
}

.cats-tiles-alt .item.rybolov .item-inner:hover {
  color: #6b3e91;
}

.cats-tiles-alt .item.ekologicke-zemedelstvi .item-inner:after {
  background: #a2c037;
}

.cats-tiles-alt .item.ekologicke-zemedelstvi .item-inner:hover {
  color: #a2c037;
}

.cats-tiles-alt .item.silazovani .item-inner:after {
  background: #d67c1c;
}

.cats-tiles-alt .item.silazovani .item-inner:hover {
  color: #d67c1c;
}

.cats-tiles-alt .item.bioplynove-stanice .item-inner:after {
  background: #c73737;
}

.cats-tiles-alt .item.bioplynove-stanice .item-inner:hover {
  color: #c73737;
}

.departments {
  font-size: 1rem;
  margin-bottom: 2.5rem;
}

.departments .item {
  margin-bottom: 2.5rem;
}

.departments .name {
  font-weight: 600;
}

.departments ul:last-child {
  margin-bottom: 0;
}

.contact-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
}

.contact-list li .icon {
  width: 1.5625rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.5625rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 1.5625rem;
  flex: 0 0 1.5625rem;
  height: 1.5625rem;
  margin-right: 0.625rem;
  top: 0.125rem;
  color: #068e47;
}

.contact-list li .icon-phone {
  width: 1.375rem;
  height: 1.375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.375rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 1.375rem;
  flex: 0 0 1.375rem;
}

.social-list {
  font-size: 1.4375rem;
  font-weight: 600;
  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;
  margin: 0 -1.875rem;
}

.social-list li {
  padding: 0 1.875rem;
  margin: 0.3125rem 0;
  position: relative;
}

.social-list li a {
  text-decoration: none;
  position: relative;
  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;
}

.social-list li a:hover {
  text-decoration: underline;
  color: #068e47;
}

.social-list li .icon {
  width: 2.1875rem;
  height: 2.1875rem;
  margin-right: 0.9375rem;
  color: #068e47;
}

.social-list li .icon-yt {
  width: 2.6875rem;
  height: 2.6875rem;
}

.quick-contact {
  font-size: 1.5625rem;
}

.quick-contact .box {
  background: #1e2558;
  padding: 2.5rem 3.75rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.quick-contact ul.contact-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  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;
  margin: 0 -30px;
}

.quick-contact ul.contact-list li {
  line-height: 1.3em;
  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;
  padding: 0 30px;
}

.quick-contact ul.contact-list li .icon {
  color: #068e47;
  width: 1.88em;
  width: 2.8125rem;
  height: 2.8125rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.8125rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 2.8125rem;
  flex: 0 0 2.8125rem;
  margin-right: 0.625rem;
}

.quick-contact a {
  color: #fff;
}

.product-picker {
  counter-reset: counter;
}

.product-picker .picker-item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #c0d7c4;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 100px;
  margin-bottom: -100px;
  counter-increment: counter;
  position: relative;
}

.product-picker .picker-item:first-child {
  margin-top: 0;
}

.product-picker .picker-item:last-child {
  padding-bottom: 40px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.product-picker .picker-item .item-head {
  font-family: Barlow,sans-serif;
  font-size: 1.75rem;
  line-height: 1.3em;
  font-weight: 600;
  color: #1e2558;
  text-decoration: underline;
  cursor: pointer;
  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;
  margin-bottom: 0;
  opacity: .5;
}

.product-picker .picker-item .item-head:before {
  content: counter(counter);
  font-size: 1.625rem;
  width: 2.875rem;
  height: 2.875rem;
  line-height: 2.875rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #1e2558;
  color: #c0d7c4;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
}

.product-picker .picker-item .item-head:hover {
  text-decoration: none;
}

.product-picker .picker-item .item-content {
  position: relative;
  display: none;
}

.product-picker .picker-item .item-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: rgba(192, 215, 196, 0.5);
}

.product-picker .picker-item .picker-item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.product-picker .picker-item .picker-item-img .inner {
  background: #e3e3e3;
  width: 100%;
  height: 100%;
}

.product-picker .picker-item .picker-item-img .inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-picker .picker-item:nth-child(1) {
  z-index: 10;
}

.product-picker .picker-item:nth-child(2) {
  z-index: 20;
}

.product-picker .picker-item:nth-child(3) {
  z-index: 30;
}

.product-picker .picker-item:nth-child(4) {
  z-index: 40;
}

.product-picker .picker-item:nth-child(5) {
  z-index: 50;
}

.product-picker .picker-item.active .item-head {
  opacity: 1;
}

.product-picker .picker-item.active .item-content {
  display: block;
}

.product-picker .picker-item.active .item-content:after {
  content: none;
}

.product-picker .picker-item.done {
  margin-bottom: -150px;
}

.product-picker .picker-item.done .item-head {
  opacity: 1;
}

.product-picker .picker-item.done .item-head:before {
  opacity: .5;
}

.product-picker .picker-item.done .item-content {
  display: block;
}

.product-picker .picker-item-inner {
  padding: 1.875rem 1.875rem;
}

.product-picker .crop-select {
  padding-top: 20px;
}

.product-picker .product-detail {
  padding-top: 20px;
}

form .contact-addon {
  display: none;
}

.smap-wrapper {
  height: 650px;
  position: relative;
  margin-bottom: 3.75rem;
}

.smap-wrapper .box {
  font-size: 0.9375rem;
  line-height: 1.6em;
  position: absolute;
  left: 0;
  bottom: 1.25rem;
  z-index: 50;
  background: #fff;
  padding: 1.875rem;
  min-width: 260px;
}

.smap-wrapper .box h3 {
  font-size: 1.5rem;
  line-height: 1.2em;
  color: #236276;
}

.smap-wrapper .box ul {
  margin: 0;
}

.smap-wrapper .box ul.contact-list li {
  padding-left: 1.875rem;
  margin: 0;
  position: relative;
}

.smap-wrapper .box ul.contact-list li .icon {
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  color: #3aaa35;
}

.smap {
  width: 100%;
  height: 100% !important;
  position: absolute !important;
  left: 0;
  top: 0;
}

.smap img {
  max-width: inherit;
}

body .smap .card {
  padding: 1.25rem 0 0 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: visible !important;
}

body .smap .card img {
  max-width: 100%;
}

body .smap .card .text {
  font-size: 1rem;
  line-height: 1.5em;
  padding: 1.25rem;
}

body .smap .card .text .title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.625rem 0;
}

body .smap .card .text .desc {
  font-size: 0.875rem;
  line-height: 1.5em;
}

body .smap .card .text .desc p:last-child {
  margin-bottom: 0;
}

body .smap .card .text ul {
  margin-bottom: 0;
}

body .smap .card .text ul li {
  padding: 0;
}

body .smap .card .close {
  position: absolute;
  right: -15px;
  top: 5px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

body .smap .card .close:after {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

body .smap .card .close:hover {
  color: #fff;
  background: #1e2558;
}

body .smap .card .close:hover:after {
  color: #fff;
}

body .smap .card .tail {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
  width: 0;
  height: 0;
  visibility: visible;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

body .smap .card .opening-info {
  margin: 0.625rem 0 0 0;
}

body .smap .card-header {
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
}

.fix-notification {
  font-size: 16px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 50;
  background: #fff;
  max-width: 250px;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: none;
}

.fix-notification.active {
  display: block;
}

.fix-notification .date {
  margin-bottom: 0;
}

.fix-notification .head {
  text-decoration: underline;
}

.fix-notification .close {
  position: absolute;
  right: -15px;
  top: -15px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1e2558;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.fix-notification .close .icon {
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fix-notification .close:hover {
  background: #fff;
  color: #1e2558;
}

.fix-notification .close:hover:after {
  color: #1e2558;
}

.fix-notification .close:hover .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fix-notification .modal-trigger {
  padding: 20px;
  display: block;
  text-decoration: none;
}

.fix-notification .modal-trigger:hover .head {
  text-decoration: none;
}

.print.com {
  padding-top: 20px;
  padding-bottom: 30px;
  max-width: 400px;
}

.print.com a {
  color: #068e47;
}

.print.com a:hover {
  color: #1e2558;
}

.print.com .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

/************************************************************************************
FOOTER
*************************************************************************************/
.footer {
  background: #171f48;
  margin-top: 100px;
  position: relative;
  z-index: 50;
}

.footer .mw {
  position: relative;
  color: rgba(255, 255, 255, 0.2);
  display: block;
}

.footer .mw:hover {
  color: #00daee;
}

.footer .mw .text {
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -80000px;
  display: block;
}

.footer .mw .icon-mw {
  width: 70px;
  height: 30px;
}

.footer .orwin {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.footer .orwin a {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.footer .orwin a:hover {
  color: #fff;
}

.footer .orwin .text {
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -80000px;
  display: block;
}

.footer .f_2 .inner {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 1.25rem;
}

.footer-block {
  font-size: 0.9375rem;
  font-weight: 500;
  background: #1e2558;
  color: #fff;
  padding: 1.25rem 3.125rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -100px;
  margin-bottom: 3.125rem;
}

.footer-block .foot-item {
  margin: 1.875rem 0;
}

.footer-block .head {
  font-size: 1.5rem;
  font-weight: 500;
  color: #068e47;
  margin: 0 0 2.1875rem 0;
}

.footer-block .nav-big {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
}

.footer-block .nav-big:last-child {
  margin-bottom: 0;
}

.footer-block .nav-big li {
  padding-left: 2rem;
  position: relative;
}

.footer-block .nav-big li .icon {
  width: 1.375rem;
  height: 1.375rem;
  position: absolute;
  left: 0;
  top: 0.3125rem;
}

.footer-block .nav-big li .icon.icon-marker {
  width: 1.5rem;
  height: 1.5rem;
}

.footer-block .nav-social {
  margin-bottom: 1.875rem;
}

.footer-block .nav-social:last-child {
  margin-bottom: 0;
}

.footer-block .nav-social li {
  margin-bottom: 10px;
  padding-left: 2rem;
  position: relative;
}

.footer-block .nav-social li .icon {
  width: 1.375rem;
  height: 1.375rem;
  position: absolute;
  left: 0;
  top: 0.3125rem;
}

.footer-block .nav-social li .icon.icon-yt {
  width: 1.5rem;
  height: 1.5rem;
}

.footer-block ul:last-child {
  margin-bottom: 0;
}

.footer-block ul li {
  padding: 0;
}

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

.eu {
  font-size: 10px;
  line-height: 1.1em;
  color: #666a8e;
}

.eu p {
  margin-bottom: 10px;
}

.copy {
  font-size: 15px;
  line-height: 1.1em;
  color: #666a8e;
}

.copy p {
  margin-bottom: 10px;
}

.loader-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.spinner {
  font-size: 30px;
  position: absolute;
  display: inline-block;
  width: 1em;
  height: 1em;
  left: 50%;
  top: 50%;
  z-index: 1;
}

.spinner div {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  background-color: transparent;
  -webkit-transform-origin: center -0.2222em;
  -ms-transform-origin: center -0.2222em;
  -moz-transform-origin: center -0.2222em;
  -o-transform-origin: center -0.2222em;
  transform-origin: center -0.2222em;
  -webkit-animation: spinner-fade 1s infinite linear;
  -moz-animation: spinner-fade 1s infinite linear;
  -o-animation: spinner-fade 1s infinite linear;
  animation: spinner-fade 1s infinite linear;
}

.spinner div:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.spinner div:nth-child(2) {
  -webkit-animation-delay: 0.083s;
  -moz-animation-delay: 0.083s;
  -o-animation-delay: 0.083s;
  animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

.spinner div:nth-child(3) {
  -webkit-animation-delay: 0.166s;
  -moz-animation-delay: 0.166s;
  -o-animation-delay: 0.166s;
  animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.spinner div:nth-child(4) {
  -webkit-animation-delay: 0.249s;
  -moz-animation-delay: 0.249s;
  -o-animation-delay: 0.249s;
  animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.spinner div:nth-child(5) {
  -webkit-animation-delay: 0.332s;
  -moz-animation-delay: 0.332s;
  -o-animation-delay: 0.332s;
  animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}

.spinner div:nth-child(6) {
  -webkit-animation-delay: 0.415s;
  -moz-animation-delay: 0.415s;
  -o-animation-delay: 0.415s;
  animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}

.spinner div:nth-child(7) {
  -webkit-animation-delay: 0.498s;
  -moz-animation-delay: 0.498s;
  -o-animation-delay: 0.498s;
  animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.spinner div:nth-child(8) {
  -webkit-animation-delay: 0.581s;
  -moz-animation-delay: 0.581s;
  -o-animation-delay: 0.581s;
  animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
}

.spinner div:nth-child(9) {
  -webkit-animation-delay: 0.664s;
  -moz-animation-delay: 0.664s;
  -o-animation-delay: 0.664s;
  animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}

.spinner div:nth-child(10) {
  -webkit-animation-delay: 0.747s;
  -moz-animation-delay: 0.747s;
  -o-animation-delay: 0.747s;
  animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.spinner div:nth-child(11) {
  -webkit-animation-delay: 0.83s;
  -moz-animation-delay: 0.83s;
  -o-animation-delay: 0.83s;
  animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}

.spinner div:nth-child(12) {
  -webkit-animation-delay: 0.913s;
  -moz-animation-delay: 0.913s;
  -o-animation-delay: 0.913s;
  animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg);
}

@-webkit-keyframes spinner-fade {
  0% {
    background-color: #69717d;
  }
  100% {
    background-color: transparent;
  }
}

@-moz-keyframes spinner-fade {
  0% {
    background-color: #69717d;
  }
  100% {
    background-color: transparent;
  }
}

@-o-keyframes spinner-fade {
  0% {
    background-color: #69717d;
  }
  100% {
    background-color: transparent;
  }
}

@keyframes spinner-fade {
  0% {
    background-color: #69717d;
  }
  100% {
    background-color: transparent;
  }
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/*========================= Viewport width 1280px and higher =========================*/
@media screen and (min-width: 1280px) {
  .teaser-alt .teaser-text .container {
    max-width: 100%;
    padding-left: 5rem;
  }
}

/*========================= Viewport width 1520px and lower =========================*/
@media screen and (max-width: 1520px) {
  .has-foot {
    padding-right: 0;
  }
  .has-foot .item-foot {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: block;
    position: relative;
    left: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
    padding-top: 1.25rem;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
  }
  .has-foot .item-foot .item-inner {
    max-width: 250px;
    display: block;
    margin: 0 auto;
  }
}

/*========================= Viewport width 1480px and lower =========================*/
@media screen and (max-width: 1480px) {
  .main-nav {
    padding: 0 1.875rem;
  }
  .main-nav ul {
    margin: 0 -0.625rem;
  }
  .main-nav ul li {
    padding: 0 0.625rem;
  }
  .main-nav ul li a {
    font-size: 1.0625rem;
  }
  .teaser-alt .teaser-img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

/*========================= Viewport width 1380px and lower =========================*/
@media screen and (max-width: 1380px) {
  .main-nav ul li a {
    font-size: 0.9375rem;
  }
}

/*========================= Viewport width 1199px and lower =========================*/
@media screen and (max-width: 1199px) {
  .header .logo {
    max-width: 150px;
  }
  .header .search {
    margin-left: 0;
  }
  .main-nav {
    padding: 0 0.9375rem;
  }
  .main-nav ul li {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 8px;
  }
  .main-nav ul li a {
    font-size: 0.8125rem;
    white-space: nowrap;
  }
  .teaser-alt .teaser-text {
    padding-left: 0;
  }
  .product-list .item-list {
    margin: 0 -15px;
  }
  .product-list .item {
    padding: 0 15px;
  }
  .box-product .item .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
  }
  .box-product .item .img .img-gallery .item-list {
    margin: 0 -5px;
  }
  .box-product .item .img .img-gallery .img-item {
    padding: 0 5px;
  }
  .regions .region-box {
    max-width: 350px;
    margin-left: -350px;
  }
  .anchor-list {
    font-size: 1.5rem;
  }
  .mini-nav ul li a {
    font-size: 1rem;
  }
  .mini-nav ul li a .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2.5rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .mini-nav ul.alt li a {
    font-size: 0.875rem;
  }
  .mini-nav ul.alt li .img {
    display: none;
  }
  .mini-nav ul.alt li .text {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .quick-contact {
    font-size: 1.75rem;
  }
  .magazine-related {
    max-width: 290px;
  }
}

/*========================= Viewport width 991px and lower =========================*/
@media screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
  h2, .h2 {
    font-size: 2.5rem;
    line-height: 1.2em;
  }
  .teaser-hp .teaser-nav {
    position: relative;
    left: 0;
    top: 0;
    padding: 40px 15px;
    background: #1e2558;
  }
  .teaser-hp .teaser-nav ul li {
    font-size: 1.875rem;
    padding-left: 1.25rem;
  }
  .teaser-hp .desc {
    font-size: 1.25rem;
  }
  .teaser-hp .scroll-down {
    display: none;
  }
  .dropdown-cats {
    display: none !important;
  }
  .fixer {
    position: static !important;
    width: 100%;
  }
  .box-contact.fixed {
    max-width: 100%;
    display: block !important;
  }
  .teaser-alt .teaser-content .scroll-down {
    display: none;
  }
  .teaser-alt .teaser-img .frame {
    min-height: 0;
  }
  .teaser-alt .teaser-img .frame img {
    height: auto;
  }
  .teaser-alt .teaser-text:after {
    content: none;
  }
  .hidden-lg {
    display: none;
  }
  .main-nav {
    display: none;
  }
  .nav-btn {
    display: block;
  }
  .mobile-nav .nav-primary {
    display: block;
  }
  .mobile-nav-wrap {
    display: block;
  }
  .block {
    padding: 3.75rem 0;
  }
  .block.alpha-lg {
    padding-top: 0;
  }
  .block.omega-lg {
    padding-bottom: 0;
  }
  .teaser-alt {
    padding-bottom: 0;
  }
  .teaser-alt .teaser-content {
    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;
  }
  .teaser-alt .breadcrumbs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: static;
  }
  .teaser-alt .breadcrumbs .inner {
    height: auto;
    padding: 1.25rem 0;
  }
  .teaser-alt .pimcore_area_teaser-img, .teaser-alt .teaser-img {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
  }
  .teaser-alt .pimcore_area_teaser-text, .teaser-alt .teaser-text {
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    color: #1e2558;
    padding: 0 0 3.75rem 0;
    max-width: 100%;
  }
  .teaser-alt .pimcore_area_teaser-text h1, .teaser-alt .teaser-text h1 {
    color: #1e2558;
    margin-bottom: 0.625rem;
  }
  .teaser-alt .pimcore_area_teaser-text p:last-child, .teaser-alt .teaser-text p:last-child {
    margin-bottom: 0;
  }
  .col2-l-set .column-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
  }
  .mini-nav ul li a {
    font-size: 0.875rem;
  }
  .mini-nav ul li a .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2.8125rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 2.8125rem;
    flex: 0 0 2.8125rem;
    max-width: 2.8125rem;
  }
  .mini-nav ul li a .img .icon {
    width: 2.8125rem;
    height: 2.8125rem;
  }
  .mini-nav ul li a .text {
    padding-left: 5px;
  }
  .box-product .item-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box-product .item .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .box-product .item .img .img-main {
    padding-bottom: 0;
  }
  .box-product .item .img .img-gallery .item-list {
    margin: 0 -15px;
  }
  .box-product .item .img .img-gallery .img-item {
    padding: 0 15px;
  }
  .box-product .item .text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .regions .regions-main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .regions .region-box {
    max-height: 0;
    margin: 0 auto;
  }
  .regions .region-box.opened {
    max-height: 2000px;
    margin: 0 auto;
  }
  .regions .map {
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2.5rem;
  }
  .person-list-table .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .person-list-table .item .job {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 4.375rem;
    margin-bottom: 1.25rem;
  }
  .person-list-table .item .phone {
    padding-left: 4.375rem;
  }
  .person-list-table .item .phone, .person-list-table .item .mail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1.25rem;
  }
  .box-negative {
    margin-top: 0;
    margin-top: 2.5rem;
  }
  .cats-tiles .item .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.625rem;
  }
  .cats-tiles .item .text {
    position: static;
    padding-top: 0;
  }
  .quick-contact {
    font-size: 1.25rem;
  }
  .quick-contact .box {
    padding: 2.1875rem;
  }
  .quick-contact ul.contact-list {
    margin: 0 -1.25rem;
  }
  .quick-contact ul.contact-list li {
    padding: 0 1.25rem;
  }
  .gmap-wrap .gmap-content .box {
    max-width: 250px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
  }
  .gmap-wrap img.map-mobile,
  .gmap-wrap img.map-desktop {
    display: none;
  }
  .gmap-wrap img.map-tablet {
    display: block;
  }
  .magazine-related {
    margin-top: 2.5rem;
    position: static !important;
    max-width: 100%;
    display: block !important;
  }
  form.form-filter .cell {
    border-bottom: 1px solid #fff !important;
  }
  form.form-filter .cell:last-child {
    border-bottom: none !important;
  }
}

/*========================= Viewport width 767px and lower =========================*/
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  h1 {
    font-size: 2.5rem;
  }
  .block.alpha-md {
    padding-top: 0;
  }
  .block.omega-md {
    padding-bottom: 0;
  }
  .teaser-alt .mini-nav {
    position: relative;
  }
  .text-img .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-img .img {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.875rem;
  }
  .text-img .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .text-img.big .img .inner {
    padding-left: 0;
  }
  .text-img.big .text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .table-wrap {
    overflow-x: auto;
    max-width: 100%;
  }
  .table-wrap table {
    min-width: 200%;
  }
  .col2-l-set {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col2-l-set .column-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col2-l-set .column-2 {
    padding-left: 0;
  }
  .side-nav {
    margin-bottom: 3.75rem;
  }
  .mini-nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #e2e2e2;
  }
  .mini-nav ul.alt li .img {
    display: block;
  }
  .mini-nav ul.alt li .text {
    padding-left: 0.9375rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mini-nav ul li:nth-child(1) a, .mini-nav ul li:nth-child(4) a, .mini-nav ul li:nth-child(5) a {
    background: #fff;
  }
  .mini-nav ul li:nth-child(2) a, .mini-nav ul li:nth-child(3) a {
    background: #e2e2e2;
  }
  .mini-nav ul li.active a {
    background: #1e2558;
    color: #fff;
    text-decoration: none;
  }
  .person-list-table .item .phone, .person-list-table .item .mail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 4.375rem;
  }
  .side-nav .head {
    display: block;
    margin: 0;
    background: #1e2558;
    color: #fff;
    border: 2px solid #1e2558;
    color: #1e2558;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0.9375rem 1.25rem;
    position: relative;
  }
  .side-nav .head:after {
    content: '';
    border: none;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.75rem;
    height: 0.75rem;
    margin-top: -0.46875rem;
    margin-left: -0.375rem;
    position: absolute;
    right: 2rem;
    top: 50%;
    z-index: 10;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
  }
  .side-nav > ul {
    display: none;
  }
  .side-nav.opened .head {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
  }
  .side-nav.opened .head:after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: -0.25rem;
  }
  .side-nav.opened > ul {
    display: block;
  }
}

/*========================= Viewport width 575px and lower =========================*/
@media screen and (max-width: 575px) {
  html {
    font-size: 13px;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  /*.post, .history {
    @include rem(font-size, 20px);
    line-height: 1.8em;
  }*/
  .header .search-input {
    position: absolute;
    left: 0;
    top: 6.25rem;
    width: 100%;
    padding: 15px;
    background: #fff;
  }
  .header .h_2 {
    position: relative;
    top: 5.375rem;
  }
  .dropdown-search .dropdown-inner {
    padding: 1.875rem 0;
  }
  .dropdown-search .section-head .head-l {
    width: 100%;
  }
  .dropdown-search .section-search {
    margin-bottom: 2.5rem;
  }
  .dropdown-search .section-search .item {
    margin-bottom: 0;
  }
  .dropdown-search .section-search .item .img {
    display: none;
  }
  .dropdown-search .section-search .item .item-desc {
    display: none;
  }
  .dropdown-search .section-search .item .item-head {
    font-size: 1.1875rem;
    line-height: 1.5em;
    font-weight: 400;
    padding-left: 1.875rem;
    position: relative;
    margin-bottom: 0.3125rem;
  }
  .dropdown-search .section-search .item .item-head:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 1rem;
    height: 0.625rem;
    display: block;
    background: url("../img/li-arr.svg") center center no-repeat;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
  .teaser-alt .teaser-img .frame {
    min-height: 180px;
  }
  .teaser-alt .teaser-img .frame img {
    height: 100%;
    max-height: 180px;
  }
  .mobile-nav {
    padding: 30px 15px;
    padding-top: 6.25rem;
    max-width: 90%;
  }
  .block {
    padding: 50px 0;
  }
  .block.block-hls {
    padding: 50px 0;
  }
  .spacer.big {
    height: 50px;
  }
  .offer {
    padding: 50px 0;
  }
  .hls .section-head {
    margin-bottom: 1.875rem;
  }
  .gallery .item-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gallery .item {
    padding: 0 10px;
  }
  .product-list .item-list {
    margin: 0 -10px;
  }
  .product-list .item {
    padding: 0 10px;
  }
  .box-product .item .img .img-gallery .item-list {
    margin: 0 -5px;
  }
  .box-product .item .img .img-gallery .img-item {
    padding: 0 5px;
  }
  .anchor-list {
    font-size: 1.25rem;
  }
  .anchor-list ul li {
    margin-bottom: 10px;
  }
  .anchor-list ul li a {
    display: block;
    padding-top: 5px;
  }
  .files .item .item-head {
    font-size: 1.5rem;
  }
  .mini-nav .inner {
    margin: 0 -15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .mini-nav ul li a, .mini-nav ul.alt li a {
    font-size: 1.0625rem;
    min-height: 5.3125rem;
  }
  .footer .f_2 .inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-block {
    padding: 30px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer-block .nav-big {
    font-size: 1rem;
  }
  .gmap-wrap {
    min-height: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .gmap-wrap .gmap-text {
    padding: 30px 15px;
  }
  .gmap-wrap .gmap-content {
    margin: 0;
    width: 100%;
  }
  .gmap-wrap .gmap-content .box {
    width: 100%;
    max-width: 340px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 340px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
  }
  .gmap-wrap img.map-tablet,
  .gmap-wrap img.map-desktop {
    display: none;
  }
  .gmap-wrap img.map-mobile {
    display: block;
    max-height: inherit !important;
  }
  .leaders .item {
    margin-bottom: 2.5rem;
  }
  .product-picker .picker-item-inner {
    padding: 15px;
  }
  .post figure.left {
    float: none;
    padding-top: 5px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .post figure.right {
    float: none;
    padding-top: 5px;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .person-list .item .img {
    margin-bottom: 20px;
  }
  .person-list .item .text {
    padding-left: 0;
  }
  .person-list .item .info ul li {
    padding-left: 25px;
  }
  .person-list .item .info ul li .icon {
    left: 0;
  }
  .person-list .item .info ul li a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

@media print {
  @page {}  body {
    font-size: 15pt;
    line-height: 1.5em;
    font-weight: 400;
    padding: 0;
    margin: 0;
    background: #fff;
  }
  h1, h1.big {
    font-size: 20pt;
    line-height: 1.2em;
    margin-bottom: 20pt;
  }
  h2, h2.big, .post h2, .product-detail h2 {
    font-size: 2rem;
    line-height: 1.2em;
    font-weight: 700;
  }
  h2.huge {
    font-size: 28pt;
    line-height: 1.2em;
  }
  h3 {
    font-size: 16pt;
    line-height: 1.2em;
  }
  h4 {
    font-size: 16pt;
    line-height: 1.2em;
  }
  img.right, img.left {
    float: none;
    padding: 0;
  }
  .footer, .logged-in, .main-nav, .teaser-hp, .fix-notification.active, .nav-btn-wrap, .bg-img, .has-foot .item-foot, .header .header-r,
  .offer, .block.block-hls, .farms, .scroll-down, .teaser-img, .teaser-alt .teaser-text:after, .col2-l-set .column-1, .nav-btn, .mini-nav,
  .anchor-list ul li:after, .regions, .files, .anchor-list, .spacer, .box-product .box-btn, .cats-tiles {
    display: none !important;
  }
  .leaders .item, .person-list .item, .gallery {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  .leaders .item *, .person-list .item *, .gallery * {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  .entry ul li:before {
    background: none;
    width: 1px;
    height: 1px;
    border: 4px solid black;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .box-product .box-head {
    background: none;
    color: black;
  }
  .box-product .box-head h1 {
    color: black;
  }
  .header {
    position: static;
  }
  .content {
    padding-top: 0;
  }
  .col2-l-set .column-2 {
    padding-left: 0;
  }
  .magazine .item {
    width: 50%;
  }
  .has-foot {
    padding-right: 0;
  }
  .teaser-text {
    position: static !important;
    color: black;
  }
  .header .h_1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 5px solid #333;
  }
  .block.block-green {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .teaser-alt {
    border-bottom: 5px solid #333;
  }
  .teaser-alt h1 {
    color: #000;
  }
  .teaser-alt .teaser-text {
    color: #000;
    padding-bottom: 0;
  }
  .teaser-alt .breadcrumbs {
    position: static;
  }
  .certifications .item .img {
    display: none;
  }
  .teaser-hp {
    padding-bottom: 30pt;
  }
  .teaser-hp .teaser-content {
    display: block;
  }
  .teaser-hp .desc {
    font-size: 12pt;
    line-height: 1.5em;
  }
  .teaser-hp .text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .teaser-hp .text .cat-list {
    margin-bottom: 10px;
  }
  .teaser-hp .text h2 .more {
    display: none;
  }
  .teaser-hp .img {
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .teaser-hp .teaser-nav {
    display: none;
  }
  .teaser-slider .glide__slides {
    width: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .teaser-slider .glide__slide {
    width: 100% !important;
    display: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .teaser-slider .glide__slide.glide__slide--active {
    display: block;
  }
  .col2-l-set .content-col {
    padding-left: 0;
  }
  .col2-l-set .side-col {
    display: none;
  }
  .post .block-main-img {
    margin-right: 0;
  }
  .post .block-excerpt {
    font-size: 10pt;
    line-height: 1.3em;
  }
  .post .tag-list ul {
    padding-left: 0;
  }
  .post .tag-list ul li {
    list-style-type: none;
  }
  .post ul {
    padding-left: 15pt;
  }
  .post ul li {
    padding-left: 0;
    line-height: 1.5em;
    list-style-type: disc;
  }
  .post ul li:before {
    content: none;
  }
  .post ol {
    margin-bottom: 0;
  }
  .post ol ol {
    padding-left: 10pt;
    margin-bottom: 0;
  }
  .post ol li ul {
    padding-left: 0;
    margin-bottom: 0;
    padding-left: 10pt;
  }
  .post ol li ul li {
    padding-left: 0;
    list-style-type: disc;
  }
  .post table {
    font-size: 8pt;
    line-height: 1.3em;
  }
  .post table td, .post table th {
    padding: 5pt 5pt 5pt 0;
  }
  .post table td:first-child, .post table th:first-child {
    padding-left: 0;
  }
  .pager {
    display: none;
  }
  .spacer {
    height: 35pt;
  }
  .block {
    padding: 20pt 0;
  }
  .block.alt {
    background: none;
  }
  .breadcrumbs ul {
    margin: 0;
  }
  .breadcrumbs li {
    font-size: 8pt;
    padding-left: 0;
  }
  .breadcrumbs li a {
    color: #000;
  }
  .breadcrumbs li:after {
    content: none;
  }
  .btn {
    height: auto;
    padding: 10pt;
  }
  .file-list a {
    padding-left: 0;
  }
  .file-list a:before {
    content: none !important;
  }
  .big-list .item, .medium-list .item, .files-list .item {
    font-size: 8pt;
    line-height: 1.5em;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  .big-list .item .head, .medium-list .item .head, .files-list .item .head {
    font-size: 11pt;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 5pt;
  }
  .big-list .item .head:last-child, .medium-list .item .head:last-child, .files-list .item .head:last-child {
    margin-bottom: 0;
  }
  .big-list .item .link, .medium-list .item .link, .files-list .item .link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25pt;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25pt;
    flex: 0 0 25pt;
    width: 25pt;
    height: 25pt;
  }
  .big-list .item .img .icon, .medium-list .item .img .icon, .files-list .item .img .icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25pt;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25pt;
    flex: 0 0 25pt;
    width: 25pt;
    height: 25pt;
  }
  .big-list .item .text, .medium-list .item .text, .files-list .item .text {
    padding-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .big-list .item-inner, .medium-list .item-inner, .files-list .item-inner {
    padding: 5pt 10pt;
  }
  .files-list .item .info {
    font-size: 8pt;
    line-height: 1.5em;
  }
  .video .play {
    display: none;
  }
  .persons .item .info ul {
    padding: 0;
  }
  .persons .item .info ul li {
    padding: 0;
    list-style-type: none;
  }
  .persons .item-inner {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  .box, .box-hl, .box-std {
    padding: 15pt;
    display: none;
  }
  .box .files-list, .box-hl .files-list, .box-std .files-list {
    margin: 0;
  }
  .side-col-r {
    padding-left: 0;
    padding-top: 40pt;
  }
  .news .item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .news .item .date {
    margin-bottom: 10pt;
  }
  .news .item-inner {
    padding: 15pt;
  }
  .news .foot {
    display: none;
  }
  .press-news .section-head {
    margin-bottom: 20pt;
  }
  .press-news .item-list {
    margin: 0 !important;
  }
  .press-news .item {
    padding: 0;
    margin-bottom: 20pt;
  }
  .press-news .item .meta {
    display: block;
  }
  .press-news .item .meta .date {
    margin-bottom: 10pt;
  }
  .press-news .foot {
    display: none;
  }
  .news .item {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  .interests {
    margin: 0;
  }
  .interests .item {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  .interests .item .img {
    margin-bottom: 0;
    float: left;
    margin-right: 20pt;
  }
  .interests .item-inner {
    padding: 15pt;
  }
  .interests .main {
    display: none;
  }
  .interests .side {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .tabs .tab-content {
    width: 100% !important;
  }
  .tabs .tab-content .tab {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .interests {
    display: block;
  }
  .tag-list ul li a {
    padding: 0 5pt;
  }
  .photogallery .item-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .photogallery .item {
    float: left;
    width: 50%;
    padding: 0 15px;
  }
  .photogallery .item .img img {
    width: auto;
  }
  .mobile-hidden {
    display: none !important;
  }
  h1, h2, h3 {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  img, pre {
    break-inside: avoid-page;
  }
  p {
    orphans: 4;
  }
  .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .container .row {
    margin-right: auto;
    margin-left: auto;
  }
  .links {
    display: none;
  }
}

.pimcore-teaser-area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pimcore-teaser-h1 {
  padding-top: 50px;
}

.pimcore-block-link {
  float: left;
}

/*# sourceMappingURL=styles.css.map */
