

/* Start:/bitrix/templates/universe_s1/components/bitrix/system.pagenavigation/.default/style.css?17315357652556*/
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default {
  display: block;
  margin: 10px 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: -4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-active .system-pagenavigation-item-wrapper {
  background-color: #0065ff;
  border-color: #0065ff;
  color: #fff;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-disabled .system-pagenavigation-item-wrapper {
  display: none;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-all .system-pagenavigation-item-wrapper {
  width: auto;
  text-align: left;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper {
  display: block;
  background-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  color: #2d2d2d;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -ms-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper:hover {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/news.list/video/style.css?17859282159160*/
.video-gallery-list .video-gallery-list-item {
    position: relative;
    display: inline-block;
    padding-bottom: 19%;
    width: 33.33333%;
    height: 0;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    transition: 300ms linear;
}
.video-gallery-list-header {
    display: block;
    padding: 20px 5px;
}
.video-gallery-list-header .video-gallery-list-header-h2 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}
.video-gallery-list .video-gallery-list-item-first-big {
    position: relative;
    display: inline-block;
    padding-bottom: 19%;
    width: 33.33333%;
    height: 0;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
}
.video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-wrapper,
.video-gallery-list .video-gallery-list-item .video-gallery-list-item-wrapper {
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    background-color: #000;
}
.video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-wrapper-dark,
.video-gallery-list .video-gallery-list-item .video-gallery-list-item-wrapper-dark {
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    background: #000;
    opacity: 0;
    transition: 300ms linear;
    border-radius: 5px;
    cursor: pointer;
}
.video-gallery-list .video-gallery-list-item-first-big:hover .video-gallery-list-item-wrapper-dark,
.video-gallery-list .video-gallery-list-item:hover .video-gallery-list-item-wrapper-dark {
    opacity: 0.5;
    transition: 300ms linear;
}
.video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-icon,
.video-gallery-list .video-gallery-list-item .video-gallery-list-item-icon {
    position: absolute;
    left: 45%;
    top: 50%;
    margin-top: -25px;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    opacity: 0.5;
    transition: 300ms linear;
    cursor: pointer;
    border: 0;
    padding: 0;
    background: transparent;
    z-index: 3;
}
.video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-name,
.video-gallery-list .video-gallery-list-item .video-gallery-list-item-name {
    position: absolute;
    left: 8%;
    top: 8%;
    font-size: 18px;
    line-height: 1.5em;
    max-height: 54px;
    max-width: 85%;
    overflow: hidden;
    color: #fff;
    opacity: 0.7;
    transition: 300ms linear;
    cursor: pointer;
}

.video-gallery-list .video-gallery-list-item-first-big:hover .video-gallery-list-item-name,
.video-gallery-list .video-gallery-list-item:hover .video-gallery-list-item-name {
    opacity: 1;
    transition: 300ms linear;
}
.video-gallery-list .video-gallery-list-item-first-big:first-of-type .video-gallery-list-item-icon {
    position: absolute;
    left: 45%;
    top: 50%;
    font-size: 92px;
    line-height: 92px;
    margin-top: -46px;
    color: #fff;
    opacity: 0.5;
    transition: 300ms linear;
}
.video-gallery-list .video-gallery-list-item-first-big:hover .video-gallery-list-item-icon,
.video-gallery-list .video-gallery-list-item:hover .video-gallery-list-item-icon {
    transition: 300ms linear;
    opacity: 1;
}
.video-gallery-list .video-gallery-list-item-first-big:first-of-type {
    padding-bottom: 37.9%;
    width: 66.66666%;
}

.video-gallery-list .video-gallery-list-item img {
    width: 100%;

}
.video-gallery-list .video-gallery-list-item-first-big iframe,
.video-gallery-list .video-gallery-list-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.video-gallery-list .video-gallery-list-item-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    display: block;
    background: #1a1a1a;
}
.video-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
}
.video-gallery-modal[hidden] {
    display: none !important;
}
body.video-gallery-modal-open {
    overflow: hidden;
}
.video-gallery-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}
.video-gallery-modal-body {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 130px;
    box-sizing: border-box;
    overflow: visible;
    z-index: 1;
}
.video-gallery-modal-player {
    width: 100%;
    max-width: 960px;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}
