﻿
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.jssorb057 .i {
    position: absolute;
    cursor: pointer;
}

    .jssorb057 .i .b {
        fill: none;
        stroke: #fff;
        stroke-width: 2000;
        stroke-miterlimit: 10;
        stroke-opacity: 0.4;
    }

    .jssorb057 .i:hover .b {
        stroke-opacity: .7;
    }

.jssorb057 .iav .b {
    stroke-opacity: 1;
}

.jssorb057 .i.idn {
    opacity: .3;
}


.jssora073 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora073 .a {
        fill: #ddd;
        fill-opacity: .7;
        stroke: #000;
        stroke-width: 160;
        stroke-miterlimit: 10;
        stroke-opacity: .7;
    }

    .jssora073:hover {
        opacity: .8;
    }

    .jssora073.jssora073dn {
        opacity: .4;
    }

    .jssora073.jssora073ds {
        opacity: .3;
        pointer-events: none;
    }


<style type="text/css" >
.popup-slider .close-icon {
    display: block;
    position: absolute;
    z-index: 999;
    cursor: pointer;
    right: 0;
    background: #eb2222;
    width: 35px;
    height: 35px;
    padding: 11px;
    top: 0;
}

.popup-slider .close-icon i {
    color: #fff;
}

.slider {
    position: relative;
    max-width: 100%;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 1s;
}

    .slide > img {
        width: 100%;
    }

button {
    background: none;
    border: none;
}

    button .fas {
        color: rgba(255, 255, 255, .5);
    }

.btn-slide {
    position: absolute;
    top: 50%;
    z-index: 10;
    height: 5.5rem;
    width: 5.5rem;
    cursor: pointer;
}

.prev {
    left: 0px;
}

.next {
    right: 0px;
}

.dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.dot {
    width: 25px;
    height: 5px;
    margin: 15px 5px;
    border-radius: .5rem;
    background: rgba(39,39,39, .5);
    cursor: pointer;
}

    .dot.active {
        background: #272727;
    }

.carousel-inner .item img {
}

.gallery-popup {
    display: flex;
    align-items: center;
    position: fixed;
    background: #00000030;
    width: 100%;
    text-align: center;
    height: 100vh;
    top: 0;
    z-index: 999;
}

    .gallery-popup .popup-slider {
        transform: translate(0%, 0%);
        width: 65%;
        margin: 0 auto;
        background: #fff;
        padding: 10px;
        border-radius: 5px;
    }

.btn-slide {
    background: #57b952;
    height: 50px;
    top: 45%;
    opacity: 1;
    width: 38px;
    box-shadow: none !important;
}

    .btn-slide i {
        color: #fff;
        font-size: 32px;
    }

@media only screen and (max-width:1024px) {
    .slider {
        height: 430px;
    }
}

@media only screen and (max-width:912px) {
    .slider {
        height: 385px;
    }
}

@media only screen and (max-width:840px) {
    .slider {
        height: 345px;
    }
}

@media only screen and (max-width:768px) {
    .slider {
        height: 320px;
    }
}

@media only screen and (max-width:540px) {
    .gallery-popup .popup-slider {
        width: 95%;
    }

    .slider {
        height: 250px;
    }
}

@media only screen and (max-width:393px) {
    .slider {
        height: 235px;
    }
}

@media only screen and (max-width:375px) {
    .slider {
        height: 225px;
    }
}

@media only screen and (max-width:280px) {
    .slider {
        height: 160px;
    }
}

</style >