@font-face {
    font-family: FiraSans-Regular;
    font-style: normal;
    src: url(../fonts/FiraSans-Regular.woff2) format("woff2");
}

@font-face {
    font-family: FiraSans-Medium;
    font-style: normal;
    src: url(../fonts/FiraSans-Medium.woff2) format("woff2");
}

@font-face {
    font-family: FiraSans-Bold;
    font-style: normal;
    src: url(../fonts/FiraSans-Bold.woff2) format("woff2");
}

@font-face {
    font-family: FiraSans-ExtraBold;
    font-style: normal;
    src: url(../fonts/FiraSans-ExtraBold.woff2) format("woff2");
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

a {
    text-decoration: none;
}

#all-cont {
    min-width: 1200px;
    overflow: hidden;
}

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.btn {
    height: 46px;
    text-align: center;
    line-height: 44px;
    border: 2px solid #646464;
    border-radius: 16px;
    font-size: 18px;
    font-family: FiraSans-Medium;
}

.c0 {
    border: 2px solid #646464;
    color: #646464;
}

.c1 {
    color: #fff !important;
    background: var(--color-1) !important;
    border-color: var(--color-1) !important;
}

.fc1 {
    color: var(--color-1);
}

.bgc1 {
    background: var(--color-1);
}

.owl-carousel .hover-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background: linear-gradient(to top, var(--color-1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-bottom-left-radius: 21px;
    border-bottom-right-radius: 21px;
}

.fc2 {
    color: var(--color-2);
}

.bgc2 {
    background: var(--color-2);
}

.c3 {
    color: #fff;
    background: var(--color-3);
    border-color: var(--color-3);
}

.fc3 {
    color: var(--color-3);
}

.bgc3 {
    background: var(--color-3);
}

.owl-dot.active span {
    background: var(--color-3);
    border-color: var(--color-3);
}

#main {
    position: fixed;
    width: 100%;
    height: 83px;
    background-color: rgba(255, 255, 255, 0);
    z-index: 100;
}

#main.scrolled {
    background-color: rgba(255, 255, 255, 1);
    /* Полупрозрачный белый */
}

.main-city-spb,
.main-city-msk,
.main-city-nino {
    position: absolute;
    width: 49px;
}

.main-city-spb {
    top: 17px;
    left: 23px;
}

.main-city-msk {
    top: 17px;
    left: 83px;
}

.main-city-nino {
    top: 17px;
    left: 143px;
}

.main-title {
    position: absolute;
    font-family: FiraSans-Medium;
    color: #646464;
    top: 30px;
    left: 216px;
    font-size: 18px;
}

.main-regulations {
    position: absolute;
    width: 202px;
    top: 17px;
    left: 580px;
}

.main-application {
    position: absolute;
    width: 202px;
    top: 17px;
    left: 800px;
}

.social-block {
    position: absolute;
    top: 17px;
    left: 1013px;
    display: flex;
    gap: 8px;
}

.social-item {
    width: 50px;
    height: 50px;
    font-size: 32px;
}

.icon-whatsapp {
    background: url(../img/wu.png) no-repeat top center;
}

.icon-vkontakte {
    background: url(../img/vk.png) no-repeat top center;
}

.icon-telegram {
    background: url(../img/tg.png) no-repeat top center;
}

#date {
    position: relative;
    width: 100%;
    height: 602px;
    margin-top: 83px;
    overflow: hidden;
}

#date::before,
#date::after {
    content: "";
    position: absolute;
    top: 74px;
    width: 1920px;
    height: 100%;
    background: url(../img/date_bg.png) 0 0 repeat-x;
    animation: moveBackground 20s linear infinite;
    z-index: -1;
}

#date::after {
    left: 1920px;
}

@keyframes moveBackground {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-1920px);
    }
}

.date-d {
    position: absolute;
    font-family: FiraSans-ExtraBold;
    font-size: 150px;
    color: #464646;
    top: 25px;
    left: 220px;
}

.date-m {
    position: absolute;
    font-family: FiraSans-ExtraBold;
    font-size: 60px;
    color: #464646;
    top: 159px;
    left: 220px;
}

.date-name-first {
    position: absolute;
    font-family: FiraSans-ExtraBold;
    font-size: 195px;
    top: 191px;
    left: 33px;
}

.date-name-second {
    position: absolute;
    font-family: FiraSans-ExtraBold;
    font-size: 165px;
    color: #464646;
    top: 354px;
    left: 221px;
}

.date-name-img {
    position: absolute;
    top: 10px;
    left: 660px;
    width: 436px;
    height: 585px;
    background: url(../img/date_img.png) no-repeat top center;
}

#date .main-title,
#date .social-block {
    display: none;
}

#memo {
    position: relative;
    width: 100%;
    height: 353px;
}

.memo-text {
    position: relative;
    color: #b5b5b5;
    font-size: 18px;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    font-family: FiraSans-Regular;
    padding-top: 1px;
}

.memo-text span {
    font-size: 30px;
    font-family: FiraSans-Bold;
}

.memo-text p {
    margin-bottom: 10px;
}

.memo-text_p1 {
    width: 990px;
    margin: 0 auto;
}

.memo-running-line-container {
    --img-width: 420px;
    --img-height: 96px;
    --animation-duration: 5s;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: var(--img-height);
}

.memo-running-line {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(200vw + var(--img-width));
    height: 100%;
    background-image: url(../img/memo-running-line.png);
    background-repeat: repeat-x;
    background-size: var(--img-width) var(--img-height);
    animation: scroll var(--animation-duration) linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--img-width)));
    }
}

#about {
    position: relative;
    width: 100%;
    height: 611px;
}

.about-poster {
    position: absolute;
    top: 26px;
    left: 156px;
    z-index: 3;
}

.about-poster::before {
    content: "афиша";
    position: absolute;
    top: 169px;
    left: -342px;
    color: #ececec;
    font-size: 177px;
    font-family: FiraSans-Bold;
    transform: rotate(-90deg);
    z-index: -1;
}

