
.widget.widget_cutko_news_widget  {
    padding-top: 0;
    padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
    .widget.widget_cutko_news_widget {
        padding-top: 120px;
        padding-bottom: 80px;
    }  
}
@media screen and (max-width: 480px) {
    .widget.widget_cutko_news_widget {
        padding-top: 110px
    }   
}



.cutko-news__wrapper .obrovo-h3 {
    color: var(--orange) !important;
    margin-top: 23px !important;
}

.cutko-news__date {
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    width: 25%;
}
@media screen and (max-width: 480px) {
    .cutko-news__date {
        top: -25px;
    }
}

.cutko-news__date-inner {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
}

.cutko-news__date-inner span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    white-space: nowrap;

    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    color: var(--wheat);
}
@media screen and (max-width: 991px) {
    .cutko-news__date-inner span {
        font-size: 14px;
    }
}

.cutko-news__date-inner img {
    position: relative;
    max-width: 100%;
    min-width: 110px;
    width: 100%;
    height: 100%;
    /* top: 50%;
    left: 0;
    transform: translate(0, -50%); */
}

.cutko-news-content {
    text-align: center;
}


/* CUTKO GRID NEWS */
.cutko-grid__news,
.cutko-grid.cutko-grid__news {
    row-gap: 4rem;
    column-gap: 3rem;
}

.widget_cutko_news_widget .cutko-grid-box {
    max-width: 475px;
}
@media screen and (min-width: 1280px) {
    .widget_cutko_news_widget .cutko-grid-box {
        width: 27%
    }
}
@media screen and (max-width: 1279.9px) {
    .widget_cutko_news_widget .cutko-grid-box {
        width: 30%;
    }
}
@media screen and (max-width: 992px) {
    .widget_cutko_news_widget .cutko-grid-box {
        width: 100%;
    }
}

.cutko-news-box .news-head__hover-show {
    display: none;
}
.news-head__hover-show svg {
    max-width: 100%;
    position: relative;
}
.cutko-news-box:hover .news-head__hover-show,
.cutko-news-box:focus .news-head__hover-show {
    display: block;
    width: 100%;
    height: 100%;
}

.cutko-news-box:hover .news-head__hover-hide,
.cutko-news-box:focus .news-head__hover-hide {
    display: none;
    width: 100%;
    height: 100%;
}

.cutko-news-box .news-head__hover-show,
.cutko-news-box .news-head__hover-hide,
.cutko-news-box .news-head__hover-show svg,
.cutko-news-box .news-head__hover-hide svg {
    width: 100%;
    height: 100%;
}



@media (min-width: 992px) and (max-width: 1280px) {
    .news-head__wrapper {
        max-height: 190px;
        min-height: 165px;
    }
}

