/* Дополнительно */
::selection {
    background: #ffffff !important; /* Цвет фона */
    color: #171717 !important; /* Цвет текста */
}
.uc-blend-mode {
    mix-blend-mode: difference;
}
.uc-text-indent {
    text-indent: 40px;
}
.uc-blend-indent {
    mix-blend-mode: difference;
    text-indent: 40px;
}
@media screen and (max-width: 980px) {
    .uc-text-indent,
    .uc-blend-indent {
        text-indent: 20px;
    }
}

/* Кнопка «Купить билеты» */
.uc-btn-buy .tn-atom {
    transition: all 400ms ease-in-out !important;
}
.uc-btn-buy .tn-atom:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/* Карта во «всплывашке» */
#uc-map {
    width: 100%;
    height: 350px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* border-top-left-radius: 30px; */
    /* border-bottom-right-radius: 30px; */
}
@media screen and (min-width: 961px) {
    #uc-map {
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
}

/* Команда */
.t694 .t-card__descr {
    margin-top: 5px !important;
}