

/* Start:/local/templates/tgk2/components/bitrix/news.list/company.about/style.css?17828211971703*/
.person-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .person-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .person-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

.person-card__avatar {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background-color: rgba(134, 141, 144, 0.2);
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 767px) {
  .person-card__avatar {
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .person-card__avatar {
    margin-right: 56px;
  }
}

.person-card__avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.page-head.company-about .page-head__description {
    text-align: justify;
    overflow-wrap: break-word;
    word-break: break-word;
}

@media (min-width: 1200px) {
    section.article.company-about p,
    section.article.company-about ul,
    section.article.company-about ol,
    section.article.company-about figcaption {
        width: auto;
        max-width: 100%;
    }

    section.article.company-about figure {
        margin-left: calc(100% / 12);
    }

    section.article.company-about figure img {
       display: block;
       max-width: 100%;
       height: auto;
       margin: 0 auto;
    }
}



/* End */
/* /local/templates/tgk2/components/bitrix/news.list/company.about/style.css?17828211971703 */
