

/* Start:/local/components/parnas/videos/templates/.default/style.css?17452211747154*/
.videos-container {
    display: block;
    align-items: flex-start;
}
@media (min-width: 768px) {
    .videos-container {
        display: flex;
    }
}
.videos-content {
    padding-top: 32px;
}
@media (max-width:992px) {
    .videos-content {
        padding-top: 11px;
    }
}
@media (min-width: 768px) {
    .videos-content {
        flex: 1 0 0;
    }
}
.videos-content-header {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.videos-content-header-controls {
    display: flex;
}
@media (max-width:992px) {
    .videos-content-header {
        justify-content: flex-end;
        margin-bottom: 8px;
    }
    .videos-content-header-controls {
        flex-grow: 1;
    }
}
.video-type-mobile-filter {
    display: none;
}
.video-type-mobile-filter .nav-link {
    border: none !important;
    padding: 8px 12px !important;
    cursor: pointer;
}
@media (max-width: 992px) {
    .video-type-mobile-filter {
        display: flex;
    }
}
.video-type-mobile-filter .overflow-auto::-webkit-scrollbar {
    display: none !important;
}
.videos-list .video-service {
    display: none !important;
}
.videos-list__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}
.videos-list__link {
    padding: 0.5rem 0.25rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
}
.videos-list .content-card {
    height: unset !important;
}
.videos-list__link--mobile {
    display: none;
    padding: 0.5rem 0.25rem;
    align-items: center;
}
.videos-list .content-card .card .btn-favorites {
    margin: 0.5rem 0 !important;
}
.active-video {
    background: #F4F4F8;
    border-radius: 8px;
}
.video-detail__container {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 100vh;
}
.video-main {
    max-width: 735px;
    margin-right: 460px;
}
.video-main iframe {
    width: 100% !important;
    height: 100% !important;
    max-height: 360px !important;
    min-height: 360px !important;
    border-radius: 0.5rem;
    overflow: hidden;
}
.video-aside {
    position: absolute;
    top: 0;
    right: 0;
    width: 440px;
    max-height: 100%;
    overflow: scroll;
    padding-top: 1.5rem;
}
.video-aside::-webkit-scrollbar {
    width: 12px;
    background-clip: padding-box;
}
.video-aside::-webkit-scrollbar-track {
    background-color: transparent;
    margin-top: 2rem;
}
.video-aside::-webkit-scrollbar-thumb {
    background-color: #D6D6DF;
    border-radius: 20px;
    border: 3px solid #fff;
}
.video-page-body #GlobalFooter {
    display: none !important;
}
.videos-list .btn-favorites .tooltip-container {
    left: 0.5rem !important;
    align-items: flex-start !important;
}
@media (max-width: 1024px) {
    .video-main {
        max-width: 645px;
        margin-right: 336px;
    }
    .video-main {
        max-width: 645px;
        margin-right: 336px;
    }
    .video-aside {
        width: 320px;
        overflow-x: hidden;
    }
    .video-aside__img {
        width: 116px;
        height: 64px;
    }
    .video-aside .roles {
        display: none;
    }
    #videoSidebarMenu {
        width: 237px;
    }
}
@media (max-width: 992px) {
    .videos-list .content-card {
        height: 300px !important;
    }
    .videos-list .videos-wrapper .content-card.fav-video {
        max-width: 292px;
    }
    .video-main {
        max-width: 100%;
        margin-right: 0;
    }
    .video-aside {
        position: unset;
        width: 100%;
        padding-top: 0;
        overflow: visible;
        padding-bottom: 6rem;
    }
    .videos-list__link {
        display: none;
    }
    .videos-list__link--mobile {
        display: flex;
    }
    .videos-list .videos-wrapper {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        max-height: 330px;
    }
}
@media (min-width: 992px) {
    .video-aside__img {
        height: 90px;
        width: 165px;
    }
    .videos-list .videos-wrapper {
        margin-right: 0;
        margin-left: 0;
    }
    .videos-list .videos-wrapper .content-card {
        width: unset;
        padding: 0.25rem;
        margin-bottom: 0.5rem !important;
        max-height: 98px;
    }
    .videos-list .videos-wrapper .content-card .card {
        flex-direction: row;
        border: none;
    }
    .videos-list .videos-wrapper .content-card .img {
        width: 165px;
        height: 90px;
        flex-shrink: 0;
        margin-right: 0.75rem;
    }
    .videos-list .videos-wrapper .content-card .img img {
        border-radius: 0.25rem !important;
    }
    .videos-list .videos-wrapper .content-card .card-body {
        padding: 0.25rem 0;
        height: unset;
    }
    .videos-list .videos-wrapper .content-card .card-body .video-data {
        justify-content: flex-start !important;
    }
    .videos-list .videos-wrapper .content-card .card-body .video-data .service {
        display: none;
    }
    .videos-list .videos-wrapper .content-card .card-body .video-data .date {
        display: block;
    }
}
@media (max-width: 768px) {
    .video-aside {
        padding-top: 0.75rem;
    }
    .videos-list .videos-wrapper .content-card {
        max-height: unset;
    }
}

