/* https://romance-club.ru/ob-igre/ofitsialnye-novosti */
.main-pers-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.person-cat-wrap {
    width: 30%;
    margin-bottom: 34px;
}

.person-cat-wrap a {
    display: block;
}

.date-div {
    font-weight: 400;
}

.news-offer-section {
    height: 275px;
    background-image: url(/images/bg/decor.jpg) !important;
    padding-top: 86px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-position-y: 56%;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.cat-story-logo {
    max-height: 243px;
}

.seria-link {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 13px;
    position: relative;
    font-weight: 400;
}

.categ-blog .breadcrumb {
    margin-top: 16px;
    margin-bottom: 35px;
    background: white;
}

.breadcrumb a {
    color: black;
}

.person-cat-wrap img {
    object-fit: cover;
    height: 268px;
    width: 100%;
    border-radius: 7px;
    box-shadow: 0 9px 22px -13px #00000047;
    position: relative;
}

.categ-blog {
    position: relative;
    padding-bottom: 43px;
    z-index: 3;
    padding-top: 19px;
    background: #f2f4f7;
}

.news-offer-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #4822227a;
}

.breadcrumb li:nth-child(2)::before {
    display: none;
}

.news-offer-section h1 {
    color: white;
    font-size: 41px;
}

.blog-cont-lp {flex-basis: 79%;}

.blog-cont-rp {
}

.blog-cont .item {
    border-radius: 7px;
    overflow: hidden;
    background: white;
    flex: 1;
    flex-basis: 48%;
    max-width: 49%;
}

.blog-cont .item .entry-image {
    margin-bottom: 0px;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    float: none !important;
    position: relative;
}

.art-hits img {
    height: 15px;
    margin-right: 5px;
}

.image-quest {
    width: 100%;
    height: 247px;
    object-fit: cover;
}

.category-desc {
    margin-bottom: 37px;
}

.blog-cont .item .entry-header {
    padding: 21px 18px 21px 18px;
    margin-bottom: 0;
}

.blog-cont .entry-header h2 {
    margin-bottom: 20px;
    margin-top: 2px;
    min-height: 48px;
}

.entry-header h2 a {
    font-size: 20px;
    font-weight: 600;
}

.tags a {
    font-weight: 400;
    color: #9e01c7;
    font-size: 15px;
    pointer-events: none;
}

.art-info-wrap {
    display: flex;
    justify-content: space-between;
}

.art-hits {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 15px;
}

.date-div {
    font-size: 16px;
}

.blog-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 25px;
    margin-bottom: 25px;
}

.warning-div {
    padding: 23px 39px 16px 161px;
    margin-bottom: 23px;
    background-color: #fff1dc;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #dd30ff30;
    position: relative;
}

.warning-div img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    position: absolute;
    left: -84px;
    top: 50%;
    border-radius: 330px;
    transform: translate(0, -50%) scale(-1, 1);
}

.warning-div a {
    color: #a24fe8;
    font-weight: 400;
}

.items-row {
    width: 100%;
    flex: 1;
    flex-basis: 48%;
    max-width: 49%;
}

.categ-blog__row {
    display: flex;
}

.pull__empty-label {
    position: absolute;
    z-index: 1;
    text-align: center;
    display: block;
    width: 100%;
    color: white;
    font-weight: 500;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 50px;
}

.pull__empty-label::before {
    content: 'Изображение недоступно, подробности в тг-канале';
    display: block;
}

.categ-blog__row {
    gap: 10px;
}

.category-desc {
    margin-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 910px) {

    .categ-blog__row {
        flex-direction: column;
    }

    .news-offer-section .container {
        position: relative;
    }

    .news-offer-section {
        height: 225px;
        padding-top: 69px;
    }

    .blog-cont-lp {
        flex-basis: 100%;
    }

    .blog-cont-rp {
        width: 100%;
    }

    .warning-div {
        padding: 61px 20px 17px 20px;
        overflow: visible;
        margin-top: 38px;
    }

    .warning-div img {
        transform: translate(-50%, 0px);
        left: 50%;
        top: -53px;
        width: auto;
        height: 93px;
    }

    .warning-div p {
        text-align: center;
        font-size: 17px;
    }

    .blog-cont .item {
        max-width: 100%;
    }

    .warning-div a {
        display: block;
    }

    .blog-cont .items-row {
        flex-basis: 100%;
    }
}