.bonuses_page {
  margin-top: 25px;
}
.bonuses_page .page_title {
  margin: 25px auto;
  width: 100%;
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
}
.bonuses_page .bonuses_block {
  border-top: 1px solid #F2F3F5;
  padding-top: 25px;
}
.bonuses_page .bonuses_title {
  color: #333333;
  font-family: "bold", "arm-bold";
  font-size: 160%;
  line-height: 24px;
  margin-bottom: 15px;
}
.bonuses_page .bonuses_description {
  color: #666666;
  font-size: 130%;
  line-height: 20px;
}
.bonuses_page .inner_table {
  width: 100%;
}
.bonuses_page .bonuses_info {
  margin-bottom: 50px;
}
.bonuses_page .bonuses_info .scroll-x {
  height: 6px;
}
.bonuses_page .bonuses_info .scroll-x div {
  position: absolute;
  height: 10px;
  width: 100%;
  display: block;
  left: 0;
  right: 0;
  border: 1px solid #E3E4E6;
}
.bonuses_page .bonuses_info .scroll-x div.scroll-element {
  height: 4px;
}
.bonuses_page .bonuses_info .scroll-x div.scroll-element_track {
  background: #F2F3F5;
  z-index: 5;
}
.bonuses_page .bonuses_info .scroll-x div.scroll-bar {
  cursor: pointer;
  background: #E88848;
  z-index: 6;
  height: 2px;
}
.bonuses_page .bonuses_table {
  margin: 25px 0;
}
.bonuses_page .bonuses_table table {
  width: 100%;
}
.bonuses_page .bonuses_table table tr {
  color: #2E2E31;
  font-size: 130%;
  line-height: 20px;
}
.bonuses_page .bonuses_table table tr:first-child {
  background: #E88848 !important;
  color: #ffffff;
  font-family: "bold", "arm-bold";
}
.bonuses_page .bonuses_table table tr:nth-of-type(odd) {
  background: #F2F3F5;
}
.bonuses_page .bonuses_table table tr th,
.bonuses_page .bonuses_table table tr td {
  padding: 15px 25px;
  border: none;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .bonuses_page {
    margin-top: 0;
  }
  .bonuses_page .page_title {
    margin: 15px auto;
  }
  .bonuses_page .bonuses_info {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=saving_program.css.map */
