.details[data-v-f6abf67e] {
    color: var(--text-muted);
    font-size: .5em
}

.news-offer[data-v-312a242e] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media (width <=768px) {
    .news-offer[data-v-312a242e] {
        gap: 12px;
        padding: 8px
    }
}

.article-date[data-v-878e05a3] {
    color: var(--text-muted);
    font-size: .875rem
}

.article-title[data-v-01bad570] {
    margin-bottom: 4px;
    color: var(--text-color);
    font-size: 2rem;
    line-height: 1em
}

@media (width <=992px) {
    .article-title[data-v-01bad570] {
        font-size: 1.125rem
    }
}

.article-author[data-v-00b344bc] {
    display: grid;
    grid-template-areas: "avatar name" "avatar tag";
    column-gap: 18px;
    align-items: center;
    width: min-content
}

.article-author .article-author-avatar[data-v-00b344bc] {
    grid-area: avatar;
    min-width: 58px;
    height: 58px;
    border-radius: 50px 0 0 50px
}

.article-author .article-author-name[data-v-00b344bc] {
    grid-area: name;
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 16px
}

.article-author .article-author-tag[data-v-00b344bc] {
    grid-area: tag;
    padding: 8px 10px;
    border-radius: 8px;
    background: var(--bg);
    color: var(--text-muted);
    font-weight: 500;
    font-size: 14px;
    text-align: center
}

@media (width <=992px) {
    .article-author[data-v-00b344bc] {
        row-gap: 4px;
        column-gap: 8px
    }
    .article-author .article-author-avatar[data-v-00b344bc] {
        min-width: 42px;
        height: 42px
    }
    .article-author .article-author-name[data-v-00b344bc] {
        font-size: 12px
    }
    .article-author .article-author-tag[data-v-00b344bc] {
        padding: 6px 10px;
        font-size: 12px
    }
}

.article-content[data-v-d4a8f5f2] {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 12px;
    color: var(--text-muted);
    font-size: 18px;
    line-height: 1.25em;
    word-break: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.article-content.is-open[data-v-d4a8f5f2] {
    -webkit-line-clamp: unset
}

@media (width <=992px) {
    .article-content[data-v-d4a8f5f2] {
        font-size: 14px;
        text-align: left;
        word-break: keep-all;
        -webkit-line-clamp: 2
    }
}

.collapse-trigger[data-v-35251611] {
    display: flex;
    justify-content: end;
    align-items: center;
    border: none;
    background: none;
    color: var(--text-color);
    cursor: pointer
}

.collapse-trigger .arrow[data-v-35251611] {
    margin-left: 4px;
    transition: rotate .3s ease;
    rotate: 180deg
}

.collapse-trigger .arrow.open[data-v-35251611] {
    rotate: 0deg
}

@media (width <=992px) {
    .collapse-trigger[data-v-35251611] {
        font-size: 14px
    }
}

.article-footer[data-v-18ec6a1e] {
    display: flex;
    justify-content: space-between;
    align-items: end
}

.article-header[data-v-c7ec467e] {
    margin: 12px 0
}

.article-offer[data-v-fbbae45f] {
    position: relative;
    display: grid;
    flex: 1 1 49%;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: center;
    padding: 24px 12px
}

@media (width <=768px) {
    .article-offer[data-v-fbbae45f] {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
        padding: 8px
    }
}

.thumbnail[data-v-de48db98] {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    aspect-ratio: 2 / 1;
    border-radius: 8px
}

.article-wrapper[data-v-b62995a9] {
    width: min(992px, 100%)
}

.article-offers[data-v-b62995a9] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px
}

.news[data-v-fa06d5e7] {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 12px
}

.news-offers[data-v-fa06d5e7] {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.news-articles[data-v-fa06d5e7] {
    display: flex;
    flex-direction: column;
    gap: 18px
}

@media (width <=992px) {
    .news[data-v-fa06d5e7] {
        grid-template-rows: auto 1fr;
        grid-template-columns: 1fr
    }
    .news-offers[data-v-fa06d5e7] {
        order: -1
    }
}

.index-page[data-v-e1d31d04] {
    padding: 12px 12px 64px;
    margin-left: 150px;
}