.tab-content {
    margin-top: 20px;
}
@media (max-width: 992px) {
    .tab-content {
        margin-top: 16px;
    }
}

.view-switch {
    min-height: 36px;
    display: flex;
    gap: 4px;
    padding: 4px;
    border-radius: 8px;
    background: #F4F4F8;
    margin-right: 8px;
    cursor: pointer;
}
.view-switch .view-switch-button {
    border-radius: 6px;
    z-index: 2;
}
.view-switch .view-switch-toggle {
    border-radius: 6px;
    border: 1px solid #E8E8EF;
    box-shadow: 0 1px 2px 0 #2929400F;
    background: #FFFFFF !important;
    width: 28px;
    height: 28px;
    position: absolute;
    transition: .4s;
}
.view-switch .view-switch-toggle.list-view {
    transform: translateX(32px);
}

#searchResultContent.list-view .videos-wrapper {
    flex-direction: column;
}
#searchResultContent.list-view .videos-wrapper .content-card {
    width: 100%;
    height: 115px;
    padding: 12px 0;
    margin: 0 12px !important;
}
#searchResultContent.list-view .videos-wrapper .content-card:not(:first-of-type) {
    border-top: 1px solid #E8E8EF;
}
#searchResultContent.list-view .videos-wrapper .content-card .card {
    display: flex;
    flex-direction: row;
    border: none;
}
#searchResultContent.list-view .videos-wrapper .content-card .card p.video-service {
    display: none !important;
}
#searchResultContent.list-view .videos-wrapper .content-card .card .card-body {
    padding: 4px 12px 4px 12px;
}
#searchResultContent.list-view .videos-wrapper .content-card .card .card-body .video-data {
    justify-content: start !important;
}
#searchResultContent.list-view .videos-wrapper .content-card .card img {
    border-radius: 12px;
    width: 164px !important;
    min-width: 164px;
    height: 90px !important;
}
#searchResultContent.list-view .videos-wrapper .content-card .card .btn-favorites {
    align-items: flex-start;
    padding: 0;
    margin: 8px !important;
}


/* End */


/* Start:/local/components/parnas/filter/templates/modal-filter/style.css?17551677304751*/
.filter-modal-button {
    position: fixed;
    bottom: 83px;
    right: 16px;
    z-index: 100;
    background: #fff;
    border-radius: 12px;
    padding: 8px 16px;
    border: 1px solid #D6D6DF;
    cursor: pointer;
    box-shadow: 0 4px 6px 0 rgba(41, 41, 64, 0.14), 0 -6px 15px 0 rgba(41, 41, 64, 0.1) !important;
    font-size: 14px;
    font-weight: 600;
}
@media (min-width:992px) {
    .filter-modal-button {
        display: none;
    }
}

.filter-modal-dialog{
    margin: 0;
    height: 100%;
}

.filter-modal-content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
}

.filter-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 12px 20px;
}

.filter-modal-badges {
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
    padding: 0 20px 0 20px;
    border-bottom: 1px solid #E8E8EF;
    min-height: 48px;
}
.filter-modal-badges.empty {
    display: none;
}

