.slider-block {
  position: relative;
  width: 100%;
}

.slider-block-swiper {
  width: 100% !important;
  padding: 40px 0 !important;
  margin: -40px 0 !important;
}

.slider-block-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  color: #003c96;
  background-color: #fff;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0,0,0,.15);
  transition: background-color .2s ease, color .2s ease;
}

.slider-block-btn svg {
  display: block;
  width: 30px;
  max-height: 100%;
  fill: currentColor;
  transition: fill .2s ease;
}

.slider-block-btn:hover {
  color: #fff;
  background-color: #99b1d5;
}

.slider-block-btn:hover svg {
  fill:
}

.slider-block-prev {
  left: -15px;
}

.slider-block-next {
  right: -15px;
}

@media (max-width: 768px) {
  .slider-block-buttons {
    display: none;
  }
}
