.kbd {
    padding: .2rem .4rem;
    display: inline-block;
    background-color: rgb(0,82,46, .84);
    border-radius: .2rem;
}

.kbd > p {
    margin-bottom: 0;
}

.block-slideshow__carousel .owl-prev,
.block-slideshow__carousel .owl-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 130px;
    padding: 0;
    cursor: pointer;
    transition: opacity .1s ease-out;
    border: 0;
    outline: 0;
    background: no-repeat center;
    background-size: 24px 40px;
    font-size: 0;
    opacity: 0;
}

.block-slideshow__carousel:hover .owl-prev,
.block-slideshow__carousel:hover .owl-next {
    opacity: .2
}

.block-slideshow__carousel .owl-prev:hover,
.block-slideshow__carousel .owl-next:hover {
    opacity: 1
}

.block-slideshow__carousel .owl-prev,
.block-slideshow__carousel .owl-next {
    width: 45px
}

.block-slideshow__carousel .owl-prev {
    left: 0
}

.block-slideshow__carousel .owl-next {
    right: 0
}

.c-slider-arrow-icon {
    fill: #fff;
}

.block-main-doc-body {
    position: relative;
    background-color: #f6f6f6;
    padding: 20px 0 30px;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.08);
}