@charset "UTF-8";

.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    -moz-backface-visibility:hidden
}
.blueimp-gallery>.slides>.slide>.slide-content{
    margin:auto;
    width:auto;
    height:auto;
    max-width:90%;
    max-height:90%;
    opacity:1
}
.blueimp-gallery{
    position:fixed;
    z-index:999999;
    overflow:hidden;
    background:#000;
    background:rgba(0,0,0,.8);
    opacity:0;
    display:none;
    direction:ltr;
    -ms-touch-action:none;
    touch-action:none;
    background-image: url(../../img/form-block-bg-min.jpg);
    background-size: cover;
}
.blueimp-gallery-carousel{
    position:relative;
    z-index:auto;
    margin:1em auto;
    padding-bottom:56.25%;
    box-shadow:0 0 10px #000;
    -ms-touch-action:pan-y;
    touch-action:pan-y
}
.blueimp-gallery-display{
    display:block;
    opacity:1
}
.blueimp-gallery>.slides{
    position:relative;
    height:100%;
    overflow:hidden;
    padding: 100px 0 180px;
}
.blueimp-gallery-carousel>.slides{
    position:absolute;
}
.blueimp-gallery>.slides>.slide{
    position:relative;
    float:left;
    height:100%;
 /*   height: calc(100% - 160px);*/
/* padding: 100px 0 180px;*/
    text-align:center;
    -webkit-transition-timing-function:cubic-bezier(.645,.045,.355,1);
    -moz-transition-timing-function:cubic-bezier(.645,.045,.355,1);
    -ms-transition-timing-function:cubic-bezier(.645,.045,.355,1);
    -o-transition-timing-function:cubic-bezier(.645,.045,.355,1);
    transition-timing-function:cubic-bezier(.645,.045,.355,1)
}
.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content{
    -webkit-transition:opacity .2s linear;
    -moz-transition:opacity .2s linear;
    -ms-transition:opacity .2s linear;
    -o-transition:opacity .2s linear;
    transition:opacity .2s linear
}
.blueimp-gallery>.slides>.slide-loading{
    background:url(../img/loading.gif) center no-repeat;
    background-size:64px 64px
}
.blueimp-gallery>.slides>.slide-loading>.slide-content{
    opacity:0
}
.blueimp-gallery>.slides>.slide-error{
    background:url(../img/error.png) center no-repeat
}
.blueimp-gallery>.slides>.slide-error>.slide-content{
    display:none
}

.blueimp-gallery>.next,.blueimp-gallery>.prev{
    position:absolute;
    top:50%;
    left:20px;
    transform: translateY(-50%) translateZ(0) !important;
}
.blueimp-gallery>.next{
    left:auto;
    right:20px
}
.blueimp-gallery-controls .prev svg,
.blueimp-gallery-controls .next svg {
    fill: #395060;
}
@media(min-width: 1230px) {
    .blueimp-gallery>.prev{
        left:35px;
    }
    .blueimp-gallery>.next{
        right:35px;
    }
}
@media(min-width: 576px) {
    .blueimp-gallery-controls .prev,
    .blueimp-gallery-controls .next {
        display: block;
    }
}
.blueimp-gallery>.close{
    position:absolute;
    top:35px;
    left:35px;
    margin:0 40px 0 0;
    font-size:20px;
    line-height:30px;
    color:#fff;
    text-shadow:0 0 2px #000;
    opacity: 1;
    background: #fff;
    display:none
}

.blueimp-gallery>.title {
  margin: 0;
  padding: 14px 15px;
  position:absolute;
  bottom: 0;
  left: 0;
  right: 0;

  text-align: center;
  font-weight: bold;
  color: #395060;
  font-size: 18px;
  line-height: 22px;
  background: none;

}
.blueimp-gallery>.close{
    padding:15px;
    right:20px;
    left:auto;
    margin: 0;
    font-size:30px;
    text-decoration:none;
    cursor:pointer
}

@media(min-width: 1230px) {
    .blueimp-gallery>.close{
        right:28px;
    }
}

