body {
    overflow-x: hidden
}

.modal-video {
    background: rgba(0, 0, 0, .9) !important
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, .8) !important
}

.lg-react-element {
    display: none
}

.lg-container,
.lg-container * {
    direction: ltr !important
}

.rc-slider-handle {
    border-color: var(--clr-style) !important;
    background-color: var(--clr-style) !important;
    opacity: 1 !important
}

.rc-slider-handle-dragging {
    box-shadow: 0 0 0 2px var(--clr-style) !important
}

.related-products-slider .swiper-container,
.screenshots-slider .swiper-container,
.slider-3items .swiper-container {
    direction: ltr !important
}

.pricing.style-8 .rc-slider-handle {
    background-color: #fff !important;
    border-color: #fff !important
}

.light-gallery__modal {
    background: rgba(0, 0, 0, .92) !important
}

main {
    position: relative
}

.product-page .product-slider .gallery-thumbs .swiper-slide.swiper-slide-active .img {
    border-color: var(--color-blue5)
}

.v-enter-active,
.v-leave-active {
    transition: opacity .3s ease
}

.v-enter-from,
.v-leave-to {
    opacity: 0
}

.light-gallery * {
    direction: ltr
}

.range-slider.slider {
    width: 100%
}

.range-slider-inner {
    left: -10px
}

.pricing.style-8 .pricing-head .users-number {
    margin-top: 15px
}

.range-slider-fill {
    background-color: var(--color-main) !important
}

.pace {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0;
    height: 1px;
    overflow: hidden;
    background: hsla(0, 0%, 100%, .05);
    transition: all 1s;
    pointer-events: none
}

.pace,
.pace .pace-progress {
    z-index: 99999999999999;
    top: 0
}

.pace .pace-progress {
    transform: translateZ(0);
    max-width: 300px;
    position: fixed;
    display: block;
    position: absolute;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #fff
}

.pace.pace-inactive {
    width: 100vw;
    opacity: 0
}

.pace.pace-inactive .pace-progress {
    max-width: 100vw
}

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
    pointer-events: none
}

#preloader:after,
#preloader:before {
    content: "";
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(90deg, #0c3df4, #02b5ff);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

#preloader:before {
    top: 0
}

#preloader:after {
    bottom: 0
}

#preloader.isdone {
    visibility: hidden;
    transition-delay: 1.5s
}

#preloader.isdone:after,
#preloader.isdone:before {
    height: 0;
    transition: all .7s cubic-bezier(1, 0, .55, 1);
    transition-delay: 1s
}

.loading {
    position: fixed;
    left: 50%;
    top: calc(50% - 40px);
    transform: translateX(-50%) translateY(-50%);
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 10px;
    z-index: 9999999999
}

.loading.isdone {
    top: 50%;
    opacity: 0;
    transition: all .8s;
    transition-delay: .5s
}

.loading span {
    animation: loading 1.4s infinite alternate
}

.loading span:first-child {
    animation-delay: 0s
}

.loading span:nth-child(2) {
    animation-delay: .1s
}

.loading span:nth-child(3) {
    animation-delay: .2s
}

.loading span:nth-child(4) {
    animation-delay: .3s
}

.loading span:nth-child(5) {
    animation-delay: .4s
}

.loading span:nth-child(6) {
    animation-delay: .5s
}

.loading span:nth-child(7) {
    animation-delay: .6s
}

@keyframes loading {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}