.flexGrid {
  padding-left: 24px;
  padding-right: 24px;
}
@media all and (min-width: 540px) {
  .flexGrid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media all and (min-width: 1400px) {
  .flexGrid {
    padding-left: 0;
    padding-right: 0;
  }
}
.flexMargin {
  margin-left: -24px;
  margin-right: -24px;
}
@media all and (min-width: 540px) {
  .flexMargin {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media all and (min-width: 768px) {
  .flexMargin {
    margin-left: auto;
    margin-right: auto;
  }
}
.flexPadding {
  padding-left: 24px;
  padding-right: 24px;
}
@media all and (min-width: 540px) {
  .flexPadding {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media all and (min-width: 768px) {
  .flexPadding {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Основной Цвет */
/* Вторичный Цвет A */
/* Вторичный Цвет B */
.article-content {
  font-size: 18px;
  line-height: 1.4;
  /**
    span.tooltip-info
    оборачивается одно или несколько слов
    при наведении мыши показывается текст
   */
}
@media all and (min-width: 1200px) {
  .article-content {
    font-size: 20px;
  }
}
.article-content > *:first-child {
  margin-top: 0 !important;
}
.article-content hr {
  border: 1px solid #ededed;
}
.article-content hr.small,
.article-content hr.default {
  margin: 30px 0;
}
.article-content hr.medium {
  margin: 60px 0;
}
.article-content hr.large {
  margin: 90px 0;
}
.article-content > .f-slider {
  position: relative;
  height: 0;
  padding-top: 68%;
  padding-bottom: 68px;
  background: #ededed;
  overflow: hidden;
  margin-left: -24px;
  margin-right: -24px;
}
@media all and (min-width: 540px) {
  .article-content > .f-slider {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media all and (min-width: 768px) {
  .article-content > .f-slider {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 768px) {
  .article-content > .f-slider {
    padding-top: 57%;
  }
}
.article-content > .f-slider .f-slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.article-content > .f-slider .fotorama__arr {
  position: absolute;
  top: 50%;
  width: 80px;
  height: 80px;
  padding: 0;
  opacity: 0.5;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: opacity ease 0.3s;
}
.article-content > .f-slider .fotorama__arr--disabled {
  opacity: 0 !important;
  pointer-events: none !important;
}
.article-content > .f-slider .fotorama__arr:hover {
  opacity: 1;
}
.article-content > .f-slider .fotorama__arr:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: url(/app/public/design/arrow_red.svg) center center no-repeat transparent;
}
.article-content > .f-slider .fotorama__arr--prev {
  left: -40px;
  transform: translate(0, -50%) rotate(180deg);
}
.article-content > .f-slider .fotorama__arr--prev:before {
  left: -10px;
}
.article-content > .f-slider .fotorama__arr--next {
  right: -40px;
  transform: translate(0, -50%);
}
.article-content > .f-slider .fotorama__arr--next:before {
  left: -10px;
}
.article-content > .image,
.article-content .html .image {
  position: relative;
  overflow: hidden;
}
.article-content > .image.vrezka,
.article-content .html .image.vrezka {
  margin-top: -30px;
  padding-top: 0 !important;
}
.article-content > .image.vrezka:before,
.article-content .html .image.vrezka:before {
  display: none;
}
.article-content > .image.vrezka .image--inner.ratio-wrap:after,
.article-content .html .image.vrezka .image--inner.ratio-wrap:after {
  display: none;
}
.article-content > .image.noborder .image--inner.ratio-wrap:after,
.article-content .html .image.noborder .image--inner.ratio-wrap:after {
  border: 0 !important;
}
.article-content > .image.fw,
.article-content .html .image.fw {
  width: auto !important;
}
.article-content > .image .image--inner,
.article-content .html .image .image--inner {
  display: block;
  width: 100%;
  height: 100%;
}
.article-content > .image .image--inner.ratio-wrap,
.article-content .html .image .image--inner.ratio-wrap {
  position: relative;
  height: 0;
}
.article-content > .image .image--inner.ratio-wrap:after,
.article-content .html .image .image--inner.ratio-wrap:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #000;
  background: transparent;
  pointer-events: none;
  opacity: 0.1;
}
.article-content > .image .image--inner.ratio-wrap img,
.article-content .html .image .image--inner.ratio-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.article-content > .image a,
.article-content .html .image a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.article-content > .image a:hover,
.article-content .html .image a:hover {
  color: #fe0002;
}
.article-content > .image img,
.article-content .html .image img {
  max-width: 100%;
  vertical-align: bottom;
}
.article-content > .image .view-image,
.article-content .html .image .view-image {
  cursor: zoom-in;
}
.article-content > .image .caption,
.article-content .html .image .caption {
  text-align: right;
  font-size: 80%;
  color: #9b9b9b;
  padding-left: 24px;
  padding-right: 24px;
}
@media all and (min-width: 540px) {
  .article-content > .image .caption,
  .article-content .html .image .caption {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media all and (min-width: 768px) {
  .article-content > .image .caption,
  .article-content .html .image .caption {
    padding-left: 0;
    padding-right: 0;
  }
}
.article-content > .image .caption a,
.article-content .html .image .caption a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.article-content > .special {
  background: #ededed;
  padding: 15px;
  margin: 30px 0;
  border: 4px solid #dadada;
  box-sizing: border-box;
}
.article-content > .special .avatar {
  display: block;
  margin: 0 auto 30px;
  max-width: 200px;
}
.article-content > .special .iframe-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 58%;
}
.article-content > .special .iframe-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.article-content > .special iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.article-content > .lead {
  width: auto;
  color: #dc0000;
}
.article-content .embed {
  margin: 30px auto;
}
.article-content .embed iframe,
.article-content .embed video {
  border: none;
  width: 100% !important;
  height: 100% !important;
}
.article-content .embed .video-preview {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.article-content .embed .video-preview:before,
.article-content .embed .video-preview:after {
  content: "";
  position: absolute;
  transition: opacity ease 0.3s;
}
.article-content .embed .video-preview:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.4;
}
.article-content .embed .video-preview:after {
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  background: url(/app/public/design/icon-play.svg) 60% center no-repeat;
  background-size: contain;
  opacity: 0.6;
}
.article-content .embed .video-preview:hover:before {
  opacity: 0.6;
}
.article-content .embed .video-preview:hover:after {
  opacity: 1;
}
.article-content .embed-message {
  max-width: 500px;
  margin: 30px auto;
}
.article-content > .html {
  position: relative;
  margin: 30px 0;
}
.article-content > .html iframe {
  width: 100% !important;
  height: auto !important;
}
.article-content > .html img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.article-content > h3,
.article-content > h4 {
  margin-top: 1.8em;
  margin-bottom: 0.8em;
  font-size: 1.35em;
}
.article-content > h4 {
  font-weight: normal;
}
.article-content > h3 a,
.article-content > h4 a,
.article-content > p a,
.article-content > ol a,
.article-content > ul a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #fe0002;
}
.article-content > .list ul {
  padding: 0;
  list-style: square inside;
}
.article-content .twisted-text {
  margin-top: 2em;
  margin-bottom: 2em;
}
.article-content .twisted-text__checkbox {
  display: none;
}
.article-content .twisted-text__label {
  display: block;
  position: relative;
  padding-left: 35px;
  font-weight: 600;
  cursor: pointer;
}
.article-content .twisted-text__label:hover {
  color: #008bc5;
}
@media all and (min-width: 1200px) {
  .article-content .twisted-text__label {
    padding-left: 45px;
  }
}
.article-content .twisted-text__label:before {
  content: "i";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #008bc5;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  opacity: 1;
}
@media all and (min-width: 1084px) {
  .article-content .twisted-text__label:before {
    top: 2px;
  }
}
@media all and (min-width: 1200px) {
  .article-content .twisted-text__label:before {
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 20px;
  }
}
.article-content .twisted-text__label span {
  border-bottom: 1px solid #008bc5;
}
.article-content .twisted-text .twisted-text__checkbox:checked ~ .twisted-text__content {
  height: auto;
  opacity: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 2px solid #008bc5;
}
.article-content .twisted-text .twisted-text__checkbox:checked ~ .twisted-text__label {
  color: #008bc5;
}
.article-content .twisted-text__content {
  overflow: hidden;
  height: 0;
  opacity: 0;
  color: #444;
  font-size: 14px;
  transition: opacity ease 0.3s;
  transition-delay: 0.1s;
}
@media all and (min-width: 768px) {
  .article-content .twisted-text__content {
    padding-left: 35px;
  }
}
@media all and (min-width: 1200px) {
  .article-content .twisted-text__content {
    padding-left: 45px;
  }
}
.article-content .photorep {
  display: block;
}
.article-content .photorep .r {
  display: block;
}
@media all and (min-width: 768px) {
  .article-content .photorep .r {
    display: flex;
  }
}
.article-content .photorep .caption {
  display: block;
  transition: transform ease 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 0.8em;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
@media all and (min-width: 768px) {
  .article-content .photorep .caption {
    font-size: 0.6em;
  }
}
.article-content .photorep .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.article-content .photorep .item:hover .caption {
  transform: translate(0, 100%);
}
@media all and (min-width: 768px) {
  .article-content .photorep .item {
    margin-bottom: 0;
    border: solid #fff;
    border-width: 0 1px 1px 0;
  }
}
@media all and (min-width: 768px) {
  .article-content .photorep .c {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media all and (min-width: 768px) {
  .article-content .photorep .c-50 {
    width: 50%;
  }
}
@media all and (min-width: 768px) {
  .article-content .photorep .c-25 {
    width: 25%;
  }
}
.article-content .photorep .pic {
  display: block;
  margin: 0;
}
.article-content .highlight {
  background: rgba(255, 102, 102, 0.3);
}
.article-content > .nums {
  margin: 30px 0;
  width: 100%;
  overflow: hidden;
  background: #f2f2f2;
}
.article-content > .nums .num-item {
  box-sizing: border-box;
  padding: 15px;
  border-bottom: 2px solid #dadada;
}
.article-content > .nums .num-item:last-child {
  border-bottom: 0;
}
.article-content > .nums .num {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: #8e8e8e;
  font-family: EuclidFlex, sans-serif;
}
.article-content > .nums .text {
  color: #333;
}
.article-content > .nums .text p {
  margin: 0;
}
.article-content blockquote p {
  text-align: justify;
}
.article-content .vrezka,
.article-content blockquote:not(.tiktok-embed) {
  position: relative;
  margin-top: 1.4em;
  margin-bottom: 1em;
  padding-top: 24px;
  padding-bottom: 24px;
  background: #f7f3f2;
  border-left: 4px solid #f9adac;
  box-shadow: inset 0 0 5px rgba(154, 147, 140, 0.15);
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
}
@media all and (min-width: 540px) {
  .article-content .vrezka,
  .article-content blockquote:not(.tiktok-embed) {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media all and (min-width: 768px) {
  .article-content .vrezka,
  .article-content blockquote:not(.tiktok-embed) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 540px) {
  .article-content .vrezka,
  .article-content blockquote:not(.tiktok-embed) {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media all and (min-width: 768px) {
  .article-content .vrezka,
  .article-content blockquote:not(.tiktok-embed) {
    padding-left: 0;
    padding-right: 0;
  }
}
.article-content .vrezka:before,
.article-content blockquote:not(.tiktok-embed):before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, 0);
  background: url("/app/public/images/socials/social.svg#quote") no-repeat center center;
  background-color: white;
  border-radius: 50%;
}
.article-content .vrezka.no-quote:before,
.article-content blockquote:not(.tiktok-embed).no-quote:before {
  display: none ! important;
}
.article-content .vrezka.with-image:after,
.article-content blockquote:not(.tiktok-embed).with-image:after {
  content: "";
  display: table;
  clear: both;
}
.article-content .vrezka.with-image .v-text h3,
.article-content blockquote:not(.tiktok-embed).with-image .v-text h3 {
  margin-top: 0;
}
.article-content .vrezka.with-image .v-text p,
.article-content blockquote:not(.tiktok-embed).with-image .v-text p {
  margin: 15px 0;
}
.article-content .vrezka.with-image .v-text p:first-child,
.article-content blockquote:not(.tiktok-embed).with-image .v-text p:first-child {
  margin: 0 0 0 75px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.article-content .vrezka.with-image .v-text p:last-child,
.article-content blockquote:not(.tiktok-embed).with-image .v-text p:last-child {
  margin-bottom: 0;
}
.article-content .vrezka.with-image .v-text p:nth-child(2),
.article-content blockquote:not(.tiktok-embed).with-image .v-text p:nth-child(2) {
  clear: both;
}
.article-content .vrezka.with-image .v-text a,
.article-content blockquote:not(.tiktok-embed).with-image .v-text a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #fe0002;
}
.article-content .vrezka .v-image,
.article-content blockquote:not(.tiktok-embed) .v-image {
  width: 60px;
  float: left;
  margin-right: 15px;
  margin-bottom: 6px;
}
.article-content .vrezka .v-image img,
.article-content blockquote:not(.tiktok-embed) .v-image img {
  max-width: 100%;
}
.article-content .vrezka .v-text a,
.article-content blockquote:not(.tiktok-embed) .v-text a {
  color: inherit;
  border-bottom: 1px solid #ffaeae;
  text-decoration: none;
}
.article-content .vrezka .v-text a:hover,
.article-content blockquote:not(.tiktok-embed) .v-text a:hover {
  border-color: #fe0002;
}
.article-content .agencyLink,
.article-content .link-to-card {
  font-weight: 600;
  text-decoration: none;
  border: none !important;
  white-space: nowrap;
}
.article-content .agencyLink span,
.article-content .link-to-card span {
  border-bottom: 1px solid #fe0002 !important;
}
.article-content .agencyLink img,
.article-content .link-to-card img {
  max-height: 18px;
  max-width: 80px;
  vertical-align: middle;
}
.article-content .text-big {
  font-size: 115%;
}
.article-content .text-bold {
  font-weight: bold;
}
.article-content .vacancy {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #fddee2;
  border-radius: 0 25px 0 0;
  padding: 10px;
  margin: 15px auto;
  background-color: #f7f3f2;
}
.article-content .vacancy a {
  color: inherit;
  text-decoration: none;
}
.article-content .vacancy .vacancy-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: EuclidFlex, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
}
.article-content .vacancy .agency-name {
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 20px;
}
.article-content .vacancy .agency-logo {
  float: right;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  height: 30px;
  padding: 0 8px;
  border: 1px solid #fddee2;
  border-radius: 50px 50px 50px 0;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}
.article-content .vacancy .agency-logo > img {
  display: block;
  align-self: center;
  max-height: 25px;
  max-width: 40px;
  width: auto;
  height: auto;
  flex-shrink: 0;
  flex-grow: 0;
}
.article-content .vacancy .salary-wrap {
  margin-bottom: 20px;
}
.article-content .vacancy .money-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("/app/public/design/ruble_icon.svg") no-repeat center center;
  background-size: cover;
  vertical-align: middle;
  opacity: 0.4;
}
.article-content .vacancy .zp {
  vertical-align: middle;
}
.article-content .vacancy [type="checkbox"] {
  display: none;
}
.article-content .vacancy [type="checkbox"] ~ label {
  text-transform: lowercase;
  position: relative;
  cursor: pointer;
  transition: all ease 0.3s;
}
.article-content .vacancy [type="checkbox"] ~ label:before {
  display: inline-block;
  content: "Подробнее";
}
.article-content .vacancy [type="checkbox"] ~ label:after {
  content: "»";
  position: absolute;
  right: -40px;
  padding: 5px;
  line-height: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-family: EuclidFlex, sans-serif;
  color: #fe0002;
  font-size: 30px;
  transition: transform ease 0.3s;
}
.article-content .vacancy [type="checkbox"]:checked ~ label:before {
  content: "Свернуть";
  color: #fe0002;
}
.article-content .vacancy [type="checkbox"]:checked ~ label:after {
  transform: rotate(90deg);
}
.article-content .vacancy [type="checkbox"]:checked ~ .description {
  height: auto;
}
.article-content .vacancy .description {
  font-size: 80%;
  transition: all ease 1s;
  height: 0;
  overflow: hidden;
}
.article-content .vacancy .description a {
  color: #fe0002;
}
.article-content > table {
  max-width: 100%;
  border-collapse: collapse;
  background: #fff;
  overflow: hidden;
  font-size: 12px;
}
.article-content > table p {
  margin: 0;
}
.article-content > .image,
.article-content > .vrezka,
.article-content .embed {
  margin-left: -24px;
  margin-right: -24px;
}
@media all and (min-width: 540px) {
  .article-content > .image,
  .article-content > .vrezka,
  .article-content .embed {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media all and (min-width: 768px) {
  .article-content > .image,
  .article-content > .vrezka,
  .article-content .embed {
    margin-left: auto;
    margin-right: auto;
  }
}
.article-content .overflow-x {
  overflow-x: scroll;
}
.article-content .s-table {
  min-width: 100%;
  font-size: 14px;
}
.article-content .s-table th,
.article-content .s-table td {
  padding: 4px;
}
.article-content .s-table thead,
.article-content .s-table th {
  font-weight: 600;
  background: #f2f2f2;
}
.article-content .s-table tr:nth-child(even) {
  background: #f2f2f2;
}
.article-content .s-table a {
  color: #ff0000;
}
.article-content .credits {
  margin: 1em 0;
}
.article-content .credits__company {
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .article-content .credits__persons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media all and (min-width: 768px) {
  .article-content .credits__persons__item {
    width: calc(50% - 12px);
  }
}
.article-content .credits-person {
  display: flex;
  align-items: flex-start;
  margin: 12px 0;
}
@media all and (min-width: 1600px) {
  .article-content .credits-person {
    margin: 12px 0;
    align-items: center;
  }
}
.article-content .credits-person__avatar {
  display: block;
  width: 40px;
  flex-shrink: 0;
  margin-right: 24px;
  background: #f7f3f2;
  border-radius: 50%;
  overflow: hidden;
}
@media all and (min-width: 1600px) {
  .article-content .credits-person__avatar {
    width: 80px;
  }
}
.article-content .credits-person__avatar-image {
  max-width: 100%;
}
.article-content .credits-person__avatar-letter {
  position: relative;
  height: 0;
  padding-top: 100%;
  color: #bfbbba;
  font-weight: 600;
  font-size: 1.4em;
}
.article-content .credits-person__avatar-letter:before {
  content: attr(data-letter);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article-content .credits-person__desc {
  font-size: 0.9em;
}
.article-content .credits-person__username {
  display: inline-block;
  line-height: 1.2;
}
.article-content .credits-person__username--link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid red;
}
.article-content .credits-person__position,
.article-content .credits-person__company {
  font-size: 0.7em;
  color: #5e5e5e;
}
.article-content .tooltip-info {
  border-bottom: 1px dashed #ff0000;
  background: rgba(255, 0, 0, 0.1);
  cursor: help;
  padding-left: 2px;
  padding-right: 2px;
}
.vex.image-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.vex.image-preview .vex-content {
  position: relative;
  display: inline-block;
  max-width: 95%;
  margin: 0 auto;
  padding: 0 !important;
  box-shadow: 0 0 100px #000;
  border-radius: 2px;
}
.vex.image-preview .vex-content img {
  max-width: 100%;
}
.vex.image-preview .vex-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  background: #000;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
}
.vex.image-preview .vex-close:hover {
  opacity: 1;
}
@media all and (min-width: 540px) {
  .article-content .vacancy {
    padding: 20px;
    border-radius: 0 50px 0 0;
  }
  .article-content .vacancy .agency-logo {
    float: none;
    position: absolute;
    width: auto;
    height: 90px;
    top: 20px;
    right: 20px;
    padding: 0 20px;
  }
  .article-content .vacancy .agency-logo > img {
    max-width: 120px;
    max-height: 55px;
  }
  .article-content .vacancy .vacancy-name {
    max-width: 65%;
    margin-top: 0;
    font-size: 1.5em;
  }
}
@media all and (min-width: 768px) {
  .article-content > .special {
    padding: 30px;
    margin: 30px 0;
    border: 4px solid #dadada;
    box-sizing: border-box;
  }
  .article-content > .special .avatar {
    display: block;
    float: left;
    margin: 0 15px 0 0;
  }
  .article-content .vrezka,
  .article-content blockquote,
  .article-content > .image.vrezka {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 80px;
  }
  .article-content .vrezka:before,
  .article-content blockquote:before,
  .article-content > .image.vrezka:before {
    width: 90px;
    height: 90px;
    top: -30px;
    right: -30px;
    left: auto;
    transform: translate(0, 0);
    background-size: 60% 60%;
  }
  .article-content .vrezka.with-image .v-text p:first-child,
  .article-content blockquote.with-image .v-text p:first-child,
  .article-content > .image.vrezka.with-image .v-text p:first-child {
    font-size: 120%;
    margin-bottom: 25px;
  }
  .article-content .vrezka.with-image .v-text p:nth-child(2),
  .article-content blockquote.with-image .v-text p:nth-child(2),
  .article-content > .image.vrezka.with-image .v-text p:nth-child(2) {
    clear: none;
  }
  .article-content .vrezka .v-image,
  .article-content blockquote .v-image,
  .article-content > .image.vrezka .v-image {
    width: 120px;
  }
}
/*# sourceMappingURL=article-content-default-v2.css.map */