.work-float-block {
  display: block;
  position: relative;
  float: none;
  padding: 0 12px 24px 12px;
  min-height: 1px;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }
  .work-float-block .brazzers-daddy img {
    margin-bottom: 0; }
  .work-float-block .tmb-wrap .tmb-wrap-table div {
    border-bottom: none; }

.show_more_works {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 0;
  top: 0; }
  .show_more_works .works_logo {
    width: 55px;
    height: 50px;
    display: block;
    margin: -35px 0 0 -27px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: 0 0 no-repeat url(../images/photo.png); }
  .show_more_works .works_num {
    color: #FFF;
    min-width: 100px;
    display: block;
    margin: 20px 0 0 -40px;
    font-size: 15px;
    top: 52%;
    left: 49%;
    position: absolute; }

.portfolio-work {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #d6d6d6;
  height: 338px;
  overflow: hidden; }
  .portfolio-work__image {
    overflow: hidden; }
    .portfolio-work__image a {
      position: relative;
      display: block;
      font-size: 0;
      line-height: 0;
      z-index: 0; }
    .portfolio-work__image img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 336px; }
  .portfolio-work__wrap {
    position: absolute;
    visibility: visible;
    opacity: 1;
    bottom: 0;
    padding: 10px 16px;
    width: 100%;
    background: rgba(255, 255, 255, 0.7); }
  .portfolio-work__user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    z-index: 2;
    text-decoration: none;
    outline: 0;
    color: inherit; }
    .portfolio-work__user-avatar {
      display: inline-block;
      vertical-align: top;
      width: 96px;
      height: 96px;
      margin-right: 15px;
      margin-bottom: 15px;
      margin-top: -25px;
      -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
              box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4); }
      .portfolio-work__user-avatar img {
        max-width: 96px;
        height: auto;
        max-height: 96px;
        width: auto;
        -o-object-fit: contain;
           object-fit: contain; }
    .portfolio-work__user-caption {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0;
          -ms-flex: 1 0;
              flex: 1 0;
      font-weight: 600;
      font-size: 14px;
      line-height: 1.3; }
      .portfolio-work__user-caption span {
        display: block; }
    .portfolio-work__user-position {
      font-size: 10px;
      color: #ff0000;
      letter-spacing: 0.6px;
      margin-bottom: 0;
      margin-top: 4px; }
  .portfolio-work__title {
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3; }

