<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scroller__wrap {
  padding: 0;
  margin: 0 auto;
  display: table;
}

.scroller__wrap a {
  text-decoration: none;
}

.scroller__item {
  display: table-cell;
}

.scroller__link,
.scroller__arrow {
  display: inline-block;
  margin: 0px 3px 0px;
  color: #8f9090;
  font-size: 14px;
  text-decoration: none;
  vertical-align: top;
  box-sizing: border-box;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 24px;
  font-weight: 600;
}

.scroller__link:hover,
.scroller__arrow:hover {
  color: #00385c;
  font-weight: 800;
}

.scroller__link_active,
.scroller__link_active:hover {
  color: #00385c;
  font-weight: 800;
}

.scroller__dot {}

.scroller__dot:before {
  content: '...';
}

.scroller__arrow {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -9999px;
}

.scroller__arrow_left {
  background-image: url(img/ar_left.png);
}

.scroller__arrow_right {
  background-image: url(img/ar_right.png);
}


/*.scroller__arrow_left:hover{		background-image:url(img/ar_left_hover.png);}
.scroller__arrow_right:hover{		background-image:url(img/ar_right_hover.png);}*/
</pre></body></html>