.gallery-module__item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.gallery-module__image img {
    border-radius: 10px;
}

.gallery-module__image.not-title img {
    border-radius: 10px
}

.gallery-module__name {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-weight: 500
}

.gallery-module__show-more {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1em;
    color: #fff !important;
    background: rgba(0, 0, 0, .4);
    border-radius: 3px
}

.gallery-module__show-more span {
    text-decoration: underline
}

.gallery-module__show-more:hover span {
    text-decoration: none
}

.gallery-module__show-more:after {
    content: "\2192\A0";
    padding: 0 0 0 10px
}

.gallery-description {
    margin: 0 0 25px;
    padding: 15px 15px 5px;
    background: #f7f7f7;
    border-radius: 4px
}

.gallery {
    margin-bottom: 30px
}

.gallery__layout {
    display: flex
}

.gallery__item {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-bottom: 20px
}

.gallery__image img {
    border-radius: 3px 3px 0 0
}

.gallery__image.not-title img {
    border-radius: 3px
}

.gallery__name {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    font-weight: 500
}

a.gallery__name {
    text-decoration: underline
}

span.gallery__name {
    color: #888
}

.gallery__show-more {
    width: 100%;
    margin: 0 0 40px;
    text-align: center
}

.mfp-bg.mfp-ready {
    opacity: .6 !important
}

.mfp-bg.mfp-removing {
    opacity: 0 !important
}

.mfp-wrap {
    z-index: 1066
}

.mfp-ready .mfp-arrow:before,
.mfp-ready .mfp-arrow:after{
    display: none;
}

.mfp-ready .mfp-arrow {
    width: 65px;
    height: 65px;
    background-color: var(--orange);
    background-image: url(./images/arrow-w.svg?ver=1.0.1);
    background-size: 15px 15px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    opacity: 1;
}



.mfp-ready .mfp-arrow-left{
    transform: rotate(180deg);
    left: 1%;
}

.mfp-ready .mfp-arrow-right{
    right: 1%;
}

@media (max-width: 992px) {
    .mfp-ready .mfp-arrow{
        top: 75%;
        margin: 0;
    }
    .mfp-ready .mfp-arrow{
        transform-origin: initial;
        transform: initial;
    }

    .mfp-ready .mfp-arrow-left{
        transform: rotate(180deg);
    }

}


.mfp-figure {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px #555
}

.mfp-figure:after {
    display: none !important
}

.mfp-close {
    color: #555 !important;
    right: 10px !important
}

.mfp-bottom-bar {
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px
}

.mfp-bottom-bar .mfp-title {
    max-width: 85%;
    padding: 0 !important;
    font-size: .9em;
    color: #888
}

.mfp-bottom-bar .mfp-counter {
    position: relative;
    color: #555
}

.gallery-module {
    margin: 200px auto 0;
}

.gallery-module .heading {
    display: flex;
    justify-content: space-between;
}

.gallery-module .swiper-pager {
    margin: 0;
}

@media (max-width: 767px) {
    .gallery-module {
        margin: 70px auto 0;
    }
}