

/* Start:/local/templates/main/components/bitrix/news.list/programs-section/style.css?17809386837126*/
/*position*/
/*flex-box*/
/*flex-box*/
/* title */
/* //title */
.program-section {
  align-items: stretch;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .program-section {
    margin: 0 0 20px;
  }
}
.program-section__head {
  margin: 0 10px 20px;
  width: 100%;
}
@media (max-width: 1399px) {
  .program-section__head {
    display: flex;
    flex-direction: column;
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 767px) {
  .program-section__head {
    margin: 0 0 20px;
    width: 100%;
  }
}
.program-section__head-title {
  background: #005475;
  border: 1px solid #005475;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 20px 15px;
}
.program-section__head-main {
  align-items: stretch;
  background: #FFFFFF;
  border: 1px solid #005475;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
@media (max-width: 1399px) {
  .program-section__head-main {
    flex: 1;
    flex-direction: column;
  }
}
.program-section__head-main:before {
  content: url("/local/templates/main/components/bitrix/news.list/programs-section/img/arrow.svg");
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-100%);
}
@media (max-width: 1399px) {
  .program-section__head-main:before {
    display: none;
  }
}
.program-section__head-img-wrap {
  align-items: center;
  background: #F7F8FA;
  display: flex;
  min-height: 276px;
  justify-content: center;
  width: 32.36%;
}
@media (max-width: 1399px) {
  .program-section__head-img-wrap {
    margin-bottom: 16px;
    min-height: 212px;
    width: 100%;
  }
}
.program-section__head-img {
  display: block;
  max-height: 80%;
  max-width: 80%;
}
.program-section__head-cont {
  flex: 1;
  min-width: 0;
  padding: 24px 20px 20px 24px;
}
@media (max-width: 1399px) {
  .program-section__head-cont {
    padding: 0 20px 80px;
    position: relative;
  }
}
.program-section__head-subtitle {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
.program-section__head-desc {
  color: #7B7B7B;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 24px;
}
@media (max-width: 991px) {
  .program-section__head-desc {
    margin-bottom: 20px;
  }
}
.program-section__head-form {
  align-items: flex-end;
  display: flex;
  position: static;
  width: 100%;
}
@media (max-width: 1399px) {
  .program-section__head-form {
    align-items: stretch;
    flex-direction: column;
  }
}
.program-section__head-checklist {
  flex: 1;
  min-width: 0;
}
@media (max-width: 1399px) {
  .program-section__head-checklist {
    padding-bottom: 16px;
  }
}
.program-section__head-checklist-item {
  margin: 0 0 12px;
  position: relative;
}
.program-section__head-checklist-item:last-child {
  margin-bottom: 0;
}
.program-section__head-checklist-item-label {
  cursor: pointer;
  padding-left: 36px;
}
.program-section__head-btn-wrap {
  margin-left: 12px;
  width: 305px;
}
@media (max-width: 1399px) {
  .program-section__head-btn-wrap {
    bottom: 20px;
    left: 20px;
    margin: auto 0 0;
    position: absolute;
    right: 20px;
    width: auto;
  }
}
.program-section__head-btn {
  align-items: center;
  background: #005475;
  border: none;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.214;
  padding: 10px 10%;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
}
.program-section__head-btn:hover {
  background: #3E7B94;
  color: #ffffff;
}
.program-section__item {
  align-items: stretch;
  display: flex;
  justify-content: stretch;
  margin: 0 10px 20px;
  width: calc((100% - 60px) / 3);
}
@media (max-width: 1399px) {
  .program-section__item {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 767px) {
  .program-section__item {
    margin: 0 0 20px;
    width: 100%;
  }
}
.program-section__item:nth-child(3n-1) .program-item__head {
  background-image: url(/local/templates/main/components/bitrix/news.list/programs-section/img/item-1.svg);
  background-position: right center;
  background-repeat: no-repeat;
}
.program-section__item:nth-child(3n) .program-item__head {
  background-image: url(/local/templates/main/components/bitrix/news.list/programs-section/img/item-2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.program-section__item:nth-child(3n-2) .program-item__head {
  background-image: url(/local/templates/main/components/bitrix/news.list/programs-section/img/item-3.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

.program-item {
  align-items: stretch;
  background: #FFFFFF;
  border: 1px solid #DFE0E2;
  box-sizing: border-box;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 753px;
  padding: 0 0 20px;
  width: 100%;
}
@media (max-width: 1399px) {
  .program-item {
    min-height: 753px;
  }
}
.program-item__head {
  background: #F7F8FA;
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 19px 19px 16px;
}
.program-item__head-title {
  font-size: 18px;
  font-weight: 700;
  height: 2.44em;
  line-height: 1.22;
  margin: 0 0 24px;
}
.program-item__head-img-wrap {
  display: block;
  margin: 0 0 30px;
  width: 100%;
}
@media (max-width: 1399px) {
  .program-item__head-img-wrap {
    margin-bottom: 16px;
  }
}
.program-item__head-img {
  display: block;
  height: 142px;
  margin: auto;
  width: 194px;
}
.program-item__head-duration {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.22;
}
.program-item__head-duration-value {
  font-weight: 400;
}
.program-item__cont {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.22;
  padding: 0 20px;
}
.program-item__cont > *:first-child {
  margin-top: 0;
}
.program-item__cont > *:last-child {
  margin-bottom: 0;
}
.program-item__cont p {
  color: inherit;
  font: inherit;
  margin: 1em 0;
}
.program-item__cont ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
@media (max-width: 575px) {
  .program-item__cont ul {
    margin: 16px 0;
  }
}
.program-item__cont ul li {
  margin: 0 0 12px;
  padding-left: 20px;
  position: relative;
}
.program-item__cont ul li:before {
  background: url(/local/templates/main/components/bitrix/news.list/programs-section/img/check.svg) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0.61em;
  transform: translateY(-50%);
  width: 12px;
}
.program-item__cont ul li:last-child {
  margin: 0;
}
.program-item__btn-wrap {
  margin: auto 0 0;
  padding: 0 20px;
}
.program-item__btn {
  align-items: center;
  background: #005475;
  border: none;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.214;
  padding: 10px 10%;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  width: 100%;
}
.program-item__btn:hover {
  background: #3E7B94;
  color: #ffffff;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/vnb/super.d7/course-tabs/style.css?17809386835515*/
/*position*/
/*flex-box*/
/*flex-box*/
/* title */
/* //title */
.course-tabs {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .course-tabs {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .course-tabs {
    margin-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .course-tabs {
    margin-bottom: 20px;
  }
}
.course-tabs__title {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.8em;
  text-align: left;
}
@media (max-width: 575px) {
  .course-tabs__title {
    margin-bottom: 0.6em;
  }
}
.course-tabs__main {
  align-items: stretch;
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .course-tabs__main {
    display: block;
  }
}
.course-tabs__panel {
  flex: 1;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .course-tabs__panel {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .course-tabs__panel {
    margin: 0 0 32px;
  }
}
@media (max-width: 575px) {
  .course-tabs__panel {
    margin: 0 0 24px;
  }
}
.course-tabs__panel-item {
  margin: 0 0 20px;
  padding: 0 56px;
  position: relative;
}
@media (max-width: 1399px) {
  .course-tabs__panel-item {
    margin-bottom: 12px;
    padding: 0;
  }
}
.course-tabs__panel-item:last-child {
  margin-bottom: 0;
}
.course-tabs__panel-item:last-child:before {
  display: none;
}
.course-tabs__panel-item:nth-child(even):before {
  left: initial;
  right: 0;
  transform: scale(-1, 1);
}
.course-tabs__panel-item:nth-child(odd):before {
  left: 0;
}
.course-tabs__panel-item:before {
  content: url("/local/templates/main/components/vnb/super.d7/course-tabs/img/arrow.svg");
  display: block;
  margin-top: 2px;
  position: absolute;
  top: 50%;
}
@media (max-width: 1399px) {
  .course-tabs__panel-item:before {
    display: none;
  }
}
.course-tabs__panel-item_last {
  margin-top: 38px;
}
@media (max-width: 1399px) {
  .course-tabs__panel-item_last {
    margin-top: 16px;
  }
}
.course-tabs__panel-link {
  align-items: center;
  background: #DFE0E2;
  border: none;
  box-sizing: border-box;
  color: #005475;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.214;
  padding: 10px 10%;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
.course-tabs__panel-link:hover {
  background: #3E7B94;
  color: #ffffff;
}
.course-tabs__panel-link.current {
  background: #005475;
  color: #ffffff;
}
.course-tabs__panel-link.current:hover {
  background: #3E7B94;
  color: #ffffff;
}
.course-tabs__content {
  background: #ffffff;
  border: 1px solid #DFE0E2;
  box-sizing: border-box;
  flex: 2;
  padding: 28px 8px;
}
.course-tabs__content-item {
  display: none;
}
.course-tabs__content-item.current {
  display: block;
}

.course-content {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .course-content {
    display: block;
  }
}
.course-content__side {
  margin-right: 28px;
  width: 207px;
}
@media (max-width: 991px) {
  .course-content__side {
    margin: 0 0 32px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .course-content__side {
    margin: 0 0 24px;
  }
}
@media (max-width: 575px) {
  .course-content__side {
    margin: 0 0 20px;
  }
}
.course-content__side-img-wrap {
  display: block;
  margin: 0 0 24px;
  width: 100%;
}
@media (max-width: 575px) {
  .course-content__side-img-wrap {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .course-content__side-img-wrap {
    margin-bottom: 12px;
  }
}
.course-content__side-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.course-content__side-title {
  color: #000000;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.course-content__main {
  flex: 1;
  min-width: 0;
}
.course-content__main-title {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 1em;
}
.course-content__main-cont {
  color: #000000;
  font-size: 14px;
  line-height: 1.22;
}
.course-content__main-cont > *:first-child {
  margin-top: 0;
}
.course-content__main-cont > *:last-child {
  margin-bottom: 0;
}
.course-content__main-cont h1, .course-content__main-cont h2, .course-content__main-cont h3, .course-content__main-cont h4, .course-content__main-cont h5, .course-content__main-cont h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.22;
  margin: 24px 0;
}
@media (max-width: 575px) {
  .course-content__main-cont h1, .course-content__main-cont h2, .course-content__main-cont h3, .course-content__main-cont h4, .course-content__main-cont h5, .course-content__main-cont h6 {
    margin: 20px 0;
  }
}
.course-content__main-cont ul {
  list-style: none;
  margin: 0 0 48px;
  padding: 0;
}
@media (max-width: 991px) {
  .course-content__main-cont ul {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .course-content__main-cont ul {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .course-content__main-cont ul {
    margin-bottom: 20px;
  }
}
.course-content__main-cont ul li {
  margin: 0 0 16px;
  padding-left: 20px;
  position: relative;
}
.course-content__main-cont ul li:before {
  background: url(/local/templates/main/components/vnb/super.d7/course-tabs/img/check.svg) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0.61em;
  transform: translateY(-50%);
  width: 12px;
}
.course-content__main-cont ul li:last-child {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/main/components/bitrix/news.list/programs-section/style.css?17809386837126 */
/* /local/templates/main/components/vnb/super.d7/course-tabs/style.css?17809386835515 */
