

/* Start:/local/templates/everyx/assets/css/blog.css?17787679122458*/
.blog__header {
    background: no-repeat url("/local/templates/everyx/assets/css/../img/blog/header-bg.png") right bottom #482973;
    padding: 32px 0;
}

.blog__header-title {
    font-size: 60px;
    line-height: 110%;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 300;
}

.blog__header-title b {
    font-weight: 700;
}

.blog__tabs {
    display: flex;
    gap: 4px;
    padding: 8px;
    border-radius: 10px;
    background: rgba(206, 195, 207, 0.4);
    width: fit-content;
    max-width: 100%;
}

.blog__tabs-item {
    border-radius: 5px;
    padding: 10px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
}

.blog__tabs-item.selected {
    background: #fff;
    color: #000;
}

.blog__grid {
    display: grid;
    grid-template-columns: minmax(150px, 1fr);
    gap: 8px;
}

.blog__list {
    background: #E8E8F8;
    padding: 72px 0;
}

.blog__item {
    padding: 20px;
    flex-direction: column;
    display: flex;
    background: #fff;
    border-radius: 15px;
}

.blog__item-img {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.blog__item-title {
    min-height: 0;
    color: #482973;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
}

.blog__item-title-note {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3B3B3B;
    margin-top: auto;
}

.blog__item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog__item-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: #3B3B3B;
}

.blog__item-picture {
    position: relative;
}

.blog__item-section {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    background: #482973;
    color: #fff;
    padding: 6px 12px;
    border-radius: 0 0 8px 0;
}

@media (min-width: 1024px) {
    .blog__header-title {
        font-size: 88px;
        margin-bottom: 75px;
    }

    .blog__tabs-item {
        padding: 16px 20px;
        font-size: 15px;
        line-height: 16px;
    }

    .blog__grid {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
        gap: 30px;
    }

    .blog__list {
        padding: 80px 0;
    }

    .blog__item {
        height: auto;
        padding: 30px;
    }

    .blog__item-img {
        margin-bottom: 30px;
    }
}
/* End */
/* /local/templates/everyx/assets/css/blog.css?17787679122458 */
