@font-face {
    font-family: lg;
    src: url(fonts/lg.woff2?io9a6k) format("woff2"), url(fonts/lg.ttf?io9a6k) format("truetype"), 
    url(fonts/lg.woff?io9a6k) format("woff"), url(fonts/lg.svg?io9a6k#lg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.lg-icon {
    font-family: lg !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-container {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'
}

.lg-next,
.lg-prev {
    background-color: transparent;
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1084;
    outline: 0;
    border: none;
    filter: drop-shadow(0px 0px 9px #00000055);
    transition: all .12s linear;
}

.lg-next:hover,
.lg-prev:hover {
    filter: invert(1);
    transition: all .12s linear;
}



.lg-next.disabled,
.lg-prev.disabled {
    opacity: 0 !important;
    cursor: default
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
    color: #fff
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
    display: none
}

/* .lg-next {
    right: 20px
} */

.lg-next {
    right: 40px;
    padding: 0;
}

/* .lg-next:before {
    content: '\e095'
} */

/* .lg-prev {
    left: 20px
} */

.lg-prev {
    left: 40px;
    padding: 0;
}

.lg-next:hover svg rect, 
.lg-prev:hover svg rect {
    fill: var(--main-color);
}

.lg-next:hover svg path,
.lg-prev:hover svg path {
    fill: #fff;
}

/* .lg-prev:after {
    content: '\e094'
} */

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    /* height: 100%; */
}

.lg-media-overlap .lg-toolbar {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4))
}

.lg-toolbar .lg-icon {
    cursor: pointer;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 22px;
    padding: 0;
    line-height: 0;
    border: 1px solid red;
    float: right;
    padding: 10px 0;
    text-align: center;  
    text-decoration: none !important;
    outline: medium none;
    will-change: color;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    background: 0 0;
    border: none;
    box-shadow: none
}

button#lg-close-1 {
    width: 33px;
    height: 33px;
    right: 40px;
    top: 40px;
    transition: all .12s linear;
    filter: drop-shadow(0px 0px 9px #00000055);
}

button#lg-close-1:hover {
    filter: invert(1);

    transition: all .12s linear;
}

#lg-download-1 {
    width: 98px;
    height: 98px;
    right: 40px;
    background: #E30613;
    border-radius: 50%;
    padding: 0;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(227, 6, 19, 1) inset;
    -moz-box-shadow: 0px 0px 0px 3px rgba(227, 6, 19, 1) inset;
    box-shadow: 0px 0px 0px 3px rgba(227, 6, 19, 1) inset;
    transform: translate(0, calc(85vh - 20px));

    transition: all .12s linear;
}

#lg-download-1:hover {
    /* background: #fff; */
    -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 1) inset;
    -moz-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 1) inset;
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 1) inset;

    transition: all .12s linear;
}

button#lg-zoom-out-1:hover, 
button#lg-zoom-in-1:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

button#lg-zoom-in-1 {
    position: absolute;
    right: 40px;
    top: 40px;
    padding: 0;
    background: #fff;
    border-radius: 4px;
    width: 40px;
    height: 40px;
}

#lg-zoom-in-1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../img/icons/zoom-in.svg) no-repeat;
    background-position: center;
    left: 0;
    top: 0;
}

button#lg-zoom-out-1 {
    position: absolute;
    right: 40px;
    top: 87px;
    padding: 0;
    background: #fff;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    opacity: .5;
    pointer-events: none;
}

.lg-zoomed button#lg-zoom-out-1 {
    opacity: 1;
    pointer-events: auto;
}


#lg-zoom-out-1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../../img/icons/zoom-out.svg) no-repeat;
    background-position: center;
    left: 0;
    top: 0;
}



.lg-toolbar .lg-icon.lg-icon-18 {
    font-size: 18px
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 33px;
    height: 33px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi4wNzEiIGhlaWdodD0iMzIuMDcxIiB2aWV3Qm94PSIwIDAgMzIuMDcxIDMyLjA3MSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1NDAuNTAxIC0xOTcuOTI5KSI+PHBhdGggZD0iTTIwLjkyOSwyOC41bC0yNC41LTI1LDcuMTQyLTcsMjQuNSwyNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1NDQuNSAyMDEuNSkiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjAuOTI5LDI4LjVsLTI0LjUtMjUsNy4xNDItNywyNC41LDI1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTU2OSAyMDEuNSkgcm90YXRlKDkwKSIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=');

    /* content: '\e070' */
}

