/* 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;
}

.page__body_height_fix {
    max-height: 100vh;
}

a.SDEK_selectPVZ {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
    padding: 15px 15px;
    color: #ec6855;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #ec6855;
    transition: all .3s ease;
}

a.sdek_selectPVZ:hover {
    color: #000;
    background: #ec6855;
}

.props .props__value .js-performers,
.props .props__value .js-authors {
    text-align: justify;
}

.js-location .bx-sls {
    display: block;
    width: 100%;
    height: 56px;
    color: #f6e4e5;
    font-size: 20px;
    line-height: 54px;
    background: transparent;
    border: 1px solid #958e8e;
    border-radius: 0;
    outline: none;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.js-location .bx-sls .bx-ui-sls-input-block {
    border: none;
    background: transparent;
}

.js-location .bx-sls .bx-ui-sls-container {
    min-height: 100%;
}

.js-location .bx-sls .bx-ui-sls-input-block .dropdown-fade2white {
    background: transparent;
}

.bx-sls .dropdown-block {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (min-width: 768px) {
    .js-location .form-control__selects {
        display: flex;
        flex-direction: column;
    }

    .js-location .form-control__select-label {
        flex: none;
        width: 100%;
        margin: 0 0 10px;
    }
}