/*.b_news .owl-stage-outer {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    z-index: 5;
    pointer-events: none
}
@media (max-width: 767px) {
    .b_news .owl-stage-outer {
        -webkit-perspective: none;
        perspective: none;
        z-index: 1;
    }
}*/
._title-actions {
    text-align: start !important;
    font-family: "ProximaNova", "Helvetica", "Arial", sans-serif !important;
    font-weight: 600 !important;
    font-style: Semibold !important;
    font-size: 25px !important;
    leading-trim: NONE;
    line-height: 135% !important;
    letter-spacing: 0%;
}

.b_news {
    padding-top: 40px !important;
}

font {
    display: none;
}
._slider {
    display: flex !important;
    gap: 16px;
}
._slide {
    width: 348px !important;
    text-decoration: none !important;
    color: white !important;
    text-decoration: none !important;
}

._slide:hover {
    text-decoration: none !important;
    color: white !important;
    text-decoration: none !important;
}

.b-actions-list {
    margin-top: 20px !important;
}

._slide_text {
    background-color: #ffffff1a;
    text-decoration: none !important;
    padding: 12px 16px;
    border-radius: 0 0 8px 8px;
    text-decoration: none;
    font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-style: Semibold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 0%;
    color: white;
}

._slide:hover ._slide_text {
    background-color: #ffffff80 !important;
}

._slide_text:hover {
    text-decoration: none !important;
    color: white !important;
}
.action-image {
    max-width: 348px !important;
    border-radius: 8px 8px 0 0;
    height: 155px !important;
}

@media (max-width: 992px) {
    ._slider {
        flex-direction: column !important;
        align-items: center;
    }
}

@media (min-width: 767px) {
    .b_news .owl-carousel .owl-stage-outer {
        /*overflow: visible;*/
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}
@media (max-width: 1200px) {
    ._slider {
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
    }
}
@media (min-width: 1470px) {
    .b-actions-list,
    .b_news .owl-carousel .owl-stage-outer {
        height: 203px;
    }
}
.b_news .owl-carousel .owl-stage {
    flex-shrink: 0;
}
.b_news .owl-item {
    opacity: 0.5;
    /* -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 4px 11.04px .96px rgba(0, 0, 0, .5);
    box-shadow: 0 4px 11.04px .96px rgba(0, 0, 0, .5)*/
}
.b_news .owl-item {
    opacity: 1;
    /*-webkit-transform: translateZ(0);
    transform: translateZ(0);
    pointer-events: all*/
}
@media (max-width: 767px) {
    .b_news .owl-item {
        transform: none;
    }
    .b_news {
        padding: 0 16px;
        padding-top: 0 !important;
    }
}

@media (min-width: 376px) and (max-width: 1199px) {
    ._title-actions {
        text-align: center !important;
    }
}

@media (max-width: 567px) {
    .b_news {
        margin-top: 20px;
    }
}
.b_news .owl-prev,
.b_news .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 50%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px auto;
}
.b_news .owl-prev {
    left: 0;
    background-image: url(img/arrow-left.svg);
    background-position: left 16px center;
}
.b_news .owl-next {
    right: 0;
    background-image: url(img/arrow-right.svg);
    background-position: right 16px center;
}

@media (max-width: 767px) {
    .b_news .owl-prev,
    .b_news .owl-next {
        top: 50%;
        bottom: auto;
        width: 40px !important;
        height: 60px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
/*.b_news ._slide {
    width: 555px;
    display: block
}
@media (max-width: 991px) and (min-width: 768px) {
    .b_news ._slide {
        width: 400px
    }
}
@media (max-width: 767px) {
    .b_news ._slide {
        width: 100%;
    }
}*/
@media (min-width: 768px) {
    .b_news .owl-item ._slide {
        transform: scale(1.3);
        transform-origin: center;
        display: block;
        transition: transform 0.3s ease-in-out 0.1s;
    }
}
.b_news ._slide img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 375px) {
    ._slide {
        width: auto !important;
        max-width: 346px !important;
    }
}
