/* Write your custom code here */

.entity-carousel__wrapper, .entry-carousel__wrapper {
    height: auto !important;
}

.intro__backgrounds {
    overflow: hidden;
}

.intro__background {
    filter: brightness(0.3) blur(2px);
    transform: scale(1.3);
}

.gallery .swiper-wrapper {
    height: auto !important;
}

.section__contact-form-title_center {
    text-align: center;
}

.ymaps-2-1-79-ground-pane {
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}

/*режим наложения на шейп и отключение реакции курсора: vladislav-land.ru/yandexmap*/
.tn-elem__4346096441649723484272 {
    mix-blend-mode: difference;
    display: flex !important;
    pointer-events: none;
}

.section__content_center {
    text-align: center;
}

.gallery__thumbs-container .gallery__picture img {
    cursor: pointer;
}

.footer__wrapper_promo {
    margin-top: 30px;
}

.tag__panel {
    font-size: 16px;
    padding: 5px 10px;
}

.tag__remove {
    pointer-events: none;
}

@media only screen and (min-width: 1025px) {
    .filter-group__tags {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.label.label_grey {
    background: #B4B4B4;
}

.footer__sub-wrapper {
    margin-bottom: 15px;
}

blockquote:not([class]) {
    border: none;
}