.about-poster img {
    width: 398px;
    height: 559px;
    border-radius: 14px;
}

.about-memo {
    position: absolute;
    left: 659px;
    width: 457px;
}

.about-memo-title {
    position: absolute;
    font-size: 60px;
    font-family: FiraSans-Bold;
    color: #464646;
    top: 14px;
}

.about-memo-text {
    position: absolute;
    top: 88px;
    font-size: 16px;
    font-family: FiraSans-Regular;
}

.about-memo-text p {
    margin-bottom: 19px;
}

.about-regulations {
    position: absolute;
    width: 200px;
    height: 55px;
    top: 526px;
    line-height: 53px;
    border-radius: 21px;
}

.about-application {
    position: absolute;
    width: 200px;
    height: 55px;
    top: 526px;
    left: 216px;
    line-height: 53px;
    border-radius: 21px;
}

#prize {
    position: relative;
    width: 100%;
    height: 320px;
}

.prize-running-line-container {
    --img-width: 538px;
    --img-height: 96px;
    --animation-duration: 5s;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: var(--img-height);
}

.prize-running-line {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(200vw + var(--img-width));
    height: 100%;
    background-image: url(../img/prize-running-line.png);
    background-repeat: repeat-x;
    background-size: var(--img-width) var(--img-height);
    animation: scroll var(--animation-duration) linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--img-width)));
    }
}

.prize-price {
    position: absolute;
    font-size: 150px;
    font-family: FiraSans-ExtraBold;
    color: #fff;
    width: 776px;
    height: 191px;
    border-radius: 30px;
    text-align: center;
    line-height: 189px;
    z-index: 1;
    left: 210px;
    top: 19px;
}

.prize-price::after {
    content: "";
    position: absolute;
    width: 776px;
    height: 191px;
    background: url(../img/prize-bg.png);
    background-repeat: no-repeat;
    background-position-x: 30px;
    background-position-y: -20px;
    z-index: -1;
    left: 0;
    overflow: hidden;
}

.prize_container_elements {
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
    z-index: 10;
}

.svg-element {
    position: absolute;
    width: 60px;
    height: 50px;
    transform-origin: center;
    -webkit-mask: url("data: image/svg+xml,%3Csvg viewBox='650 490 100 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M735.38,498.35l11.02,25.63c0,0-13.07,6.82-37.08,11.73c-26.43,5.4-42.63,3.77-42.63,3.77l0.79-28.49c0,0,16.12-0.07,34.96-3.76C721.12,503.57,735.38,498.35,735.38,498.35z'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data: image/svg+xml,%3Csvg viewBox='650 490 100 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M735.38,498.35l11.02,25.63c0,0-13.07,6.82-37.08,11.73c-26.43,5.4-42.63,3.77-42.63,3.77l0.79-28.49c0,0,16.12-0.07,34.96-3.76C721.12,503.57,735.38,498.35,735.38,498.35z'/%3E%3C/svg%3E") center/contain no-repeat;
}

#video {
    position: relative;
    width: 100%;
    height: 478px;
}

.video-running-line-container {
    --img-width: 419px;
    --img-height: 74px;
    --animation-duration: 5s;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: var(--img-height);
    top: 200px;
}

.video-running-line {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(200vw + var(--img-width));
    height: 100%;
    background-image: url(../img/video-running-line.png);
    background-repeat: repeat-x;
    background-size: var(--img-width) var(--img-height);
    animation: scroll var(--animation-duration) linear infinite;
}

.video-block {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 367px;
    top: 100px;
    border-radius: 45px;
}

#fullscreenBtn {
    position: absolute;
    width: 776px;
    height: 375px;
    left: 212px;
    border-radius: 45px;
    overflow: hidden;
    cursor: pointer;
}

#fullscreenBtn img {
    border-radius: 45px;
}

#fullscreenBtn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 45px;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
}

.blink {
    display: inline-block;
    width: 89px;
    height: 89px;
    color: #fff;
    border-radius: 50%;
    animation: pulse 2s infinite;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 5;
}

.blink::after {
    content: "";
    width: 91px;
    height: 91px;
    position: absolute;
    background: url(../img/play_btn.png) no-repeat top center;
    top: -1px;
    left: -1px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }

    80% {
        -webkit-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }

    80% {
        -moz-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

#price {
    position: relative;
    width: 100%;
    height: 499px;
    background: #f2f2f2;
}

.price-bg {
    position: absolute;
    width: 592px;
    height: 482px;
    background: url(../img/price-bg.png) no-repeat top center;
    top: 39px;
    left: -31px;
}

.price-title {
    position: absolute;
    font-size: 60px;
    font-family: FiraSans-Bold;
    color: #464646;
    top: 40px;
    left: 135px;
}

.price-memo {
    position: absolute;
    font-size: 16px;
    color: #464646;
    font-family: FiraSans-Regular;
    width: 330px;
    top: 117px;
    left: 138px;
    line-height: normal;
}

.price-memo p {
    margin-bottom: 19px;
}

.price-request-btn {
    position: absolute;
    width: 206px;
    height: 60px;
    border-radius: 21px;
    text-align: center;
    line-height: 60px;
    top: 238px;
    left: -4px;
    font-size: 18px;
    text-decoration: none;
}

.price-block {
    position: absolute;
    top: 0;
    left: 519px;
    width: 560px;
    height: 500px;
}

.price-group-date {
    position: absolute;
    width: 165px;
    height: 37px;
    border: 2px solid #646464;
    border-radius: 11px;
    text-align: center;
    line-height: 36px;
    color: #464646;
    font-family: FiraSans-Medium;
    font-size: 18px;
    top: 28px;
}

.group-date1 {
    left: 0;
}

.group-date2 {
    left: 187px;
}

.group-date3 {
    left: 374px;
}