.lg-toolbar .lg-maximize {
    font-size: 22px
}

.lg-toolbar .lg-maximize:after {
    content: '\e90a'
}

.lg-toolbar .lg-download:after {
    /* content: '\e0f2' */
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 53px;
    height: 47px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Mi45MjIiIGhlaWdodD0iNDYuMzEyIiB2aWV3Qm94PSIwIDAgNTIuOTIyIDQ2LjMxMiI+PHBhdGggZD0iTTM5LjY5MiwyMi42MTVhMTYuNTM0LDE2LjUzNCwwLDAsMC0yOC4zODQsMy4zMDgsMTEuNTc4LDExLjU3OCwwLDAsMCwuMjY5LDIzLjE1NGg4LjI2OVY0NS43NjlIMTEuNTc3YTguMjY5LDguMjY5LDAsMCwxLDAtMTYuNTM4LDcuOTU0LDcuOTU0LDAsMCwxLDIuMDA1LjI0OEExMy4yMzIsMTMuMjMyLDAsMCwxLDM4LDI2LjA2OGE5LjIzMSw5LjIzMSwwLDAsMSwxLjctLjE0NSw5LjkyMyw5LjkyMywwLDAsMSwwLDE5Ljg0NkgzMy4wNzZ2My4zMDhoNi42MTVhMTMuMjMxLDEzLjIzMSwwLDAsMCwwLTI2LjQ2MVpNMzEuOSw1Mi44NmwtMy43ODMsMy43ODN2LTIwLjhhMS42NTQsMS42NTQsMCwxLDAtMy4zMDgsMFY1Ni42NjNMMjEuMDI0LDUyLjg4YTEuNjUyLDEuNjUyLDAsMSwwLTIuMzM2LDIuMzM2TDI1LjMsNjEuODMyYTEuNjYsMS42NiwwLDAsMCwyLjMzNiwwbDYuNjE1LTYuNjE1QTEuNjY3LDEuNjY3LDAsMCwwLDMxLjksNTIuODZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0xNikiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');

}

.lg-sub-html {
    color: #fff;
    font-size: 28px;
    padding: 20px;
    font-weight: bold;
    text-align: left;
    z-index: 1080;
    opacity: 0;
    /* height: 100%; */
    -webkit-transition: opacity .2s ease-out 0s;
    -o-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
    width: 100%;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

.lg-sub-html a {
    color: inherit
}

.lg-sub-html a:hover {
    text-decoration: underline
}

.lg-media-overlap .lg-sub-html {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6))
}

.lg-item .lg-sub-html {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.lg-error-msg {
    font-size: 14px;
    color: #999
}

.lg-counter {
    display: inline-block;
    vertical-align: middle;
    background: #EDEEE9;
    border-radius: 20px;
    padding: 5px 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #1F1F1F;
    opacity: 0.6;
    position: absolute;
    left: 40px;
    z-index: 1080;
    bottom: 40px;
    height: auto;
}

.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
    opacity: 0;
    -webkit-transition: -webkit-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
    -moz-transition: -moz-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
    -o-transition: -o-transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
    transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
    opacity: 0;
    -moz-transform: scale3d(.5, .5, .5);
    -o-transform: scale3d(.5, .5, .5);
    -ms-transform: scale3d(.5, .5, .5);
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.lg-icon:focus-visible {
    color: #fff;
    border-radius: 3px;
    outline: 1px dashed rgba(255, 255, 255, .6)
}

.lg-toolbar .lg-icon:focus-visible {
    border-radius: 8px;
    outline-offset: -5px
}

.lg-group:after {
    content: '';
    display: table;
    clear: both
}

.lg-container {
    display: none;
    outline: 0
}

.lg-container.lg-show {
    display: block
}

.lg-on {
    scroll-behavior: unset
}

.lg-overlay-open {
    overflow: hidden
}

.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
    opacity: 1
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
    opacity: 1
}

