.flash {
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 20px;
    background-color: red;
    font-size: 18px;
    z-index: 99;
    max-width: 40%;
    min-width: 300px;
}

.flash.flash-1 {
    background-color: lime;
}

#loadingCover {
    display: none;
}

.events__date--inRow {
    /*white-space: nowrap;*/
}

.event-info {
    height: 400px;
    overflow: hidden;
}

/*.production-item__text .directors{*/
/*    height: 103px;*/
/*    overflow: hidden;*/
/*}*/

.partner-logo img {
    max-width: 100%;
    max-height: 100%;
}

.comMenu-gallery {
    display: flex;
    gap: 15px;
    margin: 50px 0;
    column-count: 3;
    max-width: 100%;
}

.comMenu-gallery .photo img {
    width: 100%;
    object-fit: contain;
}

.menu__title {
    display: block;
}

@media (max-width: 575.98px) {
    .footer-socials-content {
        flex-direction: column;
    }
}
