@charset "UTF-8";
#programm {
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #4e4e4e; }
  #programm .title {
    font-family: 'Open Sans';
    font-size: 44px;
    font-weight: 300;
    line-height: 42px;
    display: block;
    margin-bottom: 58px;
    text-align: center;
    color: #fff; }

.program-list {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #fff; }
  .program-list a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    color: #8bdaff;
    border-bottom: 1px dotted #8bdaff; }
    .program-list a:hover {
      border-color: transparent; }
  .program-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px; }
    .program-list__item:nth-child(odd) {
      background-color: #565656; }
    .program-list__item_header {
      background-color: #676767 !important;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .program-list__name-cell {
    width: 260px;
    padding-right: 20px;
    padding-left: 20px; }
  .program-list__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 700px; }
  .program-list__price-cell {
    width: 170px; }
  .program-list__srok-cell {
    width: 100px; }
  .program-list__hour-cell {
    width: 100px; }
  .program-list__demands-cell {
    width: 170px; }
  .program-list__reserved-cell {
    width: 160px; }
  .program-list__old-price {
    margin-right: 7px;
    text-decoration: line-through; }
  .program-list__price {
    font-size: 18px;
    font-weight: 700; }

@media (max-width: 667px) {
  #programm {
    padding-top: 12px;
    padding-bottom: 40px; }
    #programm .title {
      font-size: 24px;
      font-weight: 600;
      line-height: 24px;
      margin-bottom: 28px;
      margin-left: 10px; }
  .program-list {
    font-size: 12px;
    line-height: 16px;
    width: 300px;
    margin-right: auto;
    margin-left: auto; }
    .program-list__item {
      width: 275px;
      margin-bottom: 5px;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 25px;
      background-color: #565656;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .program-list__item_header {
        display: none; }
    .program-list__name-cell {
      width: 100%;
      padding-right: 0;
      padding-left: 0; }
      .program-list__name-cell a {
        font-size: 14px;
        position: relative;
        color: #fff;
        border-color: #fff; }
        .program-list__name-cell a:before {
          position: absolute;
          top: 3px;
          left: -15px;
          width: 0;
          height: 0;
          content: '';
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 5px solid #b1e6ff; }
        .program-list__name-cell a.active {
          font-weight: 700; }
          .program-list__name-cell a.active:before {
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                    transform: rotate(90deg); }
        .program-list__name-cell a:hover {
          border-color: #fff; }
    .program-list__body {
      display: none;
      width: 100%;
      padding-top: 10px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .program-list__price-cell {
      position: relative;
      width: 100%;
      margin-bottom: 10px; }
      .program-list__price-cell:before {
        left: 0;
        display: block;
        content: 'Обычная цена/Льготная цена, руб.:'; }
    .program-list__srok-cell {
      font-weight: 700;
      position: relative;
      width: 100%;
      margin-bottom: 10px; }
      .program-list__srok-cell:before {
        font-weight: 300;
        left: 0;
        margin-right: 2px;
        content: 'Срок обучения, мес:'; }
    .program-list__hour-cell {
      font-weight: 700;
      position: relative;
      width: 100%;
      margin-bottom: 10px; }
      .program-list__hour-cell:before {
        font-weight: 300;
        left: 0;
        margin-right: 2px;
        content: 'Количество часов:'; }
    .program-list__demands-cell {
      font-weight: 700;
      position: relative;
      width: 100%;
      margin-bottom: 10px; }
      .program-list__demands-cell:before {
        font-weight: 300;
        left: 0;
        display: block;
        content: 'Требование по образованию:'; }
    .program-list__reserved-cell {
      width: 100%; }
    .program-list__price {
      font-size: 12px; } }
