

/* Start:/local/components/youtube/detail/templates/.default/style.css?17078958713699*/
.channelItem .channelLogo{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 1px solid var(--color-title-azure);
    margin-right: 20px;
}
.channelItem{
    width: fit-content;
    margin-top: 20px;
    margin-bottom: 20px;

}
.channelTitle {
    font-weight: bold;
    line-height: unset;
}
.channelDescription {
    margin-top: 5px;
    font-size:12px;
    color: var(--color-grey);
}
.channelItem .previewVideoYouTube{
    width: 210px;
    height: 110px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    border:1px solid var(--color-title-azure);
}
.channelItem .videoItemBlock{
    width: 220px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.channelItem .videoItemBlock.selected{
    opacity: 0.5;
}
.channelItem .videoItemBlock.selected .previewVideoYouTube{
    border:3px solid var(--color-quote);
}
.channelItem .videoItemBlock.selected .videoName{
    color: var(--color-quote) !important;
}
.channelItem .videoName{
    font-weight:bold;
    font-size: 12px;
    margin-top: 10px;
    color: black;
}
.videoList{
    flex-wrap: wrap;
}
.channelHeader{
    margin-bottom: 20px;
}
.songText {
    white-space: pre-wrap;
}
.songComponent{
    width: 100%;
    height: 100%;
}
.audioBlock .fileDownload{
    margin-top: 20px;
    margin-left: 5px;
    font-size: 12px;
}
.audioBlock audio{
    margin-top: 5px;
    margin-bottom: 10px;
}
audio::-webkit-media-controls-mute-button{
    color: yellow;
}
.videoBlockItem{
    border-top-right-radius: 20px;
    width: fit-content;
   // height: 280px;
    border: 3px solid var(--color-title-azure);
    overflow: hidden;
}
.videoBlock .videoName{
    margin-bottom: 10px;
    font-weight: bold;
}

.videoBlock .videoDescription .smallAdd{
    color: var(--color-title-azure);
    cursor:pointer;
}
.videoBlock .videoDescription .smallDelete{
    color: var(--color-title-azure);
    cursor:pointer;
}
.videoBlock .videoDescription.small .smallAdd{
    display: none !important;
}
.videoBlock .videoDescription.small .smallDelete{
    display: block !important;
}
.videoBlock .videoDescription .smallAdd{
    display: block;
}
.videoBlock .videoDescription .smallDelete{
    display: none;
}
.videoBlock .videoDescription{
    width: fit-content;
}
.videoBlock .videoDescription.small .description{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.videoBlock .videoDescription{
    margin-top: 10px;
    font-size: 12px;
}
.ifreameVideoYoutube{
    width: 900px;
    height: 500px;
    margin-bottom: -10px;
}
.videoBlock .videoDescription .description {
    width: 900px;
}
@media (max-width:1200px) {
    .ifreameVideoYoutube{
        width: 800px;
        height: 420px;
    }
    .videoBlock .videoDescription .description {
        width: 800px;
    }
}
@media (max-width:900px) {
    .ifreameVideoYoutube{
        width: 600px;
        height: 330px;
    }
    .videoBlock .videoDescription .description {
        width: 600px;
    }
}
@media (max-width:700px) {
    .ifreameVideoYoutube{
        width: 400px;
        height: 220px;
    }
    .videoBlock .videoDescription .description {
        width: 400px;
    }
}
@media (max-width:600px) {
    .ifreameVideoYoutube{
        width: 350px;
        height: 175px;
    }
    .videoBlock .videoDescription .description {
        width: 350px;
    }
    .channelItem .previewVideoYouTube{
        width: 350px;
        height: 175px;
    }
    .channelItem .videoItemBlock{
        width: 350px;
    }
}

/* End */


/* Start:/local/components/main/breadCrumbs/templates/.default/style.css?17806441032553*/
/* Контейнер */
.mainBreadCrumbsComponent.new-style {
    margin: 15px 20px 25px;
    padding: 10px 16px;
    border-radius: 10px;
    transition: all 0.3s;
}

.mainBreadCrumbsComponent.new-style:hover {
    box-shadow: 0 4px 12px rgba(0, 109, 119, 0.12);
}

.mainBreadCrumbsComponent.new-style .Breadcrumbs.Flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Элемент списка */
.mainBreadCrumbsComponent.new-style .bc-item {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
}

/* Иконка домика для первого элемента (Главная) */
.mainBreadCrumbsComponent.new-style .bc-item:first-child .bc-link .home-icon {
    display: inline-flex;
    margin-right: 4px;
    vertical-align: middle;
}

.mainBreadCrumbsComponent.new-style .bc-item:first-child .bc-link .home-icon svg {
    width: 14px;
    height: 14px;
    display: block;
}

/* Ссылка (цвет #006d77) */
.mainBreadCrumbsComponent.new-style .bc-link {
    color: #006d77;
    text-decoration: none;
    font-weight: 500;
    padding: 2px 4px;
    border-radius: 4px;
    transition: all 0.25s;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.mainBreadCrumbsComponent.new-style .bc-link:hover {
    color: #004d54;
    background: rgba(0, 109, 119, 0.08);
    text-decoration: none;
}

/* Разделитель (стильная стрелка) */
.mainBreadCrumbsComponent.new-style .bc-separator {
    display: flex;
    align-items: center;
    margin: 0 6px;
    color: #b0c4c6; /* Нейтральный серо-голубой */
    opacity: 0.6;
}

.mainBreadCrumbsComponent.new-style .bc-separator svg {
    width: 10px;
    height: 10px;
}

/* Текущая страница (жирная, с фоном) */
.mainBreadCrumbsComponent.new-style .bc-current {
    color: #006d77;
    font-weight: 600;
    background: rgba(0, 109, 119, 0.1);
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 13px;
    cursor: default;
}

/* Адаптивность */
@media (max-width: 768px) {
    .mainBreadCrumbsComponent.new-style {
        margin: 10px 12px 18px;
        padding: 8px 12px;
    }
    .mainBreadCrumbsComponent.new-style .bc-item {
        font-size: 12px;
    }
}

/* End */
/* /local/components/youtube/detail/templates/.default/style.css?17078958713699 */
/* /local/components/main/breadCrumbs/templates/.default/style.css?17806441032553 */
