html.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  opacity: .9;
  background: #fff;
}

.sl-wrapper {
  color: #333;
}
.sl-wrapper button {
  padding: 0;
  cursor: pointer;
  border: 0 none;
  background: transparent;
}
.sl-wrapper .sl-close {
  font-size: 34px;
  line-height: 1;
  position: fixed;
  z-index: 10002;
  top: 160px;
  right: 10px;
  display: none;
  width: 34px;
  height: 34px;
  -webkit-transition: color 250ms;
          transition: color 250ms;
  outline: none;
}
.ua-nontouch .sl-wrapper .sl-close:hover {
  color: #00a9c7;
}
@media (max-width: 767px) {
  .ua-nontouch .sl-wrapper .sl-close:hover {
    color: inherit;
  }
}
.sl-wrapper .sl-close i::before {
  margin: 0;
}
.sl-wrapper .sl-counter {
  line-height: 34px;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
  display: none!important;
  text-align: center;
}
.sl-wrapper .sl-navigation {
  display: none;
  width: 100%;
}
.sl-wrapper .sl-navigation button {
  font-family: arial sans-serif;
  font-size: 34px;
  line-height: 1;
  position: fixed;
  z-index: 10002;
  top: 50%;
  display: block;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  -webkit-transition: color 250ms;
          transition: color 250ms;
  text-align: center;
  outline: none;
}
.ua-nontouch .sl-wrapper .sl-navigation button:hover {
  color: #00a9c7;
}
@media (max-width: 767px) {
  .ua-nontouch .sl-wrapper .sl-navigation button:hover {
    color: inherit;
  }
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 10px;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 10px;
}
@media (max-width: 991px) {
  .sl-wrapper .sl-navigation button.sl-next, .sl-wrapper .sl-navigation button.sl-prev {
    top: auto;
    bottom: 40px;
    display: none;
  }
}
.sl-wrapper .sl-navigation button.sl-next i::before, .sl-wrapper .sl-navigation button.sl-prev i::before {
  margin: 0;
}
.sl-wrapper .sl-image {
  position: fixed;
  z-index: 10001;
  -ms-touch-action: none;
      touch-action: none;
}
.sl-wrapper .sl-image img {
  display: block;
  margin: 0;
  padding: 0;
}
.sl-wrapper .sl-image iframe {
  border: 0 none;
  background: #000;
}
.sl-wrapper .sl-image .sl-caption {
  font-size: 14px;
  line-height: 1.6;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding: 10px 12px;
  opacity: .8;
  color: #fff;
  background: #000;
}
@media (max-width: 767px) {
  .sl-wrapper .sl-image .sl-caption {
    font-size: 12px;
    padding: 7px 9px;
  }
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  top: 0;
  bottom: auto;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  position: absolute;
  z-index: 10001;
  right: 5px;
  bottom: 5px;
  display: none;
  color: #fff;
}

.sl-spinner {
  position: fixed;
  z-index: 10001;
  top: 50%;
  left: 50%;
  display: none;
  width: 34px;
  height: 34px;
  margin: -17px 0 -17px;
  -webkit-animation: pulsate 1s ease-out infinite;
          animation: pulsate 1s ease-out infinite;
  opacity: 0;
  border: 5px solid #333;
  border-radius: 40px;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  overflow: scroll;
  width: 50px;
  height: 50px;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: .0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: .0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    -ms-transform: scale(0.1);
        transform: scale(0.1);
    opacity: .0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1.2);
        transform: scale(1.2);
    opacity: 0;
  }
}