.price-group {
    position: absolute;
    width: 165px;
    height: 170px;
    border: 2px solid #646464;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    color: #464646;
    font-family: FiraSans-Bold;
    font-size: 30px;
    top: 75px;
}

.price-group p {
    margin: 22px 0 30px 28px;
    text-align: left;
}

.price-group p:first-child::after {
    content: "/ группа";
    position: absolute;
    font-family: FiraSans-Medium;
    font-size: 14px;
    top: 50px;
    left: 28px;
}

.price-group p:last-child {
    color: #b5b5b5;
}

.price-group p:last-child::after {
    content: "/ второй номер";
    position: absolute;
    font-family: FiraSans-Medium;
    font-size: 14px;
    top: 116px;
    left: 28px;
    color: #464646;
}

.group2 {
    left: 187px;
}

.group3 {
    left: 374px;
}

.price-duo-btn {
    position: absolute;
    width: 540px;
    height: 37px;
    border: 2px solid #646464;
    border-radius: 11px;
    text-align: center;
    line-height: 36px;
    color: #464646;
    font-family: FiraSans-Medium;
    font-size: 18px;
    top: 263px;
    text-decoration: none;
}

.price-solo {
    position: absolute;
    width: 139px;
    height: 80px;
    border-radius: 18px;
    color: #fff;
    font-family: FiraSans-Bold;
    font-size: 30px;
    top: 318px;
    padding: 18px 0 0 29px;
}

.price-solo::after {
    content: "/ соло";
    position: absolute;
    font-family: FiraSans-Medium;
    font-size: 14px;
    top: 56px;
    left: 29px;
}

.solo2 {
    left: 187px;
}

.price-solo-date {
    position: absolute;
    width: 168px;
    height: 40px;
    border-radius: 11px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-family: FiraSans-Medium;
    font-size: 18px;
    top: 424px;
}

.price-solo-close {
    position: absolute;
    width: 168px;
    height: 146px;
    border-radius: 18px;
    top: 318px;
    left: 374px;
    color: #fff;
    font-family: FiraSans-Medium;
    font-size: 18px;
}

.price-solo-close p {
    margin: 13px 0 0 24px;
}

.price-solo-close p:last-child {
    margin: 37px 0 0 0;
    text-align: center;
}

#ticket {
    position: relative;
    width: 100%;
    height: 250px;
}

.ticket-enter-price-bg {
    position: absolute;
    width: 552px;
    height: 146px;
    border-radius: 18px;
    background: #f2f2f2;
    top: 53px;
    left: 135px;
}

.ticket-enter-price-memo {
    position: absolute;
    font-family: FiraSans-Bold;
    font-size: 30px;
    color: #464646;
    top: 22px;
    left: 313px;
}

.ticket-enter-price-memo::after {
    content: "/ приобретается на месте";
    position: absolute;
    font-family: FiraSans-Medium;
    font-size: 14px;
    color: #464646;
    left: 1px;
    top: 40px;
}

.ticket-enter-price {
    position: absolute;
    font-family: FiraSans-Bold;
    font-size: 30px;
    color: #464646;
    top: 147px;
    left: 450px;
}

.ticket-privileges {
    position: absolute;
    width: 165px;
    height: 145px;
    border: 2px solid #646464;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    color: #464646;
    font-family: FiraSans-Bold;
    font-size: 30px;
    top: 53px;
}

.privileges1 {
    left: 707px;
}

.ticket-privileges p {
    margin: 13px 0 27px 28px;
    text-align: left;
}

.privileges1 p:first-child::after {
    content: "/ дети 7-12 лет";
    position: absolute;
    font-family: FiraSans-Medium;
    font-size: 14px;
    top: 40px;
    left: 28px;
}

.privileges1 p:last-child::after {
    content: "/ пенсионеры";
    position: absolute;
    font-family: FiraSans-Medium;
    font-size: 14px;
    top: 104px;
    left: 28px;
}

.privileges2 {
    left: 893px;
    background: url(../img/child.png);
    background-repeat: no-repeat;
    background-position-x: 27px;
    background-position-y: -15px;
}

.privileges2 p:first-child {
    font-family: FiraSans-Bold;
    font-size: 18px;
    margin: 18px 0 42px 28px;
}

.privileges2 p:last-child {
    font-family: FiraSans-Medium;
    font-size: 14px;
    line-height: 17px;
}

.ticket-dw {
    position: absolute;
    top: 29px;
    left: 125px;
}

.ticket-dw-img {
    width: 291px;
    height: 203px;
    -webkit-mask: url(../img/ticket.svg) no-repeat;
    mask: url(../img/ticket.svg) no-repeat;
    mask-size: 100%;
    position: absolute;
}

.ticket-dw-text {
    position: absolute;
    font-size: 77px;
    font-family: FiraSans-ExtraBold;
    color: #fff;
    transform: rotate(-17deg);
    top: 30px;
    left: 36px;
}

.ticket-dw-text span {
    position: absolute;
    font-size: 65px;
    color: #464646;
    top: 54px;
    left: 55px;
}

#jury {
    position: relative;
    width: 100%;
    height: 605px;
}

.jury-title {
    position: absolute;
    font-family: FiraSans-Bold;
    font-size: 60px;
    color: #464646;
    top: 5px;
    left: 149px;
}

.jury-memo {
    position: absolute;
    font-family: FiraSans-Regular;
    font-size: 14px;
    color: #464646;
    top: 26px;
    left: 576px;
}

.carousel-container {
    position: relative;
    width: 100%;
    max-width: 915px;
    margin: 0 auto;
    overflow: hidden;
    top: 89px;
}

.carousel-item {
    width: 292px;
    height: 465px;
    /*    display: flex;
	align-items: center;
	justify-content: center;
*/
    font-size: 24px;
    color: #333;
    margin: 0 6px;
}

.carousel-controls {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
    top: 542px;
    left: 150px;
}

