.section-gallery__wrapper {
	box-sizing: border-box;
}
.section-gallery__title h2 {
  font-size: 2.7rem;
  font-weight: normal;
  margin: 52px auto;
  padding: 0 10px;
  text-align: center;
}
.section-gallery__slideshow .slick-prev,
.section-gallery__slideshow .slick-next {
  height: calc(20px + 2vw);
  width: calc(20px + 2vw);
}
.section-gallery__slideshow .slick-prev {
  left: calc(0px + 5vw);
}
.section-gallery__slideshow .slick-next {
  right: calc(0px + 5vw);
}
.section-gallery__slideshow .slick-prev::before,
.section-gallery__slideshow .slick-next::before {
  line-height: 1.1;
}
.section-gallery__slideshow .slick-arrow::before {
    color: #ffffff;
    font-size: calc(1.75rem + 2vw);
    top: -1px;
    position: absolute;
    right: -4px;
}
.section-gallery__slideshow .slick-dots {
  bottom: 0;
}
.section-gallery__slideshow .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.section-gallery__slideshow .slick-dots {
  bottom: 3px;
}
.section-gallery__slideshow .slick-dots li {
  margin-bottom: 5px;
}
.section-gallery__slideshow .slick-dots li button::before {
  color: #ffffff;
  font-size: 1.4rem;
  opacity: 0.6;
}
.section-gallery__slideshow .slick-dots li.slick-active button::before {
  color: #ffffff;
  opacity: 1;
}
.section-gallery__slideshow .slick img {
  border: 0;
  max-width: 100%;
  width: 100%;
}
.section-gallery__slideshow .slick__arrow {
  left: -8px;
}
.section-gallery__slideshow .slide__caption {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px 37px 20px;
  background: rgba(0, 30, 50, 0.5);
}
.section-gallery__slideshow .slide__description {
  text-align: center;
  font-size: 30px;
}
.section-gallery__slideshow .slide__description p {
  display: block;
  text-align: left;
  width: 100%;
  max-width: 900px;
  font-size: 16px;
  margin: 4px auto 0 auto;
}
@media screen and (max-width: 992px) {
  .section-gallery__title h2 {
    font-size: 2.5rem;
    margin: 42px auto;
  }
  .section-gallery__slideshow .slide__caption {
    padding: 10px 20px 9px 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-gallery__title h2 {
    font-size: 2.3rem;
    margin: 42px auto;
    text-align: center;
  }
  .section-gallery__slideshow .slide__description {
    text-align: center;
    font-size: 20px;
  }
  .section-gallery__slideshow .slide__description p {
    display: none;
  }
  .section-gallery__slideshow .slick-dots li button::before {
    display: none;
  }
}
@media screen and (max-width: 476px) {
  .section-gallery__title h2 {
    font-size: 1.8rem;
    margin: 32px 0;
    padding: 0;
    max-width: 315px;
    text-align: center;
  }
  .section-gallery__slideshow .slide__description {
    font-size: 18px;
  }
  
  .slick-prev, .slick-next{
      background-color:transparent;
  }
  .section-team__slideshow .slick-arrow::before,
  .section-cards__slideshow .slick-arrow::before
  {
    color: #ffffff;
    position: absolute;
    right: 10px;
}
button.slick-arrow{
    font-size: 0px;
}
}
