

/* Start:/local/templates/html/components-template/teacher/style.css?17022041422433*/
.teacher-section {
  padding: 20px 0 0; }

.teacher-section + .catalog-small {
  margin-top: 40px; }

.teacher-metric-list {
  margin-top: 30px;
  padding-top: 50px;
  position: relative; }
  .teacher-metric-list:before {
    content: '';
    border-top: 1px solid rgba(177, 177, 177, 0.65);
    width: calc(100% - 30px);
    margin: 0 15px;
    position: absolute;
    top: 0;
    left: 0; }
  .teacher-metric-list > div:nth-child(even) .teacher-metric-value {
    color: #30393F; }

.teacher-metric {
  margin: 0 0 20px;
  display: flex;
  align-items: center; }

.teacher-metric-name {
  font-style: normal;
  font-weight: normal;
  font-size: calc((16 / 16) * 1rem);
  line-height: 24px;
  color: #30393F;
  margin: -7px 0 0 0; }

.teacher-metric-value {
  width: 107px;
  min-width: 107px;
  font-style: normal;
  font-weight: bold;
  font-size: calc((50 / 16) * 1rem);
  line-height: 103.18%;
  letter-spacing: 0.5px;
  color: #007261; }

.teacher-property-grid {
  display: flex;
  flex-wrap: wrap; }
  .teacher-property-grid .teacher-property {
    flex: 1 0 50%;
    padding: 10px; }
    @media (max-width: 575px) {
      .teacher-property-grid .teacher-property {
        flex: 0 0 100%; } }
  .teacher-property-grid .teacher-property-container {
    box-shadow: none; }
  .teacher-property-grid .teacher-property:hover .teacher-property-container {
    box-shadow: none; }
  .teacher-property-grid .teacher-property:hover {
    box-shadow: -10px -10px 20px rgba(0, 0, 0, 0.08), 10px 10px 20px rgba(0, 0, 0, 0.08); }

@media (max-width: 767px) {
  .teacher-metric-value {
    font-size: calc((34 / 16) * 1rem);
    text-align: right;
    padding-right: 15px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .teacher-metric-value {
    font-size: calc((40 / 16) * 1rem); } }

@media (min-width: 1024px) {
  .teacher-section {
    padding: 80px 0 0; }
  .teacher-section + .catalog-small {
    margin-top: 80px; }
  .teacher-metric-name {
    text-align: center;
    font-size: calc((20 / 16) * 1rem);
    line-height: 24px; }
  .teacher-metric-value {
    width: auto;
    min-width: auto;
    font-size: 80px;
    line-height: 103.18%;
    margin: 0 0 45px; }
  .teacher-metric-list {
    margin-top: 30px;
    padding-top: 50px; }
  .teacher-metric {
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: calc((20 / 16) * 1rem);
    line-height: 24px; } }

/* End */


/* Start:/local/templates/html/components-template/content/style.css?17022041428326*/
.content .ntable {
  overflow-x: auto; }
  .content .ntable::-webkit-scrollbar {
    height: 3px;
    width: 3px; }
  .content .ntable::-webkit-scrollbar-thumb {
    background-color: #ddddde;
    height: 3px;
    width: 3px; }

.content li:not(:last-child) table {
  margin-bottom: 30px; }

@media (max-width: 768px) {
  .content li .ntable {
    margin: 0 5px 0 -15px; } }

.content table {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  text-transform: none; }
  .content table caption {
    font-family: IBM Plex Sans, Arial, Verdana, sans-serif;
    font-size: calc((18 / 16) * 1rem);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    text-align: left; }
  .content table th, .content table td {
    padding: 3px 15px 3px 0; }
    @media (min-width: 1024px) {
      .content table th, .content table td {
        padding: 3px 50px 3px 0; } }
  .content table th {
    min-width: 200px;
    text-align: left;
    opacity: 0.9;
    font-family: IBM Plex Sans, Arial, Verdana, sans-serif;
    font-size: calc((14 / 16) * 1rem);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000; }
  .content table td {
    min-width: 200px;
    text-align: left;
    font-family: IBM Plex Sans, Arial, Verdana, sans-serif;
    font-size: calc((14 / 16) * 1rem);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000; }
  @media (max-width: 768px) {
    .content table {
      margin: 30px 0 0;
      width: 100%; }
      .content table th {
        display: none; }
      .content table tr {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .content table tr:last-child:nth-child(2) td:last-child {
          border-bottom: none; }
      .content table td {
        display: flex;
        flex-direction: column;
        padding: 10px 0;
        width: 100%; }
        .content table td:before {
          content: attr(data-head);
          font-family: Arial, Verdana, sans-serif;
          opacity: 0.9;
          font-size: calc((14 / 16) * 1rem);
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.43;
          letter-spacing: normal;
          color: #000000;
          margin: 0 0 8px; }
        .content table td:last-child {
          border-bottom: 1px solid #d8d8d8; } }

.content .accordion--type1 .accordion__item {
  padding: 0 0 25px; }

.content .accordion--type1 .accordion__content {
  font-size: calc((14 / 16) * 1rem);
  font-family: IBM Plex Sans, Arial, Verdana, sans-serif; }
  .content .accordion--type1 .accordion__content-inner {
    padding-top: 30px;
    padding-bottom: 10px; }
    @media screen and (max-width: 1023px) {
      .content .accordion--type1 .accordion__content-inner {
        padding-top: 15px; } }

.content .accordion--type1 .accordion__title {
  position: relative;
  width: 100%;
  padding-right: 30px;
  font-size: calc((18 / 16) * 1rem);
  font-weight: 600;
  font-family: IBM Plex Sans, Arial, Verdana, sans-serif;
  color: #080808;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1; }
  .content .accordion--type1 .accordion__title:after {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    top: 16px;
    left: 0;
    background-color: #ccc;
    z-index: 5; }
  .content .accordion--type1 .accordion__title:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 14px;
    right: 3px;
    background-color: transparent;
    border-bottom: 2px solid #078A51;
    border-right: 2px solid #078A51;
    transform: rotate(-135deg);
    transition: all 0.3s;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .content .accordion--type1 .accordion__title:before {
        top: auto;
        bottom: 9px; } }
  .content .accordion--type1 .accordion__title:hover {
    color: #282828; }
    .content .accordion--type1 .accordion__title:hover:before {
      border-color: #282828 !important; }
  .content .accordion--type1 .accordion__title span {
    position: relative;
    display: inline-block;
    padding-right: 35px;
    background-color: #fff;
    z-index: 10; }
  .content .accordion--type1 .accordion__title.collapsed:before {
    top: 8px;
    transform: rotate(45deg); }
    @media screen and (max-width: 767px) {
      .content .accordion--type1 .accordion__title.collapsed:before {
        top: auto;
        bottom: 14px; } }

.content .accordion--type2 .accordion__item {
  margin-bottom: 20px;
  border: 1px solid #ccc; }

.content .accordion--type2 .accordion__content {
  font-size: calc((14 / 16) * 1rem);
  font-family: IBM Plex Sans, Arial, Verdana, sans-serif; }
  .content .accordion--type2 .accordion__content-inner {
    padding: 30px 40px 25px;
    border-top: 1px solid #ccc; }
    @media screen and (max-width: 1023px) {
      .content .accordion--type2 .accordion__content-inner {
        padding-top: 15px; } }

.content .accordion--type2 .accordion__title {
  position: relative;
  width: 100%;
  padding: 13px 30px 14px 25px;
  font-size: calc((18 / 16) * 1rem);
  font-weight: 600;
  font-family: IBM Plex Sans, Arial, Verdana, sans-serif;
  color: #078A51;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1; }
  .content .accordion--type2 .accordion__title:after {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    top: 13px;
    right: 15px;
    border-radius: 50%;
    transition: all 0.3s;
    background-color: #F9F9F9;
    z-index: 5; }
  .content .accordion--type2 .accordion__title:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 28px;
    right: 26px;
    background-color: transparent;
    border-bottom: 2px solid #078A51;
    border-right: 2px solid #078A51;
    transform: rotate(-135deg);
    transition: all 0.3s;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .content .accordion--type2 .accordion__title:before {
        top: auto;
        bottom: 16px; } }
  .content .accordion--type2 .accordion__title:hover {
    color: #282828; }
    .content .accordion--type2 .accordion__title:hover:after {
      background-color: #282828; }
    .content .accordion--type2 .accordion__title:hover:before {
      border-color: #fff !important; }
  .content .accordion--type2 .accordion__title span {
    position: relative;
    display: inline-block;
    padding-right: 35px;
    background-color: #fff;
    z-index: 10; }
  .content .accordion--type2 .accordion__title.collapsed:before {
    top: 22px;
    transform: rotate(45deg); }
    @media screen and (max-width: 767px) {
      .content .accordion--type2 .accordion__title.collapsed:before {
        top: auto;
        bottom: 21px; } }

.content .yout-wrap {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 5; }
  .content .yout-wrap .video-youtube, .content .yout-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .content .yout-wrap .video-youtube {
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
    .content .yout-wrap .video-youtube:after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #000;
      opacity: 0.5;
      z-index: 10; }
    .content .yout-wrap .video-youtube:hover .icon {
      fill: #282828;
      transform: translate(-50%, -50%) scale(1.1); }
    .content .yout-wrap .video-youtube .icon {
      position: absolute;
      width: 80px;
      height: 80px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      fill: #fff;
      z-index: 20;
      transition: all 0.3s; }
      @media screen and (max-width: 767px) {
        .content .yout-wrap .video-youtube .icon {
          width: 48px;
          height: 48px; } }

/* End */


/* Start:/local/templates/html/components-template/catalog-small/style.css?17022041422757*/
.teacher-section + .catalog-small {
  margin-top: 40px; }

.catalog-small {
  padding: 50px 0 25px; }

.catalog-small.catalog-small--popular {
  padding-top: 0; }
  @media (min-width: 1024px) {
    .catalog-small.catalog-small--popular {
      padding-bottom: 80px; } }
  @media (max-width: 1365px) {
    .catalog-small.catalog-small--popular {
      padding-bottom: 60px; } }

.program-slider .swiper-wrapper {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: nowrap; }

.program-slider .swiper-slide {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  flex: 0 0 100%; }

.program-slider .swiper-pagination {
  bottom: -10px; }

.program-slider-mod .swiper-container {
  overflow: hidden;
  margin: 0 -15px;
  padding: 0px 15px; }
  .program-slider-mod .swiper-container:not(.swiper-container-initialized) .swiper-slide {
    width: calc(33% - 20px);
    margin-right: 20px; }
    @media (max-width: 1365px) {
      .program-slider-mod .swiper-container:not(.swiper-container-initialized) .swiper-slide {
        width: calc(50% - 20px); } }
    @media (max-width: 575px) {
      .program-slider-mod .swiper-container:not(.swiper-container-initialized) .swiper-slide {
        width: 100%; } }

@media (max-width: 767px) {
  .program-slider-mod .swiper-slide {
    width: 80%; } }

.program-slider-mod .program-card:hover .program-card-container {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2); }

.program-slider-mod .program-card-container {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); }

.program-slider-mod .swiper-button-prev,
.program-slider-mod .swiper-button-next {
  opacity: 1; }
  @media (max-width: 575px) {
    .program-slider-mod .swiper-button-prev,
    .program-slider-mod .swiper-button-next {
      display: none; } }

.program-slider-mod .swiper-button-prev {
  transform: translateX(-50%); }

.program-slider-mod .swiper-button-next {
  transform: translateX(50%); }

@media (max-width: 1023px) {
  .program-slider-mod .program-card.program-card--grid .program-card-container {
    height: 362px; } }

@media (max-width: 575px) {
  .program-slider-mod .swiper-pagination {
    bottom: -30px; } }

@media (min-width: 768px) {
  .program-slider .swiper-wrapper {
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  .program-slider .swiper-slide {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1024px) {
  .teacher-section + .catalog-small {
    margin-top: 80px; }
  .catalog-small {
    padding: 50px 0 45px; }
  .catalog-small--popular {
    padding-top: 10px; }
  .catalog-small--article {
    padding: 28px 0 75px; } }

@media (min-width: 1630px) {
  .program-slider .swiper-slide {
    flex: 0 0 33.3333%;
    max-width: 33.3333%; } }

/* End */


/* Start:/local/templates/html/components-template/fancy-box/style.css?170220414215480*/
body.compensate-for-scrollbar {
  overflow: hidden;
  padding-right: 15px !important;
  margin-right: 0 !important; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: calc((13 / 16) * 1rem);
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }
  .fancybox-toolbar .fancybox-button {
    display: none !important; }
    .fancybox-toolbar .fancybox-button.fancybox-button--close {
      display: block !important; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: calc((16 / 16) * 1rem);
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: calc((14 / 16) * 1rem);
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes a {
  to {
    transform: rotate(1turn); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: calc((35 / 16) * 1rem);
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: calc((14 / 16) * 1rem);
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: calc((14 / 16) * 1rem);
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

@media (min-width: 1024px) {
  body.fancybox-active .header-fixed {
    width: calc(100% - 15px); } }

/* End */


/* Start:/local/templates/html/components-template/client-slider/style.css?17022041421882*/
.catalog-small + .client-slider-section {
  margin-top: 40px; }

.client-slider-section {
  padding: 0 0 90px; }

.client-slide {
  width: 200px;
  min-width: 200px;
  height: 200px;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow .3s; }
  .client-slide:not(:last-child) {
    margin: 0 30px 0 0; }
  .client-slide:after {
    content: attr(data-text);
    font-style: normal;
    font-weight: 500;
    font-size: calc((16 / 16) * 1rem);
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    height: 40px;
    background-color: #007261;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s; }

.client-slider .swiper-button-next, .client-slider .swiper-button-prev {
  display: none; }

@media (min-width: 1024px) {
  .catalog-small + .client-slider-section {
    margin-top: 80px; }
  .client-slider-section {
    padding: 0 0 80px; }
  .client-slider {
    display: flex;
    justify-content: center; }
    .client-slider .swiper-button-next, .client-slider .swiper-button-prev {
      display: block; }
    .client-slider .swiper-pagination {
      display: none; }
    .client-slider .swiper-container {
      width: 100%; }
    .client-slider .swiper-container:not(.is-moving) .swiper-slide.swiper-slide-prev {
      box-shadow: none; }
    .client-slider .swiper-container:not(.is-moving) .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
      box-shadow: none; } }

@media (min-width: 1630px) {
  .client-slider .swiper-container {
    max-width: 1410px;
    width: 100%;
    overflow: hidden;
    padding: 30px;
    margin: -30px; } }

[data-img='0'] .client-slider-section {
  display: none; }

/* End */


/* Start:/local/templates/html/components-template/teacher-property/style.css?17022041421861*/
.teacher-property-list {
  justify-content: center; }

.teacher-property {
  width: 100%;
  margin: 0 0 25px; }

.teacher-property-name {
  font-style: normal;
  font-weight: bold;
  font-size: calc((18 / 16) * 1rem);
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #282828;
  margin: 0 0 12px; }
  .teacher-property-name .icon {
    fill: #007261; }

.teacher-property-value {
  font-style: normal;
  font-weight: normal;
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px;
  color: #282828; }

@media (min-width: 1024px) {
  .teacher-property {
    margin: 0 0 40px;
    height: 240px; }
    .teacher-property:hover {
      position: relative;
      z-index: 1; }
      .teacher-property:hover .teacher-property-container {
        background-color: #fff;
        box-shadow: 0 0 0 20px #ffffff, 0 2px 30px 20px rgba(0, 0, 0, 0.1);
        padding: 0 0 20px; }
        .teacher-property:hover .teacher-property-container:after {
          opacity: 0; }
      .teacher-property:hover .teacher-property-value {
        height: auto; }
  .teacher-property-container {
    position: relative;
    transition: box-shadow .3s;
    box-shadow: 0 0 0 10px transparent, 0 2px 30px 10px transparent; }
    .teacher-property-container:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 122px;
      content: '';
      opacity: 1;
      transition: opacity .3s;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 84.62%); }
  .teacher-property-name {
    font-size: calc((22 / 16) * 1rem);
    line-height: 28px;
    margin: 0 0 16px; }
    .teacher-property-name .icon {
      fill: #007261;
      width: 72px;
      height: 72px; }
  .teacher-property-value {
    font-size: calc((15 / 16) * 1rem);
    line-height: 24px;
    height: 140px;
    overflow: hidden; } }

/* End */


/* Start:/local/templates/html/components-template/expert-sertificates/style.css?17022041421408*/
.expert-sertificates {
  margin: 80px 0px;
  padding: 40px 0px;
  padding-bottom: 60px;
  background-color: #00726142;
  background-image: url("/local/templates/html/images/product-advantage-bg.svg");
  background-size: cover;
  background-position: top left; }
  .expert-sertificates .title {
    color: #000;
    justify-content: flex-start; }
  @media (max-width: 575px) {
    .expert-sertificates {
      margin: 40px 0px;
      prefix: 20px 0px; } }
  .expert-sertificates-slider {
    max-width: 1124px;
    margin: auto; }
    .expert-sertificates-slider .swiper-container {
      overflow: hidden; }
    .expert-sertificates-slider .swiper-button-prev {
      transform: translateX(-100%); }
    .expert-sertificates-slider .swiper-button-next {
      transform: translateX(100%); }
  .expert-sertificates .sertificate-slide-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .expert-sertificates .sertificate-slide {
    padding-bottom: 33%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    @media (max-width: 767px) {
      .expert-sertificates .sertificate-slide {
        width: 60%;
        padding-bottom: 80%; } }
  .expert-sertificates .sertificate-slide-img {
    max-width: 100%;
    max-height: 100%; }

/* End */


/* Start:/local/templates/html/components-template/program-slider-grid/style.css?1702204142377*/
.program-slider-grid {
  margin: 0 0 80px; }
  .program-slider-grid .swiper-button-next,
  .program-slider-grid .swiper-button-prev {
    display: none; }
  @media (min-width: 1024px) {
    .program-slider-grid .swiper-wrapper {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap; }
    .program-slider-grid .swiper-pagination {
      display: none; } }

/* End */


/* Start:/local/templates/html/components-template/favorite/style.css?17022041421459*/
.favorite {
  cursor: pointer; }
  .favorite.active .favorite-icon {
    display: none; }
  .favorite.active .favorite-icon--active {
    display: block; }

.favorite-text {
  display: none; }

.favorite-icon {
  fill: #007261;
  transition: fill .3s; }
  .favorite-icon:hover {
    fill: #078A51; }
  .favorite-icon:active {
    fill: #007261; }

.favorite-icon--active {
  fill: #007261 !important;
  stroke: #007261 !important;
  display: none; }

.favorite.favorite--has-text {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: calc((16 / 16) * 1rem);
  line-height: 24px;
  color: #007261;
  user-select: none;
  transition: all ease 0.3s; }
  .favorite.favorite--has-text .icon {
    transition: fill 0.3s, stroke 0.3s; }
  .favorite.favorite--has-text[href]:hover {
    color: #078A51; }
    .favorite.favorite--has-text[href]:hover .icon {
      fill: #078A51; }
  .favorite.favorite--has-text[href]:active {
    text-decoration: none;
    color: #078A51; }
    .favorite.favorite--has-text[href]:active .icon {
      fill: #078A51; }
  .favorite.favorite--has-text .favorite-text {
    display: block;
    margin: 0 0 0 10px !important;
    white-space: nowrap; }
  .favorite.favorite--has-text .favorite-text--active {
    display: none; }
  .favorite.favorite--has-text.active .favorite-text {
    display: none; }
  .favorite.favorite--has-text.active .favorite-text--active {
    display: block; }

/* End */


/* Start:/local/templates/html/components-template/article-slider/style.css?1702204142893*/
.article-slider-section--teacher {
  padding: 40px 0 0; }

.article-slider {
  margin: 0 0 80px; }
  .article-slider .swiper-button-next, .article-slider .swiper-button-prev {
    display: none; }

@media (min-width: 1024px) {
  .article-slider-section--teacher {
    padding: 80px 0 0; }
  .article-slider {
    margin: 0 0 80px; }
    .article-slider .swiper-container {
      overflow: hidden;
      padding: 30px;
      margin: -30px; }
    .article-slider .swiper-pagination {
      display: none; }
    .article-slider .swiper-button-next, .article-slider .swiper-button-prev {
      display: block; } }

@media (min-width: 1630px) {
  .article-slider .swiper-button-prev, .article-slider .swiper-container-rtl .swiper-button-next {
    left: 0 !important; }
  .article-slider .swiper-button-next, .article-slider .swiper-container-rtl .swiper-button-prev {
    right: 0 !important; } }

/* End */


/* Start:/local/templates/html/components-template/article-card/style.css?17022041428275*/
.article-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 0 20px;
  background: #FFFFFF;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden; }

.article-card-img-wrap {
  position: relative;
  width: calc(100% - 20px);
  margin: 10px;
  padding: 0 0 47%; }

.article-card-bg-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0; }
  .article-card-bg-wrap:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9); }
  .article-card-bg-wrap .article-card-img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none; }

.article-card-bg {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.article-card-img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  background-size: cover; }

.article-card-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px 20px 16px;
  position: relative;
  z-index: 10;
  width: 100%; }

.article-card-topic {
  letter-spacing: .02em;
  font-size: calc((12 / 16) * 1rem);
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  padding: 6px 28px;
  border-radius: 90px;
  background: #CDD1D4;
  font-feature-settings: 'pnum'; }

.article-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 7px;
  width: 100%; }

.article-card-date {
  margin: 0 0 0 10px;
  color: #757B80;
  font-size: calc((12 / 16) * 1rem);
  line-height: 18px;
  margin-left: auto; }

.article-card-name {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  color: #282828;
  font-size: calc((18 / 16) * 1rem);
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  transition: all ease 0.3s; }
  .article-card-name .icon {
    transition: fill 0.3s, stroke 0.3s; }
  .article-card-name[href]:hover {
    color: #078A51; }
    .article-card-name[href]:hover .icon {
      fill: #078A51; }
  .article-card-name[href]:active {
    text-decoration: none;
    color: #078A51; }
    .article-card-name[href]:active .icon {
      fill: #078A51; }

.article-card-desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  width: 100%;
  max-height: 150px;
  margin: 12px 0 0 0;
  text-overflow: ellipsis;
  color: #282828;
  font-size: calc((15 / 16) * 1rem);
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  -webkit-line-clamp: 6; }
  @media (max-width: 1365px) {
    .article-card-desc {
      max-height: 100px;
      -webkit-line-clamp: 4; } }
  @media (max-width: 575px) {
    .article-card-desc {
      -webkit-line-clamp: 6;
      max-height: 140px; } }

.article-card-auth {
  margin: 10px 0 0 0; }

.article-card-auth-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%; }

.article-card-auth-name {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 30px;
  margin: -30px 0 0 35px;
  padding: 5px 17px;
  letter-spacing: .02em;
  color: #282828;
  border-radius: 30px 0 0 0;
  background-color: #fff;
  font-size: calc((12 / 16) * 1rem);
  font-weight: 500;
  font-style: normal;
  line-height: 18px; }

.article-card-video {
  position: absolute;
  top: 16px;
  right: 20px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10.125' fill='%23289628'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.832 11L9.25043 15.7385L8.95231 15.2615L15.7707 11L7.58262 5.88244L7.58262 16.625L7.02012 16.625L7.02012 4.86755L16.832 11Z' fill='white' stroke='white' stroke-width='0.3'/%3E%3C/svg%3E%0A");
  background-size: 100%; }

.article-card-body {
  flex-grow: 1;
  width: 100%; }

@media (max-width: 575px) {
  .article-card-img-wrap {
    padding: 0px;
    height: 180px; }
    .article-card-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }

@media (min-width: 768px) {
  .article-card-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1; } }

@media (min-width: 1024px) {
  .article-card {
    transition: box-shadow .3s, transform .3s; }
    .article-card:hover {
      box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2); }
  .article-card-topic {
    font-size: calc((15 / 16) * 1rem); }
  .article-card-date {
    font-size: 13px; }
  .article-card-auth-name {
    letter-spacing: .01em;
    font-size: calc((15 / 16) * 1rem);
    font-weight: 500; }
  .article-card-header {
    margin: 0 0 27px; }
  .article-card-name {
    width: 100%;
    color: #282828;
    font-size: calc((22 / 16) * 1rem);
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    transition: all ease 0.3s; }
    .article-card-name .icon {
      transition: fill 0.3s, stroke 0.3s; }
    .article-card-name[href]:hover {
      color: #078A51; }
      .article-card-name[href]:hover .icon {
        fill: #078A51; }
    .article-card-name[href]:active {
      text-decoration: none;
      color: #078A51; }
      .article-card-name[href]:active .icon {
        fill: #078A51; } }

.article-card.article-card--slide {
  width: 290px;
  height: 245px;
  margin: 0; }
  .article-card.article-card--slide .article-card-name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    max-height: 98px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4; }
  .article-card.article-card--slide:not(:last-child) {
    margin-right: 30px; }
  @media (min-width: 1024px) {
    .article-card.article-card--slide {
      width: 296px;
      height: 296px; }
      .article-card.article-card--slide .article-card-name {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        max-height: 140px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5; }
      .swiper-container:not(.is-moving) .article-card.article-card--slide.swiper-slide-prev {
        box-shadow: none; }
      .swiper-container:not(.is-moving) .article-card.article-card--slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
        box-shadow: none; } }

.article-card.article-card--slide-grid {
  width: 290px;
  height: 245px;
  margin: 0; }
  .article-card.article-card--slide-grid .article-card-name {
    max-height: 98px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; }
  .article-card.article-card--slide-grid .article-card-img-wrap {
    display: none; }
  .article-card.article-card--slide-grid:not(:last-child) {
    margin-right: 30px; }
  @media (min-width: 1024px) {
    .article-card.article-card--slide-grid {
      width: 296px;
      height: 296px; }
      .article-card.article-card--slide-grid .article-card-name {
        max-height: 140px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis; }
      .swiper-container:not(.is-moving) .article-card.article-card--slide-grid.swiper-slide-prev {
        box-shadow: none; }
      .swiper-container:not(.is-moving) .article-card.article-card--slide-grid.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
        box-shadow: none; }
      .article-card.article-card--slide-grid .article-card-img-wrap {
        display: flex; } }

[data-size='2'] .article-card-auth-name, [data-size='3'] .article-card-auth-name {
  max-height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }

[data-size='3'] .article-card-auth-name {
  max-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1; }

/* End */
/* /local/templates/html/components-template/teacher/style.css?17022041422433 */
/* /local/templates/html/components-template/content/style.css?17022041428326 */
/* /local/templates/html/components-template/catalog-small/style.css?17022041422757 */
/* /local/templates/html/components-template/fancy-box/style.css?170220414215480 */
/* /local/templates/html/components-template/client-slider/style.css?17022041421882 */
/* /local/templates/html/components-template/teacher-property/style.css?17022041421861 */
/* /local/templates/html/components-template/expert-sertificates/style.css?17022041421408 */
/* /local/templates/html/components-template/program-slider-grid/style.css?1702204142377 */
/* /local/templates/html/components-template/favorite/style.css?17022041421459 */
/* /local/templates/html/components-template/article-slider/style.css?1702204142893 */
/* /local/templates/html/components-template/article-card/style.css?17022041428275 */
