.start {
  padding: 100px 0; }
  .start_title h4 {
    margin-bottom: 26px; }
  .start_title span {
    font-family: "MuseoSansCyrlBold", sans-serif; }
  .start_item {
    position: relative;
    margin-top: 60px;
    padding-left: 100px;
    min-height: 74px; }
    .start_item__icon {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -35px;
      width: 74px;
      height: 70px;
      background-image: url(../img/start-sprite_icon.png);
      background-repeat: no-repeat; }
      .start_item__icon-num {
        position: absolute;
        top: -8px;
        right: 2px;
        width: 20px;
        height: 20px;
        background-color: #fbc907;
        background-image: -webkit-linear-gradient(left, #f1de10 0%, #e8cb09 100%);
        background-image: linear-gradient(to right, #f1de10 0%, #e8cb09 100%);
        border-radius: 10px;
        color: #fff;
        font-size: 11px;
        line-height: 20px; }
    .start_item__title {
      color: #333;
      font-family: "MuseoCyrlMedium", sans-serif;
      line-height: 1.3; }
    .start_item:nth-child(1) .start_item__icon {
      background-position: 4px 0; }
    .start_item:nth-child(2) .start_item__icon {
      background-position: -92px 0; }
    .start_item:nth-child(3) .start_item__icon {
      background-position: -186px 0; }
    .start_item:nth-child(4) .start_item__icon {
      background-position: -282px 0; }
    .start_item:nth-child(5) .start_item__icon {
      background-position: -384px 0; }
    .start_item:nth-child(6) .start_item__icon {
      background-position: -487px 0; }
    .start_item:nth-child(7) .start_item__icon {
      background-position: -602px 0; }
    .start_item:nth-child(8) .start_item__icon {
      background-position: -704px 0; }
    .start_item:nth-child(9) .start_item__icon {
      background-position: -805px 0; }
    .start_item:nth-child(10) .start_item__icon {
      background-position: -898px 0; }
    .start_item:nth-child(11) .start_item__icon {
      background-position: -997px 0; }
    .start_item:nth-child(12) .start_item__icon {
      background-position: -1082px 0; }
    .start_item:nth-child(13) .start_item__icon {
      background-position: -1171px 0; }
    .start_item:nth-child(14) .start_item__icon {
      background-position: -1263px 0; }
    .start_item:nth-child(15) .start_item__icon {
      background-position: -1356px 0; }
  .start_btn {
    margin-top: 60px; }