.custom-arrow-right,
.custom-arrow-left {
  min-width: 0px;
  width: 36px;
  height: 36px;
  z-index: 950;
  position: absolute;
  top: calc(50% - 18px);
  border-radius: 0;
  border: 0;
  display: none;
  opacity: 0.8;
  background: #fff;
}

.custom-arrow-right:focus,
.custom-arrow-left:focus {
  outline: 0;
}

.custom-arrow-right:hover,
.custom-arrow-left:hover {
  background: #f4f4f4;
}

.custom-arrow-right:before,
.custom-arrow-left:before {
  content: '';
  width: 0;
  height: 0;
}

.custom-arrow-left {
  left: -24px;
  transform: rotate(180deg);
}

.custom-arrow-right {
  right: -24px;
}

.slick-carousel-gallery:nth-child(4n) {
  background: pink;
}

.slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.slick-slide:focus {
  outline: 0;
}

@media screen and (min-width: 768px) {
  .slick-slider .slick-dots li {
    margin: 0;
  }

  .slick-slider .slick-dots li button:before {
    font-size: 30px;
    color: #dfdfdf;
    opacity: 1;
  }

  .slick-slider .slick-dots .slick-active button:before {
    color: #666;
  }

  .custom-arrow-right, .custom-arrow-left {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .slick-slider .slick-dots {
    display: flex;
    width: 100%;
    padding: 0px;
  }

  .slick-slider .slick-dots li {
    height: 2px;
    background: #dfdfdf;
    margin: 0;
    flex-grow: 1;
    overflow: hidden;
  }

  .slick-slider .slick-dots li button:before {
    height: 2px;
    content: "";
    color: #dfdfdf;
    width: 100%;
  }

  .slick-slider .slick-dots li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .slick-slider .slick-dots li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .slick-slider .slick-dots .slick-active button:before {
    background: #666;
  }
}


@media screen and (min-width: 1460px) {
  .custom-arrow-left {
    left: -50px;
  }

  .custom-arrow-right {
    right: -50px;
  }
}
