/* 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;
  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: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  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;
  box-shadow: none;
  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%;
    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;
  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;
    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;
    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 {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
@font-face {
  font-family: "Gill Sans Nova";
  src: url("../../dist/fonts/GillSansNova-SemiBold.eot");
  src: local("Gill Sans Nova SemiBold"), local("GillSansNova-SemiBold"), url("../../dist/fonts/GillSansNova-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/GillSansNova-SemiBold.woff2") format("woff2"), url("../../dist/fonts/GillSansNova-SemiBold.woff") format("woff"), url("../../dist/fonts/GillSansNova-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans Nova";
  src: url("../../dist/fonts/GillSansNova-Bold.eot");
  src: local("Gill Sans Nova Bold"), local("GillSansNova-Bold"), url("../../dist/fonts/GillSansNova-Bold.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/GillSansNova-Bold.woff2") format("woff2"), url("../../dist/fonts/GillSansNova-Bold.woff") format("woff"), url("../../dist/fonts/GillSansNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.stories {
  position: relative;
  padding: 30px 0;
}
.stories::before, .stories::after {
  content: "";
  display: block;
  width: 100%;
  height: 69px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/dist/img/crop-head.png") no-repeat 0 0;
  background-size: 100% 100%;
  z-index: 1;
}
.stories-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.stories-title__item {
  position: relative;
  top: 21px;
  font-size: 65px;
  font-family: "Gill Sans Nova";
  letter-spacing: 0.015em;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  line-height: 1;
}
.stories-title__item_bg {
  top: 0;
  padding: 5px 28px 10px 26px;
  background: url("/dist/img/title-bg.png") no-repeat 50% 50%;
  background-size: 100% 100%;
  color: #242424;
}
.stories::after {
  background-image: url("/dist/img/crop-bottom.png");
  top: auto;
  bottom: 0;
}
.stories-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #0a0a0a;
}
.stories-list__item {
  width: 20%;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.stories-list__item-image {
  height: 390px;
  opacity: 0.4;
  transition: 0.2s all linear;
}
.stories-list__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.stories-list__item-image img.image-mobile {
  display: none;
}
.stories-list__item-name {
  position: absolute;
  transition: 0.2s all linear;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  line-height: 131%;
  color: #fff;
  opacity: 0.65;
}
.stories-list__item:hover .stories-list__item-image {
  opacity: 1;
}
.stories-list__item:hover .stories-list__item-name {
  opacity: 1;
  color: #efe041;
}

.timeline {
  padding: 90px 0 120px;
  background: #fff url("/dist/img/timeline-bg.png") no-repeat 50% 100%;
  background-size: cover;
}
.timeline .container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.timeline-title {
  font-weight: 600;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  color: #1F4D79;
  font-family: "Gill Sans Nova";
  margin: 0 0 70px;
}
.timeline-slider__item {
  padding: 70px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.timeline-slider__item::before {
  content: "";
  display: block;
  width: 98%;
  height: 24px;
  background: url("/dist/img/timeline-line.svg") no-repeat 0 50%;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translate(0, -50%);
}
.timeline-slider__item-city {
  position: relative;
}
.timeline-slider__item-city-name {
  font-family: "Gill Sans Nova";
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  color: #242424;
  padding: 4px 24px 9px;
  background: url("/dist/img/city-bg.png") no-repeat 0 0;
  background-size: 100% 100%;
  position: relative;
}
.timeline-slider__item-city-name::before {
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  border-left: 2px dotted #b4b4b4;
  position: absolute;
  top: -35px;
  left: 50%;
}
.timeline-slider__item-city-date {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #242424;
  white-space: nowrap;
}
.timeline-slider__item-city.active .timeline-slider__item-city-name {
  color: #fff;
  background: url("/dist/img/city-bg_active.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.timeline-slider__item-city.active .timeline-slider__item-city-name::before {
  border-color: #1F4D79;
}
.timeline-slider__item-city.active .timeline-slider__item-city-date {
  color: #1F4D79;
}
.timeline-slider__item-city:nth-child(2n) .timeline-slider__item-city-name::before {
  top: auto;
  bottom: -40px;
}
.timeline-slider__item-city:nth-child(2n) .timeline-slider__item-city-date {
  top: auto;
  bottom: -70px;
}
.timeline-slider .owl-nav {
  width: calc(100% + 90px);
  position: absolute;
  top: 50%;
  left: -45px;
  margin-top: -10px;
  display: flex;
  justify-content: space-between;
  z-index: -1;
}
.timeline-slider .owl-nav button {
  width: 13px;
  height: 20px;
  background: url("/dist/img/nav.svg") no-repeat 0 0 !important;
  background-size: contain;
  transition: 0.2s all linear;
  -webkit-appearance: none;
  outline: none;
}
.timeline-slider .owl-nav button span {
  display: none;
}
.timeline-slider .owl-nav button.owl-next {
  transform: rotate(180deg);
}
.timeline-slider .owl-nav button:hover {
  opacity: 0.7;
}
.timeline-btn-more, .timeline-btn-less {
  margin: 30px auto 0;
  width: 170px;
  border: 2px solid #E8692F;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #181818;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding: 14px 0;
  display: none;
}

.mfp-wrap,
.mfp-bg {
  z-index: 99999;
}

.mfp-container {
  padding: 30px 8px;
}

.mfp-content {
  height: 100%;
  text-align: center;
}
.mfp-content .popup-window {
  height: 100%;
  display: inline-block;
  position: relative;
}
.mfp-content .popup-window-image {
  position: relative;
  cursor: pointer;
  height: 100%;
}
.mfp-content .popup-window-image img {
  height: 100%;
  width: auto;
  transition: 0.3s all linear;
}
.mfp-content .popup-window-image .first-image {
  opacity: 1;
  z-index: 1;
}
.mfp-content .popup-window-image .second-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.mfp-content .popup-window-image.flipped .first-image {
  opacity: 0;
  z-index: -1;
}
.mfp-content .popup-window-image.flipped .second-image {
  z-index: 1;
  opacity: 1;
}
.mfp-content .popup-window-image_mobile {
  display: none;
}
.mfp-content .popup-window .mfp-close {
  color: #fff;
  opacity: 1;
  transition: 0.2s all linear;
}
.mfp-content .popup-window .mfp-close:hover {
  opacity: 0.7;
}

#t-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#t-header a.tn-atom:hover {
  color: #1f4d79 !important;
}
#t-header.fixed {
  background: #fff;
}

#t-footer > div:first-child .t396 .tn-atom__sbs-anim-wrapper {
  transition: 0.3s all ease;
}
#t-footer > div:first-child .t396 .tn-atom__sbs-anim-wrapper:hover {
  transform: scale(1.1);
}

.t396__artboard .t396__elem.tn-elem .tn-atom__sbs-anim-wrapper {
  transition: 0.2s all linear;
}
.t396__artboard .t396__elem.tn-elem .tn-atom__sbs-anim-wrapper:hover {
  opacity: 0.75;
}

body {
  padding: 100px 0 0;
  background: url("/dist/img/top-bg.png") no-repeat 0 0;
  background-size: 100% auto;
  background-attachment: fixed;
}

@media screen and (max-width: 1300px) {
  .timeline-slider {
    padding: 0 50px;
    box-sizing: border-box;
  }
  .timeline-slider__item-city-name {
    font-size: 20px;
  }
  .timeline-slider__item-city-date {
    font-size: 16px;
  }
  .timeline-slider .owl-nav {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .stories-title {
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .stories-title {
    top: 51%;
  }
  .stories-title__item {
    font-size: 40px;
  }
  .stories-list__item-name {
    font-size: 20px;
  }

  .mfp-content {
    height: 100%;
    text-align: center;
  }
  .mfp-content .popup-window-image {
    display: none;
  }
  .mfp-content .popup-window-image_mobile {
    display: block;
  }
  .mfp-content .popup-window-image_mobile img {
    height: auto;
    max-width: 375px;
    width: 100%;
    margin-bottom: 30px;
  }
  .mfp-content .popup-window .mfp-close {
    color: #4c4c4c;
  }
  .mfp-content .popup-window .mfp-close.light {
    color: #fff;
  }

  .timeline {
    background: none;
    padding: 25px 0 70px;
  }
  .timeline-title {
    font-size: 30px;
    max-width: 238px;
    margin: 0 auto 35px;
  }
  .timeline-slider {
    display: block;
    padding: 0;
  }
  .timeline-slider__item {
    flex-direction: column;
    padding: 0;
    display: none;
  }
  .timeline-slider__item::before {
    display: none;
  }
  .timeline-slider__item-city {
    padding-bottom: 60px;
    margin-bottom: -4px;
  }
  .timeline-slider__item-city-name {
    font-size: 28px;
    position: static;
    text-align: center;
  }
  .timeline-slider__item-city-name::before {
    bottom: 0;
    border-color: #ABABAB;
    top: auto;
  }
  .timeline-slider__item-city-date {
    font-size: 20px;
    position: static;
    transform: none;
    margin-top: 9px;
    text-align: center;
  }
  .timeline-slider__item-city:nth-child(2n) .timeline-slider__item-city-name::before {
    bottom: 0;
  }
  .timeline-slider__item-city.active .timeline-slider__item-city-name::before {
    border-color: #ABABAB;
  }
  .timeline-slider__item:last-child .timeline-slider__item-city:last-child {
    padding-bottom: 0;
  }
  .timeline-slider__item:last-child .timeline-slider__item-city:last-child .timeline-slider__item-city-name::before {
    display: none;
  }
  .timeline-slider__item:first-child {
    display: flex;
  }
  .timeline-slider .owl-nav {
    width: 100%;
    left: 0;
  }
  .timeline-slider.all .timeline-slider__item {
    display: flex;
  }
  .timeline-slider.all + .timeline-btn-more {
    display: none;
  }
  .timeline-slider.all + .timeline-btn-more + .timeline-btn-less {
    display: block;
  }
  .timeline-btn-more {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  body {
    padding: 170px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .stories {
    padding: 0;
  }
  .stories::before, .stories::after {
    display: none;
  }
  .stories-title {
    position: static;
    transform: none;
    padding: 45px 0 41px;
    background: #212121;
    flex-direction: column;
    align-items: center;
  }
  .stories-title__item {
    top: 0;
    font-size: 42px;
  }
  .stories-title__item_bg {
    padding: 13px 43px 17px 41px;
    margin-bottom: 10px;
  }
  .stories-list__item {
    width: 100% !important;
  }
  .stories-list__item-image {
    height: 162px !important;
    opacity: 1;
  }
  .stories-list__item-image img {
    display: none;
  }
  .stories-list__item-image img.image-mobile {
    display: block;
  }
  .stories-list__item-name {
    left: auto !important;
    top: auto !important;
    right: 48px !important;
    bottom: 37px !important;
    font-size: 26px;
  }
  .stories-list__item:nth-child(2n) .stories-list__item-name {
    right: auto !important;
    left: 41px !important;
  }
}
@media screen and (max-width: 479px) {
  body {
    padding: 0;
  }

  #t-header {
    position: static;
  }
  #t-header.fixed {
    background: transparent;
  }
}
/*# sourceMappingURL=main.css.map*/