section.slidingBlocks {
    margin: 2em 0;
}

section.slidingBlocks .swiper {
    margin: auto;
}

section.slidingBlocks .swiper .swiper-wrapper {
    height: inherit !important;
}

section.slidingBlocks .swiper-slide {
    padding: 0;
    box-sizing: border-box;
}

section.slidingBlocks .swiper-slide .wrapper {
    /*box-shadow: 0 0 10px 0px #bababa;*/
    border-radius: var(--box-radius);
    overflow: visible;
    border: 1px solid #dedede;
    margin: auto;
}

section.slidingBlocks .blockTitle {
    text-align: center;
}

section.slidingBlocks .blockDescription {
    text-align: center;
    margin: 1em 0 2em 0;
}

section.slidingBlocks .blockDescription:empty {
    display: none;
}

section.slidingBlocks .items {
    margin-top: 1em;
    position: relative;
    padding: 0;
}

section.slidingBlocks .items .img-wrapper {
    padding: 20px;
}

section.slidingBlocks .items .img {
    display: block;
    background-repeat: no-repeat;
}

section.slidingBlocks .items .texts {
    padding: 1em 0.5em;
}

section.slidingBlocks .items .texts .button {
    margin: 0.5em 0 0;
}

section.slidingBlocks .item-title {
    font-weight: bold;
    font-size: 0.9em;
}

section.slidingBlocks .item-description {
    font-size: 0.8em;
}

section.slidingBlocks .item-description:empty {
    display: none;
}

section.slidingBlocks .swiper-button-prev:after,
section.slidingBlocks .swiper-button-next:after {
    display: block;
}

section.slidingBlocks .swiper-button-prev,
section.slidingBlocks .swiper-button-next {
    background-image: none;
    --swiper-navigation-size: 1.5em;
    color: #d5d5d5;
    width: auto;
}

section.slidingBlocks .swiper-button-prev:hover,
section.slidingBlocks .swiper-button-next:hover {
    color: #333;
}

section.slidingBlocks .swiper-button-prev {
    left: 10px;
}

section.slidingBlocks .swiper-button-next {
    right: 10px;
}

section.slidingBlocks .swiper-pagination {
    bottom: -25px;
}