.font-roboto {
  font-family: SF Pro Display, Roboto, serif;
}
.font-rozha {
  font-family: 'Rozha One', serif;
}
.font-georgia {
  font-family: Georgia, serif;
}
.addTopPadding {
  padding-top: 16px;
}
.addBottomPadding {
  padding-bottom: 16px;
}
.addTopBottmPadding {
  padding-top: 16px;
  padding-bottom: 16px;
}
.removeTopPadding {
  padding-top: 0;
}
.removeBottomPadding {
  padding-bottom: 0;
}
.removeTopBottmPadding {
  padding-top: 0;
  padding-bottom: 0;
}
.addLeftPadding {
  padding-left: 16px;
}
.removeLeftPadding {
  padding-left: 0;
}
.addRightPadding {
  padding-right: 16px;
}
.removeRightPadding {
  padding-right: 0;
}
.addSidePadding {
  padding-left: 16px;
  padding-right: 16px;
}
.removeSidePadding {
  padding-left: 0;
  padding-right: 0;
}
/**
 * Uz mob liekam sānu padding. Uz desktop platuma ņema nost sānu padding
 */
.responsiveSidePadding {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 500px) {
  .responsiveSidePadding {
    padding-left: 0;
    padding-right: 0;
  }
}
.responsiveLeftPadding {
  padding-left: 16px;
}
@media (min-width: 500px) {
  .responsiveLeftPadding {
    padding-left: 0;
  }
}
.responsiveRightPadding {
  padding-right: 16px;
}
@media (min-width: 500px) {
  .responsiveRightPadding {
    padding-right: 0;
  }
}
.responsiveSideMargin {
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 500px) {
  .responsiveSideMargin {
    margin-left: 0;
    margin-right: 0;
  }
}
.twitter-tweet-rendered {
  margin-left: auto;
  margin-right: auto;
}
.banner-not-ready2 {
  position: absolute;
  overflow: hidden;
  height: 0;
  width: 300px;
}
.banner-not-ready {
  visibility: hidden;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.article-banner .banner {
  width: 300px;
}
/** desktop banner, lai neiet virsu, jo tas ir float */
.ps-article .article-embed.quote,
.article-embed.related-articles,
.article-content-block .twitter-tweet,
.article-embed.gallery {
  clear: left;
}
.ps-article .article-embed.single-image img {
  width: auto;
}
.full-image {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.promo-block .promo-slider .content-item:last-child {
  margin-right: 16px;
}
.promo-block .promo-slider .slider-pages {
  opacity: 0;
  transition: all 300ms;
}
.promo-block .promo-slider--pagesready .slider-pages {
  opacity: 1;
}
.promo-slider .indicator {
  position: relative;
  height: 4px;
  overflow: hidden;
}
.promo-slider .indicator__item {
  display: block;
  width: 40px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.promo-slider .indicator__item:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: center;
  background-color: #1e1f21;
  opacity: 1;
}
.promo-slider .indicator__item--active:after {
  background-color: #fff;
}
.promo-slider .indicator__item--last1:after {
  transform-origin: left center;
}
.promo-slider .indicator__item--first1:after {
  transform-origin: right center;
}
.promo-slider .indicator__item,
.promo-slider .indicator__item:after {
  transition: all 300ms;
}
.promo-slider .indicator__item--last1:after,
.promo-slider .indicator__item--first1:after,
.promo-slider .indicator__item--outside:after {
  opacity: 0.8;
  transform: scale(0.7);
}
/** iOS nevar izmantot transparet, jo tad ir melns. Tāpēc rgba */
.slider .slider-viewport:before {
  left: 0;
  background-image: linear-gradient(90deg, currentColor, rgba(255, 255, 255, 0));
}
.slider .slider-viewport:after {
  right: 0;
  background-image: linear-gradient(270deg, currentColor, rgba(255, 255, 255, 0));
}
@media (max-width: 559px) {
  .opinions-slider .content-item {
    width: calc(92%);
  }
}
.ps-article .caricature-image > .caricature {
  mix-blend-mode: normal;
}
.content-caricature .caricature {
  mix-blend-mode: normal;
}
.ps-banner {
  overflow: hidden;
}
.article-content-block .iframe-embed {
  clear: both;
}
.panel1 .header-block .user-menu {
  flex-direction: column;
}
.panel1 .header-block .um-item {
  margin-right: 0;
}
.panel1 .header-block .um-item:last-child {
  margin-right: 0;
}
.article-content-block,
.article-footer,
.article-matched-ads {
  max-width: 676px;
}
.page-caricature .article-content-block {
  max-width: 1040px;
}
.background-banner-click {
  display: none;
}
.article-gallery-banner-w {
  width: 300px;
  position: absolute;
  left: -1000px;
  top: 0;
}
.article-content-block img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .article-gallery-banner-w {
    display: none;
  }
}
.button-clear,
.comment-block .comment-reply {
  font-size: 100%;
  font-family: inherit;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=text],
textarea {
  border: 1px solid #000;
  border-radius: 2px;
  background: none;
  background-color: #fff;
  margin: 0;
  padding: 0 8px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: SF Pro Display, Roboto, serif;
  font-size: 17px;
  line-height: 34px;
  font-weight: 400;
  color: #000;
}
/**
 * Slēpjam visas raksta saistītās lietas
 * atstāj tikai title
 * Uzstāda default font-family
 */
.bl-content-item .ci-content {
  padding-bottom: 0;
}
.bl-content-item .ci-title {
  font-family: 'Rozha One', serif;
  font-size: 10px;
}
.bl-content-item .ci-image {
  border-radius: 0;
}
.bl-content-item .category-badge,
.bl-content-item .ci-author,
.bl-content-item .ci-meta,
.bl-content-item .ci-icons {
  display: none;
}
.bl-hide-image .ci-image {
  display: none;
}
.bulleted-title {
  position: relative;
  font-size: 15px;
  line-height: 18px;
  padding-left: 16px;
}
.bulleted-title:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 7px solid #dd2b30;
  border-width: 5px 7px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  left: 1px;
  top: 4px;
}
.cookie-notice .notice-buttons button {
  border-radius: 2px;
}
.cookie-notice .notice-buttons button[disabled] {
  background-color: #d8dbdc;
  cursor: not-allowed;
}
.cookie-notice .notice-buttons button:active[disabled] {
  top: 0;
}
.cookie-notice .notice-buttons button {
  display: inline-block;
  position: relative;
  background-color: #33d28b;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
}
.cookie-notice .notice-buttons button:active {
  top: 2px;
}
.cookie-notice {
  padding: 24px 24px 24px 24px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
@supports (display: flex) {
  .cookie-notice {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@supports (display: flex) {
  .cookie-notice .notice-content {
    float: none;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cookie-notice .notice-text {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14286;
  margin: 0 0 0 0;
}
.cookie-notice .notice-buttons {
  display: flex;
  align-items: stretch;
}
.cookie-notice .notice-buttons button {
  padding: 4px 8px 4px 8px 4px 8px 4px 8px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33333;
  color: #fff;
  letter-spacing: 0.088em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 8px;
  background-color: #7c8086;
  border-radius: 1px;
}
.cookie-notice .notice-buttons button:active {
  top: 1px;
}
.cookie-notice .notice-buttons button:first-child {
  margin-left: 0;
}
.cookie-notice .notice-buttons button:last-child {
  margin-right: 0;
}
.cookie-notice .notice-buttons {
  margin-left: 24px;
  align-self: flex-end;
}
@media (min-width: 560px) and (max-width: 719px) {
  .cookie-notice .notice-content {
    flex-direction: column;
  }
  .cookie-notice .notice-buttons {
    margin: 24px 0 0 0;
    justify-content: center;
  }
}
@media (max-width: 559px) {
  .cookie-notice .notice-content {
    flex-direction: column;
  }
  .cookie-notice .notice-buttons {
    margin: 24px 0 0 0;
    justify-content: center;
  }
}
.cookie-notice,
.app-install-notice {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.cookie-notice .notice-text,
.app-install-notice .notice-text {
  color: #1e1f21;
}
.cookie-notice .notice-close,
.app-install-notice .notice-close {
  color: #3f4247;
}
.cookie-notice .notice-close .label,
.app-install-notice .notice-close .label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.lazy-load img {
  transition: opacity 220ms;
  opacity: 0;
}
.lazy-load-ready img {
  opacity: 1;
}
.inner-page-title {
  margin: 0 0 8px;
  padding-top: 16px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: SF Pro Display, Roboto, serif;
  font-size: 17px;
  text-transform: uppercase;
}
@media (min-width: 500px) {
  .inner-page-title {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 759px) {
  .inner-page-title {
    padding-top: 0;
  }
}
.content-with-aside {
  display: flex;
}
.content-with-aside .content-blocks {
  flex-basis: 500px;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  order: 1;
}
.content-with-aside .content-block-aside {
  width: 300px;
  order: 3;
  margin-left: 24px;
  flex: 1 0 300px;
}
@media (max-width: 1075px) {
  .content-with-aside .content-block-aside {
    display: none;
  }
}
.content-with-aside .content-blocks-middle {
  width: 230px;
  order: 2;
  margin-left: 24px;
  flex: 1 0 230px;
}
@media (max-width: 759px) {
  .content-with-aside .content-blocks-middle {
    display: none;
  }
}
.page-news-list .content-items {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 500px) {
  .page-news-list .content-items {
    padding-left: 0;
    padding-right: 0;
  }
}
.age-verify {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e3034;
  z-index: 2000;
  display: none;
}
.age-verify__content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  text-align: center;
}
.age-verify__content p {
  color: #fff;
}
.age-verify__button {
  width: 100px;
  border: 0 none;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .088em;
  text-transform: uppercase;
  padding: 8px 24px;
  border-radius: 2px;
}
.age-verify__yes {
  background: #33d28b;
}
.age-verify__no {
  background: #ff2626;
  margin-left: 8px;
}
.post-age-verify .age-verify {
  display: block;
}
.content-item .ci-image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 4px;
}
.content-item .ci-image:after {
  content: '';
  display: block;
  padding-top: 59.52381%;
}
.content-item .ci-image > img {
  position: absolute;
  min-width: 100%;
  max-width: 130%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .content-item .ci-image > img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 0;
    max-width: none;
    min-height: 0;
    transform: none;
  }
}
.today-names {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.today-names li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 4px;
}
.today-names li:first-child {
  margin-left: 0;
}
.weather-block .icon,
.weather-block .temperature {
  display: inline-block;
  vertical-align: middle;
}
.paginator .page {
  color: #000;
  font-family: SF Pro Display, Roboto, serif;
  font-size: 15px;
  font-weight: normal;
  margin-right: 8px;
  text-decoration: none;
}
.paginator .page:last-child {
  margin-right: 0;
}
.paginator .current {
  color: #dd2b30;
  font-weight: bold;
}
.paginator .last {
  color: #000;
  font-weight: normal;
}
.paginator .prev,
.paginator .next {
  display: none;
}
.logotype-block {
  height: 100%;
}
.logotype-block img {
  display: block;
  height: 100%;
  width: auto;
}
.info-block {
  display: flex;
}
.info-block .weather-block,
.info-block .current-date,
.info-block .today-names-block {
  font-family: SF Pro Display, Roboto, serif;
  font-size: 12px;
  margin-left: 16px;
}
.info-block .weather-block {
  order: 3;
}
.info-block .current-date {
  order: 1;
  font-weight: bold;
  margin-left: 0;
}
.info-block .today-names-block {
  order: 2;
}
.header-main {
  background-color: #dd2b30;
  height: 46px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
}
.header-main .logotype-block {
  position: absolute;
  left: 16px;
  top: 9px;
  height: 28px;
}
.header-main .main-menu-block {
  position: absolute;
  top: 0;
  left: 157px;
}
@media (max-width: 759px) {
  .header-main .main-menu-block {
    display: none;
  }
}
.header-main .special-menu-block {
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
}
@media (max-width: 759px) {
  .header-main .special-menu-block {
    display: none;
  }
}
.header-main .mobile-menu-trigger-zone {
  display: none;
  position: absolute;
  width: 46px;
  height: 46px;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 759px) {
  .header-main .mobile-menu-trigger-zone {
    display: block;
  }
}
.header-main .mobile-menu-trigger {
  display: none;
  position: absolute;
  width: 20px;
  height: 16px;
  top: 15px;
  right: 16px;
  z-index: 1;
}
.header-main .mobile-menu-trigger img {
  display: block;
}
@media (max-width: 759px) {
  .header-main .mobile-menu-trigger {
    display: block;
  }
}
.header-main .main-menu,
.header-main .special-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.header-main .main-menu .icon,
.header-main .special-menu .icon {
  display: none;
}
.header-main .main-menu a,
.header-main .special-menu a {
  font-family: SF Pro Display, Roboto, serif;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  height: 46px;
  line-height: 46px;
}
.header-main .main-menu li,
.header-main .special-menu li {
  margin: 0 0 0 24px;
  padding: 0;
  display: block;
}
.header-main .main-menu li:first-child,
.header-main .special-menu li:first-child {
  margin-left: 0;
}
.header-main .main-menu .smi-search,
.header-main .special-menu .smi-search {
  display: none;
}
.header-secondary {
  padding: 16px 0;
  background: #fff;
}
@media (max-width: 759px) {
  .header-secondary {
    display: none;
  }
}
.footer-main {
  background: #fff;
  padding: 0;
}
.footer-main > .w {
  padding-top: 50px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 500px) {
  .footer-main > .w {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-main .footer-menu {
  list-style-type: none;
  padding: 0 0 50px;
  margin: 32px 0 0;
}
.footer-main .fm-item {
  padding: 0;
  margin: 0;
}
.footer-main .fm-item a {
  font-family: SF Pro Display, Roboto, serif;
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 33px;
}
.footer-main .logotype-block {
  height: auto;
  max-width: 340px;
}
.footer-main .logotype-block img {
  width: 100%;
  height: auto;
}
.footer-main .logotype-text {
  margin-top: 8px;
}
.panel-main-menu .modal-panel__content {
  padding-top: 46px;
  padding-bottom: 64px;
}
.panel-main-menu .modal-panel__header {
  height: 46px;
  background-color: #dd2b30;
  border: 0;
}
.panel-main-menu .modal-panel__bg {
  background: #000;
}
.panel-main-menu .modal-panel__close {
  border: none;
  height: 46px;
  line-height: 46px;
  width: 46px;
  left: auto;
  right: 0;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.panel-main-menu .logotype-block {
  position: absolute;
  left: 16px;
  top: 9px;
  height: 28px;
}
.panel-main-menu .panel-main-menu__label {
  font-family: SF Pro Display, Roboto, serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding-bottom: 8px;
  padding-top: 32px;
  opacity: 0.9;
}
.panel-main-menu .special-menu,
.panel-main-menu .main-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.panel-main-menu .special-menu .icon,
.panel-main-menu .main-menu .icon {
  display: none;
}
.panel-main-menu .special-menu a,
.panel-main-menu .main-menu a {
  font-family: SF Pro Display, Roboto, serif;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  height: 63px;
  line-height: 63px;
}
.panel-main-menu .special-menu li,
.panel-main-menu .main-menu li {
  margin: 0;
  padding: 0;
  display: block;
}
.panel-main-menu .special-menu .smi-search,
.panel-main-menu .main-menu .smi-search {
  display: none;
}
.panel-main-menu .panel-main-menu__label,
.panel-main-menu .special-menu a,
.panel-main-menu .main-menu a {
  position: relative;
}
.panel-main-menu .panel-main-menu__label:before,
.panel-main-menu .special-menu a:before,
.panel-main-menu .main-menu a:before {
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  position: absolute;
  border-top: 1px solid #fff;
  opacity: 0.2;
  height: 0;
}
.panel-main-menu .special-menu li a,
.panel-main-menu .main-menu li a,
.panel-main-menu .panel-main-menu__label {
  padding-left: 16px;
  padding-right: 16px;
}
.panel-main-menu .info-block {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 32px;
  overflow: hidden;
}
.panel-main-menu .special-menu .smi-latest-news a {
  width: 50%;
  text-align: center;
}
.panel-main-menu .special-menu .smi-latest-news a:after {
  top: 0;
  bottom: 1px;
  right: 0;
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  opacity: 0.2;
  width: 0;
}
.panel-main-menu .weather-block,
.panel-main-menu .current-date {
  color: #fff;
  line-height: 24px;
  height: 24px;
  font-family: SF Pro Display, Roboto, serif;
  font-size: 14px;
}
.panel-main-menu .weather-block .icon,
.panel-main-menu .current-date .icon {
  font-size: 24px;
}
.panel-main-menu .weather-block {
  float: left;
}
.panel-main-menu .current-date {
  float: right;
}
.panel-main-menu .today-names-block {
  display: none;
}
.lightbox-modal .lmgi-image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.lightbox-modal .lmgi-image:after {
  content: '';
  display: block;
  pointer-events: none;
}
.lightbox-modal .lightbox-gallery,
.lightbox-modal .lmg-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lightbox-modal .lightbox-refresh-button,
.lightbox-modal .lmgi-image,
.lightbox-modal .lightbox-more-galleries-block {
  border-radius: 2px;
}
.lightbox-modal .lightbox-refresh-button[disabled] {
  background-color: #d8dbdc;
  cursor: not-allowed;
}
.lightbox-modal .lightbox-refresh-button:active[disabled] {
  top: 0;
}
.lightbox-modal .lightbox-refresh-button {
  display: inline-block;
  position: relative;
  background-color: #33d28b;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
}
.lightbox-modal .lightbox-refresh-button:active {
  top: 2px;
}
.lightbox-modal .lightbox-gallery-prev,
.lightbox-modal .lightbox-gallery-next {
  font-size: 24px;
  line-height: 0.5;
  padding: 0 0 0 0;
  width: 40px;
  height: 40px;
  border: 0 none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.lightbox-modal .lightbox-gallery-prev:active,
.lightbox-modal .lightbox-gallery-next:active {
  top: 1px;
}
.lightbox-modal .lightbox-gallery-prev {
  margin-right: 16px;
}
.lightbox-modal .lightbox-gallery-next {
  margin-left: 16px;
}
.lightbox-modal .lmgi-image {
  position: relative;
}
.lightbox-modal .lmgi-image > img {
  position: absolute;
  min-width: 100%;
  max-width: 130%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .lightbox-modal .lmgi-image > img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 0;
    max-width: none;
    min-height: 0;
    transform: none;
  }
}
.lightbox-modal .lmg-title {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.16667;
  color: #7c8086;
  letter-spacing: 0.079em;
  text-transform: uppercase;
}
.lightbox-modal {
  flex-direction: column;
  align-items: stretch;
}
.lightbox-modal.modal-panel--visible {
  display: flex;
}
.lightbox-modal > .modal-panel__bg {
  display: none;
}
.lightbox-modal > .modal-panel__header,
.lightbox-modal > .modal-panel__content,
.lightbox-modal > .modal-panel__footer,
.lightbox-modal .modal-panel__close,
.lightbox-modal .modal-panel__heading {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: static;
  width: auto;
  height: auto;
}
.lightbox-modal > .modal-panel__header,
.lightbox-modal > .modal-panel__footer {
  padding: 8px 16px 8px 16px;
  margin: 0 0 0 0;
  min-height: 48px;
  border: 0 none;
  background-color: #1e1f21;
}
.lightbox-modal > .modal-panel__content {
  background-color: #2e3034;
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: stretch;
}
.lightbox-modal .modal-panel__header {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.lightbox-modal .modal-panel__heading {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14286;
  color: #fff;
  flex-grow: 1;
  text-align: left;
  text-transform: none;
}
.lightbox-modal .modal-panel__close {
  width: 24px;
  height: 24px;
  border: 0 none;
  overflow: hidden;
  position: relative;
  color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.lightbox-modal .modal-panel__close:before,
.lightbox-modal .modal-panel__close:after {
  content: '';
  width: 3px;
  height: 24px;
  background-color: #7c8086;
  position: absolute;
  top: 50%;
  left: 50%;
}
.lightbox-modal .modal-panel__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.lightbox-modal .modal-panel__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.lightbox-modal .lightbox-content {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-grow: 1;
}
.lightbox-modal .lightbox-gallery {
  flex-grow: 1;
  position: relative;
}
.lightbox-modal .lightbox-gallery-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}
.lightbox-modal .lightbox-gallery-slide > img {
  margin: 0 auto 0;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@supports (object-fit: contain) {
  .lightbox-modal .lightbox-gallery-slide > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}
.lightbox-modal .lightbox-gallery-controls {
  padding: 16px 16px 16px 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.lightbox-modal .lightbox-gallery-prev,
.lightbox-modal .lightbox-gallery-next {
  background-color: rgba(30, 31, 33, 0.5);
  transition: background-color 0.3s ease;
}
.lightbox-modal .lightbox-gallery-prev > .icon,
.lightbox-modal .lightbox-gallery-next > .icon {
  color: #d8dbdc;
}
.lightbox-modal .lightbox-gallery-prev:hover,
.lightbox-modal .lightbox-gallery-next:hover {
  background-color: rgba(30, 31, 33, 0.8);
}
.lightbox-modal .lightbox-ads {
  padding: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .lightbox-modal .lightbox-ads {
    display: none;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .lightbox-modal .lightbox-ads {
    display: none;
  }
}
@media (max-width: 559px) {
  .lightbox-modal .lightbox-ads {
    display: none;
  }
}
.lightbox-modal .lightbox-counter {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14286;
  color: #fff;
}
.lightbox-modal .lightbox-meta {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33333;
  color: rgba(255, 255, 255, 0.5);
}
.lightbox-modal .lightbox-final {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.lightbox-modal .lightbox-refresh-button {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  padding: 8px 24px 8px 24px 8px 24px 8px 24px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33333;
  color: #fff;
  letter-spacing: 0.088em;
  text-transform: uppercase;
  white-space: nowrap;
  height: 48px;
  line-height: 48px;
}
@media (max-width: 559px) {
  .lightbox-modal .lightbox-refresh-button {
    margin-bottom: 24px;
  }
}
.lightbox-modal .lightbox-refresh-button > .icon {
  font-size: 32px;
  color: #fff;
  margin-right: 8px;
}
.lightbox-modal .share-block {
  margin-bottom: 32px;
}
.lightbox-modal .share-title,
.lightbox-modal .share-count {
  color: #fff;
}
@media (min-width: 560px) and (max-width: 719px) {
  .lightbox-modal .share-block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .lightbox-modal .share-count {
    margin-right: 0;
  }
  .lightbox-modal .share-services {
    margin-top: 16px;
    flex: 1 1 100%;
  }
  .lightbox-modal .share-services .icon {
    font-size: 40px;
  }
}
@media (max-width: 559px) {
  .lightbox-modal .share-block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .lightbox-modal .share-count {
    margin-right: 0;
  }
  .lightbox-modal .share-services {
    margin-top: 16px;
    flex: 1 1 100%;
  }
  .lightbox-modal .share-services .icon {
    font-size: 40px;
  }
}
.lightbox-modal .lightbox-more-galleries-block {
  margin-left: 80px;
  margin-right: 80px;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .lightbox-modal .lightbox-more-galleries-block {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .lightbox-modal .lightbox-more-galleries-block {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (max-width: 559px) {
  .lightbox-modal .lightbox-more-galleries-block {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.lightbox-modal .lmg-list {
  display: flex;
  align-items: flex-start;
}
.lightbox-modal .lmg-item {
  max-width: 200px;
  display: none;
  cursor: pointer;
  flex: 1 1 0%;
}
.lightbox-modal .lmg-item:first-child {
  display: block;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lightbox-modal .lmg-item {
    flex-basis: auto;
  }
}
@media (min-width: 1104px) {
  .lightbox-modal .lmg-item:nth-child(2) {
    margin-left: 16px;
    display: block;
  }
  .lightbox-modal .lmg-item:nth-child(3) {
    margin-left: 16px;
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1103px) {
  .lightbox-modal .lmg-item:nth-child(2) {
    margin-left: 16px;
    display: block;
  }
  .lightbox-modal .lmg-item:nth-child(3) {
    margin-left: 16px;
    display: block;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .lightbox-modal .lmg-item:nth-child(2) {
    margin-left: 8px;
    display: block;
  }
  .lightbox-modal .lmg-item:nth-child(3) {
    margin-left: 8px;
    display: block;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .lightbox-modal .lmg-item:nth-child(2) {
    margin-left: 8px;
    display: block;
  }
}
@media (max-width: 559px) {
  .lightbox-modal .lmg-item:nth-child(2) {
    margin-left: 8px;
    display: block;
  }
}
.lightbox-modal .lmgi-image {
  margin-bottom: 8px;
}
.lightbox-modal .lmgi-image:after {
  padding-top: 66.66667%;
}
@media (max-width: 559px) {
  .lightbox-modal .lmgi-image {
    margin-bottom: 4px;
  }
}
.lightbox-modal .lmgi-title {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #2e3034;
  font-size: 15px;
  line-height: 1.33333;
}
@media (max-width: 559px) {
  .lightbox-modal .lmgi-title {
    font-size: 13px;
    line-height: 1.23077;
  }
}
.lightbox-modal .lightbox-more-galleries-block {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.lightbox-modal .lightbox-more-galleries-block {
  padding: 16px 16px 16px 16px;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .lightbox-modal .lightbox-more-galleries-block {
    padding: 8px 8px 8px 8px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .lightbox-modal .lightbox-more-galleries-block {
    padding: 8px 8px 8px 8px;
  }
}
@media (max-width: 559px) {
  .lightbox-modal .lightbox-more-galleries-block {
    padding: 8px 8px 8px 8px;
  }
}
.lightbox-modal .lightbox-more-galleries-block {
  background-color: #fff;
}
.lightbox-modal .lmg-title {
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .lightbox-modal .lmg-title {
    margin-top: 8px;
    margin-bottom: 16px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .lightbox-modal .lmg-title {
    margin-top: 4px;
    margin-bottom: 12px;
  }
}
@media (max-width: 559px) {
  .lightbox-modal .lmg-title {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.lightbox-modal .lightbox-gallery-slide {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}
.lightbox-final,
.lightbox-gallery {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lightbox-final {
  z-index: 10;
  opacity: 0;
}
.lightbox-gallery {
  z-index: 12;
}
.lightbox-modal .lightbox-gallery-controls {
  z-index: 14;
}
.lightbox-gallery {
  overflow: hidden;
}
.lightbox-modal > .modal-panel__footer {
  padding: 0;
  background-color: #2e3034;
}
.lightbox-footer {
  padding: 8px 16px;
  background-color: #1e1f21;
}
.lightbox-modal .lightbox-refresh-button {
  padding-top: 0;
  padding-bottom: 0;
}
.lightbox-modal .lmgi-a {
  text-decoration: none;
}
.lightbox-ads {
  overflow: hidden;
}
.lightbox-modal .modal-panel__header {
  position: fixed;
}
.lightbox-modal .modal-panel__close {
  width: 48px;
  height: 48px;
  left: auto;
  top: 0;
  right: 0;
  position: absolute;
}
.lightbox-modal > .modal-panel__content {
  position: fixed;
}
.lightbox-modal > .modal-panel__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.article-embed.poll {
  background-color: #000;
  color: #fff;
  padding-bottom: 32px;
  padding-top: 16px;
}
.article-embed.poll .poll-question {
  font-family: 'Rozha One', serif;
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  padding: 0;
}
.article-embed.poll .poll-options {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.article-embed.poll figcaption {
  font-family: SF Pro Display, Roboto, serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.16667;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
}
.article-embed.poll .poll-option {
  margin-bottom: 16px;
  margin-left: 17px;
  margin-right: 17px;
  padding: 12px 20px 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.article-embed.poll .poll-option:first-child {
  margin-top: 0;
}
.article-embed.poll .poll-option:last-child {
  margin-bottom: 0;
}
.article-embed.poll .poll-option:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  transition: background-color 0.3s ease;
}
.article-embed.poll .poll-option.selected {
  background-color: #dd2b30;
}
.article-embed.poll .poll-option:hover:before {
  background-color: #dd2b30;
}
.article-embed.poll .poll-option-label,
.article-embed.poll .poll-option-result {
  font-family: SF Pro Display, Roboto, serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #000;
  position: relative;
  z-index: 1;
}
.article-embed.poll .poll-option-gauge {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.article-embed.poll .poll-share {
  display: none;
}
.article-embed.poll.voted .poll-option-gauge {
  animation: article-poll-options 1s cubic-bezier(0.25, 0.46, 0.52, 1) forwards;
}
.article-embed.poll.voted .poll-option-result {
  animation: article-poll-results 1s cubic-bezier(0.25, 0.46, 0.52, 1) forwards;
}
.article-embed.poll:not(.voted) .poll-option-result,
.article-embed.poll:not(.voted) .poll-option-gauge,
.article-embed.poll:not(.voted) .poll-share {
  display: none;
}
@keyframes article-poll-options {
  0% {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateX(-100%);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.15);
    transform: none;
  }
}
@keyframes article-poll-results {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.share-services {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: left;
  justify-content: flex-start;
  flex-grow: 1;
}
.share-services .icon {
  font-size: 32px;
}
.share-service {
  margin-right: 8px;
  line-height: 0.5;
}
.share-service:first-child {
  margin-left: 0;
}
.share-service:last-child {
  margin-right: 0;
}
.share-block {
  display: flex;
  align-items: center;
  justify-content: left;
}
.share-block .share-count {
  display: none;
}
.share-block .share-title {
  font-weight: bold;
  font-family: SF Pro Display, Roboto, serif;
  font-size: 14px;
  margin-right: 8px;
}
.icon-social-share-facebook,
.icon-social-share-twitter,
.icon-share-whatsapp {
  border-radius: 50%;
  overflow: hidden;
}
.article-tags-list-label {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  font-family: SF Pro Display, Roboto, serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 8px;
}
@media (min-width: 500px) {
  .article-tags-list-label {
    padding-left: 0;
    padding-right: 0;
  }
}
.article-tags-list {
  padding-left: 16px;
  padding-right: 16px;
  list-style-type: none;
  overflow: hidden;
}
@media (min-width: 500px) {
  .article-tags-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.article-tags-list .article-tag {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  float: left;
  margin-right: 8px;
  margin-top: 8px;
}
.article-tags-list .article-tag:last-child {
  margin-right: 0;
}
.article-tags-list .article-tag a {
  display: block;
  padding: 4px 8px;
  background: #dadada;
  font-size: 11px;
  font-family: SF Pro Display, Roboto, serif;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.ps-article .article-embed {
  margin: 24px 0;
}
.ps-article .article-embed.single-image figcaption,
.ps-article .article-embed.single-image .image-owner {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 500px) {
  .ps-article .article-embed.single-image figcaption,
  .ps-article .article-embed.single-image .image-owner {
    padding-left: 0;
    padding-right: 0;
  }
}
.ps-article .article-embed.quote {
  margin-left: 16px;
  margin-right: 16px;
  background: none;
  border-left: 4px solid #dd2b30;
  max-width: 480px;
}
@media (min-width: 500px) {
  .ps-article .article-embed.quote {
    margin-left: 0;
    margin-right: 0;
  }
}
.ps-article .article-embed.quote blockquote {
  font-family: Georgia, serif;
  margin: 0 0 0 16px;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.page-article .ps-inner {
  display: flex;
}
.page-article .article-main-block {
  flex-basis: 600px;
  flex-grow: 1;
}
.page-article .article-aside-block {
  width: 300px;
  flex-basis: 300px;
  margin-left: 24px;
}
@media (max-width: 1000px) {
  .page-article .article-aside-block {
    display: none;
  }
}
.article-meta {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 500px) {
  .article-meta {
    padding-left: 0;
    padding-right: 0;
  }
}
.article-meta .article-author,
.article-meta .article-date {
  font-family: SF Pro Display, Roboto, serif;
  font-size: 14px;
}
.article-meta .article-author {
  font-weight: bold;
}
.article-footer {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 32px;
}
@media (min-width: 500px) {
  .article-footer {
    padding-left: 0;
    padding-right: 0;
  }
}
.article-share {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 16px;
}
@media (min-width: 500px) {
  .article-share {
    padding-left: 0;
    padding-right: 0;
  }
}
.article-content-block > p,
.article-content-block > h2 {
  font-family: Georgia;
  font-size: 20px;
  line-height: 30px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 500px) {
  .article-content-block > p,
  .article-content-block > h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.article-content-block > p a {
  text-decoration-color: #dd2b30 !important;
  color: #dd2b30;
}
.article-content-block .article-header-block {
  margin-top: -16px;
}
.article-content-block .article-header-block .article-title {
  margin-top: 4px;
}
.article-content-block > :first-child {
  margin-top: 0;
}
.article-header-block .article-title {
  font-family: 'Rozha One', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 38px;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 500px) {
  .article-header-block .article-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.caricature-block .caricature-icons {
  display: none;
}
.caricature-block a {
  display: block;
}
.caricature-block img {
  display: block;
  width: 100%;
  height: auto;
}
.content-caricature {
  background: #000;
  padding: 16px 16px 24px;
  text-align: center;
}
.content-caricature .all-caricatures {
  font-family: SF Pro Display, Roboto, serif;
  color: #dd2b30;
  text-transform: uppercase;
  text-decoration: none;
}
.content-caricature .content-block-title {
  font-family: SF Pro Display, Roboto, serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.content-caricature .caricature-title {
  font-family: 'Rozha One', serif;
  color: #fff;
  font-size: 32px;
  line-height: 30px;
  text-align: center;
  margin-top: 4px;
}
.content-caricature .caricature-author {
  font-family: SF Pro Display, Roboto, serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin: 16px 0;
  text-align: center;
}
.promo-block .slider .slider-prev,
.promo-block .slider .slider-next {
  font-size: 24px;
  line-height: 0.5;
  padding: 0 0 0 0;
  width: 40px;
  height: 40px;
  border: 0 none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.promo-block .slider .slider-prev:active,
.promo-block .slider .slider-next:active {
  top: 1px;
}
.promo-block .slider .slider-prev {
  margin-right: 16px;
}
.promo-block .slider .slider-next {
  margin-left: 16px;
}
.promo-block .slider {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.promo-block .slider .slider-viewport {
  flex: 1 1 auto;
  width: calc(-12%);
  position: relative;
  overflow: hidden;
  color: #fff;
}
.promo-block .slider .slider-viewport:before,
.promo-block .slider .slider-viewport::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  height: auto;
  z-index: 10;
  display: none;
}
.promo-block .slider .slider-viewport:before {
  left: 0;
  background-image: linear-gradient(to right, currentColor, transparent);
}
.promo-block .slider .slider-viewport:after {
  right: 0;
  background-image: linear-gradient(to left, currentColor, transparent);
}
.promo-block .slider .slider-rail {
  display: flex;
  align-items: stretch;
}
.promo-block .slider .slider-prev,
.promo-block .slider .slider-next {
  background-color: currentColor;
  flex: 0 0 auto;
}
.promo-block .slider .slider-pages {
  margin: 24px auto 16px;
  max-width: 240px;
  flex: 1 1 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
.promo-block .slider .slider-page {
  margin-right: 8px;
  padding-left: 4px;
  padding-right: 4px;
  max-width: 40px;
  height: 4px;
  border: 0 none;
  background-color: currentColor;
  flex: 1 1 auto;
}
.promo-block .slider .slider-page:first-child {
  margin-left: 0;
}
.promo-block .slider .slider-page:last-child {
  margin-right: 0;
}
.promo-block .slider .slider-page.active {
  background-color: currentColor;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .promo-block .slider .slider-page {
    padding-top: 0;
    padding-bottom: 0;
    flex-basis: 40px;
  }
}
.promo-block .slider .slider-viewport {
  color: #f5f5f5;
}
.promo-block .slider .slider-prev,
.promo-block .slider .slider-next {
  color: #33d28b;
}
.promo-block .slider .slider-prev > .icon,
.promo-block .slider .slider-next > .icon {
  color: #fff;
}
.promo-block .slider .slider-page {
  color: #d8dbdc;
}
.promo-block .slider .slider-page.active {
  color: #33d28b;
}
.content-block.cbg-promo .with-opinion.content-item .ci-content,
.content-block.cbg-promo,
.content-block.cbg-promo .content-item,
.promo-block .promo-button {
  border-radius: 2px;
}
.promo-block .promo-button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.promo-block .promo-button[disabled] {
  background-color: #d8dbdc;
  cursor: not-allowed;
}
.promo-block .promo-button:active[disabled] {
  top: 0;
}
.promo-block .promo-button {
  display: inline-block;
  position: relative;
  background-color: #33d28b;
  border: 0 none;
  cursor: pointer;
  text-decoration: none;
}
.promo-block .promo-button:active {
  top: 2px;
}
.content-item.with-promo .ci-icons,
.content-item.with-promo .ci-icon {
  display: none !important;
}
.content-item.with-promo .ci-author {
  display: none !important;
}
.content-item.with-promo .ci-meta {
  display: none !important;
}
.content-block.cbg-promo,
.content-block.cbg-promo .content-item {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.content-block.cbg-promo .content-item:not([class^="with-"]):not([class*="with-"]),
.content-block.cbg-color,
.content-block.cbg-promo {
  padding: 16px 16px 16px 16px;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .content-block.cbg-promo .content-item:not([class^="with-"]):not([class*="with-"]),
  .content-block.cbg-promo {
    padding: 8px 8px 8px 8px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .content-block.cbg-promo .content-item:not([class^="with-"]):not([class*="with-"]),
  .content-block.cbg-promo {
    padding: 8px 8px 8px 8px;
  }
}
@media (max-width: 559px) {
  .content-block.cbg-promo .content-item:not([class^="with-"]):not([class*="with-"]),
  .content-block.cbg-promo {
    padding: 8px 8px 8px 8px;
  }
}
.content-block.cbg-promo .content-item {
  background-color: #fff;
}
.content-block.cbg-promo .content-item .ci-image,
.promo-block .banner .banner-image,
.promo-block .banner img {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.content-block.cbg-promo .content-item .ci-image {
  margin-top: -16px;
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px);
}
@media (min-width: 720px) and (max-width: 1023px) {
  .content-block.cbg-promo .content-item .ci-image {
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 16px);
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .content-block.cbg-promo .content-item .ci-image {
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 16px);
  }
}
@media (max-width: 559px) {
  .content-block.cbg-promo .content-item .ci-image {
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 16px);
  }
}
.content-block.cbg-promo .with-opinion.content-item {
  background-color: #fff;
  padding: 8px 8px 8px 8px;
}
.content-block.cbg-promo .with-opinion.content-item .ci-content:before,
.content-block.cbg-promo .with-opinion.content-item .ci-content:after {
  border-radius: inherit;
}
.content-item.with-promo .ci-content {
  padding: 8px 8px 8px 8px;
}
.content-item.with-promo .ci-image:after {
  padding-top: 81.96721%;
}
@media (min-width: 1104px) {
  .content-item.with-promo .ci-image {
    margin-top: -8px;
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 16px);
  }
}
.content-item.with-promo .ci-title {
  font-family: "IBM Plex Serif", serif;
  color: #1e1f21;
  letter-spacing: -0.025em;
  font-size: 15px;
  line-height: 1.33333;
  margin-bottom: 0;
}
.content-item.with-promo .ci-title {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #2e3034;
}
.content-block.cbg-promo {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .content-block.cbg-promo {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .content-block.cbg-promo {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 559px) {
  .content-block.cbg-promo {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.promo-block {
  background-color: currentColor;
  border: 1px solid transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.promo-block .banner {
  margin-top: -17px;
  margin-left: -17px;
  margin-right: -17px;
  width: calc(100% + 34px);
}
@media (min-width: 720px) and (max-width: 1023px) {
  .promo-block .banner {
    margin-top: -9px;
    margin-left: -9px;
    margin-right: -9px;
    width: calc(100% + 18px);
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .promo-block .banner {
    margin-top: -9px;
    margin-left: -9px;
    margin-right: -9px;
    width: calc(100% + 18px);
  }
}
@media (max-width: 559px) {
  .promo-block .banner {
    margin-top: -9px;
    margin-left: -9px;
    margin-right: -9px;
    width: calc(100% + 18px);
  }
}
.promo-block .content-block-title {
  font-family: SF Pro Display, Roboto, serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.16667;
  color: #7c8086;
  letter-spacing: 0.079em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.promo-block .content-block-title,
.promo-block .promo-owner {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: -16px;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .promo-block .content-block-title,
  .promo-block .promo-owner {
    margin-top: -8px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .promo-block .content-block-title,
  .promo-block .promo-owner {
    margin-top: -8px;
  }
}
@media (max-width: 559px) {
  .promo-block .content-block-title,
  .promo-block .promo-owner {
    margin-top: -8px;
  }
}
.promo-block .banner ~ .content-block-title,
.promo-block .banner ~ .promo-owner {
  margin-top: 0;
}
.promo-block .promo-owner {
  font-family: SF Pro Display, Roboto, serif;
  font-size: 12px;
  line-height: 1.33333;
  font-weight: 400;
  letter-spacing: -0.008em;
  text-align: right;
  opacity: 0.8;
}
.promo-block .content-block-title,
.promo-block .promo-owner {
  flex: 1 1 50%;
}
.promo-block .content-items {
  flex: 1 1 100%;
}
@media (max-width: 559px) {
  .promo-block .content-block-title,
  .promo-block .promo-owner {
    flex-basis: 100%;
    text-align: center !important;
  }
  .promo-block .content-block-title + .promo-owner {
    margin-top: 0;
  }
}
.promo-block .promo-slider {
  width: 100%;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .promo-block .promo-slider .slider-rail {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .promo-block .promo-slider .slider-rail {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 559px) {
  .promo-block .promo-slider .slider-rail {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.promo-block .promo-slider .content-item {
  width: calc(50% - 8px);
  margin-right: 16px;
  flex: 0 0 auto;
}
@media (max-width: 559px) {
  .promo-block .promo-slider .content-item {
    width: 100%;
  }
}
.promo-block .promo-slider .content-item:first-child {
  margin-left: 0;
}
.promo-block .promo-slider .content-item:last-child {
  margin-right: 0;
}
.promo-block .promo-slider .content-item > * {
  height: 100%;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .promo-block .promo-slider .content-item {
    min-height: 0;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .promo-block .promo-slider .slider-prev,
  .promo-block .promo-slider .slider-next {
    display: none;
  }
  .promo-block .promo-slider .slider-viewport {
    width: 100%;
  }
  .promo-block .promo-slider .slider-viewport:before,
  .promo-block .promo-slider .slider-viewport:after {
    display: block;
  }
  .promo-block .promo-slider .slider-pages {
    display: flex;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .promo-block .promo-slider .slider-prev,
  .promo-block .promo-slider .slider-next {
    display: none;
  }
  .promo-block .promo-slider .slider-viewport {
    width: 100%;
  }
  .promo-block .promo-slider .slider-viewport:before,
  .promo-block .promo-slider .slider-viewport:after {
    display: block;
  }
  .promo-block .promo-slider .slider-pages {
    display: flex;
  }
}
@media (max-width: 559px) {
  .promo-block .promo-slider .slider-prev,
  .promo-block .promo-slider .slider-next {
    display: none;
  }
  .promo-block .promo-slider .slider-viewport {
    width: 100%;
  }
  .promo-block .promo-slider .slider-viewport:before,
  .promo-block .promo-slider .slider-viewport:after {
    display: block;
  }
  .promo-block .promo-slider .slider-pages {
    display: flex;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .promo-block .tv-promo-slider .slider-rail {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .promo-block .tv-promo-slider .slider-rail {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 559px) {
  .promo-block .tv-promo-slider .slider-rail {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.promo-block .tv-promo-slider .tv-content-item {
  width: calc(33.33333% - 10.66667px);
  margin-right: 16px;
  flex: 0 0 auto;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .promo-block .tv-promo-slider .tv-content-item {
    width: calc(33.33333% - 10.66667px);
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .promo-block .tv-promo-slider .tv-content-item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 559px) {
  .promo-block .tv-promo-slider .tv-content-item {
    width: 100%;
  }
}
.promo-block .tv-promo-slider .tv-content-item:first-child {
  margin-left: 0;
}
.promo-block .tv-promo-slider .tv-content-item:last-child {
  margin-right: 0;
}
.promo-block .tv-promo-slider .tv-content-item > * {
  height: 100%;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .promo-block .tv-promo-slider .tv-content-item {
    min-height: 0;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .promo-block .tv-promo-slider .slider-prev,
  .promo-block .tv-promo-slider .slider-next {
    display: none;
  }
  .promo-block .tv-promo-slider .slider-viewport {
    width: 100%;
  }
  .promo-block .tv-promo-slider .slider-viewport:before,
  .promo-block .tv-promo-slider .slider-viewport:after {
    display: block;
  }
  .promo-block .tv-promo-slider .slider-pages {
    display: flex;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .promo-block .tv-promo-slider .slider-prev,
  .promo-block .tv-promo-slider .slider-next {
    display: none;
  }
  .promo-block .tv-promo-slider .slider-viewport {
    width: 100%;
  }
  .promo-block .tv-promo-slider .slider-viewport:before,
  .promo-block .tv-promo-slider .slider-viewport:after {
    display: block;
  }
  .promo-block .tv-promo-slider .slider-pages {
    display: flex;
  }
}
@media (max-width: 559px) {
  .promo-block .tv-promo-slider .slider-prev,
  .promo-block .tv-promo-slider .slider-next {
    display: none;
  }
  .promo-block .tv-promo-slider .slider-viewport {
    width: 100%;
  }
  .promo-block .tv-promo-slider .slider-viewport:before,
  .promo-block .tv-promo-slider .slider-viewport:after {
    display: block;
  }
  .promo-block .tv-promo-slider .slider-pages {
    display: flex;
  }
}
.promo-block .promo-buttons-block {
  margin-top: 8px;
  margin-bottom: 8px;
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 559px) {
  .promo-block .promo-buttons-block {
    margin-top: 16px;
    margin-bottom: 8px;
  }
}
.promo-block .promo-button {
  margin-top: 16px;
  margin-left: 16px;
  padding-left: 12px;
  padding-right: 12px;
  height: 48px;
  display: flex;
  align-items: center;
  background-color: currentColor;
}
@media (max-width: 559px) {
  .promo-block .promo-button {
    margin-top: 16px;
  }
}
.promo-block .promo-button:first-child {
  margin-left: 0;
}
.promo-block .promo-button:last-child {
  margin-right: 0;
}
.promo-block .promo-button-icon {
  margin-right: 12px;
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 auto;
  order: 1;
}
.promo-block .promo-button-label {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 1.16667;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  flex: 1 1 auto;
  order: 2;
}
@media (max-width: 559px) {
  .promo-block .content-block-title + .promo-owner {
    margin-top: -24px;
  }
  .promo-block .promo-buttons-block {
    flex-direction: column;
    align-items: stretch;
  }
  .promo-block .promo-button {
    margin-left: 0;
  }
  .promo-block .promo-button:first-child {
    margin-top: 0;
  }
  .promo-block .promo-button:last-child {
    margin-bottom: 0;
  }
}
.promo-block .content-item {
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
}
.promo-block .content-item .ci-image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.promo-block .content-item .ci-image:after {
  content: '';
  display: block;
  pointer-events: none;
}
.promo-block .content-item .ci-image,
.promo-block .content-item .ci-icons .ci-icon {
  border-radius: 2px;
}
.promo-block .content-item .ci-image {
  position: relative;
}
.promo-block .content-item .ci-image > img {
  position: absolute;
  min-width: 100%;
  max-width: 130%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@supports (object-fit: cover) {
  .promo-block .content-item .ci-image > img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 0;
    max-width: none;
    min-height: 0;
    transform: none;
  }
}
.promo-block .content-item .category-badge {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 9px;
  line-height: 1.27273;
  letter-spacing: 0.096em;
  text-transform: uppercase;
}
.promo-block .content-item .category-badge {
  color: #3f4247;
  padding: 1px 6px 2px 6px;
  display: inline-block;
  background-color: transparent !important;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 1px;
  opacity: 0.9;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
@supports (-webkit-appearance: none) and (not (-moz-appearance: none)) {
  .promo-block .content-item .category-badge {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .promo-block .content-item .category-badge {
    padding-top: 2px;
    padding-bottom: 1px;
  }
}
.promo-block .content-item .category-badge {
  padding: 2px 4px 1px 4px;
}
.promo-block .content-item .ci-icons {
  position: absolute;
  pointer-events: none;
  z-index: 3;
  display: flex;
  align-items: stretch;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .promo-block .content-item .ci-icons {
    display: block;
  }
}
.promo-block .content-item .ci-icons .ci-icon {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  flex: 0 0 0%;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .promo-block .content-item .ci-icons .ci-icon {
    display: inline-block;
    flex-basis: auto;
  }
}
.promo-block .content-item .ci-icons {
  top: 16px;
  right: 16px;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .promo-block .content-item .ci-icons {
    top: 12px;
    right: 12px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .promo-block .content-item .ci-icons {
    top: 8px;
    right: 8px;
  }
}
@media (max-width: 559px) {
  .promo-block .content-item .ci-icons {
    top: 8px;
    right: 8px;
  }
}
.promo-block .content-item .ci-icons .ci-icon {
  color: #33d28b;
  line-height: 0.5;
  font-size: 18px;
  margin-left: 8px;
  padding: 4px 4px 4px 4px;
}
@media (min-width: 560px) and (max-width: 719px) {
  .promo-block .content-item .ci-icons .ci-icon {
    font-size: 14px;
  }
}
@media (max-width: 559px) {
  .promo-block .content-item .ci-icons .ci-icon {
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .promo-block .content-item .ci-icons .ci-icon {
    margin-left: 6px;
  }
}
@media (max-width: 559px) {
  .promo-block .content-item .ci-icons .ci-icon {
    margin-left: 6px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .promo-block .content-item .ci-icons .ci-icon {
    padding: 4px 4px 4px 4px;
  }
}
@media (max-width: 559px) {
  .promo-block .content-item .ci-icons .ci-icon {
    padding: 4px 4px 4px 4px;
  }
}
.promo-block .content-item:not([class^="with-"]):not([class*="with-"]) .ci-content {
  height: 100%;
}
.promo-block .content-item:not([class^="with-"]):not([class*="with-"]) .ci-author {
  display: none !important;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .promo-block .content-item .ci-content {
    padding-bottom: 8px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .promo-block .content-item .ci-content {
    padding-bottom: 8px;
  }
}
@media (max-width: 559px) {
  .promo-block .content-item .ci-content {
    padding-bottom: 8px;
  }
}
.promo-block .content-item .ci-image {
  margin-bottom: 12px;
}
.promo-block .content-item .ci-image:after {
  padding-top: 71.94245%;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .promo-block .content-item .ci-image:after {
    padding-top: 63.69427%;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .promo-block .content-item .ci-image:after {
    padding-top: 74.07407%;
  }
}
@media (max-width: 559px) {
  .promo-block .content-item .ci-image:after {
    padding-top: 59.52381%;
  }
}
@media (min-width: 720px) and (max-width: 1023px) {
  .promo-block .content-item .ci-image {
    margin-bottom: 8px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .promo-block .content-item .ci-image {
    margin-bottom: 8px;
  }
}
@media (max-width: 559px) {
  .promo-block .content-item .ci-image {
    margin-bottom: 8px;
  }
}
.promo-block .content-item .category-badge {
  margin-bottom: 4px;
}
.promo-block .content-item .ci-title {
  font-family: SF Pro Display, Roboto, serif;
  font-size: 16px;
  color: #1e1f21;
  font-weight: normal;
  line-height: 22px;
  margin-top: 2px;
  margin-bottom: 16px;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .promo-block .content-item .ci-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .promo-block .content-item .ci-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 559px) {
  .promo-block .content-item .ci-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }
}
.promo-block .content-item {
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .promo-block .content-item {
    display: block;
    min-height: 304px;
  }
}
.promo-block .content-item .ci-content {
  display: flex;
  flex-direction: column;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .promo-block .content-item .ci-content {
    height: 100%;
  }
}
.promo-block .content-item .ci-image ~ .ci-title .ci-icon {
  display: none;
}
.promo-block .content-item .ci-title {
  flex: 1 1 auto;
}
.promo-block .content-item .ci-title .ci-icon {
  font-size: 0.9em;
  display: inline-block;
  vertical-align: middle;
}
.promo-block .content-item .category-badge {
  align-self: flex-start;
}
.promo-block .content-item .ci-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.promo-block .content-item .ci-meta > :first-child {
  margin-left: 0;
}
.promo-block .content-item .ci-meta > :last-child {
  margin-right: 0;
}
.promo-block .content-item .ci-meta > * {
  margin-top: 2px;
}
.promo-block .content-item .ci-meta > *:not(:last-child) {
  margin-right: 20px;
}
.promo-block .content-item .ci-date {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 1.33333;
  color: #7c8086;
  display: inline-block;
}
.promo-block .content-item.with-photo-cover {
  background-size: cover;
  background-position: center;
}
.promo-block .content-item.with-photo-cover:after {
  border-radius: inherit;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
}
.promo-block .content-item.with-photo-cover .ci-content {
  justify-content: flex-end;
}
.promo-block .content-item.with-photo-cover .ci-content > .ci-icons {
  margin-bottom: 16px;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  top: 0;
  right: 0;
}
.promo-block .content-item.with-photo-cover .category-badge {
  color: #fff;
}
.promo-block .content-item.with-photo-cover .content-badge-label {
  color: #fff;
}
.promo-block .content-item.with-photo-cover .ci-title {
  flex: 0 0 auto;
}
.promo-block .content-item.with-opinion {
  background-color: #fff;
}
.promo-block .content-item.with-opinion .ci-content {
  padding: 8px 8px 8px 8px;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .promo-block .content-item.with-opinion .ci-content {
    overflow: hidden;
  }
}
.promo-block .content-item.with-opinion .ci-content:before {
  background: currentColor linear-gradient(to bottom, rgba(33, 31, 34, 0.15), rgba(33, 31, 34, 0.15));
}
.promo-block .content-item.with-opinion .ci-title {
  position: relative;
}
.promo-block .content-item.with-opinion .ci-title:before {
  content: '';
  position: absolute;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2295%22 height=%2271%22 viewBox=%220 0 95 71%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M42.236 26.822c0 5.785-1.379 11.067-4.138 15.844-2.758 4.777-5.993 8.919-9.703 12.425a79.549 79.549 0 0 1-12.556 9.664C11.273 67.603 7.61 69.685 4.85 71L0 63.243c3.9-2.104 7.634-4.274 11.201-6.509 3.567-2.235 6.302-4.36 8.205-6.377 2.568-2.63 4.614-5.368 6.136-8.217 1.522-2.849 2.473-6.596 2.853-11.242h-6.849c-5.993 0-10.654-1.402-13.983-4.207-3.33-2.805-4.995-6.706-4.995-11.702 0-3.594 1.522-6.99 4.567-10.19C10.179 1.6 14.317 0 19.549 0c8.085 0 13.888 2.476 17.408 7.429 3.52 4.952 5.28 11.417 5.28 19.393zm52.764 0c0 5.785-1.38 11.067-4.138 15.844-2.759 4.777-5.993 8.919-9.703 12.425a79.549 79.549 0 0 1-12.557 9.664c-4.566 2.848-8.228 4.93-10.987 6.245l-4.851-7.757c3.9-2.104 7.634-4.274 11.2-6.509 3.568-2.235 6.303-4.36 8.206-6.377 2.568-2.63 4.613-5.368 6.135-8.217 1.522-2.849 2.474-6.596 2.854-11.242h-6.85c-5.992 0-10.653-1.402-13.983-4.207-3.33-2.805-4.994-6.706-4.994-11.702 0-3.594 1.522-6.99 4.566-10.19C62.942 1.6 67.08 0 72.312 0c8.086 0 13.889 2.476 17.408 7.429C93.24 12.38 95 18.846 95 26.822z%22 fill=%22%23fff%22/%3E%3C/svg%3E ") no-repeat top right;
  background-size: contain;
  opacity: 0.2;
  z-index: 2;
}
.promo-block .content-item.with-primary-opinion {
  background-color: #e4f3ec;
}
.promo-block .content-item.with-primary-opinion .ci-content {
  position: relative;
}
.promo-block .content-item.with-primary-opinion .ci-content > * {
  position: relative;
  z-index: 3;
}
.promo-block .content-item.with-primary-opinion .ci-title {
  position: relative;
}
.promo-block .content-item.with-primary-opinion .ci-title:before {
  content: '';
  position: absolute;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2295%22 height=%2271%22 viewBox=%220 0 95 71%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M42.236 26.822c0 5.785-1.379 11.067-4.138 15.844-2.758 4.777-5.993 8.919-9.703 12.425a79.549 79.549 0 0 1-12.556 9.664C11.273 67.603 7.61 69.685 4.85 71L0 63.243c3.9-2.104 7.634-4.274 11.201-6.509 3.567-2.235 6.302-4.36 8.205-6.377 2.568-2.63 4.614-5.368 6.136-8.217 1.522-2.849 2.473-6.596 2.853-11.242h-6.849c-5.993 0-10.654-1.402-13.983-4.207-3.33-2.805-4.995-6.706-4.995-11.702 0-3.594 1.522-6.99 4.567-10.19C10.179 1.6 14.317 0 19.549 0c8.085 0 13.888 2.476 17.408 7.429 3.52 4.952 5.28 11.417 5.28 19.393zm52.764 0c0 5.785-1.38 11.067-4.138 15.844-2.759 4.777-5.993 8.919-9.703 12.425a79.549 79.549 0 0 1-12.557 9.664c-4.566 2.848-8.228 4.93-10.987 6.245l-4.851-7.757c3.9-2.104 7.634-4.274 11.2-6.509 3.568-2.235 6.303-4.36 8.206-6.377 2.568-2.63 4.613-5.368 6.135-8.217 1.522-2.849 2.474-6.596 2.854-11.242h-6.85c-5.992 0-10.653-1.402-13.983-4.207-3.33-2.805-4.994-6.706-4.994-11.702 0-3.594 1.522-6.99 4.566-10.19C62.942 1.6 67.08 0 72.312 0c8.086 0 13.889 2.476 17.408 7.429C93.24 12.38 95 18.846 95 26.822z%22 fill=%22%23c1ecd8%22/%3E%3C/svg%3E ") no-repeat top right;
  background-size: contain;
  z-index: -1;
}
.promo-block .content-item.with-secondary-opinion {
  border: 1px solid #d8dbdc;
}
.promo-block .content-item.with-related .ci-icon {
  margin-right: 0.25em;
  color: #3f4247;
}
.promo-block .content-item.with-promo .ci-title {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #2e3034;
}
.promo-block .ci-author {
  display: none;
}
.promo-block .post-title-word-highlite {
  color: #1e1f21;
}
.promo-block .banner .banner-image,
.promo-block .banner img {
  margin: 0 auto 0;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.comment-anonymous-user-name h3 {
  font-family: SF Pro Display, Roboto, serif;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.comment-anonymous-user-name .comment-field-invalid {
  color: #ff7474;
  border-color: #ff7474;
}
.comments-navigation-block {
  display: none;
}
.commenting-notice {
  font-family: SF Pro Display, Roboto, serif;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 8px;
}
.comment-form-submit,
.comments-trigger {
  display: block;
  width: 100%;
  font-family: SF Pro Display, Roboto, serif;
  background: #dd2b30;
  color: #fff;
  border: none;
  margin: 0;
  padding: 0;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
}
.comment-form-text {
  margin-top: 16px;
  margin-bottom: 16px;
  height: 128px;
}
.comment-block .comment-content {
  width: 100%;
}
.comment-form-cancel {
  visibility: hidden;
}
.comment-form-block.reply .comment-form-cancel {
  visibility: visible;
}
.article-comments-counter {
  transition: opacity 300ms;
}
.article-comments-counter--notready {
  opacity: 0;
}
.comments-loading,
.comments-disabled {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  padding: 32px 0;
}
.comments-disabled {
  font-size: 1.2rem;
}
.comment-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.comments-count {
  background: #dd2b30;
  color: #fff;
  font-size: 11px;
  font-family: SF Pro Display, Roboto, serif;
  height: 14px;
  min-width: 16px;
  line-height: 14px;
  border-radius: 3px;
  padding: 0 2px;
  text-align: center;
  position: relative;
  display: inline-block;
  top: -5px;
}
.comments-count:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-color: transparent transparent transparent #dd2b30;
}
.comments-navigation-block,
.comments-list-block,
.comment-form-block {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 500px) {
  .comments-navigation-block,
  .comments-list-block,
  .comment-form-block {
    padding-left: 0;
    padding-right: 0;
  }
}
.comment-form-block {
  margin-top: 24px;
  margin-bottom: 180px;
}
.comment-form-block .comment-form-title,
.comment-form-block .comment-form-login-block {
  display: none;
}
.comment-block {
  position: relative;
  border-bottom: 1px solid #dadada;
  padding-top: 16px;
  padding-bottom: 38px;
}
.comment-block .comment-replies {
  margin-left: 32px;
}
.comment-block .author-avatar {
  display: none;
}
.comment-block .comment-content,
.comment-block .author-name,
.comment-block .comment-date,
.comment-block .comment-reply {
  font-family: SF Pro Display, Roboto, serif;
}
.comment-block .comment-content {
  margin-top: 5px;
  font-size: 17px;
}
.comment-block .comment-date,
.comment-block .author-name,
.comment-block .comment-reply {
  font-size: 12px;
}
.comment-block .author-name {
  font-weight: bold;
  display: inline;
}
.comment-block .author-info {
  display: inline;
}
.comment-block .author,
.comment-block .comment-date {
  display: inline-block;
}
.comment-block .comment-reply {
  position: absolute;
  display: block;
  left: 0;
  bottom: 16px;
  padding-left: 16px;
  cursor: pointer;
  background: url('/assets/images/icon/comment-replay.svg') transparent no-repeat 0 1px;
}
.comment-replies .comment-block {
  padding-bottom: 16px;
  border-top: 1px solid #dadada;
  border-bottom: 0;
}
.comment-replies .comment-block:first-child {
  border-top: 0;
}
.comment-replies .comment-reply {
  visibility: hidden;
}
.page-comments .article-header-block {
  margin-top: 32px;
}
.comments-loading {
  font-size: 15px;
  font-family: SF Pro Display, Roboto, serif;
}
.content-items-list .category-badge,
.content-items-list .ci-author,
.content-items-list .ci-meta,
.content-items-list .ci-icons {
  display: none;
}
.content-items-list .paginator {
  margin-top: 8px;
}
.content-items-list .content-item {
  display: block;
  border-top: 1px solid #dadada;
  padding-top: 16px;
  margin-top: 16px;
}
.content-items-list .content-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.content-items-list .ci-content {
  display: flex;
}
.content-items-list .ci-image {
  width: 117px;
  flex-basis: 117px;
  margin-bottom: 0;
}
.content-items-list .ci-title {
  font-family: SF Pro Display, Roboto, serif;
  font-size: 17px;
  flex-basis: 140px;
  flex-grow: 1;
  margin-left: 8px;
}
.article-embed.related-articles {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 500px) {
  .article-embed.related-articles {
    padding-left: 0;
    padding-right: 0;
  }
}
.article-embed.related-articles figcaption {
  font-family: SF Pro Display, Roboto, serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.article-embed.related-articles .content-item {
  border-top: 0;
  padding-top: 0;
}
.article-embed.related-articles .ci-image:after {
  padding-top: 73%;
}
.article-embed.related-articles .ci-title {
  font-family: 'Rozha One', serif;
  font-size: 23px;
  line-height: 21px;
}
@media (min-width: 759px) {
  .article-embed.related-articles .content-items {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
  .article-embed.related-articles .content-item {
    box-sizing: border-box;
    display: none;
    margin-top: 0;
  }
  .article-embed.related-articles .content-item:nth-child(1),
  .article-embed.related-articles .content-item:nth-child(2),
  .article-embed.related-articles .content-item:nth-child(3) {
    display: block;
  }
  .article-embed.related-articles .content-item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    padding-left: 16px;
  }
  .article-embed.related-articles .content-item:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .article-embed.related-articles .content-item:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    padding-right: 16px;
  }
  .article-embed.related-articles .ci-image {
    width: 100%;
  }
  .article-embed.related-articles .ci-content {
    display: block;
  }
  .article-embed.related-articles .ci-title {
    margin-left: 0;
    margin-top: 4px;
  }
}
@media (min-width: 759px) and (min-width: 500px) {
  .article-embed.related-articles .content-item:nth-child(1) {
    padding-left: 0;
  }
}
@media (min-width: 759px) and (min-width: 500px) {
  .article-embed.related-articles .content-item:nth-child(3) {
    padding-right: 0;
  }
}
.iframe-embed {
  position: relative;
}
.iframe-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/** fb sdk embedu responsive fix. Ja platums mazaks par 350px, tad iet arpus vietas */
.fb-post > span {
  max-width: 100%;
}
.fb-post iframe {
  border: 0;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 559px) {
  .fb-embed-w {
    width: 85vw;
  }
}
.bl-2row-2small-1tiny {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
.bl-2row-2small-1tiny .ci-content {
  padding-bottom: 0;
}
.bl-2row-2small-1tiny .ci-title {
  font-family: 'Rozha One', serif;
  font-size: 10px;
}
.bl-2row-2small-1tiny .ci-image {
  border-radius: 0;
}
.bl-2row-2small-1tiny .category-badge,
.bl-2row-2small-1tiny .ci-author,
.bl-2row-2small-1tiny .ci-meta,
.bl-2row-2small-1tiny .ci-icons {
  display: none;
}
.bl-2row-2small-1tiny .content-item:nth-child(1) {
  padding-left: 16px;
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (min-width: 500px) {
  .bl-2row-2small-1tiny .content-item:nth-child(1) {
    padding-left: 0;
  }
}
.bl-2row-2small-1tiny .content-item:nth-child(1) .ci-title {
  font-size: 23px;
  line-height: 21px;
}
.bl-2row-2small-1tiny .content-item:nth-child(2) {
  padding-right: 16px;
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (min-width: 500px) {
  .bl-2row-2small-1tiny .content-item:nth-child(2) {
    padding-right: 0;
  }
}
.bl-2row-2small-1tiny .content-item:nth-child(2) .ci-title {
  font-size: 23px;
  line-height: 21px;
}
.bl-2row-2small-1tiny .content-item:nth-child(1) .ci-image:after,
.bl-2row-2small-1tiny .content-item:nth-child(2) .ci-image:after {
  padding-top: 81%;
}
.bl-2row-2small-1tiny .content-item:nth-child(3) {
  padding-left: 16px;
  padding-right: 16px;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (min-width: 500px) {
  .bl-2row-2small-1tiny .content-item:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
  }
}
.bl-2row-2small-1tiny .content-item:nth-child(3) .ci-content {
  display: flex;
  flex-direction: row;
}
.bl-2row-2small-1tiny .content-item:nth-child(3) .ci-image {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 57px;
  margin-right: 13px;
  margin-bottom: 0;
}
.bl-2row-2small-1tiny .content-item:nth-child(3) .ci-image:after {
  padding-top: 68%;
}
.bl-2row-2small-1tiny .content-item:nth-child(3) .ci-image > img {
  height: auto;
}
.bl-2row-2small-1tiny .content-item:nth-child(3) .ci-title {
  font-family: SF Pro Display, Roboto, serif;
  flex-grow: 1;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
}
.content-blocks-middle .bl-2row-2small-1tiny {
  display: block;
}
.content-blocks-middle .bl-2row-2small-1tiny .content-item:nth-child(2),
.content-blocks-middle .bl-2row-2small-1tiny .content-item:nth-child(3) {
  margin-top: 16px;
}
.bl-1large-title-2small-title-bg-red {
  background: #feebee;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.bl-1large-title-2small-title-bg-red .ci-content {
  padding-bottom: 0;
}
.bl-1large-title-2small-title-bg-red .ci-title {
  font-family: 'Rozha One', serif;
  font-size: 10px;
}
.bl-1large-title-2small-title-bg-red .ci-image {
  border-radius: 0;
}
.bl-1large-title-2small-title-bg-red .category-badge,
.bl-1large-title-2small-title-bg-red .ci-author,
.bl-1large-title-2small-title-bg-red .ci-meta,
.bl-1large-title-2small-title-bg-red .ci-icons {
  display: none;
}
.bl-1large-title-2small-title-bg-red .ci-image {
  display: none;
}
.bl-1large-title-2small-title-bg-red .content-item:nth-child(1) .ci-title {
  font-size: 23px;
  line-height: 21px;
}
.bl-1large-title-2small-title-bg-red .content-item:nth-child(2) .ci-title,
.bl-1large-title-2small-title-bg-red .content-item:nth-child(3) .ci-title {
  font-family: SF Pro Display, Roboto, serif;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  padding-left: 16px;
  font-size: 17px;
}
.bl-1large-title-2small-title-bg-red .content-item:nth-child(2) .ci-title:before,
.bl-1large-title-2small-title-bg-red .content-item:nth-child(3) .ci-title:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 7px solid #dd2b30;
  border-width: 5px 7px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  left: 1px;
  top: 4px;
}
.bl-1large-title-2small-title-bg-red .content-item:nth-child(2) .ci-title {
  margin-top: 16px;
  font-weight: normal;
}
.bl-1large-title-2small-title-bg-red .content-item:nth-child(3) .ci-title {
  margin-top: 8px;
  font-weight: bold;
}
.bl-2col-2small-1large {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
.bl-2col-2small-1large .ci-content {
  padding-bottom: 0;
}
.bl-2col-2small-1large .ci-title {
  font-family: 'Rozha One', serif;
  font-size: 10px;
}
.bl-2col-2small-1large .ci-image {
  border-radius: 0;
}
.bl-2col-2small-1large .category-badge,
.bl-2col-2small-1large .ci-author,
.bl-2col-2small-1large .ci-meta,
.bl-2col-2small-1large .ci-icons {
  display: none;
}
.bl-2col-2small-1large .content-item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-left: 16px;
}
@media (min-width: 500px) {
  .bl-2col-2small-1large .content-item:nth-child(1) {
    padding-left: 0;
  }
}
.bl-2col-2small-1large .content-item:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  padding-left: 16px;
}
@media (min-width: 500px) {
  .bl-2col-2small-1large .content-item:nth-child(2) {
    padding-left: 0;
  }
}
.bl-2col-2small-1large .content-item:nth-child(3) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  padding-right: 16px;
}
@media (min-width: 500px) {
  .bl-2col-2small-1large .content-item:nth-child(3) {
    padding-right: 0;
  }
}
.bl-2col-2small-1large .content-item:nth-child(3) .ci-title {
  font-size: 27px;
  line-height: 25px;
  border-top: 2px solid #000;
  padding-top: 2px;
}
.bl-2col-2small-1large .content-item:nth-child(3) .ci-image {
  margin-bottom: 3px;
}
.bl-2col-2small-1large .content-item:nth-child(3) .ci-image:after {
  padding-top: 81%;
}
.bl-2col-2small-1large .content-item:nth-child(1) .ci-title,
.bl-2col-2small-1large .content-item:nth-child(2) .ci-title {
  font-size: 23px;
  line-height: 21px;
}
.bl-2col-2small-1large .content-item:nth-child(1) .ci-image:after,
.bl-2col-2small-1large .content-item:nth-child(2) .ci-image:after {
  padding-top: 48%;
}
.bl-1large .ci-content {
  padding-bottom: 0;
}
.bl-1large .ci-title {
  font-family: 'Rozha One', serif;
  font-size: 10px;
}
.bl-1large .ci-image {
  border-radius: 0;
}
.bl-1large .category-badge,
.bl-1large .ci-author,
.bl-1large .ci-meta,
.bl-1large .ci-icons {
  display: none;
}
.bl-1large .content-item .ci-title {
  font-size: 32px;
  line-height: 30px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 500px) {
  .bl-1large .content-item .ci-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.bl-1large-half-image .ci-content {
  padding-bottom: 0;
}
.bl-1large-half-image .ci-title {
  font-family: 'Rozha One', serif;
  font-size: 10px;
}
.bl-1large-half-image .ci-image {
  border-radius: 0;
}
.bl-1large-half-image .category-badge,
.bl-1large-half-image .ci-author,
.bl-1large-half-image .ci-meta,
.bl-1large-half-image .ci-icons {
  display: none;
}
.bl-1large-half-image .content-item .ci-title {
  font-size: 32px;
  line-height: 30px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 500px) {
  .bl-1large-half-image .content-item .ci-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.bl-1large-half-image .content-item .ci-image:after {
  padding-top: 30%;
}
.bl-timeline {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
.bl-timeline .ci-content {
  padding-bottom: 0;
}
.bl-timeline .ci-title {
  font-family: 'Rozha One', serif;
  font-size: 10px;
}
.bl-timeline .ci-image {
  border-radius: 0;
}
.bl-timeline .category-badge,
.bl-timeline .ci-author,
.bl-timeline .ci-meta,
.bl-timeline .ci-icons {
  display: none;
}
.bl-timeline .ci-image {
  display: none;
}
@media (min-width: 500px) {
  .bl-timeline {
    padding-left: 0;
    padding-right: 0;
  }
}
.bl-timeline:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 22px;
  bottom: 0;
  width: 1px;
  background: #dadada;
}
@media (min-width: 500px) {
  .bl-timeline:before {
    left: 6px;
  }
}
.bl-timeline .ci-content {
  position: relative;
  padding-top: 20px;
}
.bl-timeline .ci-content:before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 17px;
  right: 0;
  height: 1px;
  background: #dadada;
}
.bl-timeline .content-item:first-child .ci-content:before {
  display: none;
}
.bl-timeline .ci-title {
  font-family: SF Pro Display, Roboto, serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  padding-left: 18px;
  margin-bottom: 16px;
}
.bl-timeline .ci-meta {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
  padding-left: 18px;
}
.bl-timeline .ci-meta:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -3px;
  width: 19px;
  height: 19px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #dd2b30;
}
.bl-timeline .ci-date {
  font-family: SF Pro Display, Roboto, serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #dd2b30;
  margin: 0;
}
.bl-1large-title-1small-title {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}
.bl-1large-title-1small-title .ci-content {
  padding-bottom: 0;
}
.bl-1large-title-1small-title .ci-title {
  font-family: 'Rozha One', serif;
  font-size: 10px;
}
.bl-1large-title-1small-title .ci-image {
  border-radius: 0;
}
.bl-1large-title-1small-title .category-badge,
.bl-1large-title-1small-title .ci-author,
.bl-1large-title-1small-title .ci-meta,
.bl-1large-title-1small-title .ci-icons {
  display: none;
}
.bl-1large-title-1small-title .ci-image {
  display: none;
}
@media (min-width: 500px) {
  .bl-1large-title-1small-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.bl-1large-title-1small-title .content-item:nth-child(1) .ci-title {
  font-size: 32px;
  line-height: 30px;
  border-bottom: 2px solid #000;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.bl-1large-title-1small-title .content-item:nth-child(2) .ci-title {
  font-family: SF Pro Display, Roboto, serif;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  padding-left: 16px;
  font-size: 17px;
}
.bl-1large-title-1small-title .content-item:nth-child(2) .ci-title:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 7px solid #dd2b30;
  border-width: 5px 7px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  left: 1px;
  top: 4px;
}
.bl-1title-fat-border .ci-content {
  padding-bottom: 0;
}
.bl-1title-fat-border .ci-title {
  font-family: 'Rozha One', serif;
  font-size: 10px;
}
.bl-1title-fat-border .ci-image {
  border-radius: 0;
}
.bl-1title-fat-border .category-badge,
.bl-1title-fat-border .ci-author,
.bl-1title-fat-border .ci-meta,
.bl-1title-fat-border .ci-icons {
  display: none;
}
.bl-1title-fat-border .ci-image {
  display: none;
}
.bl-1title-fat-border .ci-content {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 500px) {
  .bl-1title-fat-border .ci-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.bl-1title-fat-border .ci-title {
  font-family: SF Pro Display, Roboto, serif;
  border-left: 16px solid #dd2b30;
  padding-left: 11px;
  font-size: 17px;
}
.bl-2col-2small {
  display: grid;
  grid-column-gap: 11px;
  grid-row-gap: 0;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
.bl-2col-2small .ci-content {
  padding-bottom: 0;
}
.bl-2col-2small .ci-title {
  font-family: 'Rozha One', serif;
  font-size: 10px;
}
.bl-2col-2small .ci-image {
  border-radius: 0;
}
.bl-2col-2small .category-badge,
.bl-2col-2small .ci-author,
.bl-2col-2small .ci-meta,
.bl-2col-2small .ci-icons {
  display: none;
}
.bl-2col-2small .content-item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-left: 16px;
}
@media (min-width: 500px) {
  .bl-2col-2small .content-item:nth-child(1) {
    padding-left: 0;
  }
}
.bl-2col-2small .content-item:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 16px;
}
@media (min-width: 500px) {
  .bl-2col-2small .content-item:nth-child(2) {
    padding-right: 0;
  }
}
.bl-2col-2small .ci-title {
  font-size: 23px;
  line-height: 21px;
}
.bl-2col-2small .ci-image:after {
  padding-top: 81%;
}
.bl-1large-half-image-1title .ci-content {
  padding-bottom: 0;
}
.bl-1large-half-image-1title .ci-title {
  font-family: 'Rozha One', serif;
  font-size: 10px;
}
.bl-1large-half-image-1title .ci-image {
  border-radius: 0;
}
.bl-1large-half-image-1title .category-badge,
.bl-1large-half-image-1title .ci-author,
.bl-1large-half-image-1title .ci-meta,
.bl-1large-half-image-1title .ci-icons {
  display: none;
}
.bl-1large-half-image-1title .content-item:nth-child(1) .ci-title {
  font-size: 32px;
  line-height: 30px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 500px) {
  .bl-1large-half-image-1title .content-item:nth-child(1) .ci-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.bl-1large-half-image-1title .content-item:nth-child(1) .ci-image:after {
  padding-top: 30%;
}
.bl-1large-half-image-1title .content-item:nth-child(2) .ci-image {
  display: none;
}
.bl-1large-half-image-1title .content-item:nth-child(2) .ci-content {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 500px) {
  .bl-1large-half-image-1title .content-item:nth-child(2) .ci-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.bl-1large-half-image-1title .content-item:nth-child(2) .ci-title {
  margin-top: 16px;
  border-top: 2px solid #000;
  font-size: 23px;
  line-height: 21px;
  padding-top: 8px;
}
.bl-top-bottom-border-1title .ci-content {
  padding-bottom: 0;
}
.bl-top-bottom-border-1title .ci-title {
  font-family: 'Rozha One', serif;
  font-size: 10px;
}
.bl-top-bottom-border-1title .ci-image {
  border-radius: 0;
}
.bl-top-bottom-border-1title .category-badge,
.bl-top-bottom-border-1title .ci-author,
.bl-top-bottom-border-1title .ci-meta,
.bl-top-bottom-border-1title .ci-icons {
  display: none;
}
.bl-top-bottom-border-1title .ci-image {
  display: none;
}
.bl-top-bottom-border-1title .content-item:nth-child(1) .ci-content {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 500px) {
  .bl-top-bottom-border-1title .content-item:nth-child(1) .ci-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.bl-top-bottom-border-1title .content-item:nth-child(1) .ci-title {
  font-size: 32px;
  line-height: 30px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-top: 6px;
  padding-bottom: 7px;
}
.bl-1large-3list-bg-red {
  background: #feebee;
  padding-top: 16px;
  padding-bottom: 16px;
}
.bl-1large-3list-bg-red .ci-content {
  padding-bottom: 0;
}
.bl-1large-3list-bg-red .ci-title {
  font-family: 'Rozha One', serif;
  font-size: 10px;
}
.bl-1large-3list-bg-red .ci-image {
  border-radius: 0;
}
.bl-1large-3list-bg-red .category-badge,
.bl-1large-3list-bg-red .ci-author,
.bl-1large-3list-bg-red .ci-meta,
.bl-1large-3list-bg-red .ci-icons {
  display: none;
}
.bl-1large-3list-bg-red .ci-content {
  padding-left: 16px;
  padding-right: 16px;
}
.bl-1large-3list-bg-red .content-item:nth-child(1) .ci-title {
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 16px;
}
.bl-1large-3list-bg-red .content-item:nth-child(2) .ci-image {
  display: none;
}
.bl-1large-3list-bg-red .content-item:nth-child(2) .ci-title {
  font-family: SF Pro Display, Roboto, serif;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  padding-left: 16px;
  font-weight: normal;
  font-size: 17px;
}
.bl-1large-3list-bg-red .content-item:nth-child(2) .ci-title:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 7px solid #dd2b30;
  border-width: 5px 7px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  left: 1px;
  top: 4px;
}
.bl-1large-3list-bg-red .content-item:nth-child(3) .ci-image {
  display: none;
}
.bl-1large-3list-bg-red .content-item:nth-child(3) .ci-title {
  border-top: 1px solid #e6d7d9;
  margin-top: 8px;
  padding-top: 8px;
  font-size: 23px;
  line-height: 21px;
}
.bl-1large-3list-bg-red .content-item:nth-child(4) .ci-image {
  display: none;
}
.bl-1large-3list-bg-red .content-item:nth-child(4) .ci-title {
  font-family: SF Pro Display, Roboto, serif;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  padding-left: 16px;
  margin-top: 8px;
  font-weight: normal;
  font-size: 17px;
}
.bl-1large-3list-bg-red .content-item:nth-child(4) .ci-title:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 7px solid #dd2b30;
  border-width: 5px 7px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  left: 1px;
  top: 4px;
}
.bl-1large-3list-bg-red .content-item:nth-child(5) .ci-image {
  display: none;
}
.bl-1large-3list-bg-red .content-item:nth-child(5) .ci-title {
  border-top: 1px solid #e6d7d9;
  margin-top: 8px;
  padding-top: 8px;
  font-size: 23px;
  line-height: 21px;
}
.bl-1large-3list-bg-red .content-item:nth-child(6) .ci-image {
  display: none;
}
.bl-1large-3list-bg-red .content-item:nth-child(6) .ci-title {
  font-family: SF Pro Display, Roboto, serif;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  padding-left: 16px;
  margin-top: 8px;
  font-weight: normal;
  font-size: 17px;
}
.bl-1large-3list-bg-red .content-item:nth-child(6) .ci-title:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 7px solid #dd2b30;
  border-width: 5px 7px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  left: 1px;
  top: 4px;
}
.bl-mostpopular {
  padding-left: 16px;
  padding-right: 16px;
  counter-reset: section;
}
.bl-mostpopular .ci-content {
  padding-bottom: 0;
}
.bl-mostpopular .ci-title {
  font-family: 'Rozha One', serif;
  font-size: 10px;
}
.bl-mostpopular .ci-image {
  border-radius: 0;
}
.bl-mostpopular .category-badge,
.bl-mostpopular .ci-author,
.bl-mostpopular .ci-meta,
.bl-mostpopular .ci-icons {
  display: none;
}
@media (min-width: 500px) {
  .bl-mostpopular {
    padding-left: 0;
    padding-right: 0;
  }
}
.bl-mostpopular label {
  display: block;
  font-family: SF Pro Display, Roboto, serif;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
.bl-mostpopular .content-item {
  display: block;
  position: relative;
  border-bottom: 1px solid #dadada;
  padding: 16px 16px 16px 42px;
}
.bl-mostpopular .content-item .ci-image {
  display: none;
}
.bl-mostpopular .content-item:last-child {
  border-bottom: 0;
}
.bl-mostpopular .content-item:before {
  counter-increment: section;
  content: counter(section);
  display: block;
  position: absolute;
  height: 32px;
  line-height: 32px;
  font-family: 'Rozha One', serif;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  top: 50%;
  left: 4px;
  margin-top: -16px;
}
.bl-mostpopular .ci-title {
  font-family: SF Pro Display, Roboto, serif;
  font-size: 17px;
  font-weight: bold;
}
.article-embed.single-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 16px;
}
.article-embed.single-image figcaption {
  font-family: SF Pro Display, Roboto, serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33333;
  color: #2c2e31;
}
.article-embed.single-image .image-owner {
  font-family: SF Pro Display, Roboto, serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.33333;
  color: #3f4247;
  margin-top: 4px;
}
.ps-article .article-embed.gallery .full-image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.ps-article .article-embed.gallery .full-image:after {
  content: '';
  display: block;
  pointer-events: none;
}
.ps-article .article-embed.gallery .gallery-images {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ps-article .article-embed.gallery .gallery-icon {
  border-radius: 2px;
}
.ps-article .article-embed.gallery {
  position: relative;
}
.ps-article .article-embed.gallery .gallery-icons {
  position: absolute;
  pointer-events: none;
  z-index: 3;
  display: flex;
  align-items: stretch;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ps-article .article-embed.gallery .gallery-icons {
    display: block;
  }
}
.ps-article .article-embed.gallery .gallery-icon {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  flex: 0 0 0%;
}
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ps-article .article-embed.gallery .gallery-icon {
    display: inline-block;
    flex-basis: auto;
  }
}
.ps-article .article-embed.gallery .gallery-icons {
  top: 16px;
  right: 16px;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .ps-article .article-embed.gallery .gallery-icons {
    top: 12px;
    right: 12px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .ps-article .article-embed.gallery .gallery-icons {
    top: 8px;
    right: 8px;
  }
}
@media (max-width: 559px) {
  .ps-article .article-embed.gallery .gallery-icons {
    top: 8px;
    right: 8px;
  }
}
.ps-article .article-embed.gallery .gallery-icon {
  color: #33d28b;
  line-height: 0.5;
  font-size: 18px;
  margin-left: 8px;
  padding: 4px 4px 4px 4px;
}
@media (min-width: 560px) and (max-width: 719px) {
  .ps-article .article-embed.gallery .gallery-icon {
    font-size: 14px;
  }
}
@media (max-width: 559px) {
  .ps-article .article-embed.gallery .gallery-icon {
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .ps-article .article-embed.gallery .gallery-icon {
    margin-left: 6px;
  }
}
@media (max-width: 559px) {
  .ps-article .article-embed.gallery .gallery-icon {
    margin-left: 6px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .ps-article .article-embed.gallery .gallery-icon {
    padding: 4px 4px 4px 4px;
  }
}
@media (max-width: 559px) {
  .ps-article .article-embed.gallery .gallery-icon {
    padding: 4px 4px 4px 4px;
  }
}
.ps-article .article-embed.gallery img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.ps-article .article-embed.gallery {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
}
.ps-article .article-embed.gallery .gallery-block {
  position: relative;
}
.ps-article .article-embed.gallery .gallery-images {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-wrap: wrap;
  position: relative;
  counter-reset: gallery -4;
}
.ps-article .article-embed.gallery .gallery-image {
  flex: 0 0 auto;
  counter-increment: gallery;
  position: relative;
}
.ps-article .article-embed.gallery .gallery-image:first-child {
  margin-bottom: 3px;
  flex-basis: 100%;
  align-self: stretch;
  width: 100%;
}
.ps-article .article-embed.gallery .gallery-image:nth-child(2) {
  width: calc(33.33333% - 2px);
}
.ps-article .article-embed.gallery .gallery-image:nth-child(3) {
  width: calc(33.33333% - 2px);
}
.ps-article .article-embed.gallery .gallery-image:nth-child(4) {
  width: calc(33.33333% - 2px);
}
.ps-article .article-embed.gallery .gallery-image:nth-child(2) {
  margin-right: 3px;
}
.ps-article .article-embed.gallery .gallery-image:nth-child(3) {
  margin-right: 3px;
}
.ps-article .article-embed.gallery .gallery-image:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.ps-article .article-embed.gallery .gallery-image:last-child:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  display: block;
  visibility: visible;
  width: calc(33.33333% - 2px);
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.ps-article .article-embed.gallery .gallery-image:last-child:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):after {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 35px;
  content: "+" counter(gallery);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 560px) and (max-width: 719px) {
  .ps-article .article-embed.gallery .gallery-image:last-child:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):after {
    font-size: 28px;
  }
}
@media (max-width: 559px) {
  .ps-article .article-embed.gallery .gallery-image:last-child:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):after {
    font-size: 22px;
  }
}
.ps-article .article-embed.gallery .gallery-image:last-child:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) .thumbnail {
  visibility: hidden;
}
.ps-article .article-embed.gallery .gallery-image:nth-child(2):nth-last-child(1) {
  width: 100%;
  margin-right: 0 !important;
}
.ps-article .article-embed.gallery .gallery-image:nth-child(2):nth-last-child(2) {
  width: calc(50% - 2px);
}
.ps-article .article-embed.gallery .gallery-image:nth-child(3):nth-last-child(1) {
  width: calc(50% - 2px);
  margin-right: 0 !important;
}
.ps-article .article-embed.gallery .full-image {
  position: relative;
  display: block;
}
.ps-article .article-embed.gallery .full-image:after {
  padding-top: 56.25%;
}
.ps-article .article-embed.gallery .thumbnail {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@supports (object-fit: cover) {
  .ps-article .article-embed.gallery .thumbnail {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
  }
}
.ps-article .article-embed.gallery figcaption {
  font-family: SF Pro Display, Roboto, serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33333;
  padding-left: 16px;
  padding-right: 16px;
  color: #2e3034;
  margin-bottom: 8px;
}
@media (min-width: 500px) {
  .ps-article .article-embed.gallery figcaption {
    padding-left: 0;
    padding-right: 0;
  }
}
.ps-article .article-embed.gallery .gallery-icons {
  position: absolute;
  pointer-events: none;
  z-index: 3;
  display: none;
  align-items: stretch;
  top: 16px;
  right: 16px;
}
@media (min-width: 720px) and (max-width: 1023px) {
  .ps-article .article-embed.gallery .gallery-icons {
    top: 12px;
    right: 12px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .ps-article .article-embed.gallery .gallery-icons {
    top: 8px;
    right: 8px;
  }
}
@media (max-width: 559px) {
  .ps-article .article-embed.gallery .gallery-icons {
    top: 8px;
    right: 8px;
  }
}
.ps-article .article-embed.gallery .gallery-icon {
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  flex: 0 0 0%;
  display: inline-block;
  flex-basis: auto;
}
@media (min-width: 560px) and (max-width: 719px) {
  .ps-article .article-embed.gallery .gallery-icon {
    font-size: 14px;
  }
}
@media (max-width: 559px) {
  .ps-article .article-embed.gallery .gallery-icon {
    font-size: 14px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .ps-article .article-embed.gallery .gallery-icon {
    margin-left: 6px;
  }
}
@media (max-width: 559px) {
  .ps-article .article-embed.gallery .gallery-icon {
    margin-left: 6px;
  }
}
@media (min-width: 560px) and (max-width: 719px) {
  .ps-article .article-embed.gallery .gallery-icon {
    padding: 4px 4px 4px 4px;
  }
}
@media (max-width: 559px) {
  .ps-article .article-embed.gallery .gallery-icon {
    padding: 4px 4px 4px 4px;
  }
}
.ad-anchor {
  display: none;
  position: sticky;
  z-index: 98;
  left: 0;
  height: 100px;
  bottom: 10px;
}
.ad-anchor__content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: perspective(1px) translateX(-50%);
  width: 320px;
  height: 100px;
  overflow: hidden;
}
.ad-anchor__close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #AFB2B8;
  z-index: 99;
  box-sizing: border-box;
}
.ad-anchor__close .icon {
  font-size: 24px;
  color: #7c8086;
  display: block;
}
.ad-anchor--show {
  display: block;
}
.ad-infeed {
  grid-column: 1 / span 2;
  margin-left: -8px;
  margin-right: -8px;
  border-radius: 0;
}
@media (min-width: 560px) {
  .ad-infeed {
    margin: 0;
  }
}
#ad-mob-2,
#ad-mob-3,
#ad-mob-4 {
  margin: 16px 0;
}
#ad-giga-top {
  padding: 8px 0 32px;
}
#ad-giga-2,
#ad-giga-3,
#ad-giga-4 {
  margin: 32px 0;
}
.article-content-block .banner {
  margin: 16px 0;
}
@media (min-width: 600px) {
  .article-content-block .banner {
    margin: 32px 0;
  }
}
#ad-bg {
  position: absolute;
}
.subsite-praktiski .header-main,
.subsite-praktiski .panel-main-menu .modal-panel__header,
.subsite-praktiski .comments-trigger,
.subsite-praktiski .comment-form-submit,
.subsite-praktiski .article-embed.poll .poll-option.selected,
.subsite-praktiski .comments-count,
.subsite-praktiski .bl-timeline .ci-meta:before {
  background-color: #197546;
}
.subsite-praktiski .bl-timeline .ci-date,
.subsite-praktiski .post-title-word-highlite,
.subsite-praktiski .paginator .current {
  color: #197546;
}
.subsite-praktiski .content-title,
.subsite-praktiski .bl-1title-fat-border .ci-title,
.subsite-praktiski .ps-article .article-embed.quote {
  border-color: #197546;
}
.subsite-praktiski .comments-count:after,
.subsite-praktiski .bl-1large-title-1small-title .content-item:nth-child(2) .ci-title:before,
.subsite-praktiski .bl-1large-title-2small-title-bg-red .content-item:nth-child(2) .ci-title:before,
.subsite-praktiski .bl-1large-title-2small-title-bg-red .content-item:nth-child(3) .ci-title:before,
.subsite-praktiski .bl-1large-3list-bg-red .content-item:nth-child(2) .ci-title:before,
.subsite-praktiski .bl-1large-3list-bg-red .content-item:nth-child(4) .ci-title:before,
.subsite-praktiski .bl-1large-3list-bg-red .content-item:nth-child(6) .ci-title:before {
  border-left-color: #197546;
}
.subsite-praktiski .article-content-block > p a {
  text-decoration-color: #197546 !important;
  color: #197546;
}
.subsite-praktiski .bl-1large-title-2small-title-bg-red,
.subsite-praktiski .bl-1large-3list-bg-red {
  background-color: #f0f0f0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.app-w .app {
  padding-top: 46px;
}
main[role=main] {
  background: #fff;
}
.ci-title .ci-icon {
  display: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.device--desktop .device-mobile,
.device--mobile .device-desktop {
  display: none;
}
.banner {
  text-align: center;
}
.banner-block {
  margin-bottom: 16px;
}
.banner-block .banner {
  margin-top: 16px;
}
.banner-block .banner:first-child {
  margin-top: 0;
}
.content-item {
  position: relative;
  text-decoration: none;
  display: block;
}
.content-item .ci-title {
  color: #000;
}
.page-container .ps-article,
.ps-article {
  padding: 0;
}
.page-article .ps-inner,
.page-article .footer-main,
.page-article .header-secondary .info-block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .page-article .ps-inner,
  .page-article .footer-main,
  .page-article .header-secondary .info-block {
    max-width: 676px;
  }
}
@media (min-width: 1060px) {
  body.labgbanner {
    background-repeat: no-repeat;
    background-position: center 94px;
    transform: none;
    background-attachment: fixed;
    /** transition: all 200ms; */
    /** transition parlikts uz js, jo slikti izskatas, kad bg nopzicionejas ar animaciju */
  }
  .page-article .footer-main,
  .page-article .header-secondary .info-block,
  .labgbanner .page-container .ps-section,
  .labgbanner main[role=main] {
    max-width: 1060px;
  }
  .page-article .footer-main .w {
    padding-left: 30px;
    padding-right: 30px;
  }
  .labgbanner .page-container .ps-section {
    padding-left: 0;
    padding-right: 0;
  }
  .labgbanner main[role=main] {
    margin-top: 122px;
    padding-top: 0;
    padding-bottom: 1px;
    background-color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
  }
  .labgbanner.ps-page-header {
    position: relative;
    z-index: 4;
  }
  .labgbanner .background-banner-click {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
}
.page-news-list .ps-inner,
.page-news-list .footer-main,
.page-news-list .header-secondary {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page-composition .ps-inner,
.page-composition .footer-main,
.page-composition .header-secondary {
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
}
.page-home .ps-inner,
.page-home .footer-main,
.page-home .header-secondary {
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
}
.post-title-word-highlite {
  color: #dd2b30;
}
.content-title {
  border-bottom: 0;
  border-top-width: 4px;
  border-top-style: solid;
  font-family: SF Pro Display, Roboto, serif;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 0;
  padding-top: 7px;
  border-color: #dd2b30;
  text-transform: uppercase;
}
@media (min-width: 500px) {
  .content-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-container {
  padding-top: 0;
}
.ps-inner .content-block {
  margin-bottom: 16px;
}
.ps-inner .content-block:first-child {
  margin-top: 0;
}
