

/* Start:/local/templates/html/components-template/tag/style.css?17022041421775*/
.tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.tag {
  font-weight: 500;
  font-size: calc((12 / 16) * 1rem);
  line-height: 28px;
  height: 28px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #282828;
  padding: 0 15px;
  margin: 0 4px 10px 0;
  cursor: pointer;
  user-select: none;
  background: #F8F8F8;
  display: inline-block;
  border-radius: 10px;
  transition: all ease 0.3s; }
  .tag .icon {
    transition: fill 0.3s, stroke 0.3s; }
  .tag[href]:hover {
    color: #078A51; }
    .tag[href]:hover .icon {
      fill: #078A51; }
  .tag[href]:active {
    text-decoration: none;
    color: #078A51; }
    .tag[href]:active .icon {
      fill: #078A51; }
  .tag.active {
    color: #007261; }
  @media (min-width: 768px) {
    .tag a:hover, .tag a:focus {
      color: #078A51 !important; } }

@media (min-width: 1024px) {
  .tag {
    font-weight: 500;
    font-size: calc((15 / 16) * 1rem);
    line-height: 36px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #282828;
    height: 36px;
    background: #F8F8F8;
    border-radius: 10px;
    display: inline-block;
    padding: 0 17px;
    margin: 0 4px 9px 0;
    cursor: pointer;
    user-select: none; } }

.tag.tag--small {
  font-style: normal;
  font-weight: bold;
  font-size: calc((12 / 16) * 1rem);
  line-height: 24px;
  height: 24px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.15);
  padding: 0 14px;
  margin: 0 10px 10px 0;
  border-radius: 50px;
  text-transform: none;
  letter-spacing: unset; }
  .header--dark .tag.tag--small {
    color: #6D6D6D;
    background: #FFFFFF; }
  @media (min-width: 1024px) {
    .tag.tag--small {
      font-size: calc((24 / 16) * 1rem);
      line-height: 36px;
      height: 36px; } }

/* End */


/* Start:/local/templates/html/components-template/teacher-list/style.css?1702204142823*/
.teacher-list-section {
  padding: 20px 0 40px; }
  .teacher-list-section .teacher-list--new {
    gap: 50px 0; }
    @media (max-width: 1365px) {
      .teacher-list-section .teacher-list--new {
        gap: 0; } }
    @media (max-width: 1023px) {
      .teacher-list-section .teacher-list--new {
        gap: 20px 0; } }
  .teacher-list-section .teacher-card.teacher-card--grid {
    height: 274px; }
    @media (max-width: 1365px) {
      .teacher-list-section .teacher-card.teacher-card--grid {
        height: 225px; } }
    @media (max-width: 1023px) {
      .teacher-list-section .teacher-card.teacher-card--grid {
        height: auto; } }

.teacher-tag-list {
  margin: 0 0 30px; }

@media (min-width: 1024px) {
  .teacher-tag-list {
    margin: 0 0 70px; }
  .teacher-list-section {
    padding: 30px 0 80px; } }

/* End */


/* Start:/local/templates/html/components-template/teacher-card/style.css?17022041426473*/
.teacher-card-container {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  width: 100%; }

.teacher-card-img-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  border-radius: 8px;
  background-color: #ececec;
  margin-left: auto;
  margin-right: 100px; }

.teacher-card-img {
  position: relative;
  z-index: 1; }

.teacher-card-header {
  position: relative;
  z-index: 3;
  width: calc(100% - 85px);
  margin: -60px 0 0 85px; }

.teacher-card-name {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 16px 25px 0;
  cursor: pointer;
  color: #007261;
  border-radius: 155px 0 0 0;
  background-color: #fff;
  font-size: calc((16 / 16) * 1rem);
  font-weight: 600;
  font-style: normal;
  line-height: 21px; }

.teacher-card-body {
  position: relative;
  z-index: 2;
  margin-top: -5px;
  padding: 80px 20px 20px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08); }
  @media (max-width: 767px) {
    .teacher-card-body {
      flex-grow: 1; } }

.teacher-card-desc {
  width: 100%;
  margin: 0 0 20px;
  color: #30393f;
  font-size: calc((12 / 16) * 1rem);
  font-weight: normal;
  font-style: normal;
  line-height: 18px; }

.teacher-card-info-list {
  display: flex;
  align-items: center; }

.teacher-card-info {
  margin: 0 0 5px;
  color: #007261;
  font-size: calc((12 / 16) * 1rem);
  font-weight: normal;
  font-style: normal;
  line-height: 18px; }
  .teacher-card-info:not(:last-child) {
    margin-right: 15px; }

@media (min-width: 1024px) {
  .teacher-card-img-wrap {
    width: 223px;
    height: 223px;
    margin-right: 65px; }
  .teacher-card-body {
    padding: 95px 37px 20px;
    border-radius: 8px; }
  .teacher-card-info {
    font-size: calc((15 / 16) * 1rem);
    line-height: 24px; }
  .teacher-card-desc {
    margin: 0 0 15px;
    font-size: calc((15 / 16) * 1rem);
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
  .teacher-card-header {
    width: calc(100% - 102px);
    margin: -90px 0 0 102px; }
  .teacher-card-name {
    height: 90px;
    padding: 30px 75px 10px 35px;
    color: #fff;
    background-color: #30393f;
    font-size: calc((19 / 16) * 1rem);
    font-weight: 400;
    font-style: normal;
    line-height: 26px; }
  .teacher-card-body {
    margin: -50px 0px 0 -30px; } }

@media (min-width: 1365px) {
  .teacher-card-header {
    width: calc(100% - 162px);
    margin: -90px 0 0 162px; }
  .teacher-card-img-wrap {
    width: 352px;
    height: 352px;
    margin-right: 105px; } }

.teacher-card.teacher-card--slide {
  width: 290px; }
  @media (max-width: 767px) {
    .teacher-card.teacher-card--slide .teacher-card-body {
      padding-top: 30px; } }
  .swiper-container:not(.swiper-container-initialized) .teacher-card.teacher-card--slide:not(:last-child) {
    margin: 0 30px 0 0; }
  @media (min-width: 1024px) {
    .teacher-card.teacher-card--slide {
      width: 480px; }
      .teacher-card.teacher-card--slide:not(:last-child) {
        margin: 0 5px 0 0; }
      .teacher-card.teacher-card--slide:hover .teacher-card-body {
        display: block;
        opacity: 1;
        pointer-events: auto; }
      .teacher-card.teacher-card--slide:hover .teacher-card-name {
        color: #282828;
        background-color: #fff; }
        .teacher-card.teacher-card--slide:hover .teacher-card-name:hover, .teacher-card.teacher-card--slide:hover .teacher-card-name:focus {
          color: #078A51; }
      .teacher-card.teacher-card--slide .teacher-card-body {
        display: none;
        opacity: 0;
        transition: opacity .3s;
        pointer-events: none; }
      .teacher-card.teacher-card--slide.swiper-slide-active .teacher-card-body {
        display: block;
        opacity: 1;
        pointer-events: auto; }
      .teacher-card.teacher-card--slide.swiper-slide-active .teacher-card-name {
        transition: color .3s, background .3s;
        color: #282828;
        background-color: #fff; }
        .teacher-card.teacher-card--slide.swiper-slide-active .teacher-card-name:hover, .teacher-card.teacher-card--slide.swiper-slide-active .teacher-card-name:focus {
          transition: color .3s, background .3s;
          color: #078A51; } }

.teacher-card.teacher-card--grid {
  width: 100%;
  margin: 0; }
  .teacher-card.teacher-card--grid .teacher-card-name {
    color: #282828; }
  @media (min-width: 1024px) {
    .teacher-card.teacher-card--grid {
      height: 225px;
      margin: 0 0 70px; }
      .teacher-card.teacher-card--grid:hover {
        position: relative;
        z-index: 3; }
        .teacher-card.teacher-card--grid:hover .teacher-card-body {
          display: block;
          visibility: visible;
          opacity: 1;
          overflow: visible;
          height: auto;
          padding: 120px 40px 35px; }
      .teacher-card.teacher-card--grid .teacher-card-name {
        padding: 40px 0 10px 42px;
        background-color: #fff;
        font-size: calc((19 / 16) * 1rem);
        line-height: 26px;
        transition: all ease 0.3s; }
        .teacher-card.teacher-card--grid .teacher-card-name .icon {
          transition: fill 0.3s, stroke 0.3s; }
        .teacher-card.teacher-card--grid .teacher-card-name[href]:hover {
          color: #078A51; }
          .teacher-card.teacher-card--grid .teacher-card-name[href]:hover .icon {
            fill: #078A51; }
        .teacher-card.teacher-card--grid .teacher-card-name[href]:active {
          text-decoration: none;
          color: #078A51; }
          .teacher-card.teacher-card--grid .teacher-card-name[href]:active .icon {
            fill: #078A51; }
      .teacher-card.teacher-card--grid .teacher-card-body {
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        width: calc(100% + 40px);
        height: 0;
        margin: -90px 0 0 0;
        padding: 0;
        transition: opacity 0.3s;
        box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09); }
        .teacher-card.teacher-card--grid .teacher-card-body:before {
          display: none; } }

[data-img='0'] .teacher-card-header {
  width: 100%;
  margin: 0; }

[data-img='0'] .teacher-card-name {
  border-radius: 0; }

[data-img='0'] .teacher-card-body {
  margin: 0;
  padding: 0 40px 40px; }

/* End */
/* /local/templates/html/components-template/tag/style.css?17022041421775 */
/* /local/templates/html/components-template/teacher-list/style.css?1702204142823 */
/* /local/templates/html/components-template/teacher-card/style.css?17022041426473 */