.carousel-nav {
    display: flex;
    gap: 5px;
    margin-right: 20px;
}

.carousel-scrollbar {
    flex-grow: 1;
    height: 3px;
    background: #e0e0e0;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.carousel-scrollbar-thumb {
    position: absolute;
    height: 100%;
    background: linear-gradient(to right,
            #905ca6,
            #ed1578);
    border-radius: 3px;
    left: 0;
    width: 33.33%;
    transition: left 0.3s ease;
}

.carousel-nav button {
    width: 30px;
    height: 30px;
    border: 1px solid #464646;
    border-radius: 10px;
    text-align: center;
    font-family: FiraSans-Regular;
    color: #464646;
    font-size: 24px;
    cursor: pointer;
    background: none;
}

.carousel-item img {
    position: absolute;
    max-width: 292px;
    height: 398px;
    object-fit: cover;
    top: 0;
    border-radius: 21px;
}

.jury-prof {
    position: absolute;
    font-family: FiraSans-Medium;
    font-size: 14px;
    color: #464646;
    top: 412px;
    left: 2px;
}

.jury-name {
    position: absolute;
    font-family: FiraSans-Medium;
    font-size: 24px;
    color: #464646;
    top: 431px;
    left: 2px;
}

.owl-carousel .image-container {
    position: relative;
    width: 292px;
    height: 398px;
    overflow: hidden;
}

.owl-carousel .social-icons {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.owl-carousel .social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-item .social-icon img {
    width: 50px;
    height: 50px;
    border-radius: 0;
}

.owl-carousel .image-container:hover .hover-mask,
.owl-carousel .image-container:hover .social-icons {
    opacity: 1;
}

#review {
    position: relative;
    width: 100%;
    height: 450px;
}

.review-bg-line {
    position: absolute;
    width: 100%;
    height: 370px;
    background: #f2f2f2;
    left: 0;
    top: 53px;
}

.review-bg {
    position: absolute;
    top: 10px;
    left: -71px;
    width: 511px;
    height: 431px;
    background: url(../img/review_bg.png) no-repeat top center;
}

.review-bg::before {
    content: "";
    position: absolute;
    top: 99px;
    left: 105px;
    width: 116px;
    height: 115px;
    background: url(../img/vk_bg.png) no-repeat top center;
}

.review-bg::after {
    content: "";
    position: absolute;
    top: -14px;
    left: 393px;
    width: 242px;
    height: 238px;
    background: url(../img/stars_bg.png) no-repeat top center;
}

.review-title {
    position: absolute;
    font-family: FiraSans-Medium;
    font-size: 72px;
    color: #545454;
    top: 263px;
    left: 34px;
    line-height: 54px;
}

.review-item {
    position: relative;
    width: 345px;
    height: 258px;
    background: #fff;
    border-radius: 20px;
}

.review-item-text {
    font-family: FiraSans-Regular;
    font-size: 16px;
    color: #464646;
    width: 290px;
    padding: 30px;
    line-height: normal;
}

.review-item-name {
    position: absolute;
    font-family: FiraSans-Medium;
    color: #464646;
    font-size: 18px;
    top: 213px;
    left: 28px;
}

.review-item-stars {
    position: absolute;
    width: 99px;
    height: 17px;
    top: 214px;
    left: 217px;
    background: url(../img/stars.png) no-repeat top center;
}

.second-carousel {
    position: absolute;
    width: 700px;
    top: 99px;
    left: 460px;
}

.owl-dots {
    margin-top: 50px;
    margin-left: 26px;
    width: fit-content;
}

.owl-dot span {
    width: 30px;
    height: 30px;
    border: 1px solid #505050;
    display: inline-block;
    border-radius: 10px;
}

.owl-dot {
    margin: 0 2px;
}

.review-btn {
    position: absolute;
    width: 207px;
    height: 60px;
    border-radius: 21px;
    top: 390px;
    left: 944px;
    font-size: 18px;
    line-height: 60px;
    text-decoration: none;
    z-index: 5;
}

#broadcast {
    position: relative;
    width: 100%;
    height: 485px;
    margin-top: 32px;
}

.broadcast-img {
    position: absolute;
    width: 506px;
    height: 351px;
    overflow: hidden;
    border-radius: 26px;
    top: 32px;
    left: 135px;
}

.broadcast-img img {
    max-height: 351px;
}

#broadcast .blink {
    left: 387px;
    top: 161px;
}

.broadcast-img::before {
    content: "";
    position: absolute;
    background: #000;
    opacity: 0.6;
    width: 506px;
    height: 351px;
    display: block;
    border-radius: 26px;
    top: 0;
    left: 0;
}

/*.broadcast-img::after {
	content: '';
	position: absolute;
	background: url(../img/broadcast-play.png) no-repeat top center;
	width: 91px;
	height: 91px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
*/
.broadcast-memo-block {
    position: absolute;
    width: 506px;
    height: 351px;
    border-radius: 26px;
    color: #fff;
    top: 83px;
    left: 557px;
    overflow: hidden;
}

.broadcast-memo-block::after {
    content: "";
    background: url(../img/broadcast-cup.png) no-repeat top center;
    position: absolute;
    width: 240px;
    height: 250px;
    bottom: -55px;
    right: -23px;
}

.broadcast-memo p:first-child {
    font-size: 60px;
    font-family: FiraSans-Bold;
    position: absolute;
    top: -30px;
    left: 52px;
    line-height: 56px;
}

.broadcast-memo p:last-child {
    font-size: 16px;
    font-family: FiraSans-Regular;
    position: absolute;
    width: 370px;
    top: 151px;
    left: 51px;
    line-height: 23px;
}

.broadcast-memo-btn {
    position: absolute;
    width: 206px;
    height: 60px;
    border-radius: 21px;
    top: 255px;
    left: 51px;
    font-size: 18px;
    line-height: 60px;
    text-decoration: none;
}

#gallery {
    position: relative;
    width: 100%;
    height: 620px;
}

