.articleCardColumn {
    display: flex;
    min-width: 0;
}
.articleCardColumn--list .articleCard {
    width: calc(100% - 16px);
    margin: 8px;
}
.articleCardColumn--carousel {
    padding: 5px !important;
    background: transparent !important;
    border: 0 !important;
}
.articleCardColumn--carousel .articleCard {
    width: 100%;
}
.articleCard {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #fff;
    color: #2b2727;
}
.articleCard .articleCard__media {
    position: relative;
    flex: 0 0 auto;
    display: block;
    width: 100%;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.articleCard .articleCard__imageLink,
.articleCard .articleCard__imageLink picture {
    display: block;
    width: 100%;
    height: 100%;
}
.articleCard .articleCard__imageLink img:not(.articleCard__partnerLogo) {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.articleCard .articleCard__partnerLogo {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 4;
    width: 40%;
    height: auto;
}
.articleCard.newMainPageArticleBig.newMainPageArticleSmall .articleCard__imageLink img.articleCard__partnerLogo {
    width: 40% !important;
    height: auto !important;
    object-fit: contain !important;
}
.articleCard .articleCard__videoBadge {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 10px;
    background: rgba(20, 20, 20, 0.68);
    color: #fff;
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
    transform: translate(-50%, -50%);
    transition: background-color 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}
.articleCard .articleCard__imageLink:hover .articleCard__videoBadge {
    background: rgba(239, 124, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.04);
}
.articleCard .articleCard__stats,
.articleCard .mainPageArticleStats {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding: 24px 10px 6px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 32%, rgba(0, 0, 0, 0.78) 100%);
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
    white-space: nowrap;
    pointer-events: none;
}
.articleCard .mainPageArticleStatsMeta {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
}
.articleCard .mainPageArticleStatsMeta > a,
.articleCard .mainPageArticleStatsMeta > span,
.articleCard .mainPageArticleDate {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.articleCard .mainPageArticleDate {
    margin-left: auto;
    text-align: right;
}
.articleCard .mainPageArticleComments {
    position: relative;
    z-index: 1;
    color: #fff;
    pointer-events: auto;
}
.articleCard .mainPageArticleComments:hover,
.articleCard .mainPageArticleComments:focus {
    color: #fff;
    text-decoration: none;
}
.articleCard .articleCard__body,
.articleCard .flex {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    margin: 0;
}
.articleCard .articleCard__title,
.articleCard .articleTitle {
    position: static;
    display: block;
    width: 100%;
    height: calc(4.5rem + 20px);
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    color: #2b2727;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5rem;
}
.articleCard .articleCard__title:hover,
.articleCard .articleTitle:hover {
    color: #2b2727;
    text-decoration: underline;
}
.articleCard .articleCard__titleText,
.articleCard .articleTitleText {
    display: -webkit-box;
    max-height: 4.5rem;
    padding-bottom: 2px;
    box-sizing: content-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.articleCard .articleCard__footerWrap,
.articleCard .categories_wrap {
    margin-top: auto;
}
.articleCard .articleCard__footer,
.articleCard .categories {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    min-height: 35px;
    margin: 0;
    padding: 9px 10px 10px;
    box-sizing: border-box;
    border-top: 1px solid #e1e1e1;
    border-radius: 0 0 6px 6px;
    background: #fff;
    color: #424242;
    font-size: 11px;
    line-height: 1.3;
    text-transform: uppercase;
}
.articleCard .articleCategories {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.articleCard .articleCategories a {
    color: #424242;
    font-weight: 600;
}
.articleCard .articlePlace {
    flex: 0 0 auto;
    margin-left: auto;
    color: #666;
    text-align: right;
    text-transform: none;
    white-space: nowrap;
}
.articleCard .articlePlace a {
    color: #666;
    font-weight: 400;
}
.articleCard .articleCategorySeparator {
    margin: 0 6px;
    color: #92989e;
    font-weight: 400;
}
.articleCard .marker-pinned,
.articleCard .markers {
    z-index: 5;
}
.articleCard .marker-only-here {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 1.2;
}
.articleCardColumn--list .articleVideo,
.articleCardColumn--home .articleVideo,
.articleCardColumn--home .articleVideo .video {
    width: 100%;
    min-width: 0;
}

@media only screen and (max-width: 768px) {
    .articleCardColumn--list .articleCard {
        width: calc(100% - 12px);
        margin: 6px;
    }
    .articleCard .articleCard__title,
    .articleCard .articleTitle {
        height: calc(4.2rem + 20px);
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .articleCard .articleCard__titleText,
    .articleCard .articleTitleText {
        max-height: 4.2rem;
    }
    .articleCard .articleCard__stats,
    .articleCard .mainPageArticleStats {
        padding-right: 14px;
    }
    .articleCardColumn--carousel {
        padding: 4px !important;
    }
}
