.fancybox-button.fancybox-button--close {
  width: 50px;
  height: 50px;
  background: #fff url('/images/close2.svg') center center no-repeat;
  border-radius: 50%;
}
.fancybox-toolbar {
  right: -66px;
}
.fancybox-button--arrow_right {
  width: 80px !important;
  height: 80px !important;
  background: #fff url('/images/svg/arrow-right.svg') center center no-repeat;
  padding: 0 !important;
  border-radius: 50%;
  right: 10% !important;
}
.fancybox-button--arrow_left {
  width: 80px !important;
  height: 80px !important;
  background: #fff url('/images/svg/arrow-left.svg') center center no-repeat;
  padding: 0 !important;
  border-radius: 50%;
  left: 10% !important;
}
