

/* Start:/local/templates/sbrkn_preline/css/popup.css?17666740373851*/
.popUpMain{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.25);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999999;
    top: 0px;
    left: 0px;
}

.popUpWindow{
    padding: 15px;
    display: grid;
    grid-auto-rows: auto 1fr auto;
    gap: 20px;
    border: 1px solid black;
    background-color: white;
    max-height: 100%;
    max-width: 1920px;
}
.popUpHeader{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.popUpMainCon{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.popUpFooter{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.popUpAirDate{
    z-index: 99999999;
}
/*Big image*/

.bigImagePopup{
    width: 100%;
    height: 100%;
    background-color: rgb(30 30 30 / 89%);
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999999999999999999999999999999999999999999999;
    top: 0px;
    left: 0px;
}
.bigImagePopupCenter{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bigImagePopupCenterHdr{
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    padding-top: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999999999999;
}

.bigImagePopupCenterHdr img{
    height: 100%;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(149deg) brightness(104%) contrast(100%);
}


.bigImagePopupCenterImageBlock
{
    height: 100%;
    max-width: calc(100% - 100px);
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
}
.bigImagePopupCenterImageBlock img,
.bigImagePopupCenterImageBlock video{

    max-height: 100%;
    object-fit: contain;
    display: flex;
    align-items: center;
}
.bigImagePopupCenterImageBlock video{
    max-height: calc(100% - 100px);
    align-self: baseline;
}
.bigImagePopupCenterImageArrow{
    width: 60px;
    height: 100%;
    position: absolute;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.bigImagePopupCenterImageArrow .circle{
    border-radius: 50%;
    padding: 10px;
    transition-duration: 0.3s;
}
.bigImagePopupCenterImageArrow:hover .circle{
    background-color: rgb(0 0 0 / 75%);
}

.bigImagePopupCenterImageArrow .circle img{
    height: 30px;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(149deg) brightness(104%) contrast(100%);
}
.bigImagePopupCenterImageArrow.left{
    left: 0px;
}
.bigImagePopupCenterImageArrow.right{
    right: 0px;
}

.bigImagePopupCenterFtr{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;

    padding: 10px;

    background: #000000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 75%);
}

.bigImagePopupScrollList{
    display: flex;
    justify-content: center;
    gap: 5px;
    transition-duration: 0.3s;
}

.bigImagePopupCenterFtr .bigImagePopupScrollList .bigPopUpImageItem{
    z-index: 99999999999999999999999999999999999999999999999999999999999;
    cursor: pointer;
    height: 86px;
    width: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition-duration: 0.3s;
}
.bigImagePopupCenterFtr .bigPopUpImageItem img,
.bigImagePopupCenterFtr .bigPopUpImageItem video{
    height: 100%;
    max-width: none;
}

.bigImagePopupCenterImageArrow.hidden{
    display: none;
}
/* End */


/* Start:/local/templates/sbrkn_preline/pages/publications/detail/style.css?17666742851784*/
.gallery {
    width: 100%;
    opacity: 0;
}
.gallery.ready{
    opacity: 1;
}
.grid-item {
    width: 245px; /* Максимальная ширина элемента */
    margin: 10px; /* Отступы между элементами */
    overflow: hidden; /* Скрыть переполнение */
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-item .playBtn{
    position: absolute;
    width: 40px;
    height: 40px;
    filter: invert(100%) sepia(4%) saturate(14%) hue-rotate(59deg) brightness(103%) contrast(106%);
}

.grid-item img,
.grid-item video {
    width: 100%;
    height: auto; /* Подгонка по высоте */
    border-radius: 5px;
}
.grid-item video {
    position: absolute;
}
#loader {
    display: none;
    text-align: center;
    font-size: 20px;
    margin: 20px;
}

.textBlock a{
    color: #1c4980;
    text-decoration: underline;
}

.mr-5px{
    margin-right: 5px;
}
.imageItem {
    cursor: pointer;
}



.sideBar{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.sideBar .sideBarItem{
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: .75rem;
}

.sideBar .sideBarItem .sideBarOverlay{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 14%);
}

.sideBar .sideBarItem .sideBarImage{
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.sideBar .sideBarItem .sideBarImage img,
.sideBar .sideBarItem .sideBarImage video{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
/* End */
/* /local/templates/sbrkn_preline/css/popup.css?17666740373851 */
/* /local/templates/sbrkn_preline/pages/publications/detail/style.css?17666742851784 */
