.ccm-SlideshowBlock-display {
  position: relative;
  width: 100%;
  height: auto;
}
.ccm-SlideshowBlock-display .slideImgWrap {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
}
.etalon.owl-carousel {
  position: relative;
}
.etalon .slideimg {
  object-fit: cover;
  object-position: center;
}
.etalon .slide {
  position: relative;
}
.slidecontent {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transform: translateY(+100%);
  opacity: 0;
  transition: all 2s;
}
.etalon.owl-carousel .center .slidecontent {
  opacity: 1;
  transform: translateY(0);
}
.etalon.owl-carousel .fa {
  font-size: 48px;
}
.etalon .owl-nav {
  color: #fff;
}
.etalon .owl-nav button {
  position: absolute;
  top: 40%;
  opacity: 0;
  transform: scale(0);
}
.owl-prev {
  left: 3%;
}
.owl-next {
  right: 3%;
}
.etalon.owl-carousel:hover .owl-nav button {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}
.etalon .owl-nav button:active,
.etalon .owl-nav button:focus,
.etalon.owl-carousel .owl-dot:focus,
.etalon.owl-carousel .owl-dot:active {
  outline: none;
}
.etalon.owl-carousel .owl-dots {
  display: flex;
  height: 10px;
  margin-top: -20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.etalon.owl-carousel .owl-dot:not(:last-child) {
  margin-right: 10px;
}
.etalon.owl-carousel .owl-dot span {
  background-color: rgba(255, 255, 255, 0.5);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: block;
}
.etalon.owl-carousel .owl-dot.active span {
  background-color: #fff;
}
.etalon.owl-carousel .slidedescription {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
.etalon.owl-carousel .slidedebutton {
  border-radius: 3px;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}
.etalon.owl-carousel .slidedebutton:hover {
  border: 2px solid transparent;
}
.etalon.owl-carousel .slidedebutton a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin: 15px 20px;
}
.etalon.owl-carousel .slidedebutton a .fa {
  font-size: 20px;
  margin-left: 10px;
  width: 0px;
  overflow: hidden;
  transition: all 0.5s;
}
.etalon.owl-carousel .slidedebutton:hover a .fa {
  width: 15px;
}
