.stack-card-before,
.stack-card-after {
    border-radius: 5px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
   transform-origin: center bottom;
}

.stack-card-before {
    background-color: #555555 !important;
    z-index: -1;
    transform: translate(0, -8px) scale(0.95);
    opacity: 0.7;
/*    filter: blur(2.1px);*/
}

.stack-card-after {
    background-color: #222222 !important;
    z-index: -2;
    transform: translate(0, -4px) scale(0.90);
    opacity: 0.3;
/*    filter: blur(2.1px);*/
}

.stack-card {
    position: relative;
    transform: translate(0, -12px);
    border-radius: 5px;
}

.popup.popup-ads .popup__content {
    background-color: transparent;
}

.read-less .control__item {
    margin-bottom: 20px;
}

.read-more .control__item {
    margin-top: 20px;
    margin-bottom: 20px;
}

b {
  font-weight: 600;
}

.mobile-only {
  display: none !important;
}

.tablet-only {
  display: none !important;
}

@media screen and (min-width: 1260px) {
  .desktop-hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .tablet-hide {
    display: none !important;
  }
  .desktop-only {
    display: none !important;
  }
  .tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .mobile-hide {
    display: none !important;
  }
}

.banner-ads {
    background: none;
    position: initial;
    height: 100%;
    display: flex;
    justify-content: center;
    z-index: 998;
}

@media screen and (max-width: 769px)
{
    .banner-ads {
        margin: 0px;
    }
}

.news p a {
    color: #e81442;
}

.news p a:hover {
    color: #fafafa;
}

figure.image figcaption, figure.image p {
    color: var(--gray-dark);
    line-height: 140%;
    font-size: 16px;
}

figure.image img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}