/* *
 * 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, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  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(0,0,0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -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 {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .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: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  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-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.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 .1s ease;
}

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

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

#js-carousel-1 {
  min-height: 200px;
  /*margin-bottom: 50px;*/
}

.nav-tabs {
  border: 2px solid #fff;
  background-color: #f3f3f3;
  border-radius: 15px 15px 0 0;
}

.tab-pane {
  position: relative;
}

.map-gradient {
  width: 100%;
  height: 250px;
  background: linear-gradient(to bottom, #fff, rgba(255,255,255,0));
  position: absolute;
  top: 0px;
  z-index: 1;
}

#tabContact {
  position: absolute;
  top: 0px;
  z-index: 9;
  left: 0px;
  right: 0px;
  margin: auto;
}

#contacts {
  position: relative;
}

.monochrome {
  filter: grayscale(100%);
}

.cont-map {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

@media (max-width: 767px) {
  .contact-block {
    max-width: 500px;
    position: absolute;
    top: 500px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .contact-block {
    max-width: 360px;
    position: absolute;
    top: 150px;
  }
}

.modal-header {
  background: var(--main-color);
  color: #fff;
  border-radius: 20px 20px 0 0;
  border: none;
}

.close {
  color: white;
  text-shadow: none;
  opacity: 1;
}

.close:hover {
  opacity: 0.75;
  color: white;
  cursor: pointer;
}

#basket {
  position: fixed;
  top: 200px;
  right: 0px;
  border: 1px solid red;
  padding: 20px;
  border-radius: 10px;
  z-index: 1000;
}

button.owl-next, button.owl-prev {
  border: none;
  font: inherit;
  font-size: 30px;
  font-weight: 100;
}

.owl-nav {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
  margin: auto;
}

button.owl-prev {
  position: absolute;
  left: 0;
}

button.owl-next {
  position: absolute;
  right: 0;
}

.owl-prev, .owl-next {
  background: rgba(255,255,255,0.75);
  box-shadow: 0 0 25px rgba(0,0,0,0.2);
  padding: 25px;
  border-radius: 50%;
  color: #000;
  transition: all 0.3s ease-in-out;
  overflow: visible;
}

.owl-prev:hover, .owl-next:hover {
  background: #50a234;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.owl-prev span, .owl-next span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

