.galleryPage {
    margin-top:165px;
}
.galleryPage h1, .galleryPage h2{
    text-align:center;
}
.galleryPage h1{
    font-size:42px;
    display:block;
    max-width:700px;
    margin:auto;
	margin-bottom: 50px;
}
.galleryBlock{
    max-width:1077px;
    margin:35px auto;
}
.lightgallery{
    display:flex;
    flex-wrap:wrap;
}
.galleryImage {
    width: 195px;
    height: 130px;
    border: 3px solid #fff;
    margin:7px;
    overflow:hidden;
    position:relative;
}
.galleryImage img{
    width: 120%;
    max-width: 120%;
}
.galleryImage:hover {
    border: 3px solid #c30b54;
}
.coloredH {
    color: #c30b54;
}
.fancybox-skin{
    padding:5px !important;
}
.fancybox-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    padding: 3px;
    z-index: 8040;
    background: url(https://gasteplospb.ru/wp-content/themes/gasteplospb/assets/js/fancybox/close.png) center center no-repeat;
    background-color: rgba(255,255,255, 0.8);
    background-size: 50%;
    border-radius: 25px;
}
.fancybox-mobile .fancybox-inner {
	height:initial!important;
}

@media (max-width: 900px) {
    .galleryImage {
        width: 180px;
        height: 120px;
    }
}
@media (max-width: 800px) {
    .galleryImage {
        width: 165px;
        height: 110px;
    }
}
@media (max-width: 740px) {
    .galleryImage {
        width: 145px;
        height: 100px;
    }
}
@media (max-width: 660px) {
    .galleryImage {
        width: 125px;
        height: 90px;
    }
}
@media (max-width: 580px) {
    .galleryImage {
        width: 105px;
        height: 75px;
    }
}
@media (max-width: 580px) {
    .galleryImage {
        width: 105px;
        height: 75px;
    }
}
@media (max-width: 500px) {
    .galleryImage {
        width: 85px;
        height: 60px;
    }
}
@media (max-width: 420px) {
    .galleryImage {
        width: 70px;
        height: 50px;
    }
}
@media (max-width: 370px) {
    .galleryImage {
        width: 60px;
        height: 40px;
    }
}