.current-news{
    width: 100%;
    margin: 0 0 150px;
}
.current-news__title-block{
    margin-top: 30px;
}
.breadcrumbs-current-news li:first-child{
    padding: 0 !important;
}
.current-news__news-image-block{
    display: grid;
    grid-auto-flow: column;
    grid-gap: 20px
}
.current-news__news-image-block h4{
    display: flex;
    align-items: center;
    font-size: 18px
}
.current-news__news-image-block--description{
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
}
.current-news__news-image-block--description p{
    font-family: "HelveticaNeueCyr-Roman";
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.current-news__news-image-block--description p:last-child {
    color:#232323;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    opacity:0.7;
    margin-top: auto;
}
.breadcrumb-current-news-mobile{
    display: none;
}
.current-news .subtitle{
    white-space: unset;
    font-weight: 550;
    font-size: 32px;
    line-height: 110.00000000000001%;
}
.current-news .small-cube{
    background-color: var(--dark-blue-color);
}
.current-news img{
    height: 420px;
    min-width: 590px
}
img.emoji {
    display: none;
    /*display: inline !important;*/
    /*border: none !important;*/
    /*box-shadow: none !important;*/
    /*height: 1em !important;*/
    /*width: 1em !important;*/
    /*margin: 0 .07em !important;*/
    /*vertical-align: -0.1em !important;*/
    /*background: none !important;*/
    /*padding: 0 !important;*/
}