

/* Start:/local/templates/tsvostok_v2/components/bitrix/news/video/style.css?17862761765247*/
body.shorts-open {
    overflow: hidden;
}
.shorts-modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100vw;
    height: 100dvh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.shorts-modal.is-active {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.shorts-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.shorts-wrapper {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 85dvh;
    max-height: 800px;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.shorts-video {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

.shorts-player-host,
.shorts-player-host > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.shorts-gesture-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    cursor: pointer;
}

.shorts-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    padding-top: max(16px, env(safe-area-inset-top));
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 20;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    pointer-events: none;
}

.shorts-top > * {
    pointer-events: auto; 
}

.shorts-title {
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    max-width: 80%;
    line-height: 1.4;
    word-wrap: break-word;
}

.shorts-close {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 18px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.shorts-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.shorts-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 16px max(16px, env(safe-area-inset-bottom)) 16px;
    z-index: 20;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}

.shorts-progress {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
    transition: height 0.2s ease;
}

.shorts-progress:hover {
    height: 5px;
}

.shorts-progress-fill {
    height: 100%;
    background: #ffffff;
    border-radius: 2px;
    width: 0%;
    transition: width 0.1s linear;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

.shorts-controls {
    display: flex;
    gap: 12px;
}

.shorts-play,
.shorts-sound {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    font-size: 16px;
}

.shorts-play:hover,
.shorts-sound:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.shorts-play:active,
.shorts-sound:active {
    transform: scale(0.95);
}

.shorts-prev,
.shorts-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.shorts-prev:hover,
.shorts-next:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
    .shorts-wrapper {
        max-width: 100%;
        height: 100dvh;
        max-height: 100dvh;
    }

    .shorts-video {
        border-radius: 0;
        box-shadow: none;
    }
    
    .shorts-title {
        font-size: 14px;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .shorts-wrapper {
        max-width: 300px;
        height: 100dvh;
    }
}

.shorts-wrapper svg{
	stroke: transparent;
}
/* End */


/* Start:/local/templates/tsvostok_v2/components/bitrix/breadcrumb/.default/style.min.css?1762822687341*/
.breadcrumb{display:flex;align-items:center;justify-content:flex-start;gap:8px;margin-bottom:10px}.breadcrumb-item,.breadcrumb-item a,.breadcrumb-item span{display:inline-block;font-size:14px;font-weight:400;line-height:16px;color:var(--secondary-color)}.breadcrumb-item a{text-decoration:none}.breadcrumb-item>span{color:var(--ghost-color)}
/* End */
/* /local/templates/tsvostok_v2/components/bitrix/news/video/style.css?17862761765247 */
/* /local/templates/tsvostok_v2/components/bitrix/breadcrumb/.default/style.min.css?1762822687341 */
