body.no-scroll {
    position: fixed;
    width: calc(100% - 17px);
}

header .menu > ul > li > ul > li a {
    display: inline-block;
    width: 100%;
}

header .menu > ul > li > ul > li:nth-child(5) a {
    max-width: 700px;
    white-space: normal;
}

header .menu > ul > li > ul > li.last a {
    max-width: none !important;
    white-space: nowrap !important;
}

.qr-mkrf {
    text-align: center;
    padding: 10px;
}

.qr-mkrf-header {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 10px;
}

.qr-mkrf-name {
    font-size: 22px;
    line-height: 28px;
    color: #b72042;
}

.qr-mkrf-info {
    margin-bottom: 10px;
    line-height: 30px;
}

.qr-mkrf img {
    width: 250px;
    height: 250px;
    margin: 10px;
}

.qr-mkrf-thanks {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    color: #b72042;
}

.qr-popup {
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0;
    display: none;
    z-index: 2000;
}

.qr-popup-bg {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    background: #000;
    opacity: .5;
}

.qr-popup-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-popup-content {
    position: relative;
    box-shadow: 0 0 30px #000;
    background: #fff;
    z-index: 2001;
    padding: 20px 45px;
}

.qr-popup-close {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 40px;
    cursor: pointer;
    display: block;
    width: 36px;
    height: 36px;
}

.album-simple {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 20px;
}

.album-simple-page-image {
    margin-bottom: 30px;
    text-align: center;
}

.album-simple-page-image img {
    width: 400px;
    max-width: 100%;
}


#top-notification-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #d71a41;
    color: #fff;
    text-align: center;
    padding: 10px 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    line-height: 22px;
    display: none;
    text-decoration: none;
}

#top-notification-bar:hover {
    filter: brightness(105%);
}

#top-notification-bar p {
    margin: 0;
}

#close-notification {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    opacity: 0.8;
    transition: all .5s ease;
}

#close-notification:hover {
    opacity: 1.0;
}

.networks .social-dark { fill: #777; transition: fill .3s ease; }
.networks .social-white { fill: #ededed; }
.networks a.social-vk:hover  .social-dark, .social-contacts a.social-vk  .social-dark { fill: #07f; }
.networks a.social-tg:hover  .social-dark, .social-contacts a.social-tg  .social-dark { fill: #179cde; }
.networks a.social-max:hover .social-dark, .social-contacts a.social-max .social-dark { fill: #6c1cda; }
.social-contacts .social-white { fill: #fff; }

.social-contacts {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 30px 0;
}

.social-contacts svg {
    height: 123px;
    transition: filter .3s ease;
}

.social-contacts a:hover svg {
    filter: brightness(110%);
}

.social-contacts a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

footer .footer {
    height: 280px;
}

.ticket-button {
    display: block;
    width: 450px;
    max-width: 100%;
    padding: 12px 20px 10px;
    margin: 0 auto 10px;
    color: #fff;
    background: #b72042;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.ticket-button:hover {
    color: #fff;
    background: #d71a41;
}

#mobile-ticket-button {
    display: none;
}

hr {
    height: 2px;
    background: #777;
    margin: 35px 0 30px;
}

.icon img {
    width: 72px;
    height: 72px;
}

@media only screen and (max-width: 1919px) {
    .icon img {
        width: 48px;
        height: 48px;
    }
}

@media only screen and (max-width: 1279px) {
    .icon img {
        width: 32px;
        height: 32px;
    }
}

.tg-top-orderInfo {
    background: #ededed !important;
    box-shadow: 0 0 5px 5px #7777;
    align-items: center;
}

.tg-price span {
    display: inline-block;
    border: none !important;
    margin-left: 7px;
    color: #b72042;
}

.tg-btn {
    border: none !important;
    border-radius: 0 !important;
    background: #b72042 !important;
    text-transform: uppercase;
    font-weight: 700;
}

.tg-btn:hover {
    background: #d71a41 !important;
}

#today-news .date {
    font-weight: bold;
    margin-top: 10px;
}

#today-news .address {
    font-weight: bold;
}

/*#today-news .address:before {
    content: 'Адрес:';
    color: #aaa;
    margin-right: 10px;
    font-weight: normal;
}*/

.new-videos {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 0;
}

.new-videos .item {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: stretch;
}

.new-videos .item .video-wrapper {
    flex: 0 0 300px;
    height: auto;
    padding: 0;
    aspect-ratio: 16 / 9;
    background: #bbb;
}

.new-videos .item .video-description {
    flex-grow: 1;
    font-size: 24px;
    line-height: 36px;
}


@media only screen and (max-width: 767px)
{
    #today-news .size-container {
        display: flex;
        flex-direction: column-reverse;
    }

    #today-news .today {
        border-top: solid 1px #d6d6d6;
        margin-top: 20px;
        padding-top: 24px;
    }

    #today-news .news {
        border-top: none !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .new-videos .item {
        gap: 20px;
    }

    .new-videos .item .video-wrapper {
        flex-basis: 200px;
    }

    .new-videos .item .video-description {
        font-size: 16px;
        line-height: 24px;
    }
}


@media screen and (max-width: 500px)
{
    body.no-scroll {
        width: 100%;
    }

    .qr-mkrf-header {
        font-size: 20px;
        line-height: 24px;
    }

    .qr-mkrf-name {
        font-size: 16px;
        line-height: 18px;
    }

    .qr-mkrf-info {
        line-height: 20px;
    }

    .qr-popup-content {
        padding: 35px 10px 10px;
    }

    .qr-popup-close {
        top: 12px;
        right: 5px;
    }

    .album-simple {
        flex-direction: column;
    }

    .social-contacts {
        gap: 20px;
        margin: 20px 0;
        justify-content: space-around;
    }

    .social-contacts svg {
        height: 70px;
    }

    .networks .social-white { fill: #fff; }

    footer .footer {
        height: 256px;
    }

    .ticket-button {
        font-size: 15px;
        font-weight: 500;
        padding: 7px 10px 6px;
        width: 100%;
    }

    #mobile-ticket-button {
        display: block;
        padding: 5px 4px 0;
    }

    #mobile-ticket-button .ticket-button {
        margin-bottom: 0;
    }

    .new-videos {
        gap: 30px;
    }

    .new-videos .item {
        flex-direction: column;
        align-items: stretch;
        gap: 7px;
    }

    .new-videos .item .video-wrapper {
        width: 100%;
    }

    .new-videos .item .video-description {
        text-align: center;
    }

    #top-notification-bar p + p {
        margin-top: 10px;
    }
}