.paragraph--type--citace{
    position: relative;
}
.paragraph--type--citace:before{
    content: "";
    display: block;
    width: 199px;
    height: 199px;
    position: absolute;
    top: -74px;
    left: 20px;
    z-index: 2;
    background: transparent url(/themes/custom/bakalka/images/globus.svg) no-repeat center center;
    transform: rotate(-37deg);
}
.paragraph--type--citace .swiper{
    position: static;
    margin-left: -20px;
    max-width: 78%;
    padding-bottom: 78px;
    overflow: visible;
}
.paragraph--type--citace .swiper-slide{
    box-sizing: border-box;
    padding: 0 20px;
    height: auto;
    display: flex; 
}
.paragraph--type--citace .swiper-slide .slide-inner{
    display: flex;
}
.paragraph .paragraph.paragraph--type--polozka-citace{
    padding: 60px;
    border-radius: 12px;
    background: var(--boston300);
}
.paragraph--type--citace .swiper-slide:nth-child(3n + 2) .paragraph.paragraph--type--polozka-citace{
    background: var(--sunglow300);
}
.paragraph--type--citace .swiper-slide:nth-child(3n + 3) .paragraph.paragraph--type--polozka-citace{
    background: var(--lima300);
}
.paragraph--type--polozka-citace h3{
    color: var(--boston900);
    margin-bottom: 20px;
}
.paragraph--type--citace .swiper-slide:nth-child(3n + 2) .paragraph--type--polozka-citace h3{
    color: var(--sunglow900);
}
.paragraph--type--citace .swiper-slide:nth-child(3n + 3) .paragraph--type--polozka-citace h3{
    color: var(--lima800);
}
.paragraph--type--polozka-citace .field--name-field-jmeno{
    color: var(--boston900);
    padding-top: 20px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.28px;
    font-weight: 600;
}
.paragraph--type--citace .swiper-slide:nth-child(3n + 2) .field--name-field-jmeno{
    color: var(--sunglow900);
}
.paragraph--type--citace .swiper-slide:nth-child(3n + 3) .field--name-field-jmeno{
    color: var(--lima800);
}
.paragraph--type--citace .swiper-button-next, 
.paragraph--type--citace .swiper-button-prev{
    width: 36px;
    height: 36px;
    opacity: 1;
    margin: 0;
    top: auto;
    bottom: 60px;
    background: var(--boston900) url(/themes/custom/bakalka/images/slider-arrow.svg) no-repeat center center;
    border-radius: 4px;
}
.paragraph--type--citace .swiper-button-next{
    right: calc(50% - 46px);
}
.paragraph--type--citace .swiper-button-prev{
    left: calc(50% - 46px);
    transform: rotate(180deg);
}
.paragraph--type--citace .swiper-button-next:hover, 
.paragraph--type--citace .swiper-button-prev:hover{
    background-color: var(--boston700);
}
.paragraph--type--citace .swiper-button-next:after, 
.paragraph--type--citace .swiper-button-prev:after{
    display: none;
}