.event-cards .event-cards__elem:nth-of-type(3),
.event-cards .event-cards__elem:nth-of-type(4){
    display: none;
}
.about-event-headline,.info-to-buy-headline{
    display: none;
}
.match {
    margin: 0;
    padding: 0;
}
.info-to-buy-block {
    margin-bottom: 58px;
}
.hints-on-map{
    display: none;
}
.additional-services{
    display: none;
}
.price-range .item-price {
    display: none;
}
#map svg g.active:not(.select) tspan,
#map svg g.active:not(.select) text {
    fill: #fff !important;
}
.js-toggle-bottom-block__text{
    display: none;
}
.bottom-block__text--start{
    display: none;
}
.sector_popup__header--row{
    display: none;
}
.mobile_sector__info {
    display: none;
}
.btn.mobile_sector__button {
    font-size: 14px;
    line-height: 56px;
    background: var(--base-color);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 0;
}
.mobile_sector__button.btn.btn--my-orange .mobile_sector__title-title{
    display: none;
}
.right-motivation--orange{
    display: none;
}
.bottom-block__fan.bottom-block__fan--orange{
    display: none;
}
.btn-mobile-scheme-show{
    display: none !important;
}
.multidate-block--info{
    display: none;
}
.bottuns-above-scheme__to-drop-list--orange{
    display: none;
}
.js-change-scheme-view.js-change-scheme-view--orange{
    display: none !important;
}
@media (max-width: 768px) {
    .ticket-row_list-item.selected.only-selected:hover {
        background: #009540;
        color: #009540;
    }
    .map .sector_popup #spartak g.active:not(.only-selected):hover rect, .map .sector_popup #spartak g.active:not(.only-selected):hover path, .map svg #mesta g.active:not(.only-selected):hover rect, .map svg #mesta g.active:not(.only-selected):hover circle {
        fill: #e379ff !important;
        stroke: #e379ff !important;
        stroke-width: 4.1;
    }
    .ticket-row_list-item:hover {
        background: #e379ff;
    }

    .ticket-row_list-item.selected.only-selected:hover:after {
        content: "✓";
    }

    .detail-event .event-cards__logo
    {
        min-height: 85px;
    }
    .detail-event .event-cards__team-logos
    {
        margin-bottom: 20px;
    }
    .detail-event .event-cards__team-logos .lcenter
    {
        line-height: 85px !important;
    }
}