.stocks__wrapp .flexslider_stocks .items .item_block {
    max-width: 420px;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    min-height: initial;
}

.stocks__wrapp .flexslider_stocks .items .item_block:hover {
    box-shadow: none;
}

.stocks__wrapp .flexslider_stocks .items .item_block .item {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.stocks__wrapp .items .item_block .item img {
    max-width: 420px;
    width: 100%;
    aspect-ratio: 14/9;
    display: block;
}

.stocks__wrapp .items .item_block .item .info {
    display: flex;
    flex-flow: row nowrap;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
    padding: 0;
}

.stocks__wrapp .items .item_block .item .name {
    display: block;
    width: 100%;
    text-align: left;
    max-width: 228px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
}

.stocks__wrapp .items .item_block .item:hover .name {
    color: #222222 !important;
}

.stocks__wrapp .items .item_block .item .date {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100px;
    top: initial;
    text-align: right;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #888888;
}

.stocks__wrapp .items .item_block .item .image__desctop {
    aspect-ratio: 14/9;
    object-fit: cover;
    display: block;
}

.stocks__wrapp .items .item_block .item .image__mobile {
    aspect-ratio: 14/9;
    /* 12/9 */
    object-fit: cover;
    display: none;
}

.stocks__wrapp .flexslider_stocks .flex-viewport {
    overflow: visible !important;
}

.maxwidth-theme:has(.news_akc_block) {
    overflow: hidden !important;
}

@media (max-width: 768px) { 
    .stocks__wrapp .items .item_block .item .image__desctop {
        display: none;
    }
    .stocks__wrapp .items .item_block .item .image__mobile {
        display: block;
    }

    
}