/* Vnymanye! Kazhdyj styl dolzhen vkljuchat .blog-featured */
#column-right .blog-featured .grid-block .article-layout {
    display:flex;
    border-radius: 0px;
    gap: 24px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #474747;
    margin-bottom: 30px;
}
#column-right .blog-featured .grid-block .article-layout:last-child {
    padding-bottom: 0px;
    margin-bottom:0px;
    border-bottom:0px;
}
#column-right  .blog-featured .zagol3 {
    margin-top:0px;
    color: var(--text);
    padding-bottom: 64px;
    background: url(/image/catalog/design/we_mark.svg) bottom center no-repeat;
    margin-bottom: 45px;
}
#column-right  .blog-featured .article-layout .date-viewed,
#column-right  .blog-featured .article-layout .desc,
#column-right  .blog-featured .article-layout .button-group {
    display:none;
}
#column-right  .blog-featured .article-layout h4 {
    padding:0px;
}
#column-right  .blog-featured .article-layout h4 a {
    padding:0px;
    font-size:25px;
    font-family:"Roboto";
}
#column-right .blog-featured {
    display: flex;
    border-radius: 63px;
    padding: 64px 50px;
    flex-direction: column;
    border: 2px solid #333;
    margin-bottom: 73px;
}
html[data-theme="light"] #column-right .blog-featured {
    border-color: #ddd;
}
#column-right .blog-featured .caption {
    display:flex;
    flex-direction: column;
    justify-content: center;
}
#column-right .blog-featured .article-layout .image {
    min-width: 100px;
    height:100px;
    border-radius: 56px;
    overflow: hidden;
}
#column-right .blog-featured .article-layout .image a {
    display:flex;
    width:100%;
    height:100%!important;
    position:relative;
    border-radius: 0px;
}
#column-right .blog-featured .article-layout .image a img {
    display:flex;
    width:100%;
    height:100%;
    position:absolute; 
    top: 0px;
    left: 0px;
    object-fit:cover;
    border-radius: 0px!important;
}
#column-right .blog-featured .grid-block .article-layout h4 {
    margin-top:0px;
    margin-bottom:15px;
    text-align: left;
}
#column-right .blog-featured .grid-block .article-layout h4 a {
    color: var(--text);
    font-size:25px;
}
#column-right .blog-featured .article-layout .date-viewed {
    display:flex;
}
#column-right .blog-featured .article-layout .date-viewed i {
    display:none;
}
#column-right .blog-featured .article-layout .date-viewed .date-added {
    display:flex;
    color: var(--text);
    font-size: 22px;
}
#column-right .blog-featured .article-layout .date-viewed .viewed {
    display:none;
}
#column-right  .blog-featured .article-block.grid-block {
    gap:0px;
}
@media (max-width:1439px) {
    #column-right .blog-featured {
        padding: 44px 36px;
    }
}
@media  (max-width:1199px) {
    #column-right .blog-featured {
        margin-bottom:50px;
    }
    #column-right .blog-featured .grid-block .article-layout h4 a {
        font-size: 21px;
    }
    #column-right .blog-featured .article-layout .image {
        min-width: 80px;
        height:80px;
    }
    #column-right .blog-featured .article-layout .date-viewed .date-added {
        font-size:18px;
    }
}