.gallery_container {
    width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

#carousel3 {
    width: 1936px;
}

#gallery .item {
    width: 380px;
    height: 290px;
    overflow: hidden;
    border-radius: 31px;
}

#gallery .item img {
    max-width: 380px;
}

#timer {
    position: relative;
    width: 100%;
    height: 123px;
}

.timer_adress {
    position: absolute;
    font-family: FiraSans-Bold;
    font-size: 30px;
    color: #464646;
    top: 26px;
    left: 90px;
}

.timer_timer {
    position: absolute;
    top: 25px;
    left: 721px;
}

.timer_box {
    position: absolute;
    width: 83px;
    height: 71px;
    border: 2px solid #646464;
    border-radius: 12px;
    top: 0;
    color: #464646;
}

.timer_box p:first-child {
    position: absolute;
    font-family: FiraSans-Bold;
    font-size: 30px;
    top: -22px;
    left: 14px;
}

.timer_box p:last-child {
    position: absolute;
    font-family: FiraSans-Medium;
    font-size: 14px;
    top: 28px;
    left: 14px;
}

.timer_d {
    left: 0;
}

.timer_h {
    left: 96px;
}

.timer_m {
    left: 192px;
}

.timer_s {
    left: 288px;
}

.spb-running-line-container {
    --img-width: 317px;
    --img-height: 134px;
    --animation-duration: 5s;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: var(--img-height);
}

.spb-running-line {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(200vw + var(--img-width));
    height: 100%;
    background-image: url(../img/spb-running-line.png);
    background-repeat: repeat-x;
    background-size: var(--img-width) var(--img-height);
    animation: scroll var(--animation-duration) linear infinite;
}

#footer {
    position: relative;
    width: 100%;
    height: 190px;
    background: url(../img/footer_bg.png) no-repeat;
    background-repeat: no-repeat;
    background-position-x: calc(50% - 200px);
}

#footer::before {
    content: "";
    width: 100%;
    height: 161px;
    position: absolute;
    top: 0;
    left: -50%;
    background: #f3f3f3;
}

.footer-logo {
    position: absolute;
    background: url(../img/logo.png) no-repeat top center;
    width: 94px;
    height: 37px;
    top: 31px;
    left: 99px;
}

.footer-title {
    position: absolute;
    width: 118px;
    top: 81px;
    left: 99px;
    font-size: 14px;
    color: #646464;
    font-family: FiraSans-Regular;
}

#footer .social-block {
    top: 26px;
    left: 518px;
}

.footer-copyright {
    position: absolute;
    color: #646464;
    top: 79px;
    left: 507px;
    text-align: center;
}

.footer-copyright p {
    margin-bottom: -16px;
}

.footer-copyright p:first-child {
    font-size: 18px;
    font-family: FiraSans-Medium;
}

.footer-copyright p:last-child {
    font-family: FiraSans-Regular;
    font-size: 14px;
}

.footer-contact {
    position: absolute;
    color: #464646;
    top: 22px;
    left: 867px;
    text-align: center;
}

.footer-contact p {
    margin-bottom: -16px;
}

.footer-contact p:first-child {
    font-size: 30px;
    font-family: FiraSans-Bold;
}

.footer-contact p:last-child {
    font-family: FiraSans-Medium;
    font-size: 18px;
}

.footer-alarm {
    position: absolute;
    font-size: 12px;
    color: #646464;
    font-family: FiraSans-Regular;
    top: 169px;
    left: 99px;
}

