.block-switcher {
  display: table;
  width: 112px;
  height: 49px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 30px;
  /* =============================================================== RESPONSIVE =================================================================*/ }
  .block-switcher .switcher-inner {
    display: table-cell;
    vertical-align: middle; }
  .block-switcher .go-left, .block-switcher .go-right {
    width: 35px;
    cursor: pointer;
    transition: all 0.2s; }
    .block-switcher .go-left:hover, .block-switcher .go-right:hover {
      opacity: 0.5; }
  .block-switcher .switcher-counter {
    width: 42px;
    text-align: center;
    font-size: 18px;
    color: #fff; }
  .block-switcher .go-left {
    background-image: url(/media/image/6a96a7f167a6eab9fe52328e9c027da5d571336f.svg); }
    .block-switcher .go-left:hover {
      background-position: 40% center; }
  .block-switcher .go-right {
    background-image: url(/media/image/2b4af7d7a6b0b9fcf6768ffadf1cff8f2be10005.svg); }
    .block-switcher .go-right:hover {
      background-position: 60% center; }

@media (max-width: 960px) {
  .block-switcher .go-left, .block-switcher .go-right {
    width: 5px; } }
