h3.gallery-title {
    color: #000;
    font-size: 0.8em;
    text-transform: uppercase;
    font-family: "MuseoSansCyrl-700";
    margin: 0px 0 15px 0;
    padding: 25px 30px 10px 0;
}

.gallery {
    overflow-x: hidden;
    /*height: 100%;*/
    max-width: 100%;
}
.gallery div.gallery-content {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.gallery div.gallery-content div.wrap {
    width: 3000px;
}
.gallery div.gallery-content div.wrap > div {
    float: left;
    padding-right: 30px;
}
.gallery div.gallery-content div.wrap > div a {
    z-index: 20;
    background-image: url(/img/zoom.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(230, 57, 53, 0.6);
    height: 150px;
    display: block;
}
.gallery div.gallery-content div.wrap > div a > img {
    height: 150px;
}
.gallery div.gallery-content div.wrap > div a:hover > img {
    opacity: 0.2;
}
.info.info-gallery {
    padding-right: 0 !important;
}
.gallery .nav-button {
    position: absolute;
    padding: 50px 20px 0 10px;
    cursor: pointer;
}
.gallery .nav-button[data-direction="prev"] {
    display: none;
    z-index: 50;
}
.gallery .nav-button[data-direction="next"] {
    right: 0px;
    z-index: 50;
}
#gallery-fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin-left: -250px;
    z-index: 90;
    display: none;
    padding: 0;
}
    #gallery-fullscreen.no-margin {
        margin-left: 0;
    }
#gallery-fullscreen > .wrap {
    background-color: rgba(255, 255, 255, 0.8);
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: auto;
    text-align: center;
}
#gallery-fullscreen > a {
    z-index: 100;
    display: block;
    position: absolute;
}
#gallery-fullscreen > a.left,
#gallery-fullscreen > a.right {
    top: 46%;
}
#gallery-fullscreen > a.left {
    left: 10px;
}
#gallery-fullscreen > a.right {
    right: 10px;
}
#gallery-fullscreen > a.close {
    right: 10px;
}
#gallery-fullscreen > .wrap img.gallery-image {
    height: 100vh;
}