.video-gallery-modal-player video {
    display: block;
    width: 100%;
    max-height: calc(100vh - 280px);
    min-height: 180px;
    object-fit: contain;
    background: #000;
}
.video-gallery-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}
.video-gallery-modal-nav {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15) center center no-repeat;
    background-size: 12px 20px;
    cursor: pointer;
    z-index: 2;
}
.video-gallery-modal-prev {
    left: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'%3E%3Cpath fill='%23fff' d='M10 0L0 10l10 10V0z'/%3E%3C/svg%3E");
}
.video-gallery-modal-next {
    right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'%3E%3Cpath fill='%23fff' d='M2 0v20l10-10L2 0z'/%3E%3C/svg%3E");
}
.video-gallery-modal-counter {
    margin-top: 16px;
    color: #fff;
    font-size: 14px;
    opacity: 0.85;
}
.video-gallery-modal-hint {
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
    opacity: 0.75;
    text-align: center;
}
.video-gallery-modal-hint[hidden] {
    display: none !important;
}
.video-gallery-modal-thumbs {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 8px;
    padding: 16px 20px 20px;
    overflow-x: auto;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.88);
    z-index: 10001;
    -webkit-overflow-scrolling: touch;
}
.video-gallery-modal-thumb {
    flex: 0 0 100px;
    width: 100px;
    height: 64px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    background: #111 center center / cover no-repeat;
    cursor: pointer;
    opacity: 0.65;
    transition: opacity 0.2s, border-color 0.2s;
    position: relative;
}
.video-gallery-modal-thumb.active,
.video-gallery-modal-thumb:hover {
    opacity: 1;
    border-color: #fff;
}
.video-gallery-modal-thumb video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    background: #1a1a1a;
}
@media (max-width: 768px) {
    .video-gallery-modal-body {
        padding: 48px 12px 120px;
    }
    .video-gallery-modal-player video {
        max-height: calc(100vh - 240px);
        min-height: 160px;
    }
    .video-gallery-modal-nav {
        display: none;
    }
    .video-gallery-modal-thumbs {
        padding: 12px;
        gap: 6px;
    }
    .video-gallery-modal-thumb {
        flex: 0 0 80px;
        width: 80px;
        height: 52px;
    }
}
@media (max-width: 990px) {
    .video-gallery-list .video-gallery-list-item {
        padding-bottom: 38%;
    }
    .video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-name,
    .video-gallery-list .video-gallery-list-item .video-gallery-list-item-name {
        font-size: 14px;
        max-height: 42px;
    }
    .video-gallery-list .video-gallery-list-item-first-big .video-gallery-list-item-icon,
    .video-gallery-list .video-gallery-list-item .video-gallery-list-item-icon {
        font-size: 35px;
        line-height: 35px;
        margin-top: -17px;
    }
}
@media (max-width: 720px) {
    .video-gallery-list .video-gallery-list-item-first-big:first-of-type {
        width: 100%;
        padding-bottom: 56%;
    }
}
@media (max-width: 540px) {
    .video-gallery-list .video-gallery-list-item {
        width: 100%;
        padding-bottom: 50%;
        margin: 10px auto;
    }
    .video-gallery-list .video-gallery-list-item-first-big {
        padding-bottom: 38%;
        width: 50%;
    }
}
/* End */
/* /bitrix/templates/universe_s1/components/bitrix/system.pagenavigation/.default/style.css?17315357652556 */
/* /bitrix/templates/universe_s1/components/bitrix/news.list/video/style.css?17859282159160 */