.lg-show-in .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-show-in .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-show-in .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

.lg-outer {
    max-width: 1352px;
    max-height: 915px;
    border-radius: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1050;
    text-align: left;
    opacity: .001;
    outline: 0;
    will-change: auto;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s;
    /* padding: 20px; */
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-show-in .lg-outer.lg-zoom-from-image {
    opacity: 1;
    transition: opacity .12s linear;
}

.lg-outer.lg-zoom-from-image {
    opacity: 0;
    transition: opacity .12s linear;
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.lg-outer .lg-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity .12s;
    -o-transition: opacity .12s;
    transition: opacity .12s;
    white-space: nowrap;
    overflow: hidden;
}

.lg-outer .lg-item {
    display: none !important
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
    background: url(../images/loading.gif) no-repeat scroll center center transparent
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-item {
    overflow: hidden;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.lg-outer .lg-img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    white-space: nowrap;
    font-size: 0
}

.lg-outer .lg-img-wrap::after {
    position: absolute;
    content: '';
    height: 154px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
}


.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-object {
    display: inline-block;
    vertical-align: middle;
    /* max-width: 100%; */
    /* max-height: 100%; */
    width: auto;
    height: 100% !important;
    object-fit: contain;
    position: relative;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    padding: 20px;
}

/* .lg-item.lg-has-video.lg-video-loading.lg-video-loaded {
    transition-duration: 100ms !important; 
} */

.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
    display: none
}

.lg-outer.lg-hide-download .lg-download {
    opacity: .75;
    pointer-events: none
}

.lg-outer .lg-first-slide .lg-dummy-img {
    position: absolute;
    top: 50%;
    left: 50%
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
    opacity: 1;
    transition: opacity .2s ease-out .15s
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    will-change: auto;
    -webkit-transition: opacity 333ms ease-in 0s;
    -o-transition: opacity 333ms ease-in 0s;
    transition: opacity 333ms ease-in 0s
}

.lg-backdrop.in {
    opacity: 0.3
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    -o-transition: -o-transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s;
    transition: transform 1s cubic-bezier(.175, .885, .32, 1.275) 0s
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-container {
    display: none
}

.lg-container.lg-show {
    display: block
}

.lg-container.lg-dragging-vertical .lg-backdrop {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
    position: absolute
}

.lg-inline .lg-backdrop {
    z-index: 1
}

.lg-inline .lg-outer {
    z-index: 2
}

.lg-inline .lg-maximize:after {
    content: '\e909'
}

.lg-components {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    -webkit-transition: -webkit-transform .35s ease-out 0s;
    -moz-transition: -moz-transform .35s ease-out 0s;
    -o-transition: -o-transform .35s ease-out 0s;
    transition: transform .35s ease-out 0s;
    z-index: 1080;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.gallery-inside .lg-outer .lg-content {
    bottom: 0 !important;
}

/* div#lg-components-1 {
    position: absolute;
    bottom: 20px;
    height: 154px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    width: calc(100% - 40px);
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: flex-end;
} */

div#lg-components-1 {
    position: absolute;
    bottom: 20px;
    /* height: 154px; */
    /* background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); */
    width: 100%;
    left: 20px;
    /* transform: translate(-50%, 0); */
    /* display: flex; */
    /* align-items: flex-end; */
}


div#lg-item-1-1 {
    transform: none !important;
}

/*  */




@media screen and (max-width: 768px) {
    .lg-outer {
        opacity: 1;
        max-height: calc(70vh - 60px);
    }

    .lg-counter {
        left: 20px;
        bottom: 10px;
    }

    /* button#lg-zoom-in-1 {
        right: 15px;
        width: 30px;
        height: 30px;
    }

    button#lg-zoom-out-1 {
        right: 15px;
        top: 78px;
        width: 30px;
        height: 30px;
    } */
/* 
    button#lg-prev-1 {
        left: -17px;
    }

    button#lg-next-1 {
        right: -17px;
    } */
}
