.vk-container {
  font-size: 15px;
  font-family: tahoma, arial, verdana, sans-serif;
  color: black;
  text-decoration: none;
}

.vk-header {
  margin-bottom: 10px;
  padding: 4px 4px 4px 6px;

  background: rgb(218, 226, 232) none repeat scroll 0 0;
}

.vk-header-text {
  padding: 2px 3px 1px;

  font-weight: bold;
  line-height: 100%;
  color: rgb(69, 104, 142);
}

.vk-comment,
.vk-comment-load {
  position: relative;

  margin-bottom: 15px;
  padding-bottom: 15px;

  border-bottom: 1px solid rgb(218, 225, 232);
}

.vk-avatar img {
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.vk-comment-name {
  font-weight: bold;
  font-size: 12px;
  color: rgb(43, 88, 122);
}

.vk-comment-text {
  margin-left: 60px;
}

.vk-comment-date {
  margin-left: 60px;

  color: rgb(153, 153, 153);
}

div.blur {
  position: relative;

  padding: 10px;

  background: #eeeeee;
  cursor: pointer;
}

div.blur img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;

  -webkit-filter: blur(15px);
          filter: blur(15px);

     -moz-filter: blur(15px);
      -ms-filter: blur(15px);
       -o-filter: blur(15px);
}

.blur-p {
  position: absolute;
  top: 10%;
  left: 50%;

  font-size: 24px;
  text-align: center;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000000;

  transform: translateX(-50%);
}

.mIn {
  width: 1400px;
}

@media screen and (max-width: 1400px) {
  div.mIn {
    width: 100% !important;
  }
}

h1,
h2,
h3 {
  font-weight: 500;
}

h1 {
  font-weight: 400;
  font-size: 2.5em;
  line-height: 110%;
}

body {
  overflow-x: hidden;

  font-family: "Segoe UI", "Open Sans", Arial, sans-serif;
}

#__main__ {
  transition: all 0.3s ease-in-out 0s;
}

#header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9;

  display: flex;
  width: 99%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 3px 5px;

  color: rgb(255, 255, 255);

  background: rgb(0, 51, 102) none repeat scroll 0 0;

  transition: all 0.3s ease-in-out 0s;
}

#header > div > div {
  display: inline-block;
  margin: 10px 0 0;

  vertical-align: bottom;
}

#header .logo {
  margin-right: 30px;
  margin-left: 50px;
}

@media screen and (max-width: 736px) {
  #header .logo {
    margin-right: 0;
    margin-left: 40px;
  }
}

@media screen and (max-width: 1024px) {
  #header .main_menu {
    display: none;
  }
}

.top_nav {
  margin: 0;
  padding: 0 0 2px;

  list-style: none;
}

.top_nav__item {
  display: inline-block;

  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

.top_nav__item + .top_nav__item {
  margin-left: 10px;
}

.top_nav__item:hover {
  text-decoration: underline;

  cursor: pointer;
}

#body {
  position: relative;

  min-height: 700px;

  background-color: rgb(238, 238, 238);
}

#body > #center {
  padding-left: 0;
}

#body > #center p {
  margin-bottom: 20px;
}

#body #right {
  position: relative;

  box-sizing: border-box;
  min-height: 1px;
  padding-right: 0;
  overflow: visible;
}

#body #right > div > div {
  position: relative;

  float: left;
  width: 100%;
  margin-bottom: 10px;
}

#body #right ._company div.news {
  margin-bottom: 10px;
}

@media screen and (max-width: 736px) {
  #body ._company div.news {
    display: none;
  }
}

header.blockHeader {
  margin-top: 0;
  margin-bottom: 10px;

  border: medium none;
}

