/**
*  @author Surton
*  @date 23.08.2018
*  @section courses
*/

.courses-table_last {
  margin-bottom: 100px;
}

.table-cell__program {
  width: 30%;
}

.table-cell__education {
  width: 15%;
}

.table-cell__price {
  width: 15%;
}

.table-cell__description {
  width: 30%;
}

.education-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -30px;
  margin-bottom: 60px;
}

.additional-education .cards-item {
  margin-top: 30px;
}

.additional-education .cards-item .content-title {
  font-size: 22px !important;
}

.courses-main__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.default-list li {
  line-height: 24px;
}

.cource-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cource-description__item {
  margin-bottom: 30px;
}

@media screen and (max-width: 1600px) {
  .education-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  }

  .education-list.additional-education--adaptive .cards-item.cards-item--extensible {
    width: -webkit-calc(50% - 30px) !important;
    width: calc(50% - 30px) !important;
  }
}