.slide-modal{
    padding: 120px 0;
}

.slide-modal .swiper-modal_thumbs button{
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
}

.slide-modal .swiper-modal_thumbs img{
    height: 275px;
    object-fit: cover;
    object-position: center;
    min-height: 275px;
    max-height: 275px;
    width: 100%;
}

.slide-modal .swiper-modal_thumbs {
    width: calc(100% - 150px);
    margin: 0 auto;
    padding: 0 0 50px 0;
}

.slide-modal__carousel{
    position: relative;
    margin-top: 48px;
}

.slide-modal .swiper-pagination {
    position: relative;
    bottom: -25px !important;
    margin-bottom: 30px !important;
}

.slide-modal .swiper-modal_thumbs .swiper-pagination {
    position: absolute;
}

.slide-modal .slide-modal__carousel .swiper-button-next, 
.slide-modal .slide-modal__carousel .swiper-button-prev{
    transform: translateY(-45%);
}

#modalSlide .modal-body{
    padding:0
}

#modalSlide .swiper-modal,
#modalSlide .container-lg{
    max-width: 80%;
}

#modalSlide .swiper-modal img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

#modalSlide .swiper-modal figure p{
    position: absolute;
    margin: 0;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 119.2%;
    color: white;
    text-align: center;
}

#modalSlide .swiper-modal figure p::after{
    content: '';
    min-width: 260px;
    background: var(--quaternary-color);
    height: 1px;
    display: block;
    margin: 15px 0;
}

#modalSlide .modal-fullscreen .modal-content {
    background: linear-gradient(5.03deg, #0A0D21 -0.06%, rgba(7, 9, 23, 0.703476) 15.96%, rgba(0, 0, 0, 0) 30.83%), rgba(10, 13, 33, 0.95);
    backdrop-filter: blur(4px);
}

#modalSlide .swiper-pagination-fraction{
    color: white;
    font-size: 18px;
    letter-spacing: 10px;
    bottom: 20px;
}

#modalSlide .btn-close{
    position: absolute;
    right: 30px;
    top: 45px;
    background: transparent;
    z-index: 9999;
    opacity: 1;
    color: white;
    border: 2px solid;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
}

#modalSlide .btn-close:hover{
    background: var(--denary-color);
    border-color: var(--denary-color);
    transition: all .5s ease;
}
#modalSlide .btn-close i{
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modalSlide .btn-close i::before{
    font-size:3rem;
}

@media screen and (max-width: 767px){
    .slide-modal {
        padding:48px 0;
    }

    .slide-modal .swiper-modal,
    .slide-modal .swiper-modal_thumbs {
        width: 100%;
    }

    .slide-modal .swiper-button-prev,
    .slide-modal .swiper-button-next{
        display: none;
    }
}