  .t-howtoget-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .t-routelist {
    overflow-x: hidden;
    overflow-y: auto;
    /*width: 290px;*/
    width: 346px;
    padding: 0 10px;
  }

  .t-routelist .ost {
    display: block;
    overflow: hidden;
    margin: 10px 0;
    padding-bottom: 5px;
  }

  .t-routelist .group .ost {
    padding: 4px 4px 5px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
    width: 99%;
    box-sizing: border-box;
  }

  .t-routelist .group.multi .ost:nth-child(n+1){
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.4);
    margin-top: -12px;
  }

  .t-routelist .group.multi .ost:nth-child(1){
    margin-top: 10px;
  }


  .t-routelist .ost::before  {
    background      : no-repeat center center;
    background-size : 100% 80%;
    height          : 28px;
    width           : 28px;
    margin-right    : 8px;
    display         : inline-block;
    border          : 1px solid #DC5040;
    border-radius   : 3px;
    content         : '';
    float: left;
  }
  .t-routelist .ost a {
    font-family: 'PT_LINK', sans-serif;
    font-size: 16px;
    line-height: 24px;
    width: calc(100% - 40px);/* размер иконки  запасом*/
    display: inline-block;
    text-decoration: none;
    padding-bottom: 1px;
    color: #333;
  }

  .t-routelist .dist {
    border-top: 1px solid #ccc;
    display: block;
    margin-left: 38px;
    color: #999;
    font-size: 14px;
    line-height: 18px;
    /*position: relative;*/
  }
  .t-routelist .routes {

    padding-left: 40px;
    font-size: 16px;
    line-height: 20px;

  }

  .t-routelist .routes .typename {
    color: #999;
    margin-right: 8px;
    /*width: 75px;*/
    display: inline-block;
  }
  .t-routelist .routes a {
    font-family: 'PT_LINK', sans-serif;
    color: #DC5040;
    text-decoration: none;
  }
  .t-routelist .routes a:hover{
    text-decoration:underline;
  }

  .t-routelist  .group .routes:last-child{
    padding-bottom: 15px;
  }

