.page-digest {
  padding-top: 18px;
  background-color: #fff;
  padding-left: 9px;
  padding-right: 9px;
}

.ap-container .page-digest {
  width: 100%;
}

.ap-digest-section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ap-digest-section * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ap-digest-section .swiper-wrapper {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.ap-digest-section-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  height: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#c8c8c8), to(#ffffff));
  background-image: -o-linear-gradient(left, #c8c8c8, #ffffff);
  background-image: linear-gradient(to right, #c8c8c8, #ffffff);
}
.ap-digest-section-menu__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.ap-digest-section-menu__link {
  display: block;
  color: #636363;
  text-transform: uppercase;
  -webkit-text-decoration: underline rgba(99, 99, 99, 0.4);
          text-decoration: underline rgba(99, 99, 99, 0.4);
  line-height: 30px;
  font-weight: 600;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.24s, -webkit-text-decoration 0.24s;
  transition: color 0.24s, -webkit-text-decoration 0.24s;
  -o-transition: color 0.24s, text-decoration 0.24s;
  transition: color 0.24s, text-decoration 0.24s;
  transition: color 0.24s, text-decoration 0.24s, -webkit-text-decoration 0.24s;
}
.ap-digest-section-menu__link:hover {
  color: #636363;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}
.ap-digest-section-menu__link.wiki {
  color: #0000ff;
  text-transform: none;
  -webkit-text-decoration-color: rgba(0, 0, 255, 0.24);
          text-decoration-color: rgba(0, 0, 255, 0.24);
}
.ap-digest-section-menu__link.wiki:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.ap-digest-section-menu__item {
  position: relative;
}
.ap-digest-section-menu__item:nth-child(2):before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#a7a7a7), to(#0000));
  background-image: -o-linear-gradient(left, #a7a7a7, #0000);
  background-image: linear-gradient(to right, #a7a7a7, #0000);
}
.ap-digest-section-menu__item:nth-child(2) ~ .ap-digest-section-menu__item:before {
  content: "|";
  display: block;
  position: absolute;
  color: #ffffff;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  height: 12px;
  margin-top: auto;
  margin-bottom: auto;
}
.ap-digest-section-menu__item:nth-child(1) .ap-digest-section-menu__link {
  display: block;
  height: 30px;
  text-decoration: none !important;
  color: #ff0000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 15px;
  font-size: 18px;
  line-height: 30px;
  background-color: #eeeeee;
  pointer-events: none;
  letter-spacing: 0.01em;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.ap-digest-section-menu__item:nth-child(1) .ap-digest-section-menu__link:hover {
  color: #ff0000;
}

.ap-digest-section-add {
  display: block;
  text-decoration: none !important;
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  padding-right: 28px;
  position: relative;
  color: #5e5e5e;
  -webkit-transition: color 0.24s;
  -o-transition: color 0.24s;
  transition: color 0.24s;
}
.ap-digest-section-add span.plus {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #b2b2b2;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: background-color 0.24s;
  -o-transition: background-color 0.24s;
  transition: background-color 0.24s;
}
.ap-digest-section-add span.plus:before, .ap-digest-section-add span.plus:after {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ap-digest-section-add span.plus:before {
  width: 9px;
  height: 1px;
}
.ap-digest-section-add span.plus:after {
  width: 1px;
  height: 9px;
}
.ap-digest-section-add:hover {
  color: #000000;
}
.ap-digest-section-add:hover span.plus {
  background-color: #ff0000;
}

.teaser-list {
  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;
}

.teaser-col {
  display: block;
  padding: 0 12px 24px 12px;
  width: 100%;
  -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%;
}

.digest-teaser {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  height: 100%;
  padding-bottom: 40px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.digest-teaser:before {
  content: "";
  display: block;
  height: 4px;
  background-color: #000000;
  margin-bottom: 1px;
}
.digest-teaser__remove {
  display: block;
  width: 20px;
  height: 20px;
  outline: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background-color: #000000;
  border: 0;
  position: absolute;
  z-index: 10;
  right: 7px;
  top: 11px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.digest-teaser__remove svg {
  display: block;
  width: 12px;
  height: 12px;
  fill: #ffffff;
  margin: 4px;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.digest-teaser__remove:hover {
  text-decoration: none;
  background-color: #cccccc;
}
.digest-teaser__remove:hover svg {
  fill: #000000;
}
.digest-teaser__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);
  background-size: cover;
  z-index: 0;
}
.digest-teaser__bg-image.swiper-lazy {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.digest-teaser__bg-image.swiper-lazy-loaded {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.digest-teaser__image-top {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 2;
}
.digest-teaser__image {
  overflow: hidden;
  position: relative;
  padding-bottom: 102.2%;
}
.digest-teaser__image:before {
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#0000));
  background-image: -o-linear-gradient(top, #000000, #0000);
  background-image: linear-gradient(to bottom, #000000, #0000);
  opacity: 0.6;
}
.digest-teaser__image a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
  z-index: 1;
}
.digest-teaser__image img {
  width: 100%;
  height: 100%;
  -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);
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.digest-teaser__image:hover .digest-teaser__image-top {
  display: none;
}
.digest-teaser__image:hover img {
  -o-object-fit: contain;
     object-fit: contain;
}
.digest-teaser__image.show_sq img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  max-height: 100%;
  max-width: 100%;
}
.digest-teaser__image.show_sq a:hover img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.digest-teaser__slider a {
  z-index: auto;
}
.digest-teaser__slider .digest-teaser__image-link ~ .digest-teaser__price {
  bottom: 19px;
}
.digest-teaser__slider .digest-teaser__image-link ~ .digest-teaser__voting {
  bottom: 13px;
}
.digest-teaser__slider .digest-teaser__image-link ~ .digest-teaser__video-icon {
  bottom: 20px;
}
.digest-teaser__author {
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 18px;
  right: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.digest-teaser__author_company .digest-teaser__author-profi {
  background-color: #ff00ff;
  color: #ffffff;
}
.digest-teaser__author-img {
  width: 44px;
  height: 44px;
  margin-right: 8px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.digest-teaser__author-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.digest-teaser__author-caption {
  color: #ffffff;
  width: calc(100% - 52px);
}
.digest-teaser__author-name {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  display: block;
  line-height: 1.2;
}
.digest-teaser__author-profi {
  display: block;
  padding: 2px 3px;
  background-color: #00ffff;
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  width: 46px;
  font-weight: 400;
  letter-spacing: 0.025em;
  margin-top: 4px;
}
.digest-teaser__author-profi:before {
  content: "PROFI";
}
.digest-teaser__caption {
  padding: 12px 20px 0;
  height: 196px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.digest-teaser__category {
  display: block;
  line-height: 1.3;
  font-size: 14px;
  color: #ff0000;
  margin-bottom: 10px;
  width: 100%;
}
.digest-teaser__title {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
  letter-spacing: normal;
  margin: 0;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  max-height: 7.2em;
}
.digest-teaser__title a {
  display: block;
  text-decoration: none;
  letter-spacing: normal;
  color: #000000;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.digest-teaser__title a:hover {
  text-decoration: none;
  color: #ff0000;
}
.digest-teaser__title:hover {
  color: #ff0000;
}
.digest-teaser__btn {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin: 0;
  outline: 0;
  cursor: pointer;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-size: 12px;
  letter-spacing: 0.01em;
  font-weight: 400;
  text-align: center;
  height: 34px;
  line-height: 32px;
  margin-top: auto;
  white-space: nowrap;
  background-color: #f2f2f2;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.digest-teaser__btn:hover {
  background-color: #ff0000;
  color: #ffffff;
}
.digest-teaser__btn_disabled {
  pointer-events: none;
  background-color: #f2f2f2;
  color: #ff0000;
  opacity: 0.3;
}
.digest-teaser__btn + .digest-teaser__btn {
  margin-top: 6px;
}
.digest-teaser__btn_turbo, .digest-teaser__btn_turbo-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.digest-teaser__btn_turbo:before, .digest-teaser__btn_turbo-panel:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/account/rocket.svg) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
  opacity: 0.3;
}
.digest-teaser__btn_turbo-panel {
  cursor: default;
}
.digest-teaser__btn_turbo-panel a {
  color: #ff0000;
  -webkit-text-decoration: underline rgba(255, 0, 0, 0.3);
          text-decoration: underline rgba(255, 0, 0, 0.3);
  -webkit-transition: -webkit-text-decoration-color 0.24s;
  transition: -webkit-text-decoration-color 0.24s;
  -o-transition: text-decoration-color 0.24s;
  transition: text-decoration-color 0.24s;
  transition: text-decoration-color 0.24s, -webkit-text-decoration-color 0.24s;
}
.digest-teaser__btn_turbo-panel a:hover {
  color: #ff0000;
  -webkit-text-decoration: underline rgba(255, 0, 0, 0);
          text-decoration: underline rgba(255, 0, 0, 0);
}
.digest-teaser__btn_turbo-panel:hover {
  background-color: #f2f2f2;
  color: #ff0000;
}
.digest-teaser__btn-select {
  display: none;
}
.digest-teaser__video-icon {
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 3;
  border-radius: 50%;
  background: url(../img/digest/icon-video.svg) no-repeat center center, -o-radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background: url(../img/digest/icon-video.svg) no-repeat center center, radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-size: contain;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.digest-teaser__label-promo {
  display: block;
  width: auto;
  min-width: 100px;
  max-width: 152px;
  position: absolute;
  z-index: 4;
  top: 1px;
  right: 0;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  padding-bottom: 26px;
  height: 120px;
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
}
.digest-teaser__label-promo-wrapper {
  display: block;
  width: auto;
  position: relative;
  padding-bottom: 26px;
  height: 120px;
  overflow: hidden;
}
.digest-teaser__label-promo-wrapper:before {
  content: "";
  display: block;
  background: #ff00ff;
  height: 76px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-box-shadow: 0 12px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 12px rgba(0, 0, 0, 0.2);
}
.digest-teaser__label-promo-wrapper:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -64px;
  right: auto;
  top: 76px;
  border-top: 30px solid #ff00ff;
  border-left: 64px solid transparent;
  border-right: 64px solid transparent;
}
.digest-teaser__label-price {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding: 12px 7px 7px;
  position: relative;
  z-index: 2;
}
.digest-teaser__label-price-old {
  display: block;
  font-size: 12px;
  color: #000000;
  font-weight: 400;
}
.digest-teaser__label-price-old .digest-teaser__label-value {
  text-decoration: line-through;
}
.digest-teaser__label-price-old .digest-teaser__label-currency {
  font-size: 11px;
}
.digest-teaser__label-price-new {
  display: block;
  font-size: 16px;
  color: #000000;
  opacity: 0.75;
  font-weight: 900;
}
.digest-teaser__label-price-new .digest-teaser__label-currency {
  font-size: 14px;
}
.digest-teaser__label-currency {
  font-weight: 400;
}
.digest-teaser__label-price-discount {
  display: block;
  text-align: center;
  position: relative;
  z-index: 4;
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  padding-top: 4px;
  padding-bottom: 0;
  padding-right: 5px;
  padding-left: 5px;
}
.digest-teaser__label-price-discount:before {
  content: "";
  display: block;
  height: 1px;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23ffffff' stroke-width='3' stroke-dasharray='6%2c 12' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.digest-teaser__price {
  display: block;
  font-size: 16px;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  padding: 0 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  color: #ffffff;
  background-color: #ff00ff;
}
.digest-teaser__price-currency {
  font-size: 14px;
  font-weight: 400;
}
.digest-teaser__voting {
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  padding: 2px 20px 18px;
}
.digest-teaser__announce {
  width: 100%;
  font-size: 13px;
  color: #000000;
  margin-bottom: 0;
  margin-top: 12px;
  letter-spacing: normal;
  line-height: normal;
  height: auto;
  overflow: hidden;
  position: relative;
}
.digest-teaser__announce:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 34px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#fff0));
  background-image: -o-linear-gradient(bottom, #ffffff, #fff0);
  background-image: linear-gradient(to top, #ffffff, #fff0);
  pointer-events: none;
}
.digest-teaser__icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  padding: 0 20px;
  background-color: #ffffff;
}
.digest-teaser__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  line-height: 15px;
  color: #999999;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.digest-teaser__icon:not(:last-child) {
  margin-right: 24px;
}
.digest-teaser__icon:hover {
  color: #ff0000;
  text-decoration: none;
}
.digest-teaser__icon svg {
  display: block;
  fill: #999999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.digest-teaser__icon svg + .digest-teaser__icon-count {
  margin-left: 6px;
}
.digest-teaser__icon:hover svg {
  fill: #ff0000;
}
.digest-teaser__icon-count {
  display: block;
  font-weight: 400;
  margin-top: 1px;
}
.digest-teaser__icon-eye {
  width: 19px;
  height: 14px;
  margin-top: 1px;
}
.digest-teaser__icon-vote {
  width: 13px;
  height: 15px;
  margin-bottom: 2px;
}
.digest-teaser__icon-comment {
  width: 13px;
  height: 13px;
  margin-top: 3px;
}
.digest-teaser__icon-share {
  width: 17px;
  height: 15px;
}
.digest-teaser__drop-actions {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 10;
  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);
}
.digest-teaser .ya-share2 {
  text-align: center;
}
.digest-teaser:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.digest-teaser_promo .digest-teaser__title {
  max-height: 3.6em;
  overflow: hidden;
}
.digest-teaser_promo .digest-teaser__announce {
  position: relative;
}
.digest-teaser_promo .digest-teaser__category {
  position: relative;
  padding-left: 40px;
}
.digest-teaser_promo .digest-teaser__category:before {
  content: "PROMO";
  display: block;
  width: 54px;
  position: absolute;
  left: -20px;
  padding: 0 5px;
  background-color: #ff0000;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  height: 16px;
  line-height: 16px;
  margin-top: 1px;
}
.digest-teaser_portfolio .digest-teaser__image:before {
  height: 120px;
}
.digest-teaser_portfolio .digest-teaser__title {
  padding: 10px 20px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.025em;
  pointer-events: none;
}
.digest-teaser_portfolio .digest-teaser__category {
  margin-bottom: 14px;
}
.digest-teaser_portfolio .digest-teaser__author {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.digest-teaser_portfolio .digest-teaser__author-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  outline: 0;
  text-decoration: none !important;
}
.digest-teaser_portfolio .digest-teaser__author-link:hover .digest-teaser__author-img img {
  opacity: 0.75;
}
.digest-teaser_portfolio .digest-teaser__author-img {
  width: 104px;
  height: 104px;
  margin-right: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.digest-teaser_portfolio .digest-teaser__author-img img {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.digest-teaser_portfolio .digest-teaser__author-caption {
  color: #000000;
  width: calc(100% - 120px);
  font-size: 14px;
}
.digest-teaser_portfolio .digest-teaser__author-name {
  font-size: 18px;
  letter-spacing: 0.025em;
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
}
.digest-teaser_portfolio .digest-teaser__author-first-name,
.digest-teaser_portfolio .digest-teaser__author-second-name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.digest-teaser_portfolio .digest-teaser__author-location {
  display: block;
  color: #ff0000;
  font-weight: 300;
  line-height: 1.4;
}
.digest-teaser_portfolio .digest-teaser__author-profession {
  display: block;
  color: #ff0000;
  font-weight: 300;
  line-height: 1.4;
}
.digest-teaser_portfolio .digest-teaser__author-objects {
  display: block;
  color: #999999;
  font-weight: 300;
  margin-top: 3px;
  line-height: 1.4;
}

.digest-teaser-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.digest-teaser-slider__wrapper {
  height: 100%;
}
.digest-teaser-slider__item {
  height: 100%;
  overflow: hidden;
}
.digest-teaser-slider__pagination {
  display: none;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: absolute;
  top: 0;
  bottom: 0 !important;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 0;
}
.digest-teaser-slider__pagination_show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.digest-teaser-slider__pagination .swiper-pagination-bullet {
  display: block;
  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%;
  background-color: transparent;
  border-radius: 0;
  height: auto;
  margin: 0 !important;
  opacity: 1 !important;
  position: relative;
}
.digest-teaser-slider__pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.5;
  margin: 8px 4px;
  border-radius: 1px;
}
.digest-teaser-slider__pagination .swiper-pagination-bullet:first-child:after {
  margin-left: 8px;
}
.digest-teaser-slider__pagination .swiper-pagination-bullet:last-child:after {
  margin-right: 8px;
}
.digest-teaser-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  opacity: 1 !important;
}
.digest-teaser-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
  background-color: #ff0000;
}

html.mobile .digest-teaser-slider__pagination {
  pointer-events: none;
}
html.mobile .digest-teaser-slider__pagination .swiper-pagination-bullet {
  pointer-events: none;
}

.ap-voting {
  cursor: pointer;
}
.ap-voting__stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ap-voting__star {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='%23ffffff' d='M10,15.8l6.2,3.7l-1.6-7L20,7.7l-7.2-0.6L10,0.5L7.2,7.1L0,7.7l5.5,4.7l-1.6,7L10,15.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.ap-voting[data-vote="1"] .ap-voting__star:nth-child(1) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='%23ffff00' d='M10,15.8l6.2,3.7l-1.6-7L20,7.7l-7.2-0.6L10,0.5L7.2,7.1L0,7.7l5.5,4.7l-1.6,7L10,15.8z'/%3E%3C/svg%3E");
}
.ap-voting[data-vote="2"] .ap-voting__star:nth-child(1), .ap-voting[data-vote="2"] .ap-voting__star:nth-child(2) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='%23ffff00' d='M10,15.8l6.2,3.7l-1.6-7L20,7.7l-7.2-0.6L10,0.5L7.2,7.1L0,7.7l5.5,4.7l-1.6,7L10,15.8z'/%3E%3C/svg%3E");
}
.ap-voting[data-vote="3"] .ap-voting__star:nth-child(1), .ap-voting[data-vote="3"] .ap-voting__star:nth-child(2), .ap-voting[data-vote="3"] .ap-voting__star:nth-child(3) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='%23ffff00' d='M10,15.8l6.2,3.7l-1.6-7L20,7.7l-7.2-0.6L10,0.5L7.2,7.1L0,7.7l5.5,4.7l-1.6,7L10,15.8z'/%3E%3C/svg%3E");
}
.ap-voting[data-vote="4"] .ap-voting__star:nth-child(1), .ap-voting[data-vote="4"] .ap-voting__star:nth-child(2), .ap-voting[data-vote="4"] .ap-voting__star:nth-child(3), .ap-voting[data-vote="4"] .ap-voting__star:nth-child(4) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='%23ffff00' d='M10,15.8l6.2,3.7l-1.6-7L20,7.7l-7.2-0.6L10,0.5L7.2,7.1L0,7.7l5.5,4.7l-1.6,7L10,15.8z'/%3E%3C/svg%3E");
}
.ap-voting[data-vote="5"] .ap-voting__star:nth-child(1), .ap-voting[data-vote="5"] .ap-voting__star:nth-child(2), .ap-voting[data-vote="5"] .ap-voting__star:nth-child(3), .ap-voting[data-vote="5"] .ap-voting__star:nth-child(4), .ap-voting[data-vote="5"] .ap-voting__star:nth-child(5) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='%23ffff00' d='M10,15.8l6.2,3.7l-1.6-7L20,7.7l-7.2-0.6L10,0.5L7.2,7.1L0,7.7l5.5,4.7l-1.6,7L10,15.8z'/%3E%3C/svg%3E");
}

.announcement {
  background-color: #333333;
  height: 100%;
  color: #ffffff;
  border-top: 5px solid #000000;
  position: relative;
}
.announcement:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}

.selectric-digest-teaser__btn-select {
  margin-left: 0;
  width: auto;
  margin-right: 6px;
}
.selectric-digest-teaser__btn-select .selectric {
  background-color: transparent;
}
.selectric-digest-teaser__btn-select .selectric .label {
  color: #999999;
  font-size: 12px;
  letter-spacing: 0.01em;
  height: auto;
  line-height: normal;
  margin-left: 0;
  margin-right: 16px;
  white-space: nowrap;
}
.selectric-digest-teaser__btn-select .selectric .button {
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 0.8;
  color: #999999;
  text-indent: 0;
  background: none;
}
.selectric-digest-teaser__btn-select .selectric-items {
  width: 160px !important;
  margin-top: 9px;
  margin-left: -10px;
  -webkit-box-shadow: 4px 0 12px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 0 12px rgba(0, 0, 0, 0.2);
}
.selectric-digest-teaser__btn-select .selectric-items ul,
.selectric-digest-teaser__btn-select .selectric-items li {
  font-size: 12px;
  letter-spacing: 0.01em;
}
.selectric-digest-teaser__btn-select .selectric-items li {
  text-align: left;
  white-space: nowrap;
}
.selectric-digest-teaser__btn-select .selectric-items li.highlighted {
  background: #ebebeb;
  color: #000;
}
.selectric-digest-teaser__btn-select .selectric-items li:hover {
  background: #ebebeb;
  color: #000;
}
.selectric-digest-teaser__btn-select .selectric-items li.selected {
  background: #dbdbdb;
  color: #000;
}

.announcement-slider {
  height: 100%;
  overflow: hidden;
}
.announcement-slider__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.announcement-slider__navigation {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: opacity 0.24s;
  -o-transition: opacity 0.24s;
  transition: opacity 0.24s;
}
.announcement-slider__navigation_show {
  opacity: 1;
}
.announcement-slider__btn {
  display: block;
  width: 54px;
  height: 54px;
  outline: 0;
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: #000000;
  position: relative;
  -webkit-transition: background-color 0.24s;
  -o-transition: background-color 0.24s;
  transition: background-color 0.24s;
}
.announcement-slider__btn svg {
  display: block;
  width: 18px;
  height: 30px;
  fill: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.announcement-slider__btn_prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.announcement-slider__btn:not(:last-child) {
  margin-right: 1px;
}
.announcement-slider__btn.swiper-button-lock {
  display: none;
}
.announcement-slider__btn:hover {
  background-color: #444444;
}
.announcement-slider__btn.swiper-button-disabled {
  background-color: #000000;
  opacity: 0.5;
}

.announcement-item {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.announcement-item__img {
  height: 100%;
  position: relative;
}
.announcement-item__img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#0000));
  background-image: -o-linear-gradient(top, #000000, #0000);
  background-image: linear-gradient(to bottom, #000000, #0000);
  opacity: 0.7;
}
.announcement-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.announcement-item__caption {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 22px 76px;
}
.announcement-item__city {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 4px;
}
.announcement-item__date {
  display: block;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 4px;
}
.announcement-item__title {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 0;
}
.announcement-item__btn {
  display: block;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  outline: 0;
  border: 0;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: auto;
  background-color: #ff0000;
  color: #ffffff;
  width: 100%;
  max-width: 176px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 18px;
  left: 22px;
  font-size: 20px;
  letter-spacing: 0.01em;
  font-weight: 300;
  -webkit-transition: color 0.24s, background-color 0.24s, -webkit-box-shadow 0.24s;
  transition: color 0.24s, background-color 0.24s, -webkit-box-shadow 0.24s;
  -o-transition: box-shadow 0.24s, color 0.24s, background-color 0.24s;
  transition: box-shadow 0.24s, color 0.24s, background-color 0.24s;
  transition: box-shadow 0.24s, color 0.24s, background-color 0.24s, -webkit-box-shadow 0.24s;
}
.announcement-item__btn:hover {
  background-color: #e30000;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-page .teaser-col:nth-child(1) .digest-teaser, .main-page .teaser-col:nth-child(2) .digest-teaser, .main-page .teaser-col:nth-child(3) .digest-teaser, .main-page .teaser-col:nth-child(4) .digest-teaser, .main-page .teaser-col:nth-child(5) .digest-teaser, .main-page .teaser-col:nth-child(6) .digest-teaser {
  padding-bottom: 0;
}
.main-page .teaser-col:nth-child(1) .digest-teaser__image, .main-page .teaser-col:nth-child(2) .digest-teaser__image, .main-page .teaser-col:nth-child(3) .digest-teaser__image, .main-page .teaser-col:nth-child(4) .digest-teaser__image, .main-page .teaser-col:nth-child(5) .digest-teaser__image, .main-page .teaser-col:nth-child(6) .digest-teaser__image {
  padding-bottom: 61%;
}
.main-page .teaser-col:nth-child(1) .digest-teaser__image:after, .main-page .teaser-col:nth-child(2) .digest-teaser__image:after, .main-page .teaser-col:nth-child(3) .digest-teaser__image:after, .main-page .teaser-col:nth-child(4) .digest-teaser__image:after, .main-page .teaser-col:nth-child(5) .digest-teaser__image:after, .main-page .teaser-col:nth-child(6) .digest-teaser__image:after {
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#0000));
  background-image: -o-linear-gradient(bottom, #000000, #0000);
  background-image: linear-gradient(to top, #000000, #0000);
  opacity: 0.6;
}
.main-page .teaser-col:nth-child(1) .digest-teaser__caption, .main-page .teaser-col:nth-child(2) .digest-teaser__caption, .main-page .teaser-col:nth-child(3) .digest-teaser__caption, .main-page .teaser-col:nth-child(4) .digest-teaser__caption, .main-page .teaser-col:nth-child(5) .digest-teaser__caption, .main-page .teaser-col:nth-child(6) .digest-teaser__caption {
  height: 120px;
  position: relative;
  z-index: 4;
}
.main-page .teaser-col:nth-child(1) .digest-teaser__title, .main-page .teaser-col:nth-child(2) .digest-teaser__title, .main-page .teaser-col:nth-child(3) .digest-teaser__title, .main-page .teaser-col:nth-child(4) .digest-teaser__title, .main-page .teaser-col:nth-child(5) .digest-teaser__title, .main-page .teaser-col:nth-child(6) .digest-teaser__title {
  max-height: 4.8em;
}
.main-page .teaser-col:nth-child(1) .digest-teaser__category, .main-page .teaser-col:nth-child(2) .digest-teaser__category, .main-page .teaser-col:nth-child(3) .digest-teaser__category, .main-page .teaser-col:nth-child(4) .digest-teaser__category, .main-page .teaser-col:nth-child(5) .digest-teaser__category, .main-page .teaser-col:nth-child(6) .digest-teaser__category {
  position: absolute;
  top: -28px;
  color: #ffffff;
}
.main-page .teaser-col:nth-child(1) .digest-teaser__slider + .digest-teaser__caption .digest-teaser__category, .main-page .teaser-col:nth-child(2) .digest-teaser__slider + .digest-teaser__caption .digest-teaser__category, .main-page .teaser-col:nth-child(3) .digest-teaser__slider + .digest-teaser__caption .digest-teaser__category, .main-page .teaser-col:nth-child(4) .digest-teaser__slider + .digest-teaser__caption .digest-teaser__category, .main-page .teaser-col:nth-child(5) .digest-teaser__slider + .digest-teaser__caption .digest-teaser__category, .main-page .teaser-col:nth-child(6) .digest-teaser__slider + .digest-teaser__caption .digest-teaser__category {
  top: -38px;
}
.main-page .teaser-col:nth-child(1) .digest-teaser__icon-list, .main-page .teaser-col:nth-child(2) .digest-teaser__icon-list, .main-page .teaser-col:nth-child(3) .digest-teaser__icon-list, .main-page .teaser-col:nth-child(4) .digest-teaser__icon-list, .main-page .teaser-col:nth-child(5) .digest-teaser__icon-list, .main-page .teaser-col:nth-child(6) .digest-teaser__icon-list {
  display: none;
}
.main-page .teaser-col:nth-child(1) .digest-teaser__announce, .main-page .teaser-col:nth-child(2) .digest-teaser__announce, .main-page .teaser-col:nth-child(3) .digest-teaser__announce, .main-page .teaser-col:nth-child(4) .digest-teaser__announce, .main-page .teaser-col:nth-child(5) .digest-teaser__announce, .main-page .teaser-col:nth-child(6) .digest-teaser__announce {
  display: none;
}
.main-page .teaser-col:nth-child(1) .digest-teaser .moderation, .main-page .teaser-col:nth-child(2) .digest-teaser .moderation, .main-page .teaser-col:nth-child(3) .digest-teaser .moderation, .main-page .teaser-col:nth-child(4) .digest-teaser .moderation, .main-page .teaser-col:nth-child(5) .digest-teaser .moderation, .main-page .teaser-col:nth-child(6) .digest-teaser .moderation {
  padding-bottom: 24px;
}
.main-page .teaser-col:nth-child(1) .digest-teaser_portfolio, .main-page .teaser-col:nth-child(2) .digest-teaser_portfolio, .main-page .teaser-col:nth-child(3) .digest-teaser_portfolio, .main-page .teaser-col:nth-child(4) .digest-teaser_portfolio, .main-page .teaser-col:nth-child(5) .digest-teaser_portfolio, .main-page .teaser-col:nth-child(6) .digest-teaser_portfolio {
  font-size: 20px;
  line-height: 1.2;
}
.main-page .teaser-col:nth-child(1) .digest-teaser_portfolio .digest-teaser__author-img, .main-page .teaser-col:nth-child(2) .digest-teaser_portfolio .digest-teaser__author-img, .main-page .teaser-col:nth-child(3) .digest-teaser_portfolio .digest-teaser__author-img, .main-page .teaser-col:nth-child(4) .digest-teaser_portfolio .digest-teaser__author-img, .main-page .teaser-col:nth-child(5) .digest-teaser_portfolio .digest-teaser__author-img, .main-page .teaser-col:nth-child(6) .digest-teaser_portfolio .digest-teaser__author-img {
  width: 94px;
  height: 94px;
  margin-right: 12px;
}
.main-page .teaser-col:nth-child(1) .digest-teaser_portfolio .digest-teaser__author-caption, .main-page .teaser-col:nth-child(2) .digest-teaser_portfolio .digest-teaser__author-caption, .main-page .teaser-col:nth-child(3) .digest-teaser_portfolio .digest-teaser__author-caption, .main-page .teaser-col:nth-child(4) .digest-teaser_portfolio .digest-teaser__author-caption, .main-page .teaser-col:nth-child(5) .digest-teaser_portfolio .digest-teaser__author-caption, .main-page .teaser-col:nth-child(6) .digest-teaser_portfolio .digest-teaser__author-caption {
  font-size: 13px;
  width: calc(100% - 112px);
}
.main-page .teaser-col:nth-child(1) .digest-teaser_portfolio .digest-teaser__author-name, .main-page .teaser-col:nth-child(2) .digest-teaser_portfolio .digest-teaser__author-name, .main-page .teaser-col:nth-child(3) .digest-teaser_portfolio .digest-teaser__author-name, .main-page .teaser-col:nth-child(4) .digest-teaser_portfolio .digest-teaser__author-name, .main-page .teaser-col:nth-child(5) .digest-teaser_portfolio .digest-teaser__author-name, .main-page .teaser-col:nth-child(6) .digest-teaser_portfolio .digest-teaser__author-name {
  font-size: 16px;
}
.main-page .teaser-col:nth-child(1) .digest-teaser_portfolio .digest-teaser__author-objects, .main-page .teaser-col:nth-child(2) .digest-teaser_portfolio .digest-teaser__author-objects, .main-page .teaser-col:nth-child(3) .digest-teaser_portfolio .digest-teaser__author-objects, .main-page .teaser-col:nth-child(4) .digest-teaser_portfolio .digest-teaser__author-objects, .main-page .teaser-col:nth-child(5) .digest-teaser_portfolio .digest-teaser__author-objects, .main-page .teaser-col:nth-child(6) .digest-teaser_portfolio .digest-teaser__author-objects {
  margin-top: 1px;
}

@media (min-width: 961px) {
  .teaser-col:nth-child(1) .digest-teaser, .teaser-col:nth-child(2) .digest-teaser, .teaser-col:nth-child(3) .digest-teaser {
    padding-bottom: 0;
  }
  .teaser-col:nth-child(1) .digest-teaser__image, .teaser-col:nth-child(2) .digest-teaser__image, .teaser-col:nth-child(3) .digest-teaser__image {
    padding-bottom: 61%;
  }
  .teaser-col:nth-child(1) .digest-teaser__image:after, .teaser-col:nth-child(2) .digest-teaser__image:after, .teaser-col:nth-child(3) .digest-teaser__image:after {
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#0000));
    background-image: -o-linear-gradient(bottom, #000000, #0000);
    background-image: linear-gradient(to top, #000000, #0000);
    opacity: 0.6;
  }
  .teaser-col:nth-child(1) .digest-teaser__caption, .teaser-col:nth-child(2) .digest-teaser__caption, .teaser-col:nth-child(3) .digest-teaser__caption {
    height: 120px;
    position: relative;
    z-index: 4;
  }
  .teaser-col:nth-child(1) .digest-teaser__title, .teaser-col:nth-child(2) .digest-teaser__title, .teaser-col:nth-child(3) .digest-teaser__title {
    max-height: 4.8em;
  }
  .teaser-col:nth-child(1) .digest-teaser__category, .teaser-col:nth-child(2) .digest-teaser__category, .teaser-col:nth-child(3) .digest-teaser__category {
    position: absolute;
    top: -28px;
    color: #ffffff;
  }
  .teaser-col:nth-child(1) .digest-teaser__slider + .digest-teaser__caption .digest-teaser__category, .teaser-col:nth-child(2) .digest-teaser__slider + .digest-teaser__caption .digest-teaser__category, .teaser-col:nth-child(3) .digest-teaser__slider + .digest-teaser__caption .digest-teaser__category {
    top: -38px;
  }
  .teaser-col:nth-child(1) .digest-teaser__icon-list, .teaser-col:nth-child(2) .digest-teaser__icon-list, .teaser-col:nth-child(3) .digest-teaser__icon-list {
    display: none;
  }
  .teaser-col:nth-child(1) .digest-teaser__announce, .teaser-col:nth-child(2) .digest-teaser__announce, .teaser-col:nth-child(3) .digest-teaser__announce {
    display: none;
  }
  .teaser-col:nth-child(1) .digest-teaser .moderation, .teaser-col:nth-child(2) .digest-teaser .moderation, .teaser-col:nth-child(3) .digest-teaser .moderation {
    padding-bottom: 24px;
  }
  .teaser-col:nth-child(1) .digest-teaser_portfolio .digest-teaser__title, .teaser-col:nth-child(2) .digest-teaser_portfolio .digest-teaser__title, .teaser-col:nth-child(3) .digest-teaser_portfolio .digest-teaser__title {
    font-size: 20px;
    line-height: 1.2;
  }
  .teaser-col:nth-child(1) .digest-teaser_portfolio .digest-teaser__author-img, .teaser-col:nth-child(2) .digest-teaser_portfolio .digest-teaser__author-img, .teaser-col:nth-child(3) .digest-teaser_portfolio .digest-teaser__author-img {
    width: 94px;
    height: 94px;
    margin-right: 12px;
  }
  .teaser-col:nth-child(1) .digest-teaser_portfolio .digest-teaser__author-caption, .teaser-col:nth-child(2) .digest-teaser_portfolio .digest-teaser__author-caption, .teaser-col:nth-child(3) .digest-teaser_portfolio .digest-teaser__author-caption {
    font-size: 13px;
    width: calc(100% - 112px);
  }
  .teaser-col:nth-child(1) .digest-teaser_portfolio .digest-teaser__author-name, .teaser-col:nth-child(2) .digest-teaser_portfolio .digest-teaser__author-name, .teaser-col:nth-child(3) .digest-teaser_portfolio .digest-teaser__author-name {
    font-size: 16px;
  }
  .teaser-col:nth-child(1) .digest-teaser_portfolio .digest-teaser__author-objects, .teaser-col:nth-child(2) .digest-teaser_portfolio .digest-teaser__author-objects, .teaser-col:nth-child(3) .digest-teaser_portfolio .digest-teaser__author-objects {
    margin-top: 1px;
  }
}
@media (max-width: 1200px) {
  .digest-teaser__label-price-discount {
    font-size: 28px;
    padding-top: 6px;
  }
  .digest-teaser__label-price-new {
    font-size: 14px;
  }
  .digest-teaser__label-promo-wrapper:before {
    height: 68px;
  }
  .digest-teaser__label-promo-wrapper:after {
    top: 68px;
  }
}
@media (max-width: 1200px) and (min-width: 961px) {
  .announcement-item__caption {
    padding-left: 18px;
    padding-right: 18px;
  }
  .announcement-item__btn {
    max-width: 150px;
    left: 18px;
    bottom: 12px;
    font-size: 18px;
  }
  .announcement-item__date {
    font-size: 34px;
  }
  .announcement-item__title, .announcement-item__city {
    font-size: 18px;
  }

  .announcement-slider__navigation {
    height: 48px;
  }
  .announcement-slider__btn {
    width: 48px;
    height: 48px;
  }
  .announcement-slider__btn svg {
    width: 14px;
    height: auto;
  }
}
@media (max-width: 960px) {
  .teaser-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .ap-digest-section-add span:nth-child(2) {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .teaser-col:nth-child(1) .digest-teaser__image, .teaser-col:nth-child(2) .digest-teaser__image {
    padding-bottom: 61%;
  }
  .teaser-col:nth-child(1) .digest-teaser__image:after, .teaser-col:nth-child(2) .digest-teaser__image:after {
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#0000));
    background-image: -o-linear-gradient(bottom, #000000, #0000);
    background-image: linear-gradient(to top, #000000, #0000);
    opacity: 0.6;
  }
  .teaser-col:nth-child(1) .digest-teaser__caption, .teaser-col:nth-child(2) .digest-teaser__caption {
    height: 114px;
    position: relative;
    z-index: 4;
  }
  .teaser-col:nth-child(1) .digest-teaser__category, .teaser-col:nth-child(2) .digest-teaser__category {
    position: absolute;
    top: -28px;
    color: #ffffff;
  }
  .teaser-col:nth-child(1) .digest-teaser__slider + .digest-teaser__caption .digest-teaser__category, .teaser-col:nth-child(2) .digest-teaser__slider + .digest-teaser__caption .digest-teaser__category {
    top: -38px;
  }
  .teaser-col:nth-child(1) .digest-teaser__icon-list, .teaser-col:nth-child(2) .digest-teaser__icon-list {
    display: none;
  }
  .teaser-col:nth-child(1) .digest-teaser .moderation, .teaser-col:nth-child(2) .digest-teaser .moderation {
    padding-bottom: 24px;
  }
  .teaser-col:nth-child(1) .digest-teaser_portfolio .digest-teaser__title, .teaser-col:nth-child(2) .digest-teaser_portfolio .digest-teaser__title {
    font-size: 20px;
    line-height: 1.2;
  }
  .teaser-col:nth-child(1) .digest-teaser_portfolio .digest-teaser__author-img, .teaser-col:nth-child(2) .digest-teaser_portfolio .digest-teaser__author-img {
    width: 94px;
    height: 94px;
    margin-right: 12px;
  }
  .teaser-col:nth-child(1) .digest-teaser_portfolio .digest-teaser__author-caption, .teaser-col:nth-child(2) .digest-teaser_portfolio .digest-teaser__author-caption {
    font-size: 13px;
    width: calc(100% - 112px);
  }
  .teaser-col:nth-child(1) .digest-teaser_portfolio .digest-teaser__author-name, .teaser-col:nth-child(2) .digest-teaser_portfolio .digest-teaser__author-name {
    font-size: 16px;
  }
  .teaser-col:nth-child(1) .digest-teaser_portfolio .digest-teaser__author-objects, .teaser-col:nth-child(2) .digest-teaser_portfolio .digest-teaser__author-objects {
    margin-top: 1px;
  }
}
@media (max-width: 960px) {
  .main-page .teaser-col:nth-child(1) .digest-teaser__image, .main-page .teaser-col:nth-child(2) .digest-teaser__image, .main-page .teaser-col:nth-child(3) .digest-teaser__image, .main-page .teaser-col:nth-child(4) .digest-teaser__image, .main-page .teaser-col:nth-child(5) .digest-teaser__image, .main-page .teaser-col:nth-child(6) .digest-teaser__image {
    padding-bottom: 61%;
  }
  .main-page .teaser-col:nth-child(1) .digest-teaser__image:after, .main-page .teaser-col:nth-child(2) .digest-teaser__image:after, .main-page .teaser-col:nth-child(3) .digest-teaser__image:after, .main-page .teaser-col:nth-child(4) .digest-teaser__image:after, .main-page .teaser-col:nth-child(5) .digest-teaser__image:after, .main-page .teaser-col:nth-child(6) .digest-teaser__image:after {
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#0000));
    background-image: -o-linear-gradient(bottom, #000000, #0000);
    background-image: linear-gradient(to top, #000000, #0000);
    opacity: 0.6;
  }
  .main-page .teaser-col:nth-child(1) .digest-teaser__caption, .main-page .teaser-col:nth-child(2) .digest-teaser__caption, .main-page .teaser-col:nth-child(3) .digest-teaser__caption, .main-page .teaser-col:nth-child(4) .digest-teaser__caption, .main-page .teaser-col:nth-child(5) .digest-teaser__caption, .main-page .teaser-col:nth-child(6) .digest-teaser__caption {
    height: 120px;
    position: relative;
    z-index: 4;
  }
  .main-page .teaser-col:nth-child(1) .digest-teaser__category, .main-page .teaser-col:nth-child(2) .digest-teaser__category, .main-page .teaser-col:nth-child(3) .digest-teaser__category, .main-page .teaser-col:nth-child(4) .digest-teaser__category, .main-page .teaser-col:nth-child(5) .digest-teaser__category, .main-page .teaser-col:nth-child(6) .digest-teaser__category {
    position: absolute;
    top: -28px;
    color: #ffffff;
  }
  .main-page .teaser-col:nth-child(1) .digest-teaser__slider + .digest-teaser__caption .digest-teaser__category, .main-page .teaser-col:nth-child(2) .digest-teaser__slider + .digest-teaser__caption .digest-teaser__category, .main-page .teaser-col:nth-child(3) .digest-teaser__slider + .digest-teaser__caption .digest-teaser__category, .main-page .teaser-col:nth-child(4) .digest-teaser__slider + .digest-teaser__caption .digest-teaser__category, .main-page .teaser-col:nth-child(5) .digest-teaser__slider + .digest-teaser__caption .digest-teaser__category, .main-page .teaser-col:nth-child(6) .digest-teaser__slider + .digest-teaser__caption .digest-teaser__category {
    top: -38px;
  }
  .main-page .teaser-col:nth-child(1) .digest-teaser__icon-list, .main-page .teaser-col:nth-child(2) .digest-teaser__icon-list, .main-page .teaser-col:nth-child(3) .digest-teaser__icon-list, .main-page .teaser-col:nth-child(4) .digest-teaser__icon-list, .main-page .teaser-col:nth-child(5) .digest-teaser__icon-list, .main-page .teaser-col:nth-child(6) .digest-teaser__icon-list {
    display: none;
  }
  .main-page .teaser-col:nth-child(1) .digest-teaser .moderation, .main-page .teaser-col:nth-child(2) .digest-teaser .moderation, .main-page .teaser-col:nth-child(3) .digest-teaser .moderation, .main-page .teaser-col:nth-child(4) .digest-teaser .moderation, .main-page .teaser-col:nth-child(5) .digest-teaser .moderation, .main-page .teaser-col:nth-child(6) .digest-teaser .moderation {
    padding-bottom: 24px;
  }
  .main-page .teaser-col:nth-child(1) .digest-teaser_portfolio, .main-page .teaser-col:nth-child(2) .digest-teaser_portfolio, .main-page .teaser-col:nth-child(3) .digest-teaser_portfolio, .main-page .teaser-col:nth-child(4) .digest-teaser_portfolio, .main-page .teaser-col:nth-child(5) .digest-teaser_portfolio, .main-page .teaser-col:nth-child(6) .digest-teaser_portfolio {
    font-size: 20px;
    line-height: 1.2;
  }
  .main-page .teaser-col:nth-child(1) .digest-teaser_portfolio .digest-teaser__author-img, .main-page .teaser-col:nth-child(2) .digest-teaser_portfolio .digest-teaser__author-img, .main-page .teaser-col:nth-child(3) .digest-teaser_portfolio .digest-teaser__author-img, .main-page .teaser-col:nth-child(4) .digest-teaser_portfolio .digest-teaser__author-img, .main-page .teaser-col:nth-child(5) .digest-teaser_portfolio .digest-teaser__author-img, .main-page .teaser-col:nth-child(6) .digest-teaser_portfolio .digest-teaser__author-img {
    width: 94px;
    height: 94px;
    margin-right: 12px;
  }
  .main-page .teaser-col:nth-child(1) .digest-teaser_portfolio .digest-teaser__author-caption, .main-page .teaser-col:nth-child(2) .digest-teaser_portfolio .digest-teaser__author-caption, .main-page .teaser-col:nth-child(3) .digest-teaser_portfolio .digest-teaser__author-caption, .main-page .teaser-col:nth-child(4) .digest-teaser_portfolio .digest-teaser__author-caption, .main-page .teaser-col:nth-child(5) .digest-teaser_portfolio .digest-teaser__author-caption, .main-page .teaser-col:nth-child(6) .digest-teaser_portfolio .digest-teaser__author-caption {
    font-size: 13px;
    width: calc(100% - 112px);
  }
  .main-page .teaser-col:nth-child(1) .digest-teaser_portfolio .digest-teaser__author-name, .main-page .teaser-col:nth-child(2) .digest-teaser_portfolio .digest-teaser__author-name, .main-page .teaser-col:nth-child(3) .digest-teaser_portfolio .digest-teaser__author-name, .main-page .teaser-col:nth-child(4) .digest-teaser_portfolio .digest-teaser__author-name, .main-page .teaser-col:nth-child(5) .digest-teaser_portfolio .digest-teaser__author-name, .main-page .teaser-col:nth-child(6) .digest-teaser_portfolio .digest-teaser__author-name {
    font-size: 16px;
  }
  .main-page .teaser-col:nth-child(1) .digest-teaser_portfolio .digest-teaser__author-objects, .main-page .teaser-col:nth-child(2) .digest-teaser_portfolio .digest-teaser__author-objects, .main-page .teaser-col:nth-child(3) .digest-teaser_portfolio .digest-teaser__author-objects, .main-page .teaser-col:nth-child(4) .digest-teaser_portfolio .digest-teaser__author-objects, .main-page .teaser-col:nth-child(5) .digest-teaser_portfolio .digest-teaser__author-objects, .main-page .teaser-col:nth-child(6) .digest-teaser_portfolio .digest-teaser__author-objects {
    margin-top: 1px;
  }
}
@media (max-width: 767px) {
  .page-digest {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) and (min-width: 641px) {
  .announcement-item__caption {
    padding-left: 18px;
    padding-right: 18px;
  }
  .announcement-item__btn {
    max-width: 150px;
    left: 18px;
    bottom: 12px;
    font-size: 18px;
  }
  .announcement-item__date {
    font-size: 34px;
  }
  .announcement-item__title, .announcement-item__city {
    font-size: 18px;
  }

  .announcement-slider__navigation {
    height: 48px;
  }
  .announcement-slider__btn {
    width: 48px;
    height: 48px;
  }
  .announcement-slider__btn svg {
    width: 14px;
    height: auto;
  }
}
@media (max-width: 680px) {
  .ap-digest-section-menu__list {
    max-width: calc(100% - 106px);
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .teaser-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .announcement-item {
    padding-bottom: 100%;
    height: auto;
  }
  .announcement-item__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
  }
}
@media (max-width: 420px) {
  .ap-digest-section .add-stories {
    margin-right: 0;
  }
  .ap-digest-section .add-stories span:nth-child(2) {
    display: none;
  }

  .digest-teaser__label-promo {
    padding-right: 8px;
    min-width: 96px;
  }
  .digest-teaser__label-price-discount {
    font-size: 24px;
    padding-top: 5px;
  }
  .digest-teaser__label-price-old {
    font-size: 11px;
  }
  .digest-teaser__label-price-new {
    font-size: 12px;
  }
  .digest-teaser__label-promo-wrapper:before {
    height: 56px;
  }
  .digest-teaser__label-promo-wrapper:after {
    top: 56px;
  }
  .digest-teaser__label-price {
    padding: 8px 7px 6px;
  }

  .announcement-item__caption {
    padding-left: 18px;
    padding-right: 18px;
  }
  .announcement-item__btn {
    max-width: 150px;
    left: 18px;
    bottom: 12px;
    font-size: 18px;
  }
  .announcement-item__date {
    font-size: 34px;
  }
  .announcement-item__title, .announcement-item__city {
    font-size: 18px;
  }

  .announcement-slider__navigation {
    height: 48px;
  }
  .announcement-slider__btn {
    width: 48px;
    height: 48px;
  }
  .announcement-slider__btn svg {
    width: 14px;
    height: auto;
  }
}
.account-digest .ap-filter__box {
  left: -15px;
  right: -15px;
}
.account-digest .ap-filter-form-section {
  width: 100%;
}
.account-digest .ap-spec-profile-creating-menu__item {
  position: relative;
  letter-spacing: 0.01em;
  font-size: 20px;
}
.account-digest .ap-spec-profile-creating-menu__item:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #fff;
}
.account-digest .ap-spec-profile-creating-menu__item:last-child:after {
  content: normal;
}
.account-digest .ap-spec-profile-creating-menu__link {
  padding: 14px 16px;
}
.account-digest .ap-spec-profile-creating-menu__title {
  display: inline;
}
.account-digest .ap-spec-profile-creating-menu__title:before {
  content: normal !important;
}
.account-digest .ap-spec-profile-creating-menu__counter {
  font-weight: 300;
}
.account-digest .ap-spec-profile-creating-menu__counter:before {
  content: " - ";
}
.account-digest .ap-spec-profile-creating-menu__item_active .ap-spec-profile-creating-menu__counter {
  color: #ff0000;
}
.account-digest .ap-digest-section-menu {
  background: none;
  height: auto;
}
.account-digest .ap-digest-section-menu__title {
  display: block;
  text-decoration: none !important;
  color: #ff0000;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0;
  margin: 0 20px 0 0;
  font-size: 20px;
  line-height: normal;
  pointer-events: none;
  letter-spacing: 0.01em;
}
.account-digest .ap-digest-section-add {
  line-height: 22px;
  font-size: 16px;
  color: #ff0000;
}
.account-digest .ap-digest-section-add span.plus {
  background-color: #ff0000;
}
.account-digest .ap-digest-section-add:hover {
  color: #999999;
}
.account-digest .ap-digest-section-add:hover span.plus {
  background-color: #999999;
}
.account-digest .ap-digest-section {
  margin-top: 32px;
}
.account-digest .teaser-list {
  margin-left: -7px;
  margin-right: -7px;
}
.account-digest .teaser-col {
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 22px;
}
.account-digest .digest-teaser {
  padding-bottom: 32px;
  border: 0;
}
.account-digest .digest-teaser:after {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
.account-digest .digest-teaser:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.account-digest .digest-teaser__image {
  padding-bottom: 65%;
  z-index: 1;
}
.account-digest .digest-teaser__icon-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 12;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
}
.account-digest .digest-teaser__icon {
  color: #c2c2c2;
}
.account-digest .digest-teaser__icon svg {
  fill: #c2c2c2;
}
.account-digest .digest-teaser__icon:hover {
  color: #ff0000;
}
.account-digest .digest-teaser__icon:hover svg {
  fill: #ff0000;
}
.account-digest .digest-teaser__icon:nth-child(4) {
  margin-right: 0;
}
.account-digest .digest-teaser__drop-actions {
  left: auto;
  right: 0;
  padding: 15px;
}
.account-digest .digest-teaser__drop-actions .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin: 0 8px 0 0;
}
.account-digest .digest-teaser__drop-actions .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:last-child {
  margin-right: 0;
}
.account-digest .digest-teaser__author {
  left: 6px;
  right: 6px;
  top: 7px;
}
.account-digest .digest-teaser__author-name {
  font-size: 10px;
}
.account-digest .digest-teaser__author-profi {
  margin-top: 2px;
}
.account-digest .digest-teaser__author-img {
  width: 40px;
  height: 40px;
}
.account-digest .digest-teaser__author-caption {
  width: calc(100% - 48px);
}
.account-digest .digest-teaser__voting {
  padding-left: 8px;
  padding-bottom: 8px;
}
.account-digest .digest-teaser__caption {
  padding: 8px 0 0;
  z-index: 1;
  height: 198px;
}
.account-digest .digest-teaser_promo .digest-teaser__category {
  padding-left: 62px;
}
.account-digest .digest-teaser_promo .digest-teaser__category:before {
  font-size: 10px;
  padding: 1px 5px;
  left: 0;
}
.account-digest .digest-teaser__title {
  line-height: 1;
  max-height: 3em;
}
.account-digest .digest-teaser__video-icon {
  width: 40px;
  height: 40px;
  right: 8px;
  bottom: 8px;
}
.account-digest .digest-teaser__label-promo {
  padding-right: 4px;
}
.account-digest .digest-teaser__announce {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 961px) {
  .account-digest .teaser-col:nth-child(1) .digest-teaser,
.account-digest .teaser-col:nth-child(2) .digest-teaser,
.account-digest .teaser-col:nth-child(3) .digest-teaser {
    padding-bottom: 32px;
  }
  .account-digest .teaser-col:nth-child(1) .digest-teaser__image,
.account-digest .teaser-col:nth-child(2) .digest-teaser__image,
.account-digest .teaser-col:nth-child(3) .digest-teaser__image {
    padding-bottom: 65%;
  }
  .account-digest .teaser-col:nth-child(1) .digest-teaser__image:after,
.account-digest .teaser-col:nth-child(2) .digest-teaser__image:after,
.account-digest .teaser-col:nth-child(3) .digest-teaser__image:after {
    content: normal;
  }
  .account-digest .teaser-col:nth-child(1) .digest-teaser__caption,
.account-digest .teaser-col:nth-child(2) .digest-teaser__caption,
.account-digest .teaser-col:nth-child(3) .digest-teaser__caption {
    height: 198px;
    position: relative;
    z-index: 4;
  }
  .account-digest .teaser-col:nth-child(1) .digest-teaser__title,
.account-digest .teaser-col:nth-child(2) .digest-teaser__title,
.account-digest .teaser-col:nth-child(3) .digest-teaser__title {
    max-height: 3em;
  }
  .account-digest .teaser-col:nth-child(1) .digest-teaser__category,
.account-digest .teaser-col:nth-child(2) .digest-teaser__category,
.account-digest .teaser-col:nth-child(3) .digest-teaser__category {
    position: static;
    top: auto;
    color: #ff0000;
  }
  .account-digest .teaser-col:nth-child(1) .digest-teaser__icon-list,
.account-digest .teaser-col:nth-child(2) .digest-teaser__icon-list,
.account-digest .teaser-col:nth-child(3) .digest-teaser__icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .account-digest .teaser-col:nth-child(1) .digest-teaser__announce,
.account-digest .teaser-col:nth-child(2) .digest-teaser__announce,
.account-digest .teaser-col:nth-child(3) .digest-teaser__announce {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .account-digest .digest-teaser__btn {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
  }
  .account-digest .digest-teaser__btn_turbo:before,
.account-digest .digest-teaser__btn_turbo-panel:before {
    margin-right: 8px;
  }
  .account-digest .digest-teaser__btn_turbo-panel {
    letter-spacing: normal;
  }
  .account-digest .digest-teaser__btn_turbo-panel a {
    letter-spacing: normal;
  }
  .account-digest .selectric-digest-teaser__btn-select .selectric .label {
    font-size: 11px;
    letter-spacing: normal;
  }
  .account-digest .selectric-digest-teaser__btn-select .selectric-items {
    width: 150px !important;
  }
  .account-digest .selectric-digest-teaser__btn-select .selectric-items ul,
.account-digest .selectric-digest-teaser__btn-select .selectric-items li {
    font-size: 11px;
  }
  .account-digest .digest-teaser__icon:not(:last-child) {
    margin-right: 16px;
  }
  .account-digest .digest-teaser__icon:nth-child(4) {
    margin-right: 0;
  }
  .account-digest .digest-teaser__title {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .account-digest .digest-teaser__btn {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
  }
  .account-digest .digest-teaser__btn_turbo:before,
.account-digest .digest-teaser__btn_turbo-panel:before {
    content: normal;
  }
  .account-digest .digest-teaser__btn_turbo-panel {
    letter-spacing: normal;
  }
  .account-digest .digest-teaser__btn_turbo-panel a {
    letter-spacing: normal;
  }
  .account-digest .selectric-digest-teaser__btn-select .selectric .label {
    font-size: 11px;
    letter-spacing: normal;
  }
  .account-digest .digest-teaser__icon:not(:last-child) {
    margin-right: 16px;
  }
  .account-digest .digest-teaser__icon:nth-child(4) {
    margin-right: 0;
  }
  .account-digest .digest-teaser__title {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .account-digest .ap-spec-profile-creating-menu__title {
    letter-spacing: normal;
  }
  .account-digest .ap-spec-profile-creating-menu__counter {
    font-size: 18px;
  }
}
@media (max-width: 1080px) {
  .account-digest .ap-spec-profile-creating-menu__counter {
    font-size: 16px;
    letter-spacing: normal;
  }
  .account-digest .ap-spec-profile-creating-menu__link {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 641px) and (max-width: 1199px) {
  .digest-teaser_portfolio .digest-teaser__title {
    font-size: 20px;
    line-height: 1.2;
  }
  .digest-teaser_portfolio .digest-teaser__author-img {
    width: 100px;
    height: 100px;
    margin-right: 12px;
  }
  .digest-teaser_portfolio .digest-teaser__author-caption {
    width: calc(100% - 112px);
  }
  .digest-teaser_portfolio .digest-teaser__author-name {
    font-size: 16px;
  }
}
@media (min-width: 641px) and (max-width: 959px) {
  .account-digest .teaser-col:nth-child(1) .digest-teaser,
.account-digest .teaser-col:nth-child(2) .digest-teaser,
.account-digest .teaser-col:nth-child(3) .digest-teaser {
    padding-bottom: 32px;
  }
  .account-digest .teaser-col:nth-child(1) .digest-teaser__image,
.account-digest .teaser-col:nth-child(2) .digest-teaser__image,
.account-digest .teaser-col:nth-child(3) .digest-teaser__image {
    padding-bottom: 65%;
  }
  .account-digest .teaser-col:nth-child(1) .digest-teaser__image:after,
.account-digest .teaser-col:nth-child(2) .digest-teaser__image:after,
.account-digest .teaser-col:nth-child(3) .digest-teaser__image:after {
    content: normal;
  }
  .account-digest .teaser-col:nth-child(1) .digest-teaser__caption,
.account-digest .teaser-col:nth-child(2) .digest-teaser__caption,
.account-digest .teaser-col:nth-child(3) .digest-teaser__caption {
    height: 198px;
    position: relative;
    z-index: 4;
  }
  .account-digest .teaser-col:nth-child(1) .digest-teaser__title,
.account-digest .teaser-col:nth-child(2) .digest-teaser__title,
.account-digest .teaser-col:nth-child(3) .digest-teaser__title {
    max-height: 3em;
  }
  .account-digest .teaser-col:nth-child(1) .digest-teaser__category,
.account-digest .teaser-col:nth-child(2) .digest-teaser__category,
.account-digest .teaser-col:nth-child(3) .digest-teaser__category {
    position: static;
    top: auto;
    color: #ff0000;
  }
  .account-digest .teaser-col:nth-child(1) .digest-teaser__icon-list,
.account-digest .teaser-col:nth-child(2) .digest-teaser__icon-list,
.account-digest .teaser-col:nth-child(3) .digest-teaser__icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .account-digest .teaser-col:nth-child(1) .digest-teaser__announce,
.account-digest .teaser-col:nth-child(2) .digest-teaser__announce,
.account-digest .teaser-col:nth-child(3) .digest-teaser__announce {
    display: block;
  }
}
@media (max-width: 960px) {
  .account-digest .ap-digest-section-add span:nth-child(2) {
    display: inline;
  }
}
@media (max-width: 680px) {
  .account-digest .ap-spec-profile-creating-menu__item:after {
    content: normal;
  }
  .account-digest .ap-spec-profile-creating-menu__link {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 660px) {
  .account-digest .ap-digest-section-menu__title {
    font-size: 18px;
  }
  .account-digest .ap-digest-section-add {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .account-digest .ap-digest-section-add span:nth-child(2) {
    display: none;
  }
  .account-digest .ap-digest-section-add span.plus {
    margin-top: 2px;
    margin-bottom: 0;
  }
}
@media (max-width: 420px) {
  .digest-teaser_portfolio .digest-teaser__title {
    font-size: 20px;
    line-height: 1.2;
  }
  .digest-teaser_portfolio .digest-teaser__author-img {
    width: 100px;
    height: 100px;
    margin-right: 12px;
  }
  .digest-teaser_portfolio .digest-teaser__author-caption {
    width: calc(100% - 112px);
  }
  .digest-teaser_portfolio .digest-teaser__author-name {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  .digest-teaser_portfolio .digest-teaser__author-name {
    font-size: 15px;
  }
  .digest-teaser_portfolio .digest-teaser__author-img {
    width: 94px;
    height: 94px;
  }
  .digest-teaser_portfolio .digest-teaser__author-caption {
    width: calc(100% - 106px);
    font-size: 13px;
  }
}
@media (max-width: 349px) {
  .account-digest .ap-spec-profile-creating-menu__title,
.account-digest .ap-spec-profile-creating-menu__counter {
    font-size: 16px;
  }
}