
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&subset=cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap&subset=cyrillic");
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
     }
  .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;
    
    -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 {
    -ms-touch-action: pan-y;
        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 .owl-carousel {
  display: block; }


.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

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

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

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

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


.owl-carousel .owl-item {
   }
  .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; }

.o-container__wrapper,
.owl-stage-outer {
  height: 100%; }

.gal_caption__image:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100; }

.owl-stage-outer .active {
  position: relative; }

.gal_caption {
  position: absolute;
  width: 100%;
  z-index: 200; }

.gal-caption__content {
  display: -ms-flexbox;
  display: flex; }
  .gal-caption__content * {
    -ms-flex: 1;
        flex: 1; }
  .gal-caption__content figure {
    border: 6px solid #F8F9FA;
    border-radius: 50%;
    overflow: hidden; }
  .gal-caption__content section {
    display: -ms-flexbox;
    display: flex; }
  .gal-caption__content p,
  .gal-caption__content span {
    display: inline-block;
    width: 100%;
    color: #F8F9FA;
    font-weight: 500;
    line-height: 0.875; }
  .gal-caption__content p {
    font-family: "Comfortaa", cursive;
    font-weight: 700; }
  .gal-caption__content span {
    font-family: "Comfortaa", cursive;
    font-weight: 300; }
  .gal-caption__content .read-more__container {
    text-align: right; }

.owl-carousel .animated {
  animation-duration: 2500ms; }

.owl-carousel .owl-item figure {
  position: relative; }

.owl-carousel .owl-item .owl-lazy {
  filter: blur(12px);
  opacity: 1;
  transition: opacity 400ms ease; }

.gal_caption {
  top: 0; }

.gal_caption__image {
  height: 600px; }
  .gal_caption__image figure {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .gal_caption__image img {
    width: auto;
    height: 100% !important; }

.gal-caption__content {
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 30px; }
  .gal-caption__content section {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 30px 0 0; }
  .gal-caption__content p,
  .gal-caption__content span {
    text-align: left;
    line-height: 1.0625; }
  .gal-caption__content p {
    font-size: 32px;
    letter-spacing: -1px; }
  .gal-caption__content span {
    padding-top: 20px;
    font-size: 17.6px;
    letter-spacing: 0; }

@media (min-width: 768px) {
  .gal_caption {
    top: -120px; }
  .gal_caption__image {
    height: 350px; }
    .gal_caption__image img {
      width: initial;
      height: initial; }
  .gal-caption__content {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: start;
        align-items: flex-start; }
    .gal-caption__content section {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 200px 0 20px 20px; }
    .gal-caption__content p,
    .gal-caption__content span {
      text-align: right;
      line-height: 0.875; }
    .gal-caption__content p {
      font-size: 48px;
      letter-spacing: -1px; }
    .gal-caption__content span {
      padding-top: 30px;
      font-size: 24px; } }

@media (min-width: 1200px) {
  .gal_caption {
    top: -160px; }
  .gal_caption__image {
    height: 650px; }
  .gal-caption__content {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 20px 80px; }
    .gal-caption__content section {
      padding: 200px 0 20px 20px; }
    .gal-caption__content p {
      font-size: 64px; }
    .gal-caption__content span {
      padding-top: 60px;
      font-size: 32px; } }

/*# sourceMappingURL=maps/owl.carousel.min.css.map */
