.inputs-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inputs-section .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.inputs-section .input input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left-width: 0;
}
.inputs-section .input:first-child input {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.inputs-section .input:last-child input {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.input {
  position: relative;
}
.input.input-w-placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input.input-w-placeholder input {
  padding-left: 38px;
}
.input-placeholder {
  position: absolute;
  color: #ACB9BF;
  left: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  font-size: 13px;
  line-height: 13px;
}
.select-box {
  position: relative;
  font-family: PTRootUI, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-box-value {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E8EDF0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 10px 8px 10px 12px;
}
.select-box-value:after {
  content: '';
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #829199;
  border-left: 2px solid #829199;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.active .select-box-value:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 4px;
}
.select-box-content {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E8EDF0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  margin-top: 4px;
  left: 0;
  min-width: 100%;
  background-color: #fff;
  z-index: 9999;
}
.active .select-box-content {
  display: block;
}
.hidden-mobile {
  display: inherit;
}
.visible-mobile {
  display: inline-block;
}
@media (min-width: 569px) {
  .visible-mobile {
    display: none;
  }
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .hidden-mobile {
    display: none;
  }
}

.block_1.block_1_courses {
  background-color: #1C5A9F;
  margin-bottom: 0;
}
.block_1.block_1_courses > img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .block_1.block_1_courses > img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .block_1.block_1_courses .title {
    text-align: left;
  }
}
.courses-company-block {
  background-color: #F7F9FA;
  margin: 0 -32px;
}
.courses-company-block-content {
  padding: 30px 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: auto;
}
.courses-company-block-item {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 24px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.courses-company-block-item:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.courses-categories {
  font-family: "PTRootUI", sans-serif;
  letter-spacing: -0.01em;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.courses-categories:after {
  display: block;
  content: '';
  -webkit-box-flex: 10000;
  -webkit-flex: 10000 0 393px;
  -moz-box-flex: 10000;
  -ms-flex: 10000 0 393px;
  flex: 10000 0 393px;
  width: 393px;
}
.courses-categories-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 24px 20px;
  width: 387px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 387px;
  -moz-box-flex: 1;
  -ms-flex: 1 0 387px;
  flex: 1 0 387px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #E9EDF0;
  margin: 9px;
}
.courses-categories-item-title {
  color: #000;
  line-height: 1.3;
  font-size: 24px;
  font-weight: bold;
}
.courses-categories-item-list {
  -webkit-font-feature-settings: 'tnum' on, 'lnum' on;
  -moz-font-feature-settings: 'tnum' on, 'lnum' on;
  font-feature-settings: 'tnum' on, 'lnum' on;
}
.courses-categories-item-list-item {
  color: #000;
  margin: 16px 0;
}
.courses-categories-item-list-item:hover {
  color: #435259;
}
.courses-categories-item-more {
  display: block;
  margin-top: 28px;
  color: #11A642;
}
.courses-categories-item-more .icon:before {
  color: #11A642;
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .courses-categories-item {
    width: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 9px 0;
  }
}
.courses-subhead {
  font-family: "PTRootUI", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 16px 0;
  border-bottom: 1px solid #E9EDF0;
  margin-top: 30px;
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .courses-subhead {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7px 0;
    border-top: 1px solid #E9EDF0;
  }
}
.courses-subhead-counter {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .courses-subhead-counter {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}
.courses-subhead-filter-btn {
  display: none;
  width: 32px;
  height: 32px;
  background: url(../img/courses/i-filter-s.svg) center center no-repeat #F7F9FA;
}
.courses-subhead-filter-btn.active {
  background-image: url(../img/courses/i-filter-g.svg);
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .courses-subhead-filter-btn {
    display: block;
    -webkit-box-ordinal-group: 101;
    -webkit-order: 100;
    -moz-box-ordinal-group: 101;
    -ms-flex-order: 100;
    order: 100;
  }
}
.courses-subhead-sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .courses-subhead-sort {
    -webkit-box-ordinal-group: 51;
    -webkit-order: 50;
    -moz-box-ordinal-group: 51;
    -ms-flex-order: 50;
    order: 50;
  }
}
.courses-subhead-sort-title {
  margin-right: 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.courses-subhead-sort .form_tag_outer {
  margin-top: 0;
}
.courses-subhead-sort .form_tag_unit {
  font-size: 12px;
  padding: 1px 9px 3px;
  min-height: 24px;
}
.courses-subhead-sort .form_tag_unit .text {
  font-weight: 400;
}
.courses-list-item {
  font-family: "PTRootUI", sans-serif;
  padding: 16px 0;
  border-bottom: 1px solid #E9EDF0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .courses-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.courses-list-item-img {
  margin-right: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .courses-list-item-img {
    display: none;
  }
}
.courses-list-item-params {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 400px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  margin-left: 30px;
  max-width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.courses-list-item-params > div {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.courses-list-item-params-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 40%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
}
.courses-list-item-params-link-a {
  font-size: 12px;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 12px 4px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(17, 166, 66, 0.05);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  color: #11A642;
}
.courses-list-item-params-link-a:hover {
  color: #0E8C38;
}
.courses-list-item-params-link-a .icon {
  margin-left: 5px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-top: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.courses-list-item-params-icons {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 160px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}
.courses-list-item-params-icons img {
  margin: 0 10px;
  width: 16px;
  height: auto;
}
.courses-list-item-params-price {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.courses-list-item-params-diftime {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 60%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  color: #829199;
}
.courses-list-item-params-diftime > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
}
.courses-list-item-params-diftime > div:first-child {
  margin-left: 0;
}
.courses-list-item-params-diftime > div:last-child {
  margin-right: 0;
}

.courses-list .icon {
  display: block;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  background: center center no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.courses-list .icon.icon-times {
  width: 12px;
  height: 12px;
  background-image: url(../img/courses/i-times.svg);
  background-position: 0 center;
}
.courses-list .icon.icon-cert {
  width: 18px;
  height: 18px;
  background-image: url(../img/courses/i-cert.svg);
}
.courses-list .icon.icon-gift {
  background-image: url(../img/courses/i-gift.svg);
}
.courses-list .icon.icon-difficulty {
  position: relative;
  margin: 3px 10px 0;
  width: 4px;
  height: 9px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  display: block;
  background-color: #ACB9BF;
}
.courses-list .icon.icon-difficulty:before,
.courses-list .icon.icon-difficulty:after {
  content: '';
  background-color: #ACB9BF;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  display: block;
  width: 4px;
  position: absolute;
  bottom: 0;
}
.courses-list .icon.icon-difficulty:before {
  height: 6px;
  left: -5px;
}
.courses-list .icon.icon-difficulty:after {
  height: 12px;
  right: -5px;
}
.courses-list .icon.icon-difficulty.d-1:before {
  background-color: #11A642;
}
.courses-list .icon.icon-difficulty.d-2 {
  background-color: #11A642;
}
.courses-list .icon.icon-difficulty.d-2:before {
  background-color: #11A642;
}
.courses-list .icon.icon-difficulty.d-3 {
  background-color: #11A642;
}
.courses-list .icon.icon-difficulty.d-3:before {
  background-color: #11A642;
}
.courses-list .icon.icon-difficulty.d-3:after {
  background-color: #11A642;
}
.courses-list-item-new {
  font-family: 'PTRootUI', sans-serif;
  color: #435259;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "img company price" "img title labels" "img params links";
  -ms-grid-columns: 148px 30px auto 30px auto;
  grid-template-columns: 148px auto auto;
  grid-column-gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E1E7EA;
}
.courses-list-item-new-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: img;
  position: relative;
  width: 148px;
  height: 148px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-size: 0;
}
.courses-list-item-new-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.courses-list-item-new-company {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: company;
  -ms-grid-row-align: start;
  align-self: start;
  color: #435259;
  text-decoration: none;
  margin-top: 13px;
  font-size: 14px;
  line-height: 1;
}
.courses-list-item-new-company:hover {
  text-decoration: underline;
}
.courses-list-item-new-price {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: price;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
  font-weight: 500;
  text-align: right;
  padding-top: 12px;
  line-height: 1;
}
.courses-list-item-new-price s {
  text-decoration: line-through;
  font-size: 16px;
  display: inline-block;
  padding: 3px 0;
}
.courses-list-item-new-price span {
  font-size: 24px;
  /*display: block;*/
}
.courses-list-item-new-price small {
  font-size: 14px;
}
.courses-list-item-new-title {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: title;
  color: #435259;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  margin: -6px 0;
  max-height: 52px;
  overflow: hidden;
  position: relative;
  word-break: break-word;
  /* Webkit */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  /* Opera Presto */
  -o-text-overflow: -o-ellipsis-lastline;
  text-overflow: -o-ellipsis-lastline;
}
.courses-list-item-new-title:after {
  content: '';
}
.courses-list-item-new-title:hover {
  text-decoration: underline;
}
.courses-list-item-new-label {
  color: #435259;
  background-color: rgba(17, 166, 66, 0.05);
  border: 1px solid rgba(17, 166, 66, 0.05);
  padding: 3px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  font-size: 12px;
  text-transform: lowercase;
}
.courses-list-item-new-label:last-child {
  margin-right: 0;
}
.courses-list-item-new-label b {
  font-weight: 500;
}
.courses-list-item-new-label .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  margin-right: 5px;
}
.courses-list-item-new-label i {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  margin-right: 4px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
}
.courses-list-item-new-label:hover {
  color: #435259;
  background-color: rgba(17, 166, 66, 0.1);
}
.courses-list-item-new-labels {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: labels;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}
.courses-list-item-new-params {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: params;
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-columns: (minmax(0, -webkit-max-content))[2];
  -ms-grid-columns: (minmax(0, max-content))[2];
  grid-template-columns: repeat(2, minmax(0, -webkit-max-content));
  grid-template-columns: repeat(2, minmax(0, max-content));
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-column-gap: 20px;
}
.courses-list-item-new-param {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
}
.courses-list-item-new-param-name {
  margin-right: 8px;
  display: inline-block;
}
.courses-list-item-new-param .icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  margin-right: 4px;
}
.courses-list-item-new-links {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: links;
  padding: 12px 0 8px 0;
  text-align: right;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}
.courses-list-item-new-link {
  background-color: #11a642;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
}
.courses-list-item-new-link:hover {
  background-color: #0c7830;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .courses-list-item-new {
    grid-template-areas: "img company company company" "title title title title" "params params price price" "labels labels labels labels" "links links links links";
    -ms-grid-columns: auto 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: auto 1fr 1fr 1fr;
    grid-column-gap: 20px;
    padding: 25px 0;
  }
  .courses-list-item-new-img {
    width: 65px;
    height: 65px;
    max-width: 65px;
  }
  .courses-list-item-new-company {
    margin-top: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
  }
  .courses-list-item-new-title {
    margin: 15px 0;
    font-size: 24px;
    max-height: 156px;
    overflow: hidden;
    position: relative;
    word-break: break-word;
    /* Webkit */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    /* Opera Presto */
    -o-text-overflow: -o-ellipsis-lastline;
    text-overflow: -o-ellipsis-lastline;
  }
  .courses-list-item-new-title:after {
    content: '';
  }
  .courses-list-item-new-params {
    display: block;
  }
  .courses-list-item-new-param {
    margin-bottom: 12px;
  }
  .courses-list-item-new-param i {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .courses-list-item-new-param span {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -moz-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
    margin-right: 8px;
    text-transform: lowercase;
    font-weight: 400;
  }
  .courses-list-item-new-param b {
    -webkit-box-ordinal-group: 31;
    -webkit-order: 30;
    -moz-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30;
  }
  .courses-list-item-new-param:last-child {
    margin-bottom: 0;
  }
  .courses-list-item-new-price {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-top: 0;
  }
  .courses-list-item-new-labels {
    width: 100%;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .courses-list-item-new-label {
    padding: 10px 10px;
    white-space: nowrap;
    background-color: #F7F9FA;
    border-color: #F7F9FA;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .courses-list-item-new-label:hover {
    background-color: #F7F9FA;
    border-color: #F7F9FA;
  }
  a.courses-list-item-new-label {
    background: none;
    border-color: #11a642;
  }
  a.courses-list-item-new-label:hover {
    background: #11a642;
  }
  .courses-list-item-new-links {
    margin-top: 15px;
    width: 100%;
  }
  .courses-list-item-new-link {
    text-align: center;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 500;
    display: block;
  }
  .courses-list-item-new-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .courses-list-item-new-company {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
  }
  .courses-list-item-new-price {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
  .courses-list-item-new-title {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .courses-list-item-new-labels {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
  .courses-list-item-new-params {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .courses-list-item-new-links {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
  }
}


.courses-list-item-params-diftime .icon.icon-appr {
  background: url(../img/courses/i-appr.svg) center center no-repeat;
}

.courses-list-item-params-price {
  font-weight: bold;
  line-height: 1.3;
  font-size: 18px;
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .courses-list-item-params {
    margin-left: 0;
    max-width: inherit;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .courses-list-item-params > div {
    padding: 8px;
  }
  .courses-list-item-params .courses-list-item-params-diftime {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
  }
  .courses-list-item-params .courses-list-item-params-icons {
    -webkit-box-ordinal-group: 21;
    -webkit-order: 20;
    -moz-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 30%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    padding-right: 0;
  }
  .courses-list-item-params .courses-list-item-params-price {
    padding-left: 0;
    -webkit-box-ordinal-group: 31;
    -webkit-order: 30;
    -moz-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .courses-list-item-params .courses-list-item-params-link {
    -webkit-box-ordinal-group: 41;
    -webkit-order: 40;
    -moz-box-ordinal-group: 41;
    -ms-flex-order: 40;
    order: 40;
    /*-webkit-box-flex: 0;*/
    /*-webkit-flex: 0 0 auto;*/
    /*-moz-box-flex: 0;*/
    -ms-flex: 0 0 auto;
    /*flex: 0 0 auto;*/
  }
}
.courses-list-item-titles {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.courses-list-item-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.courses-list-item-company {
  color: #1C85E0;
  font-size: 14px;
  margin-right: 8px;
}
.courses-list-item-title {
  margin-top: 16px;
  display: block;
  font: 700 20px/1.2 "PTRootUI", sans-serif;
}
.courses-paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 32px 0;
}
.courses-paging-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.courses-paging-right {
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.courses-paging-num-text {
  font-weight: bold;
  margin-right: 16px;
  font-size: 14px;
}
.courses-paging-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.courses-paging-numbers-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font: 700 14px/38px "PTRootUI", sans-serif;
  white-space: nowrap;
  color: #829199;
  position: relative;
  border: 1px solid #E9EDF0;
}
.courses-paging-numbers-item:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.courses-paging-numbers-item:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.courses-paging-numbers-item:hover {
  color: #11A642;
}
.courses-paging-numbers-item.active {
  cursor: default;
  background-color: #11A642;
  border-color: #11A642;
  color: #fff;
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .courses-paging-left {
    display: none;
  }
  .courses-paging-right {
    padding-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.courses-other {
  margin-top: 64px;
}
.courses-other-title {
  margin-bottom: 24px;
  font: 700 24px/1.3 "PTRootUI", sans-serif;
}
.courses-other-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 220px;
  -moz-column-width: 220px;
  column-width: 220px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  /*max-height: 510px;*/
}
.courses-other-list li {
  margin: 8px 0;
}
.courses-other-list li a {
  line-height: 2;
  color: #829199;
}
.courses-other-list li a:hover {
  color: #6f7f88;
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .courses-other-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    max-height: inherit;
  }
}
.courses-filters {
  margin: 0px -22px 0 -32px;
}
.courses-filters-section {
  padding: 24px 32px 20px 32px;
  border-bottom: 1px solid #E9EDF0;
}
.courses-filters-section:first-child {
  border-top: 1px solid #E9EDF0;
}
.courses-filters-section.courses-filters-section-slim {
  padding-top: 8px;
  padding-bottom: 8px;
}
.courses-filters-section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.courses-filters-section-title-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-weight: bold;
}
.courses-filters-section-reset {
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}
.courses-filters-section-reset:before,
.courses-filters-section-reset:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ACB9BF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2px;
}
.courses-filters-section-reset:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.courses-filters-section-reset:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filters-wrap {
  position: relative;
  margin-top: 120px;
}
.menu_active .filters-wrap {
  display: none;
}
.filters-wrap-filter-btn {
  display: none;
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .filters-wrap {
    display: none;
    margin-top: 0;
    padding: 24px 16px 40px 16px;
    height: 100%;
    overflow: auto;
  }
  .filters_active .filters-wrap {
    display: block;
  }
  .filters-wrap-filter-btn {
    display: block;
  }
}
.filters-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font: 700 24px/1.2 "PTRootUI", sans-serif;
}
.filters-title-outer {
  padding-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filters-list.filters-list-collapsed {
  display: none;
}
.filters-list-item {
  font-size: 14px;
  margin: 12px 0;
}
.filters-list-item .check_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filters-list-item .check_block .icon {
  -webkit-box-ordinal-group: 21;
  -webkit-order: 20;
  -moz-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
}
.filters-list-item .check_block .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -moz-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  padding-left: 0;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 400;
}
.filters-list-item.filters-list-item-big .check_block .text {
  font-weight: bold;
  font-size: 16px;
}
.filters-list-expand-btn {
  margin: 15px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  font: 700 10px/1.6 "PTRootUI", sans-serif;
  letter-spacing: 0.5px;
  color: #11A642;
  position: relative;
}
.filters-list-expand-btn:before {
  content: attr(data-view);
  display: block;
}
.filters-list-expand-btn:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #11A642;
  border-right: 1px solid #11A642;
  -webkit-transform: rotate(135deg) scale(1, 1);
  -moz-transform: rotate(135deg) scale(1, 1);
  -ms-transform: rotate(135deg) scale(1, 1);
  -o-transform: rotate(135deg) scale(1, 1);
  transform: rotate(135deg) scale(1, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 4px;
}
.view_active .filters-list-expand-btn:before {
  content: attr(data-hide);
}
.view_active .filters-list-expand-btn:after {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}
.filters-price-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.filters-price-input {
  width: 96px;
  position: relative;
  border: 1px solid #D0D6D9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filters-price-input input {
  padding: 14px 14px 14px 40px;
  display: block;
  font: 500 13px/1.2 "PTRootUI", sans-serif;
}
.filters-price-input span {
  position: absolute;
  left: 14px;
  font-size: 13px;
  line-height: 16px;
  color: #ACB9BF;
}
#courses_filters_price.noUi-target {
  height: 8px;
  border: none;
  background-color: #E9EDF0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#courses_filters_price .noUi-connect {
  background-color: #11A642;
  height: 4px;
  margin-top: 2px;
}
#courses_filters_price.noUi-horizontal .noUi-handle {
  top: -8px;
}
#courses_filters_price .noUi-handle {
  -webkit-box-shadow: 0px 4px 8px rgba(33, 37, 41, 0.15);
  -moz-box-shadow: 0px 4px 8px rgba(33, 37, 41, 0.15);
  box-shadow: 0px 4px 8px rgba(33, 37, 41, 0.15);
  background-color: #11A642;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 7px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#courses_filters_price .noUi-handle:before {
  display: none;
}
#courses_filters_price .noUi-handle:after {
  display: none;
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .filters_active .main_side {
    opacity: 1;
    pointer-events: auto;
    z-index: 99;
  }
  .filters_active .main_side_wrap {
    display: none !important;
  }
}
.hidden-desktop {
  display: none;
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .hidden-desktop {
    display: inherit;
  }
}

.school-list {
  margin: 40px 0;
}
.school-list-item {
  font-family: 'PTRootUI', sans-serif;
  color: #435259;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin: 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.school-list-item-img {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 7px 0;
  background-color: #F5F5F5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 152px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 152px;
  flex: 0 0 152px;
  width: 152px;
  height: 142px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.school-list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.school-list-item-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 12px 15px 12px 12px;
}
.school-list-item-link {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  text-decoration: none;
  color: #888888;
}
.school-list-item-link:hover {
  text-decoration: underline;
}
.school-list-item-title {
  line-height: 1.3;
  margin-bottom: 13px;
}
.school-list-item-title a {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
  max-height: 40px;
  overflow: hidden;
  position: relative;
  word-break: break-word;
  /* Webkit */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  /* Opera Presto */
  -o-text-overflow: -o-ellipsis-lastline;
  text-overflow: -o-ellipsis-lastline;
}
.school-list-item-title a:after {
  content: '';
}
.school-list-item-title a:hover {
  color: #11a642;
}
.school-list-item-params {
  font-size: 14px;
  color: #888;
  justify-self: flex-end;
}
.school-list-item-param {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4px 0;
}
.school-list-item-param:first-child {
  margin-top: 0;
}
.school-list-item-param:last-child {
  margin-bottom: 0;
}
.school-list-item-param .icon {
  margin-right: 5px;
}
.school-list-item-data {
  border-left: 1px solid #e6e6e6;
  padding: 12px 7px 12px 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.school-list-item-data-promo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #EB5757;
  font-weight: 400;
  font-size: 12px;
  padding-right: 10px;
}
.school-list-item-data-promo a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.school-list-item-data-promo a:hover {
  text-decoration: none;
}
.school-list-item-data-labels {
  margin: 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.school-list-item-data-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  background-color: #eee;
  padding: 4px 20px;
}
.school-list-item-data-label .icon {
  margin-right: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.school-list-item-data-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 6px 0 10px 0;
  padding-right: 10px;
}
.school-list-item-data-price s {
  color: #888;
  font-size: 13px;
  margin-right: 18px;
}
.school-list-item-data-price span {
  font-weight: bold;
  font-size: 18px;
  justify-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
.school-list-item-data-link {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #11A642;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.school-list-item-data-link:hover {
  background-color: #13bd4b;
}
@media only screen and (max-width: 568px), (max-width: 812px) and (orientation: landscape) {
  .school-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .school-list-item-img {
    display: none;
  }
  .school-list-item-link {
    font-size: 15px;
    font-weight: 400;
  }
  .school-list-item-title {
    font-size: 18px;
    line-height: 23px;
  }
  .school-list-item-title a {
    max-height: 69px;
    overflow: hidden;
    position: relative;
    word-break: break-word;
    /* Webkit */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    /* Opera Presto */
    -o-text-overflow: -o-ellipsis-lastline;
    text-overflow: -o-ellipsis-lastline;
  }
  .school-list-item-title a:after {
    content: '';
  }
  .school-list-item-content {
    margin-right: 0;
    margin-left: 0;
  }
  .school-list-item-params {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .school-list-item-param {
    margin-top: 0;
    margin-bottom: 0;
  }
  .school-list-item-data {
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }
  .school-list-item-data-btns {
    width: 100%;
  }
  .school-list-item-data-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .school-list-item-data-promo {
    font-size: 13px;
  }
  .school-list-item-data-price,
  .school-list-item-data-promo {
    padding-right: 0;
    max-width: 150px;
    white-space: nowrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
.school-list .icon {
  display: block;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  background: center center no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.school-list .icon.icon-times {
  width: 16px;
  height: 16px;
  background-image: url(../img/courses/i-times.svg);
  background-position: 0 center;
  -webkit-filter: invert(41%) sepia(43%) saturate(3309%) hue-rotate(116deg) brightness(96%) contrast(87%);
  filter: invert(41%) sepia(43%) saturate(3309%) hue-rotate(116deg) brightness(96%) contrast(87%);
}
.school-list .icon.icon-cert {
  width: 16px;
  height: 20px;
  background-image: url(../img/courses/i-cert-new.svg);
  -webkit-filter: invert(41%) sepia(43%) saturate(3309%) hue-rotate(116deg) brightness(96%) contrast(87%);
  filter: invert(41%) sepia(43%) saturate(3309%) hue-rotate(116deg) brightness(96%) contrast(87%);
}
.school-list .icon.icon-discount {
  background-image: url(../img/courses/i-discount.svg);
  width: 18px;
  height: 12px;
  margin-right: 8px;
  -webkit-filter: invert(46%) sepia(23%) saturate(1347%) hue-rotate(313deg) brightness(97%) contrast(108%);
  filter: invert(46%) sepia(23%) saturate(1347%) hue-rotate(313deg) brightness(97%) contrast(108%);
}
.icon.icon-discount {
  background-image: url(../img/courses/i-discount.svg);
  width: 18px;
  height: 12px;
  margin-right: 8px;
  -webkit-filter: invert(46%) sepia(23%) saturate(1347%) hue-rotate(313deg) brightness(97%) contrast(108%);
  filter: invert(46%) sepia(23%) saturate(1347%) hue-rotate(313deg) brightness(97%) contrast(108%);
}
.school-list .icon.icon-split {
  background-image: url(../img/courses/i-split.svg);
  width: 16px;
  height: 16px;
}
