

/* Start:/local/templates/common/components/bitrix/catalog.section/tickets/style.css?17763377843750*/
.price-card__label {
    display: block;
    font-size: 15px;
    color: #4c759a;
    margin-bottom: 5px;
    font-weight: 600;
}

.price-card__validity {
    font-weight: 600;
    display: block;
    font-size: 15px;
    color: #4c759a;
    margin-top: 5px;
}

.price-card__desc_abon {
    display: block;
    font-size: 13px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
    text-align: center;
}

.price-card__row-desc_cert {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.price__grid {
    position: relative;
    min-height: 400px;
}

.js-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    backdrop-filter: blur(2px);
}

.js-loading-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.js-loading-indicator {
    display: flex;
    align-items: center;
    gap: 4px;
}

.wave-loader {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 40px;
}

.wave {
    width: 6px;
    background: linear-gradient(180deg, #4c7794 0%, #aa8a74 100%);
    border-radius: 3px;
    animation: waveMotion 1.2s ease-in-out infinite;
}

.wave:nth-child(1) { animation-delay: 0s; }
.wave:nth-child(2) { animation-delay: 0.1s; }
.wave:nth-child(3) { animation-delay: 0.2s; }
.wave:nth-child(4) { animation-delay: 0.3s; }
.wave:nth-child(5) { animation-delay: 0.4s; }
.wave:nth-child(6) { animation-delay: 0.5s; }
.wave:nth-child(7) { animation-delay: 0.6s; }

@keyframes waveMotion {
    0%, 100% {
        height: 10px;
        opacity: 0.5;
    }
    50% {
        height: 40px;
        opacity: 1;
    }
}

.price__empty {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 16px;
}

.price-stack {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.price-stack__section {
    min-width: 0;
    transition: opacity 0.2s ease;
}

.price-stack__section.is-loading {
    opacity: 0.55;
    pointer-events: none;
}

.price-stack__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.price-stack__title {
    margin: 0;
    color: #2b363c;
    font-size: 24px;
    line-height: 1.16;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.price-stack__switcher {
    flex: 0 0 auto;
}

.price__title-group {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    min-width: 0;
}

.price__title-group .price__subtitle {
    margin: 0;
}

.price__discount-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 8px 12px;
    border-radius: 10px;
    background: rgb(220 53 69);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;
    box-shadow: 0 6px 16px rgba(220, 53, 69, 0.28);
}

.price__discount-badge[hidden] {
    display: none;
}

@media (max-width: 767px) {
    .price-stack {
        gap: 30px;
    }

    .price-stack__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 14px;
    }

    .price-stack__title {
        font-size: 20px;
    }

    .price__title-group {
        gap: 10px;
    }

    .price__discount-badge {
        min-width: 72px;
        padding: 6px 10px;
        font-size: 22px;
    }
}

/* End */
/* /local/templates/common/components/bitrix/catalog.section/tickets/style.css?17763377843750 */
