.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 */
.maxArticleWidth {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.article-content {
  max-width: 900px;
  font-size: 16px;
  line-height: 1.5;
}
.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;
  width: 100%;
  height: 0;
  padding-top: 63.8%;
  border: 1px solid #dadada;
  background: #ededed;
}
.article-content > .f-slider .f-slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.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: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 {
  position: relative;
  margin: 30px auto;
  text-align: center;
  overflow: hidden;
}
.article-content > .image.vrezka {
  max-width: 650px !important;
  margin-top: -30px;
  margin-left: -12px;
  margin-right: -12px;
  padding-top: 0 !important;
}
.article-content > .image.vrezka:before {
  display: none;
}
.article-content > .image.vrezka .image--inner.ratio-wrap:after {
  display: none;
}
.article-content > .image .image--inner {
  display: block;
  width: 100%;
  height: 100%;
}
.article-content > .image .image--inner.ratio-wrap {
  position: relative;
  height: 0;
}
.article-content > .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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.article-content > .image a {
  display: block;
  height: 100%;
  color: #000;
  text-decoration: none;
}
.article-content > .image a:hover {
  color: #fe0002;
}
.article-content > .image img {
  max-width: 100%;
  vertical-align: bottom;
}
.article-content > .image .view-image {
  cursor: zoom-in;
}
.article-content > .image .caption {
  padding: 8px 0 10px 0;
  text-align: left;
  font-size: 80%;
  color: #9b9b9b;
  border-bottom: 1px solid #c9c9c9;
}
.article-content > .image .caption a {
  display: inline-block;
  padding: 0 5px;
  color: inherit;
  text-decoration: underline;
}
.article-content > .special {
  background: #ededed;
  padding: 15px;
  margin: 30px 0;
  border: 4px solid #dadada;
  box-sizing: border-box;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.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;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.article-content > .embed {
  margin: 30px auto;
}
.article-content > .embed iframe {
  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,
.article-content > h4,
.article-content > p,
.article-content > ol,
.article-content > ul {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.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 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.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 > .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 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 24px 12px;
  background: #ffe6e6;
  border-left: 4px solid #ffaeae;
}
.article-content .vrezka:before,
.article-content blockquote:before {
  content: "";
  position: absolute;
  top: -24px;
  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.with-image:after,
.article-content blockquote.with-image:after {
  content: "";
  display: table;
  clear: both;
}
.article-content .vrezka.with-image .v-text h3,
.article-content blockquote.with-image .v-text h3 {
  margin-top: 0;
}
.article-content .vrezka.with-image .v-text p,
.article-content blockquote.with-image .v-text p {
  margin: 15px 0;
}
.article-content .vrezka.with-image .v-text p:first-child,
.article-content blockquote.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.with-image .v-text p:last-child {
  margin-bottom: 0;
}
.article-content .vrezka.with-image .v-text p:nth-child(2),
.article-content blockquote.with-image .v-text p:nth-child(2) {
  clear: both;
}
.article-content .vrezka.with-image .v-text a,
.article-content blockquote.with-image .v-text a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #fe0002;
}
.article-content .vrezka .v-image,
.article-content blockquote .v-image {
  width: 60px;
  float: left;
  margin-right: 15px;
  margin-bottom: 6px;
}
.article-content .vrezka .v-image img,
.article-content blockquote .v-image img {
  max-width: 100%;
}
.article-content .vrezka .v-text a,
.article-content blockquote .v-text a {
  color: inherit;
  border-bottom: 1px solid #ffaeae;
  text-decoration: none;
}
.article-content .vrezka .v-text a:hover,
.article-content blockquote .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 !important;
  max-width: 100px !important;
  width: auto !important;
  height: auto !important;
  vertical-align: middle;
}
.article-content .text-big {
  font-size: 115%;
}
.article-content .text-bold {
  font-weight: bold;
}
.article-content .incontent-banner-200x200 {
  position: relative;
  width: 202px;
  height: 202px;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
}
.article-content .incontent-banner-200x200:before {
  content: "реклама";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  padding: 2px;
  background: #f2f2f2;
  color: #666;
}
.article-content .vacancy {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #ff8897;
  border-radius: 0 25px 0 0;
  padding: 10px;
  max-width: 650px;
  margin: 15px auto;
  background-color: #ffe6e6;
}
.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 #ff8897;
  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;
}
.vex.image-preview {
  text-align: center;
}
.vex.image-preview .vex-content {
  position: relative;
  display: inline-block;
  max-width: 95%;
  margin: 0 auto;
  padding: 0 !important;
}
.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 .vrezka,
  .article-content blockquote,
  .article-content > .image.vrezka {
    margin-left: -24px;
    margin-right: -24px;
  }
  .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;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .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;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 24px;
  }
  .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;
  }
  .article-content .nums {
    display: flex;
    justify-content: space-between;
    background: none;
  }
  .article-content .nums.nums-5 .num-item {
    width: 20%;
  }
  .article-content .nums.nums-4 .num-item {
    width: 23%;
  }
  .article-content .nums.nums-3 .num-item {
    width: 33.3333%;
  }
  .article-content .nums.nums-2 .num-item {
    width: 48.5%;
  }
  .article-content .nums .num-item {
    border: none;
    padding: 0;
  }
  .article-content .nums .num {
    padding-bottom: 5px;
    border-bottom: 1px solid #dadada;
  }
  .article-content .nums .text {
    padding-top: 5px;
    font-size: 15px;
  }
}
@media all and (min-width: 1200px) {
  .article-content {
    font-size: 20px;
    line-height: 1.3;
  }
  .article-content .vrezka.with-image .v-text p:first-child {
    font-size: 100%;
  }
  .article-content .vrezka .v-image {
    width: 160px;
  }
}
/*# sourceMappingURL=article-content-default.css.map */