.js__about-info__services:not(.about-info__services-opened) .about-info__features:nth-child(n+5) {
    display: none;
}

.about-text__map-wrap {
    width: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    height: 0;
}
.about-text__map-active {
    height: 360px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.about-text__iframe {
    width: 100%;
    height: 360px;
}
.event-info__tags a {
    display: inline-block;
    margin-right: 15px;
    white-space: nowrap;
}
.event-info__address-wrap{
    justify-content: space-between;
}
.about-text__subtitle.go_map_link1,
.about-text__subtitle.go_map_link1 h3 {
    color: #14c4d8;
    cursor: pointer;
}