.filter-modal-tab-switcher {
    padding: 0 20px 12px 20px;
    border-bottom: 1px solid #E8E8EF;
}
.filter-modal-tab-switcher .tab-switcher {
    display: flex;
    width: 100%;
    background: #F4F4F8;
    padding: 4px;
    gap: 4px;
    border-radius: 8px;
}
.filter-modal-tab-switcher .tab-switcher .tab-switcher-pill {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    border-radius: 6px;
    line-height: 20px;
    transition: all 0.3s ease;
}
.filter-modal-tab-switcher .tab-switcher .tab-switcher-pill.active {
    background: #4C6EF5;
    color: #fff;
    font-weight: 600;
}
.filter-modal-tab-switcher .tab-switcher .tab-switcher-pill .pill-counter {
    margin-left: 8px;
}
.filter-modal-tab-switcher .tab-switcher .tab-switcher-pill .pill-counter.empty {
     display: none;
 }

.filter-modal-body {
    flex-grow: 1;
    padding: 12px 20px;
}

.filter-modal-tab {
    display: none;
    transition: all 0.3s ease;
}
.filter-modal-tab.active {
    display: block;
}

.filter-modal-option-list {
    display: none;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0;
}
.filter-modal-option-list.active {
    display: flex;
}

.filter-modal-option {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 11px 15px;
    font-size: 15px;
    line-height: 24px;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid #D6D6DF;
}
.filter-modal-option .filter-modal-option--checkbox {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    margin-right: 0 !important;
    border: 1px solid #D7D9E1;
    border-radius: 5px;
    z-index: 2;
    position: relative;
}
.filter-modal-option .filter-modal-option--checkbox svg {
    position: absolute;
    top: -1px;
    left: -1px;
    opacity: 0;
    transition: all 0.3s ease;
}
.filter-modal-option.active .filter-modal-option--checkbox svg.active {
    opacity: 1;
}
.filter-modal-option .filter-modal-option--label {
    flex-grow: 1
}

/* filter content items (roles|services|types|etc) */
.filter-modal-option-groups {
    width: 100%;
    display: flex;
    gap: 4px;
    padding-bottom: 4px;
    margin-bottom: 12px;
}
.filter-modal-option-groups .group-pill {
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
}
.filter-modal-option-groups .group-pill.active {
    border: 1px solid #E8E8EF;
    box-shadow: 0 1px 2px 0 #2929400F, 0 1px 3px 0 #29294014;
}
.filter-modal-option-groups .group-pill .group-pill-counter {
    margin-left: 8px;
}
.filter-modal-option-groups .group-pill .group-pill-counter.empty {
    display: none;
}
/** filter controls */
.filter-modal-controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid #E8E8EF;
    padding: 16px 20px 23px 20px;
}
.filter-modal-controls .filter-button {
    border: 1px solid #E8E8EF;
    color: #4C6EF5;
    border-radius: 8px;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.3s ease;
    background-color: white;
}
.filter-modal-controls .filter-button.submit {
    color: white;
    background-color: #4C6EF5;
    border-color: #4C6EF5;
    padding: 12px 24px;
}
.filter-modal-controls .filter-button.clear {

}

.filter-modal-button-counter {
    display: none;
    position: absolute;
    top: -6px;
    right: -6px;
    height: 14px;
    min-width: 14px;
    padding: 0 4px;
    background-color: #73757E;
    font-size: 11px;
    line-height: 14px;
    color: #FFFFFF;
    border-radius: 999px;
}
.filter-modal-button-counter.show {
    display: flex;
}
/* End */


/* Start:/local/components/parnas/roles/templates/modal-filter/style.css?1745221174512*/
/* filter content items (roles|services|types|etc) */
.modal-role-groups {
    width: 100%;
    display: flex;
    gap: 4px;
    padding-bottom: 16px;
    overflow: auto;
}
.modal-role-groups .role-group-pill {
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
}
.modal-role-groups .role-group-pill.active {
    border: 1px solid #E8E8EF;
    box-shadow: 0 1px 2px 0 #2929400F, 0 1px 3px 0 #29294014;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/play-list-list/style.css?1749051278224*/
div.playlist:hover {
    background-color: #F1F4FF;
}

.playlist-item {
    border-top: 1px solid #E8E8EF;
}
.playlist-item:first-child {
    margin-top: 16px;
}
.playlist-item:last-child {
    padding-bottom: 0!important;
}
/* End */
/* /local/components/parnas/videos/templates/.default/style.css?17452211747154 */
/* /local/components/parnas/filter/templates/modal-filter/style.css?17551677304751 */
/* /local/components/parnas/roles/templates/modal-filter/style.css?1745221174512 */
/* /local/templates/.default/components/bitrix/news.list/play-list-list/style.css?1749051278224 */
