.gallery-block-filter {
    padding: 60px 0;
}

@media (min-width: 1025px) {
    .gallery-block-filter {
        padding: 80px 0;
    }
}

.gallery-block-filter .container {
    max-width: 984px;
}

.gallery-block-filter__content {
    text-align: center;
    max-width: 872px;
    margin: 0 auto 20px;
}

@media (min-width: 768px) {
    .gallery-block-filter__content {
        padding: 0 30px;
    }
}

@media (min-width: 1025px) {
    .gallery-block-filter__content {
        padding: 0 56px;
        margin-bottom: 30px;
    }
}

.gallery-block-filter__row {
    margin-top: 30px;
}

@media (min-width: 1025px) {
    .gallery-block-filter__row {
        margin-top: 69px;
    }
}

.gallery-block-filter__title {
    text-align: center;
    margin-top: 0;
}

.gallery-block-filter__filter {
    margin-top: 32px;
}

.gallery-block-filter__filter .col-sm-4 {
    margin-bottom: 25px;
}

@media (min-width: 1200px) {
    .gallery-block-filter__filter .col-sm-4 {
        margin-bottom: 25px;
    }
}

.gallery-block-filter__dropdown p {
    margin: 0 0 10px;
}

.gallery-block-filter__row {
    margin-bottom: -28px;
}

@media (min-width: 1025px) {
    .gallery-block-filter__row {
        margin-bottom: -48px;
    }
}

.gallery-block-filter__item {
    margin-bottom: 28px;
    transition: 0s !important;
}

@media (min-width: 1025px) {
    .gallery-block-filter__item {
        margin-bottom: 48px;
    }
}

.gallery-block-filter__image {
    border: 1px solid #E8E8E8;
    padding-top: 85%;
    position: relative;
    display: block;
}

.gallery-block-filter__image:hover {
    border-bottom-color: #E8E8E8;
}

.gallery-block-filter__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.95);
    object-fit: cover;
    object-position: center;
}

.gallery-block-filter__name {
    color: #121212;
    margin: 20px 0 0;
    font-size: 16px;
}

@media (min-width: 768px) {
    .gallery-block-filter__name {
        font-size: 18px;
    }
}

.gallery-block-filter__price {
    margin: 16px 0 7px;
    color: #18143E;
    font-size: 18px;
}

@media (min-width: 768px) {
    .gallery-block-filter__price {
        font-size: 22px;
    }
}

.gallery-block-filter__button {
    text-align: center;
    margin-top: 60px;
}

.mfp-bg {
    z-index: 9999999;
}

.mfp-wrap {
    z-index: 99999999;
}

.gallery-block-filter__wrapper .gallery-block-filter__button .btn {
    display: none;
}