@media (max-width: 601px) {

    #all-cont,
    .container {
        width: 600px;
        min-width: 600px;
        margin-left: 0;
    }

    .main-city-spb {
        top: 21px;
    }

    .main-city-msk {
        top: 21px;
    }

    .main-city-nino {
        top: 21px;
    }

    .main-regulations {
        width: 167px;
        top: 21px;
        left: 227px;
    }

    .main-application {
        width: 167px;
        top: 21px;
        left: 405px;
    }

    #main .main-title,
    #main .social-block {
        display: none;
    }

    #date {
        height: 890px;
    }

    .date-name-img {
        top: 2px;
        left: 48px;
    }

    .date-d {
        top: 363px;
        left: auto;
        right: 30px;
    }

    .date-m {
        top: 515px;
        left: auto;
        right: 30px;
    }

    .date-name-first {
        top: 527px;
    }

    .date-name-second {
        top: 676px;
        left: 62px;
    }

    #date .main-title {
        display: block;
        top: 803px;
        left: 374px;
        width: 196px;
    }

    #date .social-block {
        display: flex;
        top: 742px;
        left: 374px;
    }

    #memo {
        height: 475px;
    }

    .memo-text_p1,
    .memo-text_p2 {
        width: 542px;
        margin: 0 auto;
        margin-top: 14px;
    }

    .memo-text p {
        margin-bottom: -13px;
    }

    .memo-running-line-container {
        margin-top: 30px;
    }

    #about {
        height: 1305px;
    }

    .about-memo {
        top: 606px;
        left: 80px;
    }

    .about-memo-text {
        font-size: 18px;
    }

    .about-regulations {
        top: 625px;
    }

    .about-application {
        top: 625px;
    }

    .prize-price {
        width: 561px;
        height: 191px;
        left: 19px;
        font-size: 110px;
        overflow: hidden;
    }

    .prize-price::after {
        left: -70px;
        top: 0;
    }

    #video {
        height: 427px;
    }

    .video-running-line-container {
        display: none;
    }

    #fullscreenBtn {
        left: 19px;
        top: 20px;
        width: 561px;
    }

    #price {
        height: 910px;
    }

    .price-bg {
        top: 480px;
        left: 100px;
    }

    .price-title {
        top: 0;
        left: 63px;
    }

    .price-memo {
        top: 568px;
        left: 67px;
    }

    .price-block {
        top: 70px;
        left: 29px;
    }

    #ticket {
        height: 330px;
    }

    .ticket-enter-price-bg {
        background: none;
    }

    .ticket-enter-price-memo {
        top: 2px;
        left: 212px;
    }

    .ticket-dw {
        left: 19px;
    }

    .ticket-dw-img {
        background: #f2f2f2;
    }

    .ticket-dw-text,
    .ticket-dw-text span {
        color: #fff;
    }

    .ticket-enter-price {
        position: absolute;
        width: 137px;
        height: 101px;
        border: 2px solid #646464;
        border-radius: 18px;
        text-align: left;
        line-height: 36px;
        color: #464646;
        font-family: FiraSans-Bold;
        font-size: 30px;
        top: 156px;
        left: 24px;
        padding: 43px 0 0 29px;
    }

    .ticket-enter-price::before {
        content: "/ входной билет";
        position: absolute;
        color: #464646;
        font-size: 14px;
        width: 200px;
        top: 70px;
    }

    .privileges1 {
        top: 156px;
        left: 218px;
    }

    .privileges2 {
        top: 156px;
        left: 410px;
    }

    #jury {
        height: 680px;
    }

    .jury-title {
        left: 40px;
    }

    .jury-memo {
        top: 90px;
        left: 41px;
    }

    .carousel-container {
        top: 146px;
        left: 34px;
        /*    width: 1200px;
*/
    }

    .carousel-controls {
        top: 598px;
        left: 41px;
        width: 514px;
    }

    #review {
        height: 535px;
    }

    .review-bg {
        top: 0;
        left: 0;
        width: 600px;
        background: url(../img/review_bg_m.png) no-repeat center 88px;
    }

    .review-bg-line {
        top: 126px;
    }

    .review-bg::before {
        top: 35px;
        left: 41px;
    }

    .review-bg::after {
        top: 255px;
        left: 0;
        width: 600px;
        height: 119px;
        background: url(../img/stars_bg_m.png) no-repeat top center;
    }

    #carousel2 {
        width: 1200px;
    }

    .review-title {
        top: 34px;
        left: 176px;
    }

    .second-carousel {
        top: 180px;
        left: 125px;
    }

    .owl-dots {
        margin-top: 40px;
        margin-left: 0;
    }

    .review-btn {
        top: 463px;
        left: 262px;
    }

    #broadcast {
        height: 650px;
    }

    .broadcast-img {
        top: 13px;
        left: 49px;
    }

    #broadcast .blink {
        left: 302px;
        top: 80px;
    }

    .broadcast-memo-block {
        top: 255px;
        left: 49px;
    }

    #timer {
        height: 218px;
    }

    .timer_adress {
        top: 14px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .timer_timer {
        top: 126px;
        left: 114px;
    }

    #footer {
        height: 286px;
        background-position-x: calc(50% - 123px);
    }

    .footer-logo {
        left: 390px;
    }

    .footer-title {
        left: 390px;
    }

    #footer .social-block {
        top: 184px;
        left: 368px;
    }

    .footer-copyright {
        top: 176px;
        left: 58px;
        text-align: center;
    }

    .footer-contact {
        top: 22px;
        left: 71px;
    }

    .footer-alarm {
        top: 259px;
        left: 0;
        width: 100%;
        text-align: center;
    }
}

.msk,
.msk #main {
    background: #0d0d0d;
}

.msk .date-d,
.msk .date-m,
.msk .about-memo-title,
.msk .price-group-date,
.msk .price-group,
.msk .price-duo-btn,
.msk .timer_adress,
.msk .footer-contact p:first-child {
    color: #fff;
}

.msk .about-memo-text,
.msk .price-group p:first-child::after,
.msk .price-group p:last-child,
.msk .price-memo,
.msk .price-group p:last-child::after,
.msk .jury-memo,
.msk .jury-prof,
.msk .jury-name,
.msk .ticket-privileges {
    /*    color: #464646;
*/
    color: #737373;
}

.msk .price-group-date,
.msk .price-duo-btn,
.msk .privileges2,
.msk .price-group {
    border-color: #fff;
}

.msk .privileges2 {
    background-color: #fff;
}

.msk .spb-running-line-container {
    --img-width: 377px;
    --img-height: 81px;
    margin: 24px 0;
}

.msk .spb-running-line {
    background-image: url(../img/msk-running-line.png);
}

.msk #date::before,
.msk #date::after {
    background: url(../img/date_bg_msk.png) 0 0 repeat-x;
}

.msk .review-bg {
    background: url(../img/review_bg_msk.png) no-repeat top center;
}

.msk .date-name-img {
    position: absolute;
    top: -80px;
    left: 495px;
    width: 794px;
    height: 725px;
    background: url(../img/date_img_msk.png) no-repeat top center;
}

.msk .about-poster::before {
    color: #141414;
}

.msk #main {
    position: fixed;
    width: 100%;
    height: 83px;
    background-color: transparent;
    /* Прозрачный фон по умолчанию */
    z-index: 100;
    transition: background-color 0.3s ease;
    /* Плавное изменение фона */
}

.msk #main.scrolled {
    background-color: #0d0d0d;
    /* Белый фон при прокрутке */
}

.msk #date {
    overflow: visible;
    position: sticky;
}

.msk .price-bg {
    background: url(../img/price-bg_msk.png) no-repeat top center;
}

.msk .prize-price::after {
    background: url(../img/prize-bg-msk.png);
}

.msk #footer {
    background: url(../img/footer_bg_msk.png);
    background-repeat: no-repeat;
    background-position-x: calc(50% - 200px);
}

.msk #footer::before,
.msk #price,
.msk .review-bg-line,
.msk .prize-price {
    background: #141414;
}

