/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;

}


.owl-theme .owl-nav {
  position: absolute;
  top: 39%;
  width: 100%;
}


.owl-carousel-uslugy.owl-carousel .owl-item img
{
width: auto;
}

.owl-theme .owl-nav [class*='owl-'] {
  font-family: 'FontAwesome';
  background: #6c6c6c;
  color: #fff;
  padding: 43px 15px;
  display: inline-block;
  font-size: 30px;

}

.owl-next
{
  float: right;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #d5d5d5;
  color: #000000;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -26px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;

}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;

  border: 1px solid #ffffff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;

}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  border: 2px solid #ffffff;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: white;
}

.owl-carousel-header .owl-dots
{
  top: -30%;
  position: relative;
  text-align: left;
}

.owl-carousel-header .owl-dots {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

}


.owl-carousel-header .item span
{
  font-family: 'Source Serif Pro', serif;
  position: absolute;
  color: #ffffff;
  top: 15px;
  font-size: 21px;
  width: 300px;
  line-height:26px;

}
.owl-carousel-header .item span
{
  top: 6%;
  font-size: 36px;
  line-height:38px;
  width: 640px;
  width: 450px;


}
.owl-carousel-header .owl-dots
{
  top:-3%
}

.owl-theme .owl-nav {
  display: none;
  width: 100%;
  position: absolute;
}

.owl-theme .owl-nav {
  top: 39%;
  display: block;
}
.owl-carousel-header.owl-carousel.owl-loaded
{
  display: none;
}


.owl-carousel-uslugy .owl-nav
{
  margin-left: -5%;
  width: 110%;
  top:20%
}


.owl-carousel-uslugy h1
{
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 30px;
  padding-top: 35px;
  text-transform: uppercase;
}
.owl-carousel-uslugy .blue
{
  color:#51768e;
}

.owl-carousel-uslugy .brown
{
  color:#907f6e;
}

.owl-carousel-uslugy .fioletovy
{
  color:#675a7a;
}
.owl-carousel-uslugy a:hover
{
  color:#000000;
}


.owl-carousel-otzov h6
{
  font-size: 18px;
}
.owl-carousel-otzov .owl-dots
{

  position: absolute;
  right: 0;
  bottom: 26%;
}

@media (min-width: 576px) {
  .owl-carousel-header .owl-dots {
    max-width: 540px;
    margin-top: -26px;
  }


}

@media (min-width: 768px) {
  .owl-carousel-header .owl-dots {
    max-width: 720px;
  }
  .owl-carousel-header.owl-carousel.owl-loaded
  {
    display: block;
  }
  .owl-carousel-otzov .owl-dots
  {
    bottom: 40%;
  }

}

@media (min-width: 992px) {
  .owl-carousel-header .owl-dots {
    max-width: 960px;
    top:-35%
  }
  .owl-carousel-otzov .owl-dots
  {
    bottom: 33%;
  }
  .owl-carousel-header .item span
  {
    width: 640px;
    font-size: 42px;
    line-height: 52px;
  }
}


@media (min-width: 1200px) {
  .owl-carousel-header .owl-dots {
    max-width: 1170px;
  }

}


