@charset "UTF-8";

.big-screen-module {
    width: 100%;
}

.bsc-module {
    width: 100%;
    background: #000000;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: #ffffff;
    box-sizing: border-box;
}

.bsc-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 14px;
    box-sizing: border-box;
}

.bsc-hero {
    padding: 48px 0 36px;
}

.bsc-hero__title {
    font-size: 6vw;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin: 0 0 16px;
    text-align: center;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.bsc-hero__title-light,
.bsc-hero__title-bold {
    display: inline;
    background: none !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
}

.bsc-hero__title-light {
    font-weight: 300;
}

.bsc-hero__title-bold {
    font-weight: 800;
}

.bsc-hero__sub {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 900px) {
    .bsc-hero__title {
        font-size: 9vw;
    }
}

@media (max-width: 600px) {
    .bsc-hero__title {
        font-size: 12vw;
    }
}

.bsc-card {
    display: grid;
    grid-template-columns: 140px 1fr 394px;
    align-items: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.bsc-card:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.bsc-card__poster-wrap {
    display: block;
    padding: 6px 20px 6px 0;
    box-sizing: border-box;
    flex-shrink: 0;
}

.bsc-card__poster {
    width: 120px;
    display: block;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}

.bsc-card__info {
    padding: 28px 32px 28px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.bsc-card__title-link {
    display: inline-block;
    text-decoration: none !important;
    margin-bottom: 8px;
}

.bsc-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.015em;
    transition: color 0.2s ease;
}

.bsc-card__title-link:hover .bsc-card__title {
    color: #ff1a1a;
}

.bsc-card__meta {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin: 0 0 14px;
    line-height: 1;
}

.bsc-card__desc {
    font-size: 13px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.72);
    flex: 1;
}

.bsc-card__desc p {
    margin: 0 0 8px;
}

.bsc-card__desc p:last-child {
    margin-bottom: 0;
}

.bsc-card__desc--clamped {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.8em * 3);
}

.bsc-card__desc--clamped p {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bsc-card__desc--clamped p + p::before {
    content: ' ';
}

.bsc-card__custom {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bsc-card__custom-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.06);
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
    user-select: none;
}

.bsc-card__custom-text {
    font-size: 13px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
}

.bsc-card__custom-text p {
    margin: 0 0 4px;
}

.bsc-card__custom-text p:last-child {
    margin-bottom: 0;
}

.bsc-card__trailer {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4) !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none !important;
    transition: color 0.2s;
}

.bsc-card__trailer:hover {
    color: #fff !important;
}

.bsc-card__sessions {
    width: 394px;
    padding: 18px 20px 16px 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bsc-sessions__label {
    font-size: 9px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 4px;
}

.bsc-session-card {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    gap: 0;
}

.bsc-session-card__date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    min-width: 32px;
    padding-right: 14px;
    margin-right: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.bsc-session-card__wd {
    font-size: 13px;
    font-weight: 600;
    color: #ff1a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 3px;
}

.bsc-session-card__md {
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
    white-space: nowrap;
}

.bsc-session-card__time {
    flex: 1;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.bsc-btn--buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 32px;
    border-radius: 6px;
    background: #ff1a1a;
    border: none;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.18s ease;
    flex-shrink: 0;
}

.bsc-btn--buy:hover {
    background: #d40000;
}

.bsc-btn--sold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 32px;
    border-radius: 6px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.25);
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: default;
    flex-shrink: 0;
}

.bsc-card__details-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: auto;
    padding-top: 8px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4) !important;
    text-decoration: none !important;
    letter-spacing: 0;
    text-transform: none;
    border: none;
    background: none;
    transition: color 0.2s;
}

.bsc-card__details-link:hover {
    color: rgba(255, 255, 255, 0.85) !important;
    background: none;
}

.bsc-loader {
    height: 2px;
    overflow: hidden;
    width: 100%;
    background: #111;
}

.bsc-loader__bar {
    display: block;
    height: 100%;
    width: 35%;
    background: #ff1a1a;
    animation: bsc-slide 1.6s ease-in-out infinite;
}

@keyframes bsc-slide {
    0% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(500%);
    }
}

@media (max-width: 960px) {
    .bsc-card {
        grid-template-columns: 120px 1fr;
        grid-template-rows: auto auto;
    }

    .bsc-card__sessions {
        grid-column: 1 / -1;
        width: 100%;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding: 16px 0 24px;
    }
}

@media (max-width: 600px) {
    .bsc-hero {
        padding: 32px 0 24px;
    }

    .bsc-hero__title {
        font-size: 32px;
    }

    .bsc-card {
        grid-template-columns: 88px 1fr;
    }

    .bsc-card__poster-wrap {
        padding: 14px 12px 14px 0;
    }

    .bsc-card__poster {
        width: 76px;
    }

    .bsc-card__info {
        padding: 14px 12px 14px 0;
    }

    .bsc-card__title {
        font-size: 15px;
    }

    .bsc-card__meta {
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .bsc-card__desc--has-custom {
        display: none;
    }

    .bsc-card__custom {
        flex-direction: column;
        gap: 6px;
        margin-top: 8px;
        padding-top: 8px;
    }

    .bsc-card__custom-text {
        font-size: 12px;
    }

    .bsc-card__sessions {
        padding: 12px 0 18px;
    }

    .bsc-session-card {
        padding: 8px 10px;
    }

    .bsc-session-card__time {
        font-size: 18px;
    }

    .bsc-session-card__wd {
        font-size: 12px;
    }

    .bsc-session-card__md {
        font-size: 10px;
    }

    .bsc-btn--buy {
        height: 38px;
    }

    .bsc-btn--sold {
        height: 38px;
    }
}