@media (max-width: 601px) {
    .msk .date-name-img {
        left: -72px;
    }

    .msk .date-d,
    .msk .date-m {
        left: 0;
        width: 100%;
        text-align: center;
    }

    .msk #date::before,
    .msk #date::after {
        top: 18px;
    }

    .msk .ticket-enter-price-memo,
    .msk .ticket-enter-price-memo::after {
        color: #fff;
    }

    .msk .ticket-dw-img {
        background: #141414;
    }

    .ticket-dw-text,
    .ticket-dw-text span {
        color: #0d0d0d;
    }

    .msk .ticket-enter-price,
    .msk .ticket-enter-price::before {
        color: #fff;
        border-color: #fff;
    }

    .msk #footer {
        background-position-x: calc(50% - 123px);
    }
}





#zero {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

/* Контейнер с ограничением 1200px */
.zero-inner {
    max-width: 1200px;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    position: relative;
}

/* =========================================   Карточка города (3 штуки, flex: 1)   ========================================= */
.zero-city {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #464646;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    /* Важно для абсолютного позиционирования псевдоэлемента */
    background: #fff;
    /* transition: background-color 0.4s ease, color 0.4s ease;  */
}

/* ---------- Активное состояние (вместо :hover) ---------- */
.zero-city.active {
    background: #0d0d0d;
    color: #ffffff;
}

.zero-city.active .city-name {
    color: #464646;
}

.zero-city.active .city-day,
.zero-city.active .city-month,
.zero-city.active .city-abbr {
    color: #ffffff;
}
/* --------------------------------------------------------- */

.zero-city .city-name {
    font-family: "FiraSans-Bold", sans-serif;
    font-size: 30px;
    margin: 80px 0 0 70px;
    /* transition: color 0.4s ease; */
}

.zero-city .city-day {
    font-family: "FiraSans-ExtraBold", sans-serif;
    font-size: 110px;
    line-height: 1;
    margin: 10px 0 0 70px;
    /* transition: color 0.4s ease; */
}

.zero-city .city-month {
    font-family: "FiraSans-ExtraBold", sans-serif;
    font-size: 60px;
    margin: -10px 0 0 70px;
    /* transition: color 0.4s ease; */
}

.zero-city .city-abbr {
    font-family: "FiraSans-ExtraBold", sans-serif;
    font-size: 150px;
    line-height: 1;
    margin-top: auto;
    margin-bottom: 220px;
    text-align: center;
    /* transition: color 0.4s ease;  */
}

/* Цвета аббревиатур для разных городов */
.zero-city[data-city="spb"] .city-abbr {
    color: var(--color-1);
}

.zero-city[data-city="msk"] .city-abbr {
   /* color: var(--color-2);  */
    color: var(--color-1);
}

.zero-city[data-city="nino"] .city-abbr {
   /* color: var(--color-3); */
    color: var(--color-1);
}

/* Отдельный стиль для названия Москвы (сохраняем серый цвет) */
.zero-city[data-city="msk"] .city-name {
    color: #464646;
}

/* =========================================   Фоновый заголовок "dance way"   ========================================= */
.zero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "FiraSans-ExtraBold", sans-serif;
    font-size: 330px;
    color: #7d7d7d;
    line-height: 0.5;
    opacity: 0.1;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    white-space: nowrap;
}

.zero-title span {
    font-size: 280px;
}

.memo-running-line-container {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 3;
    pointer-events: none;
}

@media (max-width: 601px) {
    #zero {
        height: calc(var(--vh, 1vh) * 100);
        align-items: flex-start;
    }

    .zero-inner {
        flex-direction: column;
        max-width: 600px;
        width: 100%;
        height: auto;
        min-height: 100%;
        justify-content: stretch;
        margin-top: calc((var(--vh, 1vh) * 100 - 975px) / 2);
    }

    .zero-city {
        height: 300px;
        max-height: 300px;
        flex: 1;
        overflow: hidden;
    }

    .zero-city .city-name {
        font-size: 30px;
        text-align: center;
        width: 100%;
        margin: 20px 0 0 0;
    }

    .zero-city .city-day {
        font-size: 100px;
        text-align: right;
        width: 100%;
        margin: 20px 0 0 0;
        right: 35px;
        position: relative;
    }

    .zero-city .city-month {
        font-family: "FiraSans-ExtraBold", sans-serif;
        font-size: 60px;
        text-align: right;
        width: 100%;
        margin: 30px 0 0 0;
        right: 37px;
        position: relative;
    }

    .zero-city .city-abbr {
        font-size: 120px;
        margin: -117px 0 0 40px;
        text-align: left;
    }

    .zero-title,
    .memo-running-line-container {
        display: none;
    }

    /* =========================================     ИСПРАВЛЕНИЕ: Мгновенное появление при клике     ========================================= */

    .zero-city {
        outline: none;
        -webkit-tap-highlight-color: transparent;
        /* для мобильных Safari */
        tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        user-select: none;
    }

    .zero-city:focus,
    .zero-city:active,
    .zero-city:focus-visible {
        outline: none;
   /*     box-shadow: none;
        background: none;*/
        /* если нужно, чтобы не перебивался наш фон при активации */
    }  

    .zero-city.mobile-active {
        position: relative;
        /* Создаём контекст для абсолютного позиционирования:: after */
        background: #0d0d0d;
        color: #ffffff;
        transition: none !important;
        /* Отключаем любые задержки и анимации */
    }

    .zero-city.mobile-active .city-name {
        color: #464646;
        transition: none !important;
    }

    .zero-city.mobile-active .city-day,
    .zero-city.mobile-active .city-month {
        color: #ffffff;
        transition: none !important;
    }

    .zero-city.mobile-active::after {
        content: "dance way";
        position: absolute;
        /* Вынимаем из flex-потока, чтобы не вызывать пересчёт макета */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-20deg);
        /* Идеальное центрирование */
        font-size: 240px;
        color: #7d7d7d;
        line-height: 0.7;
        white-space: normal;
        font-family: "FiraSans-ExtraBold", sans-serif;
        opacity: 0.1;
        pointer-events: none;
        width: 100%;
        text-align: center;
        transition: none !important;
        /* Гарантируем мгновенное появление без задержек */
        z-index: 0;
    }

    /* Убедимся, что текстовый контент города отображается ПОВЕРХ псевдоэлемента */
    .zero-city > * {
        position: relative;
        z-index: 1;
    }
}