header.blockHeader .blockHeaderName {
  padding: 0;

  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

@media screen and (max-width: 736px) {
  header.blockHeader .blockHeaderName {
    padding: 0 20px;
  }
}

header.blockHeader .blockHeaderName span {
  font-weight: 700;
  color: rgb(34, 34, 34);
}

#right .section > article {
  margin: 0 auto;
  padding: 15px 5px 10px;

  background: rgb(255, 255, 255) none repeat scroll 0 0;
}

._yarstarosti article:nth-child(-n + 2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;

  display: block;
  width: 90%;
  height: 1px;

  background-color: #eeeeee;
  transform: translateX(-50%);
}

#right .section > article div.img {
  margin-bottom: 10px;

  border: medium none;
}

#right .section > article .linkName {
  font-weight: 400;
  font-size: 14px;
  color: rgb(34, 34, 34);
}

@media screen and (max-width: 736px) {
  ._newsBN,
  #right {
    display: none;
  }
}

._content h1,
._content h2,
._content h3,
._content p {
  margin-bottom: 20px;

  line-height: 1.5;
}

._content .news.current {
  margin-bottom: 0;
}

._content .news.current .section article {
  margin-bottom: 0;
  padding-bottom: 40px;

  background: rgb(255, 255, 255) none repeat scroll 0 0;
}

._content .news.current .section article div.gallery {
  position: relative;

  float: left;
  width: 100%;
  min-height: 150px;
  margin-bottom: 30px;
}

._content .news.current .section article div.gallery .caption {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  margin: 0 !important;
  padding: 30px 60px;

  font-size: 20px;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);

  background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)) repeat scroll 0 0;
}

@media screen and (max-width: 1024px) {
  ._content .news.current .section article div.gallery .caption {
    position: relative;

    padding: 10px 20px;

    font-size: 18px;
    color: rgb(0, 0, 0);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);

    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  }
}

._content .news.current .section article .categories {
  padding: 0 20px 0 60px;
}

@media screen and (max-width: 736px) {
  ._content .news.current .section article .categories {
    padding: 0 20px;
  }
}

._content .news.current .section article .categories a {
  margin-right: 10px;
  padding: 5px 10px;

  font-weight: 700;
  font-size: 11px;
  line-height: 100%;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;

  background: #003366;
}

._content .news.current .section article {
  padding-bottom: 0 !important;
}

._content .news_content {
  float: left;
  padding: 0 60px 0 60px !important;
}

@media screen and (max-width: 736px) {
  ._content .news_content {
    width: 100%;
    padding: 0 20px !important;
  }
}

._content .news_content .section article .beforeContent {
  position: relative;

  float: left;
  width: 100%;
  margin-bottom: 30px;
}

._content .news_content .section article .beforeContent .categories {
  float: left;
  margin: 0;
  padding: 0;
}

._content ._newsBN {
  float: right;
  width: 25%;
  padding-right: 20px;
  padding-left: 20px;

  border-left: 1px solid rgb(222, 222, 222);
}

@media screen and (max-width: 736px) {
  ._content ._newsBN {
    width: 100%;
    margin-top: 15px;
    padding: 0 20px;
  }
}

._content {
  position: relative;

  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;

  background: rgb(255, 255, 255) none repeat scroll 0 0;
}

@media screen and (max-width: 736px) {
  ._content {
    padding-top: 20px;
  }
}

._content > * {
  padding: 0 40px;
}

._content > .news {
  padding: 0;
}

._content > .news > h1.listHeader {
  padding-right: 60px;
  padding-left: 60px;

  font-weight: bold;
  color: red;
}

@media screen and (max-width: 736px) {
  ._content > .news > h1.listHeader {
    padding-right: 20px;
    padding-left: 20px;

    font-size: 1.6em;
  }
}


/* Code tidied up by ScrapBook */


/* Code tidied up by ScrapBook */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

  outline: 0 none;
}

body {
  font-family: "Open Sans", Arial, serif, Arial, serif;

  background: rgba(0, 0, 0, 0) none no-repeat fixed center top;
}

div#__main__ {
  position: relative;

  width: 100%;
}

