
.hero__articles {
    -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-right: 0px;
    margin-top: 0px;
}
.hero__articles > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}
.hero__articles::before {
  display: none;
}
.article--hero .article__title {
  margin-bottom: 3px;
}
.article--hero .article__meta {
  margin-bottom: 10px;
}
.owl-dots {
    padding-top: 10px;
    background-color: #fff;
    text-align: center;
}
.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}
.owl-dots button.owl-dot.active {
    background-color: #000;
}
.owl-dots button.owl-dot:focus {
    outline: none;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0 !important;
}
.article__link  {
    width: 100%;
    justify-content: flex-end;
}
.article__img {
  opacity: 0;
  width: 80px;
  justify-self: end;
  align-self: flex-end;
  margin-right: 15px;
  margin-bottom: 15px;
}
.article__img > img{
  object-fit: contain;
}
.article__link:hover .article__img {
    opacity: 0.2;
}
.article--hero .article__link:hover::before,
.article--hero .article__link:focus::before {
  opacity: 0.85;
}
.article__meta {
    width: 80%;
}
.mainContent {
  background-image: none;
}
.sidebar_submenu {
    margin-top: 10px;
}
.sidebar_submenu li {
    margin-left: 6px;
    margin-bottom: 5px !important;
}
.sidebar_submenu li a:hover {
    color: #0080C8;
}
.rules__row p,
.rules__row ol {
  line-height: 1.69em;
  color: #637078;
}
.rules__row ol {
  margin-bottom: 1em;
  list-style-position: outside;
  padding-left: 24px;
}