.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    width: 552px;
    height: 521px;
    position: relative;
    overflow: hidden;
}

.modal-overlay:target {
    opacity: 1;
    visibility: visible;
}

.modal-overlay:target .modal-content {
    transform: translateY(0);
}

.close-link {
    position: absolute;
    background: #fff;
    border: none;
    font-size: 39px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #777;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 15px;
    right: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.close-link:hover {
    color: #111827;
}

.modal-date-title1 {
    position: absolute;
    font-size: 150px;
    font-family: FiraSans-Bold;
    color: #fff;
    text-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    left: -135px;
    top: 112px;
    letter-spacing: -3px;
}

.modal-date-title2 {
    position: absolute;
    font-size: 150px;
    font-family: FiraSans-Bold;
    color: #fff;
    text-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    right: -46px;
    top: 302px;
    letter-spacing: -3px;
}

#modal-date .main-city-spb {
    top: 437px;
    left: 31px;
    border-color: #fff;
    color: #fff;
}

.modal-date-main {
    position: absolute;
    width: 341px;
    height: 455px;
    top: 34px;
    left: 108px;
    border-radius: 35px;
    background: var(--color-2);
    overflow: hidden;
}

.modal-date-main::after {
    content: "";
    background: url(../img/broadcast-cup.png) center top no-repeat;
    position: absolute;
    width: 282px;
    height: 291px;
    background-size: cover;
    top: 110px;
    right: -106px;
}

.modal-date-main-title {
    position: absolute;
    font-size: 60px;
    font-family: FiraSans-Bold;
    color: #fff;
    line-height: 50px;
    top: 38px;
    left: 28px;
}

#modal-date .main-application {
    width: 200px;
    height: 55px;
    top: 347px;
    left: 66px;
    line-height: 55px;
    z-index: 5;
}

.modal-date_date1 {
    position: absolute;
    width: 200px;
    height: 55px;
    top: 182px;
    left: 66px;
    line-height: 55px;
    color: #fff;
    border-color: #fff;
    z-index: 5;
}

.modal-date_date2 {
    position: absolute;
    width: 200px;
    height: 55px;
    top: 251px;
    left: 66px;
    line-height: 55px;
    color: #fff;
    border-color: #fff;
    z-index: 5;
}

.modal-date_date1:hover,
.modal-date_date2:hover,
.modal-date_date1.active,
.modal-date_date2.active {
    background: var(--color-3);
    border-color: var(--color-3);
    color: white;
    cursor: pointer;
}

.nino,
.nino #main {
    background: #0d0d0d;
}

.nino .date-d,
.nino .date-m,
.nino .about-memo-title,
.nino .price-group-date,
.nino .price-group,
.nino .price-duo-btn,
.nino .timer_adress,
.nino .footer-contact p:first-child {
    color: #fff;
}

.nino .about-memo-text,
.nino .price-group p:first-child::after,
.nino .price-group p:last-child,
.nino .price-memo,
.nino .price-group p:last-child::after,
.nino .jury-memo,
.nino .jury-prof,
.nino .jury-name,
.nino .ticket-privileges {
    /*    color: #464646;
*/
    color: #737373;
}

.nino .price-group-date,
.nino .price-duo-btn,
.nino .privileges2,
.nino .price-group {
    border-color: #fff;
}

.nino .privileges2 {
    background-color: #fff;
}

.nino .spb-running-line-container {
    --img-width: 377px;
    --img-height: 81px;
    margin: 24px 0;    
}

.nino .spb-running-line {
    background-image: url(../img/nino-running-line.png);
}

.nino #date::before,
.nino #date::after {
    background: url(../img/date_bg_msk.png) 0 0 repeat-x;
}

.nino .review-bg {
    background: url(../img/review_bg_nino.png) no-repeat top center;
}

.nino .date-name-img {
    position: absolute;
    top: 0;
    left: 615px;
    width: 596px;
    height: 592px;
    background: url(../img/date_img_nino.png) no-repeat top center;
}

.nino .about-poster::before {
    color: #141414;
}

.nino #main {
    position: fixed;
    width: 100%;
    height: 83px;
    background-color: transparent;
    z-index: 100;
    transition: background-color 0.3s ease;
}

.nino #main.scrolled {
    background-color: #0d0d0d;
}

.nino #date {
    overflow: visible;
    position: sticky;
}

.nino .price-bg {
    background: url(../img/price-bg_nino.png) no-repeat top center;
}

.nino .prize-price::after {
    background: url(../img/prize-bg-nino.png);
}

.nino #footer {
    background: url(../img/footer_bg_msk.png);
    background-repeat: no-repeat;
    background-position-x: calc(50% - 200px);
}

.nino #footer::before,
.nino #price,
.nino .review-bg-line,
.nino .prize-price {
    background: #141414;
}

@media (max-width: 601px) {
    .nino .date-name-img {
        left: 0;
        background: url(../img/date_img_nino_m.png) no-repeat center top;
    }

    .nino .date-d,
    .nino .date-m {
        left: 0;
        width: 100%;
        text-align: center;
    }

    .nino #date::before,
    .nino #date::after {
        top: 18px;
    }

    .nino .ticket-enter-price-memo,
    .nino .ticket-enter-price-memo::after {
        color: #fff;
    }

    .nino .ticket-dw-img {
        background: #141414;
    }

    .ticket-dw-text,
    .ticket-dw-text span {
        color: #0d0d0d;
    }

    .nino .ticket-enter-price,
    .nino .ticket-enter-price::before {
        color: #fff;
        border-color: #fff;
    }

    .nino #footer {
        background-position-x: calc(50% - 123px);
    }
}