@media (min-width:768px) {
    #slideshow_advanced_0 {
        aspect-ratio: 1850/931;
    }
}

.swiper-viewport {
    /* margin:0 0 60px; */
    z-index: 1;
    border-radius:40px;
    /* border-radius:4px; */
    /* box-shadow:0 1px 4px rgba(0,0,0,.2); */
    width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-pagination:before {
    content:'';
    display:block;
    width:1px;
    height: 130px;
    background:#ffffff4d;
    left: 15px;
    top: 32px;
    position:absolute;
}
.swiper-pagination:after {
    content:'';
    display:block;
    width:1px;
    height: 130px;
    background:#ffffff4d;
    left: 15px;
    bottom: 32px;
    position:absolute;
}
.swiper-container {
    direction: ltr!important
}
.slide_text {
    position:absolute;
    top: 164px;
    left: 62px;
    display:flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    color: #fff;
    max-width: 994px;
    line-height:140%;
}
.slide_text .slide_zagol {
    font-size: 90px;
    line-height:140%;
    font-weight:bold;
}
.slide_text .slide_zagol_sub {
    font-size:23px;
    line-height: 220%;
    font-weight:200;
    margin-top: 70px;
    max-width: 660px;
}
.slide_text a.slide_readmore {
    width:195px;
    height:66px;
    padding-bottom: 3px;
    border-radius:100px;
    background: var(--primary);
    display:flex;
    color:#000;
    font-weight:bold;
    font-size: 24px;
    line-height: 0;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 90px;
}
.slide_text a.slide_readmore:hover {
    background:#fff;
}
.swiper-pager {
    width: 100%;
    position: absolute;
    top: 50%;
    line-height: 45px
}

.swiper-button-next,.swiper-button-prev {
    color: rgba(0,0,0,.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    transition: all .3s ease;
    z-index: 2;
    background-image: none
}

.swiper-viewport .swiper-button-prev {
    opacity: .7;
    left: 10px
}

.swiper-viewport .swiper-button-next {
    opacity: .7;
    right: 10px
}

@media (min-width: 768px) {
    .swiper-viewport .swiper-button-prev {
        opacity:0;
        left: -20px
    }

    .swiper-viewport .swiper-button-next {
        opacity: 0;
        right: -20px
    }

    .swiper-viewport:hover .swiper-button-prev {
        opacity: .5;
        left: 10px
    }

    .swiper-viewport:hover .swiper-button-next {
        opacity: .5;
        right: 10px
    }

    .swiper-viewport:hover .swiper-button-prev:hover {
        opacity: 1
    }

    .swiper-viewport:hover .swiper-button-next:hover {
        opacity: 1
    }
}

.swiper-button-prev:before {
    width: 40px;
    height: 40px;
    content: '';
    border: 1px solid #a2a0a0;
    border-radius: 50px;
    display: block;
    background-image: url(/image/catalog/design/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain
}

.swiper-button-next:before {
    width: 40px;
    height: 40px;
    content: '';
    border: 1px solid #a2a0a0;
    border-radius: 50px;
    display: block;
    background-image: url(/image/catalog/design/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain
}

.swiper-pagination {
    top: 412px;
    left: 53px;
    text-align: center;
    /* width:100%; */
    height: 356px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    background: transparent;
    border-radius: 20px;
    border: 1px solid #ffffff4a;
    /* box-shadow:inset 0 0 3px rgba(0,0,0,.3); */
    margin: 0px 0px;
    opacity: 1;
    color: #fff;
    font-weight: bold;
    display: flex;
    font-size: 14px;
    padding-top: 1px;
    line-height: 140%;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.swiper-pagination-bullet:hover {
    background: rgb(255 255 255 / 50%);
}

.swiper-pagination-bullet-active {
    background: rgb(255 255 255);
    color: #000;
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
    pointer-events: auto
}
