.tcl-picture-gallery img {
  width: 100%;
}
.tcl-picture-gallery__gallery-image {
  position: relative;
}
.tcl-picture-gallery__gallery-wrapper {
  position: relative;
}
.tcl-picture-gallery__gallery-caption {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #fff;
}
.tcl-picture-gallery__gallery-description {
  margin-bottom: 20px;
  text-align: center;
  max-width: 100%;
}
.tcl-picture-gallery__navigation {
  margin-top: 20px;
  position: relative;
}
.tcl-picture-gallery__navigation-image {
  cursor: pointer;
  position: relative;
}
.tcl-picture-gallery__navigation-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid transparent;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 2;
  opacity: 0;
}
.tcl-picture-gallery__navigation-image.slick-current::after {
  opacity: 1;
}
.tcl-picture-gallery__navigation-image img {
  position: relative;
  z-index: 1;
}
.tcl-picture-gallery__navigation .slick-slide {
  margin: 0 10px;
}
.tcl-picture-gallery__navigation .slick-list {
  margin: 0 -10px;
}
.tcl-picture-gallery__counter {
  text-align: center;
  margin-top: 10px;
}
.tcl-picture-gallery .gallery-arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  cursor: pointer;
}
.tcl-picture-gallery .gallery-arrow.slick-disabled {
  cursor: default;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
}
.tcl-picture-gallery .gallery-arrow svg {
  position: relative;
}
.tcl-picture-gallery .gallery-arrow--prev {
  left: -15px;
}
.tcl-picture-gallery .gallery-arrow--prev svg {
  left: -1px;
}
.tcl-picture-gallery .gallery-arrow--next {
  right: -15px;
}
.tcl-picture-gallery .gallery-arrow--next svg {
  right: -1px;
}