.block_how_to_start.no_arrows .item .inner:before {
  display: none;
}

.block_how_to_start.no_arrows .item .inner .head {
  display: none;
}

.block_how_to_start.no_arrows .item .inner .body {
  display: block !important;
  text-align: center;
  padding-left: 0;
}

.news_carousel_large.no_header .header_news {
  display: none;
}

.bottom-60 {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .list_of_related_pages.operators > UL > LI h3 {
    margin-bottom: 0;
  }
}
.block_how_to_start.no_arrows .item .inner .body img {
  margin: 0 auto;
}

@media only screen and (max-width: 481px) {
  .button_group a {
    margin-bottom: 20px;
  }
  .button_group a:last-child {
    display: table;
    margin: 0 auto;
  }
  .button_group {
    padding-bottom: 20px;
  }
}