

/* Start:/bitrix/templates/system/components/bitrix/news.list/slider_video/style.css?16159881641221*/
header {
margin-bottom:0 !important;
}
#video-bg {
    overflow: hidden;
    z-index: 1;
}

#video-bg > video {
}

 @supports (object-fit: cover) {
     #video-bg > video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
         max-height:500px;
     }
 }

.mouse-icon {
    width: 24px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 11px;
    position: absolute;
    left: 50%;
    /* top: 0; */
    margin-left: -12px;
    cursor: pointer;
    margin-bottom: 50px;
    top: 17%;
}
.mouse-icon__wheel {
    position: absolute;
    top: 8px;
    left: 50%;
    background: #fff;
    width: 2px;
    height: 4px;
    margin-left: -1px;
    -webkit-animation: mouse-wheel-scroll 1.4s linear infinite;
    animation: mouse-wheel-scroll 1.4s linear infinite;
}
@keyframes mouse-wheel-scroll {
    0%, 100% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0)
    }
    20% {
        -webkit-transform: scaleY(2.2) translateY(1px);
        transform: scaleY(2.2) translateY(1px)
    }
    60% {
        -webkit-transform: scaleY(1) translateY(6px);
        transform: scaleY(1) translateY(6px)
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.css?1565768084302*/
.page-link,
.page-link:hover {
	color: var(--theme-color-primary);
}

.page-item.active .page-link {
	color: var(--theme-b-tx-primary);
	background-color: var(--theme-color-primary);
	border-color: var(--theme-color-primary);
}

.page-link:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}
/* End */


/* Start:/bitrix/templates/system/components/bitrix/news.list/news-list-main-page/style.css?1588151894150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /bitrix/templates/system/components/bitrix/news.list/slider_video/style.css?16159881641221 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.css?1565768084302 */
/* /bitrix/templates/system/components/bitrix/news.list/news-list-main-page/style.css?1588151894150 */