.mOut {
  position: relative;

  width: 100%;
}

.mIn {
  float: none;
  width: 1200px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  div.mIn {
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 480px) {
  div.mIn {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

a,
img {
  border: medium none;
  outline: 0 none;
}

[class^="col-"] {
  position: relative;

  display: block;
  float: left;
  box-sizing: border-box;
  min-height: 1px;
  margin-bottom: 20px;
  padding: 0 10px;
}

.col-20 {
  width: 20%;
}

.col-80 {
  width: 80%;
}

@media only screen and (min-width: 300px) and (max-width: 736px) {
  [class^="col-"] {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}


/* Code tidied up by ScrapBook */


/* Code tidied up by ScrapBook */


/* Code tidied up by ScrapBook */


/* Code tidied up by ScrapBook */


/* Code tidied up by ScrapBook */


/* Code tidied up by ScrapBook */

header.blockHeader {
  float: left;
  width: 100%;
  margin-bottom: 0;

  border-bottom: 2px solid rgb(22, 22, 22);
}

header.blockHeader .blockHeaderName {
  display: inline-block;
  margin: 0 !important;
  padding: 5px 20px;

  font-size: 1.17em;

  background-color: rgb(22, 22, 22);
}

header.blockHeader .blockHeaderName span {
  font-size: 0.8em;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;

  cursor: pointer;
}

header.blockHeader .blockHeaderName span:hover {
  text-decoration: underline;
}

.news {
  float: left;
  width: 100%;
}

.news .listHeader {
  margin-bottom: 14px;
}

.news .section {
  display: block;
  float: left;
  width: 100%;
}

.news .section article {
  position: relative;

  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;

  list-style: outside none none;
}

.news .section article img {
  width: 100%;
  height: auto;
}

.news .section article div.img {
  position: relative;

  display: block;

  font-size: 1px;
  text-decoration: none;

  cursor: pointer;
}

.news .section article .linkName {
  position: relative;

  display: block;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.news .section article .linkName span {
  display: inline-block;

  color: rgb(22, 22, 22);
  text-decoration: none;

  cursor: pointer;
}

.news .section article .caption {
  font-size: 0.8em;
  color: grey;
}

.news .section article:last-child {
  margin-bottom: 0 !important;

  border-bottom: 0 none !important;
}

.news .section article p {
  margin-bottom: 0;
}

.news .section.leftThumb article {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.news .section.leftThumb article div.img {
  position: relative;

  display: block;
  float: left;
  width: 30%;
}

@media screen and (max-width: 737px) {
  .news .section.leftThumb article div.img {
    width: 100%;
  }
}

.news .section.leftThumb article .content {
  float: right;
  width: 65%;
}

@media screen and (max-width: 737px) {
  .news .section.leftThumb article .content {
    width: 100%;
  }
}

@media only screen and (max-width: 520px) {
  .news .section article {
    width: 100% !important;
  }
}


/* Code tidied up by ScrapBook */

.greenlink {
  width: 100%;
  margin: 0 0 20px;
  padding: 20px;

  font-weight: bold;
  font-size: 26px;
  line-height: 1.4em;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;

  border-radius: 5px;
 box-shadow: 0 4px 3px #242120;
  background: red;
  transition: background 0.3s;
}
.greenlink:hover {
	background: #bb0000;
	transition: background 0.3s;
}

a.n-underline {
  font-size: 21px;
  text-decoration: none;
}

.gradient {
  background-color: #7ac44d;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjEwMCUiIHI9IjE0MS40MjEzNTYyMzczMDk1JSI+PHN0b3Agc3RvcC1jb2xvcj0iI2YzZWYxNSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA5ODg1IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvcmFkaWFsR3JhZGllbnQ+PHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
  /* Android 2.3- hack (needed for the actual radial gradient) */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjEwMCUiIHI9IjE0MS40MjEzNTYyMzczMDk1JSI+PHN0b3Agc3RvcC1jb2xvcj0iI2YzZWYxNSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA5ODg1IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvcmFkaWFsR3JhZGllbnQ+PHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==), -webkit-gradient(radial, left bottom, 0, left bottom, 723, color-stop(0, rgb(243, 239, 21)), color-stop(1, rgb(0, 152, 133)));
  /* Android 2.3 */
  background-image: -webkit-repeating-radial-gradient(left bottom, ellipse farthest-corner, rgb(243, 239, 21) 0%, rgb(0, 152, 133) 100%);
  /* IE10+ */
  background-image:         repeating-radial-gradient(ellipse farthest-corner at left bottom, rgb(243, 239, 21) 0%, rgb(0, 152, 133) 100%);
  background-image:     -ms-repeating-radial-gradient(left bottom, ellipse farthest-corner, rgb(243, 239, 21) 0%, rgb(0, 152, 133) 100%);
}

.gradient:hover {
  background: #27f713;
}


/* IE8- CSS hack */

@media screen {
  .gradient {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fff3ef15", endColorstr="#ff009885", GradientType=0);
  }
}


/* Code tidied up by ScrapBook */


/* Code tidied up by ScrapBook */

.eAuthContainer > :hover {
  opacity: 1;
}


/* Code tidied up by ScrapBook */

.theiaStickySidebar {
  position: static;

  padding-top: 0;
  padding-bottom: 1px;

  background-color: #ffffff;
  transform: none;
}

.theiaStickySidebar::after {
  content: "";

  display: table;
  clear: both;
}

.popup-blackout {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;

  display: none;
  width: 100%;
  height: 100vh;

  background-color: rgba(0, 0, 0, 0.7);
}

.popup {
  position: absolute;
  top: 6%;
  left: 50%;

  display: block;
  width: 90%;
  max-width: 780px;
  padding: 25px 40px;

  color: #ffffff;

  background: rgba(60, 114, 181, 1);
  background:    -moz-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(60, 114, 181, 1)), color-stop(100%, rgba(123, 159, 204, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
  background:      -o-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
  background:     -ms-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
  background:         linear-gradient(135deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
  border: 5px solid #dddddd;
  transform: translateX(-50%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#3c72b5", endColorstr="#7b9fcc", GradientType=1);
}

.close-blackout {
  position: absolute;
  top: 5px;
  right: 5px;

  width: 30px;
  height: 30px;

  background-image: url("../img/close-1.png");
  background-size: 100%;
  border-radius: 50%;
  cursor: pointer;
}

.popup-title {
  display: block;

  font-weight: bold;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.popup-inner {
  padding-top: 10px;

  font-size: 0;
}

.popup-pic,
.popup-text {
  display: inline-block;

  vertical-align: middle;
}

.popup-pic {
   width: 200px; 
}

.popup-text {
  width: calc(100% - 200px);
  padding-left: 35px;

  font-size: 22px;
  line-height: 1.5;
}

.popup-footer {
  padding-top: 25px;
}

.popup-more-btn {
  z-index: 12;

  display: block;
  width: 402px;
  height: 64px;
  margin: 0 auto;
  padding: 0 10px;

  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 60px;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-indent: 0;

  background: rgba(222, 69, 92, 1);
  background:    -moz-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(222, 69, 92, 1)), color-stop(13%, rgba(222, 69, 92, 1)), color-stop(76%, rgba(192, 31, 55, 1)), color-stop(100%, rgba(192, 31, 55, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
  background:      -o-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
  background:     -ms-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
  background:         linear-gradient(135deg, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
  border: 1px solid rgba(73, 155, 234, 1);
  border-radius: 10px;
  opacity: 1;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#de455c", endColorstr="#c01f37", GradientType=1);

  transition: 0.6s ease;
}

.popup-more-btn:hover {
  transform: scale(1.3);
}

._newsBN__banner {
  cursor: pointer;
}

._newsBN__banner img {
  display: block;
  width: 100%;
}

.banner_text {
  margin-bottom: 10px;

  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.block-scheme {
  position: relative;

  margin: 0 auto 20px;
}

.block-scheme__title {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.block-scheme-inner {
  position: relative;

  padding-left: 30px;

  font-size: 0;
}

.scheme-pic,
.block-scheme__legend {
  display: inline-block;

  vertical-align: middle;
}

.block-scheme__label {
  position: absolute;
  top: 50%;
  left: -30px;

  font-weight: 700;
  font-size: 16px;

  transform: rotate(-90deg) translate(0, -50%);
}

.scheme-pic {
  width: calc(100% - 150px);
}

.block-scheme__legend {
  width: 150px;
  margin: 0;
  padding-left: 30px;

  list-style: none;
  font-weight: 700;
  font-size: 16px;
}

.block-scheme__legend-item {
  position: relative;

  display: block;
}

.block-scheme__legend-item:nth-child(n+2) {
  margin-top: 12px;
}

.block-scheme__legend-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;

  display: block;
  width: 15px;
  height: 15px;
}

.block-scheme__legend-item:nth-child(1)::before {
  background-color: #f8fa01;
}

.block-scheme__legend-item:nth-child(2)::before {
  background-color: #109619;
}

.block-scheme__legend-item:nth-child(3)::before {
  background-color: #dc3812;
}

.block-scheme__legend-item:nth-child(4)::before {
  background-color: #3266cc;
}

.block-scheme__legend-item:nth-child(5)::before {
  background-color: #ff9700;
}

.block-scheme__legend-item:nth-child(6)::before {
  background-color: #0efbd1;
}

.article-picture-box {
  margin-bottom: 25px;
}

.before-after img {
  width: 100%;
}

.before-after figcaption {
  margin-bottom: 10px;

  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.before-after__periods {
  font-size: 0;
  text-align: center;
}

.before-after__periods span {
  display: inline-block;
  width: 33%;

  font-weight: 700;
  font-size: 16px;
  vertical-align: middle;
}

.colored-link {
  font-weight: 700;
  color: #109619;
}

.colored-link:hover {
  text-decoration: none;
}


.italic {
  font-style: italic;
}

.comment-rev-pic {
  display: block;
  max-width: 100%;
  max-height: 60vh;
  margin: 0 auto 20px;

  object-fit: contain;
}

@media all and (max-width: 1023px) {
  .scheme-pic,
  .block-scheme__legend {
    width: 100%;
  }

  .block-scheme__label {
    top: 23%;
    left: -40px;
  }

  .block-scheme__legend {
    padding-top: 15px;
  }
}

.img-wrap {
  margin-bottom: 20px;
}

.img-wrap img {
  display: block;
  /* width: 100%; */
  max-width: 220px;
  margin: 0 auto;
}

.article-title {
  font-size: 24px;
}

.red {
  color: red;
}

#body > #center .vk-comment-text p,
.comment-rev-pic {
  margin-bottom: 5px;
}

.greenlink.gradient {
  display: inline-block;
  width: auto;

  text-align: center;
}

.center {
  text-align: center;
}

._company .news:nth-of-type(n+2)::before {
  content: "";
  position: relative;
  top: 0;
  left: 50%;

  display: block;
  width: 90%;
  height: 1px;

  background-color: #444444;
  transform: translateX(-50%);
}

._company .news:last-child::before {
  display: none;
}

._articles,
._company,
._yarstarosti,
._company .news:last-child {
  border-top: 20px solid #eeeeee;
}

.doc-face-pic {
  display: block;
  width: 100%;
  max-width: 453px;
  margin: 0 auto 20px;
}

.doc-male {
  float: right;
  margin-left: 15px;
}



@media(max-width:600px) {
  .doc-male {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }

  .article-title,
  h2 {
    font-size: 18px;
  }
}
