.swiper {
    width: 100%;
    height: 100%;
    max-width: 1500px;
}

.swiper-slide {
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 675px;
    object-fit: cover;
}

.o-pos-tc {
    object-position: top center;
}

.o-pos-tr {
    object-position: top right;
}

.swiper-button-next,
.swiper-button-prev {
    transition-duration: 100ms;
    color: #393185;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    transform: scale(105%);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: none;
}

.pagination-wrapper {
    position: relative;
    width: 90%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.swiper-slide {
    display: flex;
}

.left-control {
    width: 80%;
    height: 100%;
    position: relative;
}

.left-control img {
    border-radius: 8px;
}

.left-control-img-blur {
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0px 0px 8px 8px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 21.33%);
    z-index: 15;
}

.slider-left-content-box {
    position: absolute;
    bottom: 32px;
    left: 32px;
    color: white;
    z-index: 20;
    margin-right: 32px;
}

.slider-left-content-box-small-header {
    margin-bottom: 8px;
    letter-spacing: 0.25em;
}

.slider-left-content-box-big-header {
    font-size: 55px;
}

.right-control {
    width: 18%;
    height: 100%;
}

.swiper-pagination {
    font-size: 38px;
}

.right-control-description {
    letter-spacing: 0.14em;
    font-size: 16px;
}

.right-control-description div:not(:last-child) {
    margin-bottom: 16px;
}

@media screen and (min-width: 761px) and (max-width: 1300px) {
    .left-control {
        width: 70%;
    }

    .slider-left-content-box-small-header {
        letter-spacing: 0.2em;
    }

    .slider-left-content-box-big-header {
        font-size: 40px;
    }

    .right-control {
        width: 28%;
    }

    .right-control-description {
        font-size: 14px;
    }

}

@media screen and (max-width: 760px) {

    .swiper-slide {
        flex-direction: column;
        gap: 24px;
    }

    .swiper-slide img {
        height: 400px;
    }

    .left-control {
        width: 100%;
    }

    .right-control {
        width: 100%;
    }

    .pagination-wrapper {
        width: 200px;
        margin-left: 0;
        margin-bottom: 24px;
    }

    .slider-left-content-box-small-header {
        letter-spacing: 0.2em;
    }

    .slider-left-content-box-big-header {
        font-size: 30px;
    }

    .swiper-pagination {
        font-size: 30px;
    }

    .right-control-description {
        font-size: 14px;
    }



}