.actions-similar__title {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 600;
}
.actions-similar__slide_title {
    padding: 30px;
    background-color: #244640;
    color: white;
    font-size: 23px;
    font-weight: 600;
    transition: background-color 0.2s, color 0.2s;
    text-transform: uppercase;
}
.grinvich .actions-similar__slide_title {
    background-color: #2d3c55;
}
.actions-similar__slide {
    text-decoration: none;;
}
.actions-similar__slide:hover .actions-similar__slide_title {
    background-color: #DCBB25;
}
.b_news .owl-carousel .owl-stage {
    flex-shrink: 0;
}
.b_news .owl-item {
    opacity: .5;
}
.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%);
    }

}
.actions-similar__slide img {
    display: block;
    width: 100%;
    height: auto
}
@media(max-width: 768px) {
	.actions-similar__title {
		font-size: 24px;
	}
    .actions-similar__slide_title {
        padding: 20px;
        font-size: 18px;
    }
}
