.catlink__empty-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1;
    z-index: 1;
    width: 100%;
    color: white;
    pointer-events: none;
    padding: 0 39px;
}

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

.all-series-ttl-sct {
    height: 324px;
    padding-top: 86px;
    background-size: cover;
    background-image: url("/images/bg/decor.jpg") !important;
    background-position: center;
    position: relative;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.all-series-ttl-sct::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(0deg, #dca5a5, #9b00c6d9);
    z-index: 0;
    opacity: 0.97;
}

.all-series-ttl-sct .container {
    position: relative;
}

.heading-ttl {
    font-size: 34px;
    color: white;
}

.full-storyh2 {
    color: white;
    font-size: 23px;
}

.categ-blog {
    padding: 50px 0 25px 0;
    background: #f2f4f7;
    margin-top: -10px;
}

.breadcrumb a {
    color: black;
}

.blog-cont::after {
    content: '';
    width: 32%;
}

.blog-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

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

.gal-subcat h2 {
    margin: 0;
}

.gal-subcat h2 a, .item-title {
    color: rebeccapurple;
    display: flex;
    align-items: center;
    font-size: 24px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.inside-galcat-item .intro-image, .cat-children .subgal-wrapper img {
    float: none !important;
    height: 230px;
    object-fit: cover;
    margin: 0;
}

.galery-wrapper .items-row {
    width: 32%;
    margin-bottom: 17px;
}

.inside-galcat-item .intro-image a {
    color: rebeccapurple;
    display: flex;
    align-items: center;
    font-size: 24px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.cat-children > a > img {
    margin-bottom: 10px;
    border-radius: 6px;
}

.gal-subcat img, .item-title img {
    height: 22px;
    margin-right: 9px;
}

.gal-subcat, .item-title {
    display: flex;
    align-items: center;
    margin: 10px 0 17px 0;
}

.image-quest, .cat-children > a > img {
    height: 230px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: 0.5s;
    pointer-events: none;
}

.subgal-wrapper {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.subgal-wrapper span {
    position: absolute;
    width: 62px;
    height: 56px;
    top: 0;
    border-radius: 0 0 40px 0;
    box-shadow: 0 0 22px -4px #000000ad;
    background: #9b00c6c4 url("/images/icons/photogal.svg") no-repeat 36% 38%;
    background-size: 41%;
    transition: 0.5s;
    z-index: 1;
}

.galery-wrapper {
    padding-top: 10px;
}

@media (min-width: 320px) and (max-width: 920px) {
    .categ-blog {
        padding: 34px 0 25px 0;
    }

    .galery-wrapper .items-row {
        width: 100%;
        flex-wrap: wrap;
    }

    .all-series-ttl-sct {
        height: unset !important;
        padding-top: 36px;
    }
}