.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.vertical-helper {
  display: inline-block;
  height: 100%;
}

.vertical-helper--top {
  vertical-align: top;
}

.vertical-helper--middle {
  vertical-align: middle;
}

.vertical-helper--bottom {
  vertical-align: bottom;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  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: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -ms-transform-origin: 100%;
    -o-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

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

::-moz-selection {
  background: #a6ce39;
  color: white;
  text-shadow: none;
}

::selection {
  background: #a6ce39;
  color: white;
  text-shadow: none;
}

body {
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  font-size: 1em;
  font-family: -apple-system, "BlinkMacSystemFont", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
}

.container {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-container + .layout {
  margin-top: 20px;
}

.layout__left-sidebar, .layout__right-sidebar {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 0;
}

.layout__left-sidebar, .layout__right-sidebar {
  padding-top: 2px;
}

.layout__left-sidebar {
  -webkit-flex-basis: 19.29824561403509%;
  -ms-flex-preferred-size: 19.29824561403509%;
  flex-basis: 19.29824561403509%;
}

.layout__left-sidebar > .flex-wrap {
  padding-right: 20px;
}

.layout__content {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.layout__content > .flex-wrap {
  padding-right: 30px;
}

.layout__right-sidebar {
  -webkit-flex-basis: 250px;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
}

.layout--two-cols .layout__left-sidebar {
  display: none;
}

.layout--two-cols .layout__content {
  -webkit-flex-basis: 77.19298245614035%;
  -ms-flex-preferred-size: 77.19298245614035%;
  flex-basis: 77.19298245614035%;
}

.layout--two-cols .layout__content > .flex-wrap {
  padding-right: 40px;
}

.layout--two-cols .layout__right-sidebar {
  -webkit-flex-basis: 22.80701754385965%;
  -ms-flex-preferred-size: 22.80701754385965%;
  flex-basis: 22.80701754385965%;
}

.sidebar-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #252525;
}

.text-teasers {
  font-size: 16px;
  font-size: 1rem;
}

* + .text-teasers {
  margin-top: 16px;
}

* + .text-teasers--photo-reports {
  margin-top: 20px;
}

.from-left + .text-teasers {
  margin-top: 24px;
}

.text-teasers__title {
  font-size: 1em;
}

.text-teasers--lowercase .text-teasers__title {
  text-transform: none;
}

.text-teasers__list {
  font-size: 0.8125em;
  margin-top: 0.75em;
}

.text-teasers__item + .text-teasers__item {
  margin-top: 0.5em;
}

.text-teasers__link {
  font-style: italic;
  text-decoration: none;
  line-height: 1.25;
  color: #555555;
}

.text-teasers__link--img {
  display: block;
}

.text-teasers__img {
  max-width: 90px;
  height: auto;
  float: left;
  margin-right: 0.5em;
}

.text-teasers--blue .text-teasers__link {
  color: #003d8f;
}

.text-teasers--photo-reports {
  display: none;
}

.text-teasers--photo-reports .text-teasers__title {
  text-transform: none;
}

* + .interviews {
  margin-top: 16px;
}

.interviews__title {
  text-transform: none;
}

.interviews__list {
  margin-top: 13px;
}

.interviews__link {
  display: block;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #003d8f;
}

.interviews__name {
  font-style: italic;
  display: none;
}

.interviews__photo {
  display: block;
  max-width: 100%;
  height: auto;
}

.interviews__text {
  line-height: 1.153846153846154;
  padding: 0.75em;
  margin-top: 1em;
  border: 1px solid #cce3f3;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  position: relative;
}

.interviews__text::before, .interviews__text::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 27.02702702702703%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.interviews__text::before {
  top: -11px;
  border-bottom: 10px solid #cce3f3;
}

.interviews__text::after {
  top: -10px;
  border-bottom: 10px solid white;
}

* + .company-news {
  margin-top: 16px;
}

.photo-reports-container + .company-news {
  margin-top: 24px;
}

.company-news__title {
  text-transform: none;
}

.company-news__list {
  margin-top: 14px;
}

.company-news__item + .company-news__item {
  margin-top: 12px;
}

.company-news__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.company-news__img-wrapper {
  -webkit-flex-basis: 50px;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.company-news__img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.company-news__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.153846153846154;
  color: #555555;
  padding-left: 1em;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .layout__left-sidebar {
    display: none;
  }
  .layout__content {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .layout__content > .flex-wrap {
    padding-right: 20px;
  }
  .layout__right-sidebar {
    -webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
  }
  .layout--two-cols .layout__content {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .layout--two-cols .layout__right-sidebar {
    -webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
  }
}

@media screen and (max-width: 800px) {
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .slider-wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
  .layout {
    -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;
  }
  .layout__left-sidebar {
    display: block;
  }
  .layout__left-sidebar, .layout__right-sidebar, .layout__content {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .layout__left-sidebar, .layout__right-sidebar {
    padding-top: 0;
  }
  .layout__content {
    border-bottom: 1px solid #cce3f3;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .layout__content > .flex-wrap {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .layout__left-sidebar {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }
  .layout__left-sidebar > .flex-wrap {
    padding-right: 0;
  }
  .layout__right-sidebar {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 20px;
  }
  .layout--two-cols .layout__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .layout--two-cols .layout__content > .flex-wrap {
    padding-right: 0;
  }
  .layout--two-cols .layout__left-sidebar {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .layout--two-cols .layout__right-sidebar {
    margin-top: 32px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .text-teasers + .text-teasers {
    margin-top: 20px;
  }
  .text-teasers__link--img .text-teasers__img {
    display: none;
  }
  .text-teasers--photo-reports {
    display: block;
  }
  .photo-reports {
    display: none;
  }
  * + .interviews {
    margin-top: 20px;
  }
  .interviews__list {
    margin-top: 10px;
  }
  .interviews__link {
    display: inline;
  }
  .interviews__name {
    display: inline;
  }
  .interviews__photo, .interviews__text {
    display: none;
  }
  * + .company-news {
    margin-top: 20px;
  }
  .company-news__link {
    display: inline;
  }
  .company-news__img-wrapper {
    display: none;
  }
  .company-news__text {
    padding-left: 0;
    display: inline;
  }
}

.article {
  font-size: 16px;
  font-size: 1rem;
  color: black;
}

* + .article {
  margin-top: 31px;
}

.article__title {
  font-size: 1.125em;
  line-height: 1.222222222222222;
  color: #003d8f;
}

.article__content {
  margin-top: 26px;
}

.article__text {
  line-height: 1.1875;
}

.article__text + .article__text {
  margin-top: 1.125em;
}

.article__img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.article__img--left {
  width: 240px;
  float: left;
  margin: 0 1em 0.5em 0;
}

.article__footer {
  margin-top: 1.3125em;
}

* + .article__date {
  margin-top: 0.125em;
}

.article__tags {
  font-size: 0.874em;
  font-style: italic;
}

* + .article__tags {
  margin-top: 1.428571428571429em;
}

.article__tag {
  color: black;
  border-bottom: 1px solid black;
  text-decoration: none;
}

.article__all {
  text-align: right;
  font-size: 0.875em;
}

* + .article__all {
  margin-top: 1.5em;
}

.article__all-link {
  text-decoration: none;
  color: #004990;
  font-style: italic;
}

* + .article__share {
  margin-top: 46px;
}

@media screen and (max-width: 1200px) {
  .article__content {
    margin-top: 22px;
  }
  .article__img--left {
    width: 200px;
  }
}

@media screen and (max-width: 1000px) {
  * + .article {
    margin-top: 17px;
  }
  .article__content {
    margin-top: 20px;
  }
  .article__img--left {
    width: 130px;
  }
}

* + .calendar {
  margin-top: 24px;
}

.calendar__nav {
  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: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  color: black;
  margin: 0 -0.35em;
}

.calendar__nav-item {
  padding: 0 0.35em;
}

.calendar__nav-item--btn {
  border: none;
  background: transparent;
  cursor: pointer;
}

.calendar__month {
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}

.calendar__day-name {
  color: #003d8f;
}

.calendar__day-name, .calendar__day {
  padding: 0.25em 0;
}

.calendar__link {
  text-decoration: none;
  color: #555555;
}

@media screen and (max-width: 1000px) {
  .calendar {
    display: none;
  }
}

.categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.125em -0.5em 0 -0.5em;
  font-size: 14px;
  font-size: 0.875rem;
}

.categories__item {
  padding: 0.125em 0.5em;
  position: relative;
}

.categories__item::after {
  content: "/";
  color: #003d8f;
  position: absolute;
  top: 0.125em;
  right: -0.25em;
}

.categories__item:last-child::after {
  display: none;
}

.categories__item--active {
  font-size: 1.285714285714286em;
  font-weight: bold;
  padding: 0.0972222222222222em 0.3888888888888889em;
}

.categories__item--active::after {
  font-size: 0.7777777777777778em;
  font-weight: normal;
  top: 0.3571428571428571em;
  right: -0.2142857142857143em;
}

.categories__link {
  color: #003d8f;
  text-decoration: none;
  white-space: nowrap;
}

.l_footer {
  background: #003d8f;
  margin-top: 20px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 14.75px;
  padding-bottom: 14.75px;
}

.footer__content, .footer__social {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer__content {
  -webkit-flex-basis: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.footer__social {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.footer__social .social {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer__info {
  font-size: 10px;
  font-size: 0.625rem;
}

.footer__text {
  font-style: italic;
  color: white;
}

.footer__text + .footer__text {
  margin-top: 0.25em;
}

.footer__menu + .footer__info {
  margin-top: 1em;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin: -0.25em -0.5em 0 -0.5em;
}

.footer-menu__item {
  padding: 0.25em 0.5em;
  position: relative;
}

.footer-menu__item::after {
  content: "/";
  color: white;
  position: absolute;
  top: 0.25em;
  right: -0.3076923076923077em;
}

.footer-menu__item:last-child::after {
  display: none;
}

.footer-menu__link {
  color: white;
  text-decoration: none;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {
  .footer {
    -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;
  }
  .footer__content, .footer__social {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
  .footer__social {
    margin-top: 16px;
  }
  .footer__social .social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

* + .gallery {
  margin-top: 30px;
}

.gallery__title {
  font-size: 16px;
  font-size: 1rem;
  color: #003d8f;
  font-weight: bold;
}

.gallery__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 7px -8px 0 -8px;
}

.gallery__item {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  height: 131px;
}

.gallery__item > .flex-wrap {
  width: 100%;
  height: 100%;
  padding: 8px;
}

.gallery__link {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .gallery__item {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

@media screen and (max-width: 800px) {
  .gallery__item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.l_top-menu {
  background: #003d8f;
}

.top-menu {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
}

.top-menu__item {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.top-menu__item > .flex-wrap {
  padding: 0.375em 1.5em;
}

.top-menu__link {
  text-decoration: none;
  color: white;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20.5px 16px;
}

.header__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 74.72924187725632%;
  -ms-flex-preferred-size: 74.72924187725632%;
  flex-basis: 74.72924187725632%;
}

.header__col--logo {
  display: block;
  -webkit-flex-basis: 25.27075812274368%;
  -ms-flex-preferred-size: 25.27075812274368%;
  flex-basis: 25.27075812274368%;
  text-align: center;
}

.header__col--logo > .flex-wrap {
  padding: 0 20px;
}

.header__areas, .header__date-and-search {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__areas {
  -webkit-flex-basis: 51.81159420289855%;
  -ms-flex-preferred-size: 51.81159420289855%;
  flex-basis: 51.81159420289855%;
}

.header__areas > .flex-wrap {
  padding-right: 10%;
}

.header__date-and-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 48.18840579710145%;
  -ms-flex-preferred-size: 48.18840579710145%;
  flex-basis: 48.18840579710145%;
}

.header__date-and-social, .header__search-and-social {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__date-and-social {
  -webkit-flex-basis: 42.85714285714286%;
  -ms-flex-preferred-size: 42.85714285714286%;
  flex-basis: 42.85714285714286%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__date-and-social > .flex-wrap {
  padding-right: 1em;
}

.header__date-and-social .social {
  display: none;
}

.header__search-and-social {
  -webkit-flex-basis: 57.14285714285714%;
  -ms-flex-preferred-size: 57.14285714285714%;
  flex-basis: 57.14285714285714%;
}

.logo {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  text-align: left;
  text-decoration: none;
  color: #0e76bc;
}

.logo__img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.logo__text {
  font-size: 16px;
  font-size: 1rem;
}

.areas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  font-size: 0.75rem;
  margin: -0.25em -0.5em 0 -0.5em;
}

.areas__item {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.areas__item > .flex-wrap {
  padding: 0.25em 0.5em;
  position: relative;
}

.areas__item > .flex-wrap::after {
  content: "/";
  position: absolute;
  top: 0.25em;
  right: -0.25em;
  color: #003d8f;
}

.areas__item:last-child > .flex-wrap::after {
  display: none;
}

.areas__item--active {
  font-size: 1.166666666666667em;
  font-weight: bold;
}

.areas__item--active > .flex-wrap {
  padding: 0.2142857142857143em 0.4285714285714286em;
}

.areas__item--active > .flex-wrap::after {
  font-size: 0.8571428571428571em;
  font-weight: normal;
  top: 0.4166666666666667em;
  right: -0.25em;
}

.areas__link {
  color: #003d8f;
  text-decoration: none;
}

.date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 12px;
  font-size: 0.75rem;
  color: #003d8f;
  margin: 0 -0.5em;
}

.date__value, .date__time {
  padding: 0 0.5em;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.search__label, .search__input-wrapper {
  display: block;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.search__label {
  color: #003d8f;
  padding-right: 0.5em;
}

.search__input-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.search__input {
  border: 1px solid #cce3f3;
  padding: 0.125em 0.5em;
  width: 100%;
}

.social {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -1.5px;
}

.search + .social {
  margin-top: 10px;
  padding-left: 39px;
}

.date + .social {
  margin-top: 10px;
}

.social__item {
  padding: 0 1.5px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.social__link {
  display: block;
  width: 20px;
  height: 20px;
  background: #003d8f;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.social__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -25% auto 0 auto;
}

.social__item--fb .social__link::after {
  background-image: url(../../resources/images/sprite.png);
  background-position: 0px -10px;
  width: 10px;
  height: 10px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .social__item--fb .social__link::after {
    background-image: url(../../resources/images/sprite@2x.png);
    background-position: 0px -10px;
    width: 10px;
    height: 10px;
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px;
    -o-background-size: 17px;
    background-size: 17px;
  }
}

.social__item--vk .social__link::after {
  background-image: url(../../resources/images/sprite.png);
  background-position: 0px -50px;
  width: 10px;
  height: 10px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .social__item--vk .social__link::after {
    background-image: url(../../resources/images/sprite@2x.png);
    background-position: 0px -50px;
    width: 10px;
    height: 10px;
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px;
    -o-background-size: 17px;
    background-size: 17px;
  }
}

.social__item--twitter .social__link::after {
  background-image: url(../../resources/images/sprite.png);
  background-position: 0px -30px;
  width: 10px;
  height: 10px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .social__item--twitter .social__link::after {
    background-image: url(../../resources/images/sprite@2x.png);
    background-position: 0px -30px;
    width: 10px;
    height: 10px;
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px;
    -o-background-size: 17px;
    background-size: 17px;
  }
}

.social--white .social__link {
  background: white;
}

.social--white .social__item--fb .social__link::after {
  background-image: url(../../resources/images/sprite.png);
  background-position: 0px 0px;
  width: 10px;
  height: 10px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .social--white .social__item--fb .social__link::after {
    background-image: url(../../resources/images/sprite@2x.png);
    background-position: 0px 0px;
    width: 10px;
    height: 10px;
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px;
    -o-background-size: 17px;
    background-size: 17px;
  }
}

.social--white .social__item--vk .social__link::after {
  background-image: url(../../resources/images/sprite.png);
  background-position: 0px -40px;
  width: 10px;
  height: 10px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .social--white .social__item--vk .social__link::after {
    background-image: url(../../resources/images/sprite@2x.png);
    background-position: 0px -40px;
    width: 10px;
    height: 10px;
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px;
    -o-background-size: 17px;
    background-size: 17px;
  }
}

.social--white .social__item--twitter .social__link::after {
  background-image: url(../../resources/images/sprite.png);
  background-position: 0px -20px;
  width: 10px;
  height: 10px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .social--white .social__item--twitter .social__link::after {
    background-image: url(../../resources/images/sprite@2x.png);
    background-position: 0px -20px;
    width: 10px;
    height: 10px;
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px;
    -o-background-size: 17px;
    background-size: 17px;
  }
}

@media screen and (max-width: 1200px) {
  .header {
    padding-left: 22px;
    padding-right: 22px;
  }
  .header__col {
    -webkit-flex-basis: 70.3125%;
    -ms-flex-preferred-size: 70.3125%;
    flex-basis: 70.3125%;
  }
  .header__col--logo {
    -webkit-flex-basis: 29.6875%;
    -ms-flex-preferred-size: 29.6875%;
    flex-basis: 29.6875%;
    text-align: left;
  }
  .header__col--logo > .flex-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .header__areas {
    -webkit-flex-basis: 63.49206349206349%;
    -ms-flex-preferred-size: 63.49206349206349%;
    flex-basis: 63.49206349206349%;
  }
  .header__date-and-search {
    -webkit-flex-basis: 36.50793650793651%;
    -ms-flex-preferred-size: 36.50793650793651%;
    flex-basis: 36.50793650793651%;
    -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;
  }
  .header__date-and-social, .header__search-and-social {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
  .header__search-and-social {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header__search-and-social .social {
    display: none;
  }
  .header__date-and-social {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 1em;
    text-align: center;
  }
  .header__date-and-social > .flex-wrap {
    padding-right: 0;
  }
  .header__date-and-social .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .date {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1000px) {
  .header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header__col {
    -webkit-flex-basis: 59.00826446280992%;
    -ms-flex-preferred-size: 59.00826446280992%;
    flex-basis: 59.00826446280992%;
    -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;
  }
  .header__col--logo {
    -webkit-flex-basis: 40.99173553719008%;
    -ms-flex-preferred-size: 40.99173553719008%;
    flex-basis: 40.99173553719008%;
  }
  .header__col--logo > .flex-wrap {
    padding-right: 15px;
  }
  .header__areas, .header__date-and-search {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
  .header__areas > .flex-wrap {
    padding-right: 0;
  }
  .header__date-and-search {
    -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;
    margin-top: 10px;
  }
  .header__date-and-social, .header__search-and-social {
    width: auto;
  }
  .header__date-and-social {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 35.85434173669468%;
    -ms-flex-preferred-size: 35.85434173669468%;
    flex-basis: 35.85434173669468%;
    margin-top: 0;
  }
  .header__date-and-social > .flex-wrap {
    padding-right: 1em;
  }
  .header__date-and-social .social {
    display: none;
  }
  .header__search-and-social {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-basis: 64.14565826330532%;
    -ms-flex-preferred-size: 64.14565826330532%;
    flex-basis: 64.14565826330532%;
  }
  .date {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .date__time {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .top-menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 0.1666666666666667em;
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
  .l_top-menu {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }
  .header {
    -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;
  }
  .header__col {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
  .header__col--logo {
    text-align: center;
  }
  .header__col--logo > .flex-wrap {
    padding-right: 0;
  }
  .header__col + .header__col {
    margin-top: 15px;
  }
  .header__date-and-search {
    margin-top: 13px;
  }
  .header__date-and-social, .header__search-and-social {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .header__date-and-social {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .header__date-and-social > .flex-wrap {
    padding-right: 0;
  }
  .header__search-and-social {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .areas {
    margin-top: -0.5em;
  }
  .areas__item > .flex-wrap {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .areas__item > .flex-wrap::after {
    top: 0.5em;
  }
  .areas__item--active > .flex-wrap::after {
    top: 0.75em;
  }
}

.region-category {
  font-size: 16px;
  font-size: 1rem;
}

* + .region-category {
  margin-top: 9px;
}

.region-category__title {
  font-size: 1.125em;
  font-weight: bold;
  color: #004a8f;
}

.region-category__areas {
  line-height: 1.1875;
  margin-top: 0.375em;
  padding-left: 6.25em;
}

.region-category__link {
  color: #555555;
  text-decoration: none;
  font-style: italic;
}

.region-category__link--active {
  font-weight: bold;
  font-size: 1.125em;
}

.category-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #004a8f;
}

* + .category-title {
  margin-top: 9px;
}

@media screen and (max-width: 800px) {
  .region-category__areas {
    padding-left: 0;
  }
}

.news-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 23px;
  border-top: 1px solid #cce3f3;
}

* + .news-lists {
  margin-top: 32px;
}

.news-lists__col {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.news-lists__col:first-child > .flex-wrap {
  padding-right: 25px;
}

.news-lists__col:last-child > .flex-wrap {
  padding-left: 25px;
}

.news-lists__title {
  font-size: 16px;
  font-size: 1rem;
  color: #003d8f;
  font-weight: bold;
  text-transform: uppercase;
}

.news-lists__footer {
  text-align: right;
  font-size: 13px;
  font-size: 0.8125rem;
}

* + .news-lists__footer {
  margin-top: 4.461538461538462em;
}

.news-lists__all {
  text-decoration: none;
  color: #004990;
  font-style: italic;
}

.news-list {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
}

* + .news-list {
  margin-top: 1em;
}

.news-list__item + .news-list__item {
  margin-top: 0.4615384615384615em;
}

.news-list__link {
  text-decoration: none;
  color: #555555;
  line-height: 1.153846153846154;
}

@media screen and (max-width: 800px) {
  .news-lists {
    display: none;
  }
}

.news-teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 12px 0;
  position: relative;
}

.news-teaser::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 63px;
  background: #cce3f3;
}

.news-teaser__timecode {
  -webkit-flex-basis: 63px;
  -ms-flex-preferred-size: 63px;
  flex-basis: 63px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news-teaser--lg .news-teaser__timecode {
  padding-top: 6px;
}

.news-teaser--md .news-teaser__timecode {
  padding-top: 2.5px;
}

.news-teaser--sm .news-teaser__timecode {
  padding-top: 2px;
}

.news-teaser__timecode-value {
  font-size: 16px;
  font-size: 1rem;
  color: #003d8f;
  text-align: center;
}

.news-teaser__timecode-value--hot {
  color: #9e0b0f;
}

.news-teaser__content {
  padding-left: 20px;
  font-size: 16px;
  font-size: 1rem;
}

.news-teaser__photo {
  display: block;
  width: 155px;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 0.75em;
}

.news-teaser--md .news-teaser__photo {
  width: 86px;
}

.news-teaser__img {
  max-width: 100%;
  height: auto;
  display: block;
}

.news-teaser__body {
  color: #000000;
}

.news-teaser__title {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2em;
  color: #004990;
  padding-left: 177px;
}

.news-teaser--md .news-teaser__title {
  font-size: 1.125em;
  padding-left: 107px;
}

.news-teaser--sm .news-teaser__title {
  font-size: 1.0625em;
  padding-left: 0;
}

.news-teaser__subtitle {
  line-height: 1.125;
}

.news-teaser__title + .news-teaser__subtitle {
  margin-top: 0.3125em;
}

.news-teaser__link {
  text-decoration: none;
  color: inherit;
}

.news-teasers {
  overflow: hidden;
}

* + .news-teasers {
  margin-top: 17px;
}

.news-teasers + .news-teasers {
  margin-top: 20px;
}

.news-teasers__date {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #004a8f;
  padding-bottom: 0.375em;
  border-bottom: 1px solid #cce3f3;
}

.news-teasers__item:first-child .news-teaser {
  padding-top: 25px;
}

.news-teasers__categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 63px;
  padding-bottom: 25px;
  margin: 0 -2em;
}

.news-teasers__category {
  padding: 0 2em;
}

.news-teasers__category-link {
  color: #004a8f;
  text-decoration: none;
}

.news-teasers__category--active .news-teasers__category-link {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.news-teasers__categories + .news-teasers__list .news-teasers__item:first-child .news-teaser {
  padding-top: 12px;
}

@media screen and (max-width: 800px) {
  .news-teasers__categories {
    margin: 0 -0.5em;
    padding-left: 0;
  }
  .news-teasers__category {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .news-teaser__photo {
    display: none;
  }
  .news-teaser--md .news-teaser__title, .news-teaser__title {
    padding-left: 0;
  }
}

.news-teasers + .pagenation {
  margin-top: 20px;
}

.pagenation__list {
  font-size: 16px;
  font-size: 1rem;
  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: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.35em;
}

.pagenation__item {
  font-style: italic;
  padding: 0 0.35em;
  position: relative;
}

.pagenation__item--active {
  font-weight: bold;
}

.pagenation__item--page::after {
  content: ',';
  color: #003d8f;
  position: absolute;
  top: 0;
  right: 0;
}

.pagenation__item--dots::before {
  content: "...";
  color: #003d8f;
}

.pagenation__link {
  color: #003d8f;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .pagenation__list {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

* + .photo-reports-container {
  margin-top: 24px;
}

.photo-report-teaser {
  display: block;
  height: 148px;
  position: relative;
}

.photo-report-teaser__title, .photo-report-teaser__footer {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 74, 143, 0.6);
  color: white;
}

.photo-report-teaser__title {
  top: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.230769230769231;
  padding: 0.5em 0.75em;
}

.photo-report-teaser__footer {
  bottom: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 0.5454545454545455em 2.909090909090909em;
}

.photo-report-teaser__footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.8181818181818182em;
  top: 0.3636363636363636em;
  background-image: url(../../resources/images/sprite.png);
  background-position: 0px -60px;
  width: 17px;
  height: 14px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .photo-report-teaser__footer::before {
    background-image: url(../../resources/images/sprite@2x.png);
    background-position: 0px -60px;
    width: 17px;
    height: 14px;
    -webkit-background-size: 17px 17px;
    -moz-background-size: 17px;
    -o-background-size: 17px;
    background-size: 17px;
  }
}

.photo-reports__title {
  text-transform: none;
}

.photo-reports__slider {
  height: 148px;
  overflow: hidden;
  margin-top: 17px;
  visibility: hidden;
}

.photo-reports__slider.slick-initialized {
  visibility: visible;
}

.photo-reports__btn {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 70px;
  padding: 0;
  border: 1px solid #cce3f3;
  background: rgba(0, 74, 143, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  outline: none;
  cursor: pointer;
}

.photo-reports__btn::after {
  color: #d0e5f4;
  position: absolute;
  top: 50%;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: -0.5833333333333333em;
  left: 0.375em;
}

.photo-reports__btn--prev {
  left: 1px;
}

.photo-reports__btn--prev::after {
  content: "<";
}

.photo-reports__btn--next {
  right: 1px;
}

.photo-reports__btn--next::after {
  content: ">";
}

@media screen and (max-width: 1000px) {
  * + .photo-reports-container {
    margin-top: 20px;
  }
}

.slider-container {
  border-top: 1px solid #cce3f3;
  border-bottom: 1px solid #cce3f3;
  height: 67px;
  overflow: hidden;
}

.slider-wrapper {
  padding: 10px 55px;
  position: relative;
}

.slider-btn {
  width: 18px;
  height: 18px;
  padding: 0;
  background: white;
  border: 1px solid #cde4f3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  outline: none;
  cursor: pointer;
}

.slider-btn::before, .slider-btn::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.slider-btn--next {
  right: 0;
}

.slider-btn--next::before {
  right: 3px;
  border-left: 7px solid #d0e5f4;
}

.slider-btn--next::after {
  right: 5px;
  border-left: 7px solid white;
}

.slider-btn--prev {
  left: 0;
}

.slider-btn--prev::before {
  left: 3px;
  border-right: 7px solid #d0e5f4;
}

.slider-btn--prev::after {
  left: 5px;
  border-right: 7px solid white;
}

.slider {
  margin: 0 -15px;
  visibility: hidden;
}

.slider.slick-initialized {
  visibility: visible;
}

.slider__item {
  padding: 0 15px;
}

.slide {
  display: block;
  font-size: 0;
  outline: none;
}

.slide__photo, .slide__text {
  display: inline-block;
  vertical-align: top;
}

.slide__photo {
  width: 24.89626556016598%;
  height: 45px;
}

.slide__text {
  width: 75.10373443983402%;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.166666666666667;
  color: #000000;
  padding-left: 1em;
}

.slick-slide {
  outline: none;
}

@media screen and (max-width: 1200px) {
  .slide__photo {
    width: 23.34630350194553%;
  }
  .slide__text {
    width: 76.65369649805447%;
  }
}

@media screen and (max-width: 1000px) {
  .slide__photo {
    width: 24.69135802469136%;
  }
  .slide__text {
    width: 75.30864197530864%;
  }
}

@media screen and (max-width: 800px) {
  .slider-container {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  .slider-wrapper {
    display: none;
    width: 320px;
    margin: auto;
  }
  .slide__photo {
    width: 26.08695652173913%;
  }
  .slide__text {
    width: 73.91304347826087%;
  }
}

* + .video {
  margin-top: 30px;
}

.video__title {
  font-size: 16px;
  font-size: 1rem;
  color: #003d8f;
  font-weight: bold;
}

.video__content {
  position: relative;
  /*width: 350px;
		height: 236px;*/
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 15px;
}

.video__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .video__content {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}
