.methods-info {
  width: 45%;
  padding-top: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.methods-box {
  display: block;
  width: 60%;
  color: #4e5255;
  margin-bottom: 20px;
}
.methods-box__title, .methods-box__suptitle {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
.methods-box__title {
  background-color: #e7f0f7;
  color: #3a5363;
  padding: 10px 0 10px 5px;
}
.methods-box__text {
  padding-top: 5px;
}
.methods-link__pdf, .methods-link__doc, .methods-link__exl {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.methods-link__pdf {
  background: url(../images/methods/pdf-metod.png) left center no-repeat;
}
.methods-link__doc {
  background: url(../images/methods/doc_ok.png) left center no-repeat;
}
.methods-link__exl {
  background: url(../images/methods/excel.png) left center no-repeat;
}
.methods-views {
  display: table;
  margin-bottom: 10px;
}
.methods-views__l {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}
.methods-views__i {
  display: table-cell;
  padding-right: 20px;
  background: url(../images/methods/views.png) left center no-repeat;
}
.methods-views__n {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 1200px) {
  .methods-box, .methods-info {
    width: 100%;
  }
}

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