.blueimp-gallery>.play-pause{
    position:absolute;
    right:15px;
    bottom:15px;
    width:15px;
    height:15px;
    background:url(../img/play-pause.png) 0 0 no-repeat;
    cursor:pointer;
    opacity:.5;
    display:none
}
.blueimp-gallery-playing>.play-pause{
    background-position:-15px 0
}
.blueimp-gallery>.close:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.play-pause:hover,.blueimp-gallery>.prev:hover{
    color:#fff;
    opacity:1
}
.blueimp-gallery>.title:hover {
  /* color:#fff;
  opacity:1 */
}
.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.play-pause,.blueimp-gallery-controls>.title{
    display:block;
    -webkit-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -o-transform:translateZ(0);
    transform:translateZ(0)
}
.blueimp-gallery-left>.prev,.blueimp-gallery-right>.next,.blueimp-gallery-single>.next,.blueimp-gallery-single>.play-pause,.blueimp-gallery-single>.prev{
    display:none
}
.blueimp-gallery>.close,.blueimp-gallery>.next,.blueimp-gallery>.play-pause,.blueimp-gallery>.prev,.blueimp-gallery>.slides>.slide>.slide-content{
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
body:last-child .blueimp-gallery>.slides>.slide-error{
    background-image:url(../img/error.svg)
}



body:last-child .blueimp-gallery>.play-pause{
    width:20px;
    height:20px;
    background-size:40px 20px;
    background-image:url(../img/play-pause.svg)
}
body:last-child .blueimp-gallery-playing>.play-pause{
    background-position:-20px 0
}
*+html .blueimp-gallery>.slides>.slide{
    min-height:300px
}
*+html .blueimp-gallery>.slides>.slide>.slide-content{
    position:relative
}
.blueimp-gallery>.indicator{
    position:absolute;
    top:auto;
    right:15px;
    bottom:15px;
    left:15px;
    margin:0 40px;
    padding:0;
    list-style:none;
    text-align:center;
    line-height:10px;
    display:none
}
.blueimp-gallery>.indicator>li{
    display:inline-block;
    width:9px;
    height:9px;
    margin:6px 3px 0 3px;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    border:1px solid transparent;
    background:#ccc;
    background:rgba(255,255,255,.25) center no-repeat;
    border-radius:5px;
    box-shadow:0 0 2px #000;
    opacity:.5;
    cursor:pointer
}
.blueimp-gallery>.indicator>.active,.blueimp-gallery>.indicator>li:hover{
    background-color:#fff;
    border-color:#fff;
    opacity:1
}
.blueimp-gallery>.indicator>li:after{
    opacity:0;
    display:block;
    position:absolute;
    content:'';
    top:-5em;
    width:75px;
    height:75px;
    transition:transform .6s ease-out,opacity .4s ease-out;
    transform:translateX(-50%) translateY(0) translateZ(0);
    pointer-events:none
}
.blueimp-gallery>.indicator>li:hover:after{
    opacity:1;
    border-radius:50%;
    background:inherit;
    transform:translateX(-50%) translateY(-5px) translateZ(0)
}
.blueimp-gallery>.indicator>.active:after{
    display:none
}
.blueimp-gallery-controls>.indicator{
    display:block;
    -webkit-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -o-transform:translateZ(0);
    transform:translateZ(0)
}
.blueimp-gallery-single>.indicator{
    display:none
}
.blueimp-gallery>.indicator{
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
*+html .blueimp-gallery>.indicator>li{
    display:inline
}
.blueimp-gallery>.slides>.slide>.video-content>img{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    -moz-backface-visibility:hidden
}
.blueimp-gallery>.slides>.slide>.video-content>video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.blueimp-gallery>.slides>.slide>.video-content>iframe{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    height:100%;
    border:none
}
.blueimp-gallery>.slides>.slide>.video-playing>iframe{
    top:0
}
.blueimp-gallery>.slides>.slide>.video-content>a{
    position:absolute;
    top:50%;
    right:0;
    left:0;
    margin:-64px auto 0;
    width:128px;
    height:128px;
    background:url(../img/video-play.png) center no-repeat;
    opacity:.8;
    cursor:pointer
}
.blueimp-gallery>.slides>.slide>.video-content>a:hover{
    opacity:1
}
.blueimp-gallery>.slides>.slide>.video-playing>a,.blueimp-gallery>.slides>.slide>.video-playing>img{
    display:none
}
.blueimp-gallery>.slides>.slide>.video-content>video{
    display:none
}
.blueimp-gallery>.slides>.slide>.video-playing>video{
    display:block
}
.blueimp-gallery>.slides>.slide>.video-loading>a{
    background:url(../img/loading.gif) center no-repeat;
    background-size:64px 64px
}
body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a{
    background-image:url(../img/video-play.svg)
}
*+html .blueimp-gallery>.slides>.slide>.video-content{
    height:100%
}
*+html .blueimp-gallery>.slides>.slide>.video-content>a{
    left:50%;
    margin-left:-64px
}
/*# sourceMappingURL=blueimp-gallery.min.css.map */