.news-card {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #d6d6d6;
  height: 100%; }
  .news-card__image {
    overflow: hidden;
    position: relative; }
    .news-card__image a {
      display: block;
      position: relative;
      font-size: 0;
      line-height: 0;
      z-index: 1; }
    .news-card__image img {
      width: 100%;
      height: 336px;
      max-height: 100%;
      max-width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform 10s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: -webkit-transform 10s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: transform 10s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 10s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 10s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 10s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .news-card__image.show_sq img {
      width: 100%;
      height: 336px;
      max-height: 100%;
      max-width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .news-card__image.show_sq a:hover img {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  .news-card__bg-image {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    -webkit-filter: blur(4px);
            filter: blur(4px);
    -webkit-background-size: cover;
            background-size: cover;
    z-index: 0; }
    .news-card__bg-image:hover .konkurs-news__image-top {
      display: none; }
  .news-card__image-top {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    z-index: 2; }
  .news-card__wrap {
    padding: 11px 16px 41px;
    min-height: 168px; }
  .news-card__title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 19px; }
    .news-card__title a {
      display: block;
      outline: 0;
      text-decoration: none;
      color: #000000; }
      .news-card__title a:focus {
        color: #000000;
        text-decoration: none; }
      .news-card__title a:hover {
        color: #000000;
        text-decoration: underline; }
  .news-card__announce {
    font-size: 10px;
    color: #ff0000;
    margin-bottom: 10px;
    letter-spacing: 0.6px; }
  .news-card__tags {
    font-size: 11px;
    font-style: italic;
    line-height: 14px;
    color: #999999;
    margin-bottom: 11px; }
    .news-card__tags a {
      display: inline-block;
      vertical-align: top;
      color: #b3b3b3;
      margin-right: 5px;
      outline: 0;
      text-decoration: none; }
      .news-card__tags a:focus {
        color: #b3b3b3;
        text-decoration: none; }
      .news-card__tags a:hover {
        color: #b3b3b3;
        text-decoration: underline; }
  .news-card__icons-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 8px;
    border-top: 1px solid #b2b2b2;
    position: absolute;
    bottom: 12px;
    left: 10px;
    right: 10px; }
  .news-card__icons-count {
    display: inline-block;
    vertical-align: bottom;
    line-height: 21px;
    margin-left: 2px; }
  .news-card__icon {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    line-height: 17px;
    color: #999999;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    margin-right: 13px; }
    .news-card__icon svg {
      fill: #999999;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .news-card__icon:hover {
      color: #ff0000;
      text-decoration: none; }
      .news-card__icon:hover svg {
        fill: #ff0000; }
    .news-card__icon-eye {
      width: 19px;
      height: 14px; }
    .news-card__icon-vote {
      width: 13px;
      height: 15px; }
    .news-card__icon-comment {
      width: 13px;
      height: 13px; }
    .news-card__icon-share {
      width: 17px;
      height: 15px;
      cursor: pointer; }
    .news-card__icon-star {
      width: 15px;
      height: 15px; }
  .news-card__drop-actions {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    padding: 20px 20px;
    background-color: white;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    z-index: 10;
    min-width: 200px; }
  .news-card__share:hover .news-card__drop-actions {
    display: block; }
  .news-card .ya-share2__list {
    margin: 0 -6px -12px -6px !important; }
  .news-card .ya-share2__item {
    margin: 0 0 12px !important;
    padding: 0 6px !important; }
    .news-card .ya-share2__item:last-child {
      margin-right: 0 !important; }

.contest-work {
  height: 380px;
  position: relative;
  z-index: 1; }
  .contest-work div.rotator ul li {
    float: none;
    position: relative; }
  .contest-work .brands-list.rotator ul,
  .contest-work .brands-list.rotator li {
    width: 100%;
    height: 100%; }
  .contest-work .brands-list.rotator ul {
    list-style: none;
    padding: 0; }
  .contest-work .brands-list.rotator li {
    position: absolute;
    left: 0;
    top: 0; }
  .contest-work .tmb-wrap {
    height: 80%;
    margin: 0;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; }
  .contest-work .tmb-wrap-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    height: 100%;
    border: 0; }
    .contest-work .tmb-wrap-table div {
      display: table-cell;
      border-bottom: 3px solid transparent;
      padding-top: 10px;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease;
      border-bottom-width: 0; }
    .contest-work .tmb-wrap-table div:hover,
    .contest-work .tmb-wrap-table div.active {
      border-bottom-color: #ff0000 !important; }
  .contest-work .brazzers-daddy img {
    margin-bottom: 0; }
  .contest-work .image-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .contest-work__brand {
    max-width: 145px;
    max-height: 145px;
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 22;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    overflow: hidden;
    width: 100px;
    height: 74px;
    background-color: #ffffff; }
    .contest-work__brand img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      max-width: 82%;
      max-height: 82%;
      width: auto;
      height: auto;
      margin: auto; }
  .contest-work__img {
    height: 334px; }
    .contest-work__img .img-block {
      height: 100%; }
      .contest-work__img .img-block .work_info {
        position: absolute;
        top: 0;
        display: none;
        color: #ffffff;
        z-index: 1;
        width: 100%;
        font-size: 14px;
        line-height: 1.42857143; }
      .contest-work__img .img-block:hover .work_info {
        display: block;
        padding: 10px 15px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(transparent));
        background-image: -webkit-linear-gradient(top, #000000, transparent);
        background-image: -o-linear-gradient(top, #000000, transparent);
        background-image: linear-gradient(to bottom, #000000, transparent); }
    .contest-work__img a {
      height: 100%;
      display: block;
      opacity: 1;
      overflow: hidden;
      -webkit-transition: opacity 0.5s ease, -webkit-transform .3s;
      transition: opacity 0.5s ease, -webkit-transform .3s;
      -o-transition: opacity 0.5s ease, transform .3s;
      transition: opacity 0.5s ease, transform .3s;
      transition: opacity 0.5s ease, transform .3s, -webkit-transform .3s;
      background-position: 50% 50%;
      -webkit-background-size: cover;
              background-size: cover; }
      .contest-work__img a:hover {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
    .contest-work__img img {
      height: auto;
      width: 100%;
      opacity: 1; }
  .contest-work__caption {
    position: absolute;
    z-index: 10000;
    bottom: 46px;
    left: 0;
    right: 0;
    height: auto;
    max-height: 334px;
    padding: 10px 15px;
    color: #ffffff;
    white-space: nowrap;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
    background-image: -webkit-linear-gradient(bottom, #000000, transparent);
    background-image: -o-linear-gradient(bottom, #000000, transparent);
    background-image: linear-gradient(to top, #000000, transparent); }
    .contest-work__caption-photo {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 0; }
  .contest-work__title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0 !important;
    margin-bottom: 4px !important;
    line-height: 1.3; }
    .contest-work__title a {
      outline: 0;
      text-decoration: none;
      color: #ffffff; }
      .contest-work__title a:focus {
        color: #ffffff;
        text-decoration: none; }
      .contest-work__title a:hover {
        color: #ffffff;
        text-decoration: underline; }
  .contest-work__authors {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3; }
    .contest-work__authors a {
      outline: 0;
      text-decoration: none;
      color: #ffffff; }
      .contest-work__authors a:focus {
        color: #ffffff;
        text-decoration: none; }
      .contest-work__authors a:hover {
        color: #ffffff;
        text-decoration: underline; }
  .contest-work__author-photo {
    display: inline-block;
    vertical-align: bottom;
    width: 96px; }
    .contest-work__author-photo img {
      display: block;
      max-width: 100%;
      height: auto;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
  .contest-work__actions {
    height: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: #f9f9f9;
    padding: 8px 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .contest-work__action {
    position: relative;
    padding: 0 2px;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    max-width: 100%;
    text-align: center; }
    .contest-work__action:first-child, .contest-work__action:last-child {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto; }
  .contest-work__btn {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    outline: 0 !important;
    text-decoration: none !important;
    cursor: pointer;
    display: block;
    height: 30px;
    min-width: 30px;
    padding: 0 4px;
    line-height: 28px;
    white-space: nowrap;
    font-size: 10px;
    color: #999;
    position: relative;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: color .3s, -webkit-box-shadow .3s;
    transition: color .3s, -webkit-box-shadow .3s;
    -o-transition: color .3s, box-shadow .3s;
    transition: color .3s, box-shadow .3s;
    transition: color .3s, box-shadow .3s, -webkit-box-shadow .3s; }
    .contest-work__btn-value {
      margin-right: 3px; }
    .contest-work__btn-text {
      margin-left: 2px; }
    .contest-work__btn:hover {
      color: #ff0000;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .contest-work__btn:hover .contest-work__icon {
        fill: #ff0000 !important; }
  .contest-work__icon {
    display: inline-block;
    vertical-align: middle;
    fill: #999999 !important;
    height: auto;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s; }
  .contest-work .icon-stat {
    margin: 0 3px;
    width: 10px;
    height: 11px; }
  .contest-work .icon-favourite {
    width: 14px;
    height: 14px;
    margin: 0 4px; }
  .contest-work .icon-vote {
    width: 14px;
    height: 14px;
    margin-top: -6px; }
  .contest-work .icon-share {
    width: 18px;
    margin: -3px 3px 0; }
  .contest-work__action-more {
    position: relative;
    width: 34px; }
    .contest-work__action-more:hover .contest-work__drop-actions {
      display: block; }
  .contest-work__drop-actions {
    min-width: 210px;
    display: none;
    position: absolute;
    top: 28px;
    right: 0;
    padding: 20px 20px;
    background-color: white;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4); }
  .contest-work .ya-share2__list {
    margin: 0 -6px -12px -6px !important; }
  .contest-work .ya-share2__item {
    margin: 0 0 12px !important;
    padding: 0 6px !important; }
    .contest-work .ya-share2__item:last-child {
      margin-right: 0 !important; }
  .contest-work__flag {
    display: block;
    position: absolute;
    z-index: 2;
    top: -7px;
    left: 7px;
    width: 64px;
    height: 60px;
    background-color: #ffd900;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    text-align: center; }
    .contest-work__flag:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -12px;
      left: 0;
      right: 0;
      width: 100%;
      border-left: 32px solid #ffd900;
      border-right: 32px solid #ffd900;
      border-bottom: 12px solid transparent;
      -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
              box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4); }
    .contest-work__flag-inner {
      position: relative;
      height: 72px; }
      .contest-work__flag-inner:after {
        content: '';
        display: block;
        position: absolute;
        right: -10px;
        top: 0;
        border: 5px solid transparent;
        border-top-color: #222222;
        border-bottom: 0;
        -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
                transform-origin: 0 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
    .contest-work__flag-label {
      color: #ffffff;
      font-size: 10px;
      font-weight: bold;
      display: block;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: .05em;
      padding: 7px 0;
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
    .contest-work__flag.yellow {
      background-color: #ffd900; }
      .contest-work__flag.yellow:after {
        border-left-color: #ffd900;
        border-right-color: #ffd900; }
    .contest-work__flag.red {
      background-color: #ff1722; }
      .contest-work__flag.red:after {
        border-left-color: #ff1722;
        border-right-color: #ff1722; }
  .contest-work:hover {
    z-index: 2; }
    .contest-work:hover .contest-work__btn {
      color: #000000; }
      .contest-work:hover .contest-work__btn:hover {
        color: #ff0000;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .contest-work:hover .contest-work__btn:hover .contest-work__icon {
          fill: #ff0000 !important; }
    .contest-work:hover .contest-work__icon {
      fill: #000000 !important; }

@media (min-width: 640px) {
  .portfolio-work__wrap {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    -o-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear; }
  .portfolio-work:hover .portfolio-work__wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; } }

@media (max-width: 1199px) and (min-width: 1025px) {
  .contest-work__actions > .contest-work__action {
    padding-left: 4px;
    padding-right: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
    .contest-work__actions > .contest-work__action .contest-work__btn {
      padding-left: 10px;
      padding-right: 10px; }
      .contest-work__actions > .contest-work__action .contest-work__btn-text {
        display: none; }
  .contest-work__action:first-child, .contest-work__action:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }

@media (max-width: 839px) and (min-width: 640px) {
  .contest-work__actions > .contest-work__action {
    padding-left: 4px;
    padding-right: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
    .contest-work__actions > .contest-work__action .contest-work__btn {
      padding-left: 10px;
      padding-right: 10px; }
      .contest-work__actions > .contest-work__action .contest-work__btn-text {
        display: none; }
  .contest-work__action:first-child, .contest-work__action:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }

@media (max-width: 1679px) {
  .contest-work__author-photo {
    width: 76px; } }

@media (max-width: 1024px) {
  .contest-work__brand {
    max-width: 120px;
    max-height: 120px; } }

@media (max-width: 767px) {
  .contest-work__brand {
    max-width: 100px;
    max-height: 100px; } }

@media (max-width: 420px) {
  .contest-work__actions > .contest-work__action {
    padding-left: 4px;
    padding-right: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
    .contest-work__actions > .contest-work__action .contest-work__btn {
      padding-left: 10px;
      padding-right: 10px; }
      .contest-work__actions > .contest-work__action .contest-work__btn-text {
        display: none; }
  .contest-work__action:first-child, .contest-work__action:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }

@media (max-width: 1919px) and (min-width: 1200px) {
  __img .tmb-wrap .tmb-wrap-table div:hover, __img .tmb-wrap .tmb-wrap-table div.active {
    border: transparent; } }

.content_article_container,
.journal-article-container,
.journal-article-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.content_article_container {
  padding-left: 0;
  padding-right: 0; }

.content_top,
.content_top.custom_container {
  padding-left: 0;
  padding-right: 0;
  max-width: none; }

.journal-article-wrapper {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 60px; }
  .journal-article-wrapper .content_top .breadcrumbs {
    margin-bottom: 0;
    padding: 25px 0;
    line-height: 1.4; }
    .journal-article-wrapper .content_top .breadcrumbs * {
      color: #000000; }

.journal-article-container {
  padding-left: 24px;
  padding-right: 24px; }

.journal-article-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

.ul-logo {
  list-style: none !important;
  padding: 0; }
  .ul-logo li {
    padding-left: 200px;
    position: relative; }
    .ul-logo li:before {
      content: normal;
      display: none; }
    .ul-logo li img {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 160px;
      height: auto;
      display: block; }

.text-align-center {
  text-align: center !important; }

.journal-article {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%; }
  .journal-article .title {
    font-size: 24px;
    font-weight: 600; }
  .journal-article .bold {
    font-weight: 600 !important; }
  .journal-article__container {
    padding-left: 24px;
    padding-right: 24px; }
  .journal-article__title {
    font-size: 32px;
    font-weight: 600;
    color: #ff0000;
    margin-top: 0;
    margin-bottom: 24px;
    padding: 0;
    text-transform: none;
    text-align: left;
    line-height: normal; }
  .journal-article__body {
    padding-right: 0;
    font-size: 17px;
    line-height: 1.5;
    color: #000000;
    font-weight: 400;
    overflow: visible; }
    .journal-article__body:after {
      content: '';
      display: table;
      clear: both; }
  .journal-article__footer {
    padding: 30px 0 14px 0;
    margin-bottom: 0; }
    .journal-article__footer .new_meta {
      min-height: 27px;
      position: relative; }
    .journal-article__footer .meta_share {
      margin: 0 120px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
  .journal-article__accent {
    padding-left: 30px;
    font-weight: 600;
    position: relative; }
    .journal-article__accent:before, .journal-article__accent:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 5px;
      bottom: 5px; }
    .journal-article__accent:before {
      width: 3px;
      background-color: #000;
      z-index: 1; }
    .journal-article__accent:after {
      width: 11px;
      background-color: #b2b2b2; }
    .journal-article__accent_dark-red {
      color: #780000; }
      .journal-article__accent_dark-red:after {
        content: normal; }
  .journal-article__media {
    float: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 28px;
    margin-top: 28px; }
    .journal-article__media:first-child {
      margin-top: 0; }
    .journal-article__media .article_foto {
      margin-bottom: 0 !important; }
  .journal-article__image img {
    display: block;
    max-width: 100%;
    height: auto; }
  .journal-article .article_foto {
    padding-right: 0; }

.journal-article-works,
.journal-article-works-2,
.journal-article-portfolio {
  margin-left: -36px;
  margin-right: -36px;
  margin-bottom: -12px; }
  .journal-article-works .work-float-block,
  .journal-article-works-2 .work-float-block,
  .journal-article-portfolio .work-float-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

.journal-article-sidebar {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-top: 6px; }

.journal-article-works,
.journal-article-works-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.journal-article-sidebar__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between; }

.journal-article-sidebar__portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 16px; }
  .journal-article-sidebar__portfolio-title {
    margin-top: 0;
    background-color: #666666;
    padding: 16px 20px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 16px;
    width: 100%;
    margin-left: 12px;
    margin-right: 12px;
    display: none; }
  .journal-article-sidebar__portfolio .work-float-block:last-child:not(:first-child) {
    display: none; }

.journal-article-sidebar__related {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -12px; }
  .journal-article-sidebar__related-title {
    margin-top: 0;
    background-color: #666666;
    padding: 16px 20px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 16px;
    width: 100%;
    margin-left: 12px;
    margin-right: 12px; }

.ya-context-temp {
  overflow: hidden; }

.contents-table {
  background-color: #ededed; }
  .contents-table__title {
    height: 78px;
    font-size: 17px;
    margin: 0 !important;
    color: #ff0000;
    font-weight: 400;
    padding: 27px 90px 27px 40px;
    position: relative;
    cursor: pointer; }
    .contents-table__title:before, .contents-table__title:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin-top: auto;
      margin-bottom: auto; }
    .contents-table__title:before {
      width: 16px;
      height: 14px;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 14px solid #ff0000;
      margin-right: 38px; }
    .contents-table__title:after {
      width: 12px;
      height: 10px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 10px solid #ffffff;
      margin-right: 40px; }
  .contents-table__list,
  .contents-table ul.contents-table__list {
    margin: 0;
    padding: 0 40px 30px;
    list-style: none;
    display: none; }
  .contents-table__item:not(:last-child) {
    margin-bottom: 8px; }
  .contents-table__link,
  .contents-table a.contents-table__link {
    color: #000000;
    text-decoration: none;
    -webkit-transition: color .24s;
    -o-transition: color .24s;
    transition: color .24s; }
    .contents-table__link:focus,
    .contents-table a.contents-table__link:focus {
      color: #000000;
      text-decoration: none; }
    .contents-table__link:visited,
    .contents-table a.contents-table__link:visited {
      color: #000000;
      text-decoration: none; }
    .contents-table__link:active,
    .contents-table a.contents-table__link:active {
      color: #ff0000;
      text-decoration: none; }
    .contents-table__link:hover,
    .contents-table a.contents-table__link:hover {
      color: #ff0000;
      text-decoration: none; }
  .contents-table__number {
    color: #ff0000; }
  .contents-table.open .contents-table__title:before, .contents-table.open .contents-table__title:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.journal-article__text ul {
  padding-left: 0;
  list-style-position: inside;
  list-style-type: none;
  list-style-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 9' width='22' height='9'%3E%3Crect fill='%23000000' width='7' height='7'/%3E%3C/svg%3E"); }
  .journal-article__text ul.ul-arrow {
    list-style-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 10' width='22' height='10'%3E%3Cpath fill='%23000000' d='M12.82,4.07,9,.18a.59.59,0,0,0-.85,0A.6.6,0,0,0,8.1,1l2.84,2.85H.6a.61.61,0,0,0,0,1.22H10.94L8.1,8a.61.61,0,0,0,.43,1A.58.58,0,0,0,9,8.82l3.87-3.89A.6.6,0,0,0,12.82,4.07Z'/%3E%3C/svg%3E"); }
  .journal-article__text ul.ul-star {
    list-style-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 12' width='22' height='12'%3E%3Cpath fill='%23000000' d='M2.55,7,2,10.58a.35.35,0,0,0,.51.36l3-1.67,3,1.67A.35.35,0,0,0,9,10.58L8.45,7,10.9,4.51a.34.34,0,0,0-.19-.58L7.33,3.41,5.81.18a.36.36,0,0,0-.62,0L3.67,3.41.29,3.93a.34.34,0,0,0-.19.58Z'/%3E%3C/svg%3E"); }
  .journal-article__text ul li:not(:last-child), .journal-article__text ul li:not(:last-child):not(:first-child) {
    margin-bottom: 24px; }

.journal-article__text p,
.journal-article__text ul,
.journal-article__text blockquote {
  margin-top: 24px;
  margin-bottom: 24px; }

.journal-article__text a {
  color: #ff0000;
  text-decoration: underline; }
  .journal-article__text a:focus {
    color: #ff0000; }
  .journal-article__text a:visited {
    color: #ff0000; }
  .journal-article__text a:active {
    color: #ff0000; }
  .journal-article__text a:hover {
    color: #ff0000;
    text-decoration: none; }

.journal-article__text b,
.journal-article__text strong {
  font-weight: 600; }

.journal-article__accent {
  margin-bottom: 28px;
  margin-top: 24px; }
  .journal-article__accent:first-child {
    margin-top: 0; }
  .journal-article__accent p,
  .journal-article__accent ul,
  .journal-article__accent blockquote {
    margin-top: 0;
    margin-bottom: 0; }
  .journal-article__accent a {
    color: #ff0000;
    text-decoration: underline; }
    .journal-article__accent a:focus {
      color: #ff0000; }
    .journal-article__accent a:visited {
      color: #ff0000; }
    .journal-article__accent a:active {
      color: #ff0000; }
    .journal-article__accent a:hover {
      color: #ff0000;
      text-decoration: none; }
  .journal-article__accent b,
  .journal-article__accent strong {
    font-weight: 600; }

.journal-article-works-2 {
  margin-bottom: -24px; }

.journal-article-works__desc p,
.journal-article-works__desc ul {
  margin-top: 24px;
  margin-bottom: 24px; }
  .journal-article-works__desc p:first-child,
  .journal-article-works__desc ul:first-child {
    margin-top: 0; }

.journal-article-foto {
  margin: 0;
  padding: 0; }
  .journal-article-foto a {
    display: block;
    position: relative; }
    .journal-article-foto a:before {
      content: '';
      display: block;
      width: 52px;
      height: 48px;
      background: #000 url(../journal_blog_article_images/icon-zoom.png) no-repeat left top;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      top: 10px;
      left: 10px; }
  .journal-article-foto img {
    display: block;
    max-width: 100%;
    height: auto; }
  .journal-article-foto figcaption {
    font-size: 12px;
    line-height: 1.5;
    padding: 12px 24px 0; }

.profi-online {
  background-color: #fdfdfd;
  background: -webkit-gradient(linear, left bottom, left top, from(#f0f0f0), to(#fdfdfd));
  background: -webkit-linear-gradient(bottom, #f0f0f0, #fdfdfd);
  background: -o-linear-gradient(bottom, #f0f0f0, #fdfdfd);
  background: linear-gradient(to top, #f0f0f0, #fdfdfd); }
  .profi-online__body {
    padding: 24px 20px;
    border: 1px solid #ebebeb;
    border-top: 0 none transparent; }
  .profi-online__title {
    margin: 0;
    padding: 16px 20px 16px 56px;
    background-color: #292929;
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    position: relative; }
    .profi-online__title:before, .profi-online__title:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin-top: auto;
      margin-bottom: auto; }
    .profi-online__title:before {
      width: 30px;
      height: 30px;
      left: 15px;
      background-color: #ffffff; }
    .profi-online__title:after {
      width: 16px;
      height: 16px;
      left: 22px;
      background-color: #00ff00; }
  .profi-online__list {
    margin: 0 -8px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .profi-online__list-wrapper {
      padding: 0 0 24px; }
    .profi-online__list-item {
      position: relative;
      min-height: 1px;
      width: 100%;
      padding-left: 8px;
      padding-right: 8px;
      margin-bottom: 12px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.6666%;
          -ms-flex: 0 0 16.6666%;
              flex: 0 0 16.6666%;
      max-width: 16.6666%; }
      .profi-online__list-item img {
        display: block;
        max-width: 100%;
        height: auto; }
    .profi-online__list-link {
      display: block;
      width: 40px;
      height: 40px;
      margin-left: auto;
      margin-right: auto;
      color: #000000 !important;
      text-decoration: none !important;
      outline: 0 !important;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      overflow: hidden; }
  .profi-online__close {
    display: inline-block;
    vertical-align: top;
    background: none;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-decoration: underline;
    color: #333333;
    font-size: 14px; }
    .profi-online__close:hover {
      text-decoration: none; }

.form-profi-question {
  color: #333333;
  font-size: 14px;
  line-height: 1.4; }
  .form-profi-question__fields-row {
    margin-bottom: 18px; }
  .form-profi-question__fields-collapsed {
    display: none; }
  .form-profi-question input[type="text"], .form-profi-question input[type="tel"], .form-profi-question input[type="email"], .form-profi-question input[type="link"] {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    border: 1px solid #c2c2c2;
    height: 34px;
    line-height: 1;
    outline: none;
    font-size: 14px;
    color: #000000;
    padding: 0 10px;
    -webkit-box-shadow: inset 0 8px 15px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 8px 15px rgba(0, 0, 0, 0.1); }
    .form-profi-question input[type="text"]::-webkit-input-placeholder, .form-profi-question input[type="tel"]::-webkit-input-placeholder, .form-profi-question input[type="email"]::-webkit-input-placeholder, .form-profi-question input[type="link"]::-webkit-input-placeholder {
      color: #333333; }
    .form-profi-question input[type="text"]::-moz-placeholder, .form-profi-question input[type="tel"]::-moz-placeholder, .form-profi-question input[type="email"]::-moz-placeholder, .form-profi-question input[type="link"]::-moz-placeholder {
      color: #333333; }
    .form-profi-question input[type="text"]::-ms-input-placeholder, .form-profi-question input[type="tel"]::-ms-input-placeholder, .form-profi-question input[type="email"]::-ms-input-placeholder, .form-profi-question input[type="link"]::-ms-input-placeholder {
      color: #333333; }
    .form-profi-question input[type="text"]::placeholder, .form-profi-question input[type="tel"]::placeholder, .form-profi-question input[type="email"]::placeholder, .form-profi-question input[type="link"]::placeholder {
      color: #333333; }
    .form-profi-question input[type="text"]:focus, .form-profi-question input[type="tel"]:focus, .form-profi-question input[type="email"]:focus, .form-profi-question input[type="link"]:focus {
      border: 1px solid #a1a1a1; }
      .form-profi-question input[type="text"]:focus::-webkit-input-placeholder, .form-profi-question input[type="tel"]:focus::-webkit-input-placeholder, .form-profi-question input[type="email"]:focus::-webkit-input-placeholder, .form-profi-question input[type="link"]:focus::-webkit-input-placeholder {
        opacity: 0; }
      .form-profi-question input[type="text"]:focus::-moz-placeholder, .form-profi-question input[type="tel"]:focus::-moz-placeholder, .form-profi-question input[type="email"]:focus::-moz-placeholder, .form-profi-question input[type="link"]:focus::-moz-placeholder {
        opacity: 0; }
      .form-profi-question input[type="text"]:focus::-ms-input-placeholder, .form-profi-question input[type="tel"]:focus::-ms-input-placeholder, .form-profi-question input[type="email"]:focus::-ms-input-placeholder, .form-profi-question input[type="link"]:focus::-ms-input-placeholder {
        opacity: 0; }
      .form-profi-question input[type="text"]:focus::placeholder, .form-profi-question input[type="tel"]:focus::placeholder, .form-profi-question input[type="email"]:focus::placeholder, .form-profi-question input[type="link"]:focus::placeholder {
        opacity: 0; }
    .form-profi-question input[type="text"].error, .form-profi-question input[type="tel"].error, .form-profi-question input[type="email"].error, .form-profi-question input[type="link"].error {
      color: red;
      border-color: red; }
  .form-profi-question textarea {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    border: 1px solid #c2c2c2;
    height: 80px;
    min-height: 80px;
    min-width: 100%;
    max-width: 100%;
    line-height: 1;
    outline: none;
    font-size: 14px;
    color: #000000;
    padding: 10px;
    -webkit-box-shadow: inset 0 8px 15px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 8px 15px rgba(0, 0, 0, 0.1); }
    .form-profi-question textarea::-webkit-input-placeholder {
      color: #333333; }
    .form-profi-question textarea::-moz-placeholder {
      color: #333333; }
    .form-profi-question textarea::-ms-input-placeholder {
      color: #333333; }
    .form-profi-question textarea::placeholder {
      color: #333333; }
    .form-profi-question textarea:focus {
      border: 1px solid #a1a1a1; }
      .form-profi-question textarea:focus::-webkit-input-placeholder {
        opacity: 0; }
      .form-profi-question textarea:focus::-moz-placeholder {
        opacity: 0; }
      .form-profi-question textarea:focus::-ms-input-placeholder {
        opacity: 0; }
      .form-profi-question textarea:focus::placeholder {
        opacity: 0; }
    .form-profi-question textarea.error {
      color: red;
      border-color: red; }
  .form-profi-question__checkbox {
    position: relative;
    padding-left: 23px; }
    .form-profi-question__checkbox input {
      display: block;
      position: absolute;
      left: 0;
      top: 2px;
      margin: 0;
      width: 14px;
      height: 14px; }
    .form-profi-question__checkbox label {
      margin: 0;
      display: block; }
      .form-profi-question__checkbox label a {
        text-decoration: underline;
        color: #333333; }
        .form-profi-question__checkbox label a:focus, .form-profi-question__checkbox label a:hover {
          text-decoration: none;
          color: #333333; }
  .form-profi-question__actions {
    margin-bottom: 18px; }
  .form-profi-question__submit {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 38px;
    padding: 0 20px;
    margin: 0 auto;
    font-size: 16px; }
  .form-profi-question__footer {
    text-align: center; }

.journal-article-slider {
  display: block; }

.article-slider-images {
  height: 400px;
  overflow: hidden; }
  .article-slider-images__item {
    height: 400px;
    outline: 0; }
  .article-slider-images__img {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }

.article-slider-thumbs {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: -4px;
  overflow: hidden;
  height: 88px; }
  .article-slider-thumbs__item {
    height: 88px;
    outline: 0;
    padding: 4px;
    cursor: pointer; }
    .article-slider-thumbs__item:hover .article-slider-thumbs__img:after {
      opacity: .4; }
    .article-slider-thumbs__item.slick-current .article-slider-thumbs__img:before {
      opacity: 1; }
    .article-slider-thumbs__item.slick-current .article-slider-thumbs__img:after {
      opacity: .6; }
  .article-slider-thumbs__img {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
    .article-slider-thumbs__img:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: transparent;
      border: 2px solid #ffe600;
      opacity: 0;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
    .article-slider-thumbs__img:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #000000;
      opacity: 0;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }

.professional-comment {
  background-color: #e5e9eb; }
  .professional-comment__title {
    background-color: #b8babc;
    font-size: 17px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 25px;
    margin-top: 0;
    margin-bottom: 0; }
  .professional-comment__body {
    padding: 20px 25px;
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    position: relative; }
    .professional-comment__body:before {
      content: '';
      display: block;
      width: 57px;
      height: 40px;
      background: transparent url(../journal_blog_article_images/quots.png) no-repeat left top;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      left: 25px;
      top: 8px; }
    .professional-comment__body:first-letter {
      padding-left: 60px; }
    .professional-comment__body p, .professional-comment__body ul {
      margin-top: 0; }
      .professional-comment__body p:not(:last-child), .professional-comment__body p:not(:last-child):not(:first-child), .professional-comment__body ul:not(:last-child), .professional-comment__body ul:not(:last-child):not(:first-child) {
        margin-bottom: 1em; }
    .professional-comment__body i {
      font-weight: 300; }
  .professional-comment__footer {
    padding: 0 25px 35px;
    position: relative; }
  .professional-comment__author {
    line-height: 1.5;
    font-size: 17px; }
    .professional-comment__author-link {
      display: block;
      text-decoration: none;
      outline: 0;
      position: relative;
      padding-left: 170px;
      min-height: 150px;
      padding-top: 12px; }
    .professional-comment__author-photo {
      width: 150px;
      height: 150px;
      position: absolute;
      left: 0;
      top: 0; }
      .professional-comment__author-photo img {
        display: block;
        width: 100%;
        height: auto; }
    .professional-comment__author-first-name {
      display: block;
      color: #8d8d8f;
      font-weight: 700; }
    .professional-comment__author-second-name {
      display: block;
      color: #8d8d8f;
      font-weight: 700; }
    .professional-comment__author-position {
      display: block;
      color: #000000;
      font-weight: 300;
      margin-top: 4px; }
    .professional-comment__author-city {
      display: block;
      color: #000000;
      font-weight: 300;
      margin-top: 4px; }
  .professional-comment__voting {
    position: absolute;
    right: 25px;
    bottom: 35px; }
    .professional-comment__voting-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: inline-block;
      vertical-align: top; }
    .professional-comment__voting-item {
      display: inline-block;
      vertical-align: top;
      margin-right: 8px; }
      .professional-comment__voting-item:nth-child(1) .professional-comment__voting-btn {
        background-color: #ffb2ae;
        background-position: 0 0; }
      .professional-comment__voting-item:nth-child(2) .professional-comment__voting-btn {
        background-color: #ffcfb2;
        background-position: -48px 0; }
      .professional-comment__voting-item:nth-child(3) .professional-comment__voting-btn {
        background-color: #ffeab8;
        background-position: -96px 0; }
      .professional-comment__voting-item:nth-child(4) .professional-comment__voting-btn {
        background-color: #e9ffa1;
        background-position: -144px 0; }
      .professional-comment__voting-item:nth-child(5) .professional-comment__voting-btn {
        background-color: #56ba4d;
        background-position: -192px 0; }
    .professional-comment__voting-btn {
      display: block;
      width: 40px;
      height: 40px;
      background-color: transparent;
      border: 0;
      outline: 0;
      cursor: pointer;
      background-image: url(../journal_blog_article_images/voting.png);
      background-repeat: no-repeat;
      -webkit-background-size: auto 100%;
              background-size: auto 100%;
      -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
              box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
      -webkit-transition: -webkit-box-shadow .24s;
      transition: -webkit-box-shadow .24s;
      -o-transition: box-shadow .24s;
      transition: box-shadow .24s;
      transition: box-shadow .24s, -webkit-box-shadow .24s; }
      .professional-comment__voting-btn:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }
  .professional-comment__share {
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .professional-comment__share .ya-share2__list {
      margin: 0 -6px -12px !important; }
    .professional-comment__share .ya-share2__item {
      margin: 0 0 12px !important;
      padding: 0 5px !important; }
      .professional-comment__share .ya-share2__item:last-child {
        margin-right: 0 !important; }
    .professional-comment__share-list {
      min-width: 200px;
      display: none;
      position: absolute;
      right: 0;
      top: 40px;
      background-color: #ffffff;
      padding: 20px;
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
    .professional-comment__share-btn {
      display: block;
      width: 40px;
      height: 40px;
      background-color: #ffffff;
      border: 0;
      outline: 0;
      cursor: pointer;
      text-align: center;
      -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
              box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2);
      -webkit-transition: -webkit-box-shadow .24s;
      transition: -webkit-box-shadow .24s;
      -o-transition: box-shadow .24s;
      transition: box-shadow .24s;
      transition: box-shadow .24s, -webkit-box-shadow .24s; }
      .professional-comment__share-btn svg {
        display: inline-block;
        vertical-align: top;
        width: 28px;
        height: 23px;
        fill: #b2b2b2;
        -webkit-transition: fill .24s;
        -o-transition: fill .24s;
        transition: fill .24s; }
      .professional-comment__share-btn:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }
        .professional-comment__share-btn:hover svg {
          fill: #ff0000; }
    .professional-comment__share:hover .professional-comment__share-list {
      display: block; }

.journal-article-voting {
  margin-top: 24px;
  margin-bottom: 24px; }

.form-article-voting {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 1.5; }
  .form-article-voting__title {
    font-size: 17px;
    color: #ff0000;
    font-weight: 400;
    margin-top: 0 !important;
    margin-bottom: 20px !important; }
  .form-article-voting__list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px; }
  .form-article-voting__item:not(:last-child) {
    margin-bottom: 10px; }
  .form-article-voting__checkbox {
    position: relative;
    padding-left: 28px; }
    .form-article-voting__checkbox input {
      display: block;
      left: 0;
      top: 4px;
      position: absolute; }
      .form-article-voting__checkbox input[type="checkbox"] {
        width: 14px;
        height: 14px; }
      .form-article-voting__checkbox input[type="radio"] {
        width: 14px;
        height: 14px; }
    .form-article-voting__checkbox label {
      display: block;
      margin: 0;
      padding: 0; }
  .form-article-voting__submit {
    outline: 0;
    cursor: pointer;
    display: block;
    height: 36px;
    width: 100%;
    max-width: 240px;
    color: #ffffff;
    background-color: #ff0000;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    -webkit-transition: background-color .24s;
    -o-transition: background-color .24s;
    transition: background-color .24s; }
    .form-article-voting__submit:hover {
      background-color: #cb0000; }

.journal-article-subscribe {
  background-color: #b2b2b2;
  border: 1px solid #989898;
  padding: 10px 12px 15px 12px;
  margin: 24px 0; }
  .journal-article-subscribe__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .journal-article-subscribe__title {
    position: relative;
    min-height: 1px;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5; }
  .journal-article-subscribe__small {
    display: block;
    color: #000000;
    font-size: 12px;
    font-weight: 300; }

.form-article-subscribe {
  position: relative;
  min-height: 1px;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px; }
  .form-article-subscribe__input {
    display: block;
    position: relative;
    width: 100%;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    height: 30px;
    line-height: 1;
    padding: 0 15px;
    font-size: 13px;
    color: #000000;
    border: 1px solid #ffffff; }
    .form-article-subscribe__input::-webkit-input-placeholder {
      color: #ff0000; }
    .form-article-subscribe__input::-moz-placeholder {
      color: #ff0000; }
    .form-article-subscribe__input::-ms-input-placeholder {
      color: #ff0000; }
    .form-article-subscribe__input::placeholder {
      color: #ff0000; }
    .form-article-subscribe__input:focus::-webkit-input-placeholder {
      opacity: 0; }
    .form-article-subscribe__input:focus::-moz-placeholder {
      opacity: 0; }
    .form-article-subscribe__input:focus::-ms-input-placeholder {
      opacity: 0; }
    .form-article-subscribe__input:focus::placeholder {
      opacity: 0; }
    .form-article-subscribe__input.error {
      color: #ff0000;
      border-color: #ff0000; }
      .form-article-subscribe__input.error::-webkit-input-placeholder {
        color: #ff0000; }
      .form-article-subscribe__input.error::-moz-placeholder {
        color: #ff0000; }
      .form-article-subscribe__input.error::-ms-input-placeholder {
        color: #ff0000; }
      .form-article-subscribe__input.error::placeholder {
        color: #ff0000; }
  .form-article-subscribe__submit {
    height: 30px;
    line-height: 1;
    position: relative;
    width: auto;
    min-height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    padding: 0 15px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    background-color: #000000;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin-left: 10px; }
  .form-article-subscribe__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .form-article-subscribe__footer {
    padding-top: 8px;
    color: #ffffff;
    font-size: 8px; }
    .form-article-subscribe__footer a {
      color: #ffffff;
      text-decoration: underline; }
      .form-article-subscribe__footer a:focus {
        color: #ffffff;
        text-decoration: none; }
      .form-article-subscribe__footer a:hover {
        color: #ffffff;
        text-decoration: none; }

@media (max-width: 1199px) and (min-width: 1025px) {
  .journal-article-subscribe__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 7px; }
  .form-article-subscribe {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    .form-article-subscribe__footer {
      padding-top: 15px; }
  .journal-article-wrapper .content_top .breadcrumbs {
    padding: 15px 0 20px 0; }
  .journal-article__title {
    font-size: 28px; }
  .journal-article__body {
    font-size: 16px; }
  .contents-table__title {
    height: 64px;
    font-size: 17px;
    padding: 20px 70px 20px 30px; }
    .contents-table__title:before {
      margin-right: 24px; }
    .contents-table__title:after {
      margin-right: 26px; }
  .professional-comment__body {
    font-size: 16px; }
  .professional-comment__author-photo {
    width: 120px;
    height: 120px; }
  .professional-comment__author {
    font-size: 16px; }
  .professional-comment__author-link {
    padding-left: 140px;
    min-height: 120px;
    padding-top: 8px; }
  .professional-comment__footer {
    padding: 0 25px 30px; } }

@media (max-width: 1100px) and (min-width: 1025px) {
  .portfolio-work {
    height: 300px; }
    .portfolio-work img {
      height: 300px; }
  .contest-work {
    height: 346px; }
    .contest-work__img {
      height: 300px; }
  .news-card__image img {
    height: 260px; } }

@media (max-width: 1024px) {
  .journal-article-wrapper {
    padding-bottom: 40px; }
    .journal-article-wrapper .content_top .breadcrumbs {
      padding: 15px 0 20px 0; }
  .journal-article-container {
    max-width: 808px;
    margin-left: auto;
    margin-right: auto; }
  .journal-article,
  .journal-article-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .journal-article__container {
    padding-left: 0;
    padding-right: 0; }
  .journal-article__title {
    font-size: 28px; }
  .journal-article__body {
    font-size: 16px; }
  .journal-article__media {
    margin-left: 0;
    margin-right: 0; }
  .journal-article-works,
  .journal-article-works-2,
  .journal-article-portfolio {
    margin-left: -12px;
    margin-right: -12px; }
  .contents-table__title {
    height: 64px;
    font-size: 17px;
    padding: 20px 70px 20px 30px; }
    .contents-table__title:before {
      margin-right: 24px; }
    .contents-table__title:after {
      margin-right: 26px; }
  .professional-comment__body {
    font-size: 16px; }
  .professional-comment__author-photo {
    width: 120px;
    height: 120px; }
  .professional-comment__author {
    font-size: 16px; }
  .professional-comment__author-link {
    padding-left: 140px;
    min-height: 120px;
    padding-top: 8px; }
  .professional-comment__footer {
    padding: 0 25px 30px; }
  .journal-article-sidebar {
    padding-top: 35px; }
    .journal-article-sidebar__related .work-float-block, .journal-article-sidebar__portfolio .work-float-block {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .journal-article-sidebar__portfolio-title {
      display: block; }
    .journal-article-sidebar__portfolio .work-float-block:last-child:not(:first-child) {
      display: block; }
    .journal-article-sidebar__bottom {
      padding-top: 35px; }
  .profi-online__list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10%;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%; } }

@media (max-width: 767px) and (min-width: 640px) {
  .portfolio-work {
    height: 300px; }
    .portfolio-work img {
      height: 300px; }
  .contest-work {
    height: 346px; }
    .contest-work__img {
      height: 300px; }
  .news-card__image img {
    height: 260px; } }

@media (max-width: 767px) {
  .ul-logo li {
    padding-left: 164px; }
    .ul-logo li img {
      max-width: 140px; }
  .journal-article-wrapper {
    padding-top: 24px; }
  .journal-article .title {
    font-size: 22px; }
  .journal-article__footer .new_footer_bottom {
    border: 1px solid #e1e1e1;
    padding: 10px 20px 8px 20px; }
    .journal-article__footer .new_footer_bottom:after {
      content: '';
      display: table;
      clear: both; }
  .journal-article__footer .meta_info {
    width: auto;
    float: left;
    text-align: left;
    margin-bottom: 0;
    padding: 0;
    margin-top: 6px; }
    .journal-article__footer .meta_info:before, .journal-article__footer .meta_info:after {
      content: normal;
      display: none; }
    .journal-article__footer .meta_info_item {
      margin-right: 8px;
      width: auto;
      float: none; }
  .journal-article__footer .meta_actions {
    width: auto;
    float: right;
    text-align: right;
    margin-bottom: 0;
    margin-top: 2px; }
  .professional-comment__footer {
    padding-bottom: 28px; }
  .professional-comment__voting {
    position: static;
    right: auto;
    bottom: auto;
    margin-top: 24px;
    text-align: right; }
  .journal-article-subscribe__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 7px; }
  .form-article-subscribe {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    .form-article-subscribe__footer {
      padding-top: 15px; } }

@media (max-width: 639px) {
  .journal-article-container {
    padding-left: 15px;
    padding-right: 15px; }
  .journal-article__title {
    font-size: 26px; }
  .journal-article__body {
    font-size: 15px; }
  .journal-article-works__desc {
    padding-bottom: 0; }
    .journal-article-works__desc ul:last-child, .journal-article-works__desc p:last-child {
      margin-bottom: 0; }
  .journal-article-works,
  .journal-article-works-2,
  .journal-article-portfolio {
    margin-bottom: 28px; }
    .journal-article-works .work-float-block:last-child,
    .journal-article-works-2 .work-float-block:last-child,
    .journal-article-portfolio .work-float-block:last-child {
      padding-bottom: 0; }
  .contents-table__title {
    height: 60px;
    font-size: 16px;
    padding: 18px 70px 18px 30px; }
    .contents-table__title:before {
      margin-right: 24px; }
    .contents-table__title:after {
      margin-right: 26px; }
  .journal-article-sidebar {
    padding-top: 35px; }
    .journal-article-sidebar__related .work-float-block, .journal-article-sidebar__portfolio .work-float-block {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .journal-article-portfolio .work-float-block,
  .journal-article-works .work-float-block,
  .journal-article-works-2 .work-float-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .journal-article-works__desc p,
  .journal-article-works__desc ul {
    margin-top: 18px;
    margin-bottom: 18px; }
    .journal-article-works__desc p:first-child,
    .journal-article-works__desc ul:first-child {
      margin-top: 0; }
  .professional-comment__title {
    padding: 12px 20px; }
  .professional-comment__body {
    font-size: 15px;
    padding: 20px; }
  .professional-comment__author-photo {
    width: 110px;
    height: 110px; }
  .professional-comment__author {
    font-size: 15px; }
  .professional-comment__author-link {
    padding-left: 130px;
    min-height: 120px;
    padding-top: 8px; }
  .professional-comment__footer {
    padding: 0 20px 20px; }
  .professional-comment__share-btn, .professional-comment__voting-btn {
    width: 36px;
    height: 36px; }
  .professional-comment__voting-item:nth-child(1) .professional-comment__voting-btn {
    background-position: 0 0; }
  .professional-comment__voting-item:nth-child(2) .professional-comment__voting-btn {
    background-position: -43px 0; }
  .professional-comment__voting-item:nth-child(3) .professional-comment__voting-btn {
    background-position: -86px 0; }
  .professional-comment__voting-item:nth-child(4) .professional-comment__voting-btn {
    background-position: -129px 0; }
  .professional-comment__voting-item:nth-child(5) .professional-comment__voting-btn {
    background-position: -172px 0; }
  .professional-comment__share-btn svg {
    width: 25px;
    height: 21px; }
  .journal-article__text ul {
    list-style-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 9' width='16' height='9'%3E%3Crect fill='%23000000' width='7' height='7'/%3E%3C/svg%3E"); }
    .journal-article__text ul.ul-arrow {
      list-style-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10' width='16' height='10'%3E%3Cpath fill='%23000000' d='M12.82,4.07,9,.18a.59.59,0,0,0-.85,0A.6.6,0,0,0,8.1,1l2.84,2.85H.6a.61.61,0,0,0,0,1.22H10.94L8.1,8a.61.61,0,0,0,.43,1A.58.58,0,0,0,9,8.82l3.87-3.89A.6.6,0,0,0,12.82,4.07Z'/%3E%3C/svg%3E"); }
    .journal-article__text ul.ul-star {
      list-style-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12' width='16' height='12'%3E%3Cpath fill='%23000000' d='M2.55,7,2,10.58a.35.35,0,0,0,.51.36l3-1.67,3,1.67A.35.35,0,0,0,9,10.58L8.45,7,10.9,4.51a.34.34,0,0,0-.19-.58L7.33,3.41,5.81.18a.36.36,0,0,0-.62,0L3.67,3.41.29,3.93a.34.34,0,0,0-.19.58Z'/%3E%3C/svg%3E"); }
    .journal-article__text ul li:not(:last-child), .journal-article__text ul li:not(:last-child):not(:first-child) {
      margin-bottom: 18px; }
  .journal-article__text p,
  .journal-article__text ul,
  .journal-article__text blockquote {
    margin-top: 18px;
    margin-bottom: 18px; }
  .form-article-voting__title {
    font-size: 16px; }
  .professional-comment__body:before {
    left: 17px; }
  .portfolio-work {
    height: auto; } }

@media (max-width: 575px) {
  .ul-logo li {
    padding-left: 0; }
    .ul-logo li img {
      position: relative;
      left: auto;
      top: auto;
      max-width: 140px;
      margin-bottom: 20px; } }

@media (max-width: 560px) {
  .article-slider-images {
    height: 280px; }
  .journal-article__footer .new_footer_bottom {
    border: 1px solid #e1e1e1;
    padding: 15px;
    text-align: center; }
  .journal-article__footer:after {
    content: '';
    display: table;
    clear: both; }
  .journal-article__footer .meta_info {
    width: auto;
    float: none;
    text-align: left;
    margin-bottom: 0;
    padding: 0;
    margin-top: 4px;
    margin-right: 12px;
    display: inline-block;
    vertical-align: top; }
    .journal-article__footer .meta_info:before, .journal-article__footer .meta_info:after {
      content: normal;
      display: none; }
    .journal-article__footer .meta_info_item {
      margin-right: 8px;
      width: auto;
      float: none; }
  .journal-article__footer .meta_actions {
    width: auto;
    float: none;
    text-align: right;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    vertical-align: top; }
  .journal-article__footer .meta_share {
    position: static;
    padding-top: 20px;
    clear: both;
    height: auto;
    margin: 0; }
  .profi-online__list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.11%;
        -ms-flex: 0 0 11.11%;
            flex: 0 0 11.11%;
    max-width: 11.11%; }
  .journal-article__footer {
    padding-top: 14px; }
  .journal-article__accent {
    padding-left: 20px; }
    .journal-article__accent:after {
      width: 8px; } }

@media (max-width: 480px) {
  .article-slider-images {
    height: 270px; }
  .profi-online__list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28%;
        -ms-flex: 0 0 14.28%;
            flex: 0 0 14.28%;
    max-width: 14.28%; } }

@media (max-width: 420px) {
  .article-slider-images {
    height: 220px; }
  .journal-article__title {
    font-size: 24px; }
  .profi-online__list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666%;
        -ms-flex: 0 0 16.6666%;
            flex: 0 0 16.6666%;
    max-width: 16.6666%; }
  .journal-article-subscribe__title {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.2; }
  .journal-article-subscribe__small {
    margin-top: 6px;
    line-height: 1.5; }
  .form-article-subscribe__body {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; }
  .form-article-subscribe__input {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; }
  .form-article-subscribe__submit {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin-left: 0;
    width: 100%;
    margin-top: 15px; }
  .journal-article-sidebar__portfolio-title,
  .journal-article-sidebar__related-title,
  .profi-online__title {
    font-size: 16px; }
  .professional-comment__title {
    font-size: 16px;
    padding: 12px 15px; }
  .professional-comment__author-photo {
    width: 80px;
    height: 80px; }
  .professional-comment__author {
    font-size: 14px; }
  .professional-comment__author-link {
    min-height: 80px;
    padding-left: 94px;
    padding-top: 0; }
  .professional-comment__body {
    font-size: 15px;
    padding: 20px 15px; }
    .professional-comment__body:before {
      left: 12px; }
  .professional-comment__author-position, .professional-comment__author-city {
    margin-top: 3px; }
  .professional-comment__footer {
    padding-left: 15px;
    padding-right: 15px; }
  .profi-online__body {
    padding: 20px 15px; } }

@media (max-width: 380px) {
  .professional-comment__voting-item {
    margin-right: 5px; } }

@media (max-width: 359px) {
  .professional-comment__title {
    padding: 12px; }
  .professional-comment__body {
    padding: 20px 12px; }
    .professional-comment__body:before {
      left: 10px; }
  .professional-comment__footer {
    padding-left: 12px;
    padding-right: 12px; } }
