@charset "UTF-8";
.g-post table {
  margin-top: 30px;
  width: 100%; }
  .g-post table tr > th {
    padding: 15px; }
  .g-post table tr > td {
    padding: 15px;
    font-family: pt_sans;
    line-height: 1.8em;
    vertical-align: top; }
  .g-post table tr > td:nth-child(2) {
    text-align: left; }

.m-post H1 {
  font: 48px/1em pt_sans_bold;
  color: #009976;
  margin-bottom: 1em;
  letter-spacing: 0;
  text-transform: none; }
.m-post .read-more_link.article {
  max-width: 470px; }
.m-post .m-more {
  line-height: 3.4em; }

.g-read-more {
  display: block;
  margin-top: 20px;
  border-bottom: none !important; }

figure {
  width: 300px;
  height: 300px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative; }
  figure IMG {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50% !important;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  figure .image-description {
    font: 18px/1.2em pt_sans_bold_italic;
    color: #6c737a;
    width: 253px;
    margin: 17px auto 20px auto; }

.g-info_block {
  padding: 35px 50px 35px 40px;
  margin-bottom: 45px;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.g-info_block-img {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  width: 225px;
  height: 225px; }

.g-info_block-list {
  width: 65%;
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: left; }
  .g-info_block-list LI + LI {
    margin-top: 30px; }
  .g-info_block-list LI {
    padding-right: 0; }

@media screen and (max-width: 700px) {
  .xs-hidden {
    display: none; }

  .g-post table {
    display: none; }

  .g-presentation + .g-content.m-post {
    padding-top: 200px; }

  .m-post .m-more {
    line-height: 1.4em; }
  .m-post .read-more_link {
    float: none; }
    .m-post .read-more_link.article {
      max-width: 100%; }

  .g-info_block {
    padding: 35px;
    text-align: center; }

  .g-info_block-img {
    margin-bottom: 35px; }

  .g-info_block-list {
    width: 100%;
    padding-left: 0; } }
@media screen and (min-width: 701px) and (max-width: 1200px) {
  .g-presentation + .g-content.m-post {
    padding-top: 200px; }

  /* читать далее*/
  .m-post .m-more {
    line-height: 1.4em; }
  .m-post .read-more_link {
    float: none; }
    .m-post .read-more_link.article {
      max-width: 100%; }

  .g-info_block {
    padding: 35px;
    text-align: center; }

  .g-info_block-img {
    margin-bottom: 35px; }

  .g-info_block-list {
    width: 60%; } }
@media screen and (min-width: 1550px) {
  .g-info_block-list {
    width: 77%; } }
@media screen and (max-width: 930px) {
  .g-info_block {
    padding: 35px;
    text-align: center; }

  .g-info_block-img {
    margin-bottom: 35px; }

  .g-info_block-list {
    width: 90%;
    padding-left: 0; } }

/*# sourceMappingURL=post.css.map */
