

/* Start:/bitrix/templates/universe_s1/components/bitrix/system.pagenavigation/.default/style.css?16963170802556*/
.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?16963170794910*/
.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;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    cursor: pointer;
}
.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;
}
.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%;
}
@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 */


/* Start:/bitrix/templates/universe_s1/components/bitrix/main.userconsent.request/.default/user_consent.css?16963170814690*/
* {
    box-sizing: border-box;
}

.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 333px; /* loader magic */
    max-width: 580px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	min-width: 320px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 40px;
	color: #1B1E25;
	text-align: left;
	border-bottom: 1px solid #F2F2F2;
    padding: 40px;
}

.main-user-consent-request-popup-content {
    padding: 30px 40px;
}

.main-user-consent-request-popup-textarea-block {
    margin-bottom: 34px;
}

.main-user-consent-request-popup-textarea-block textarea {
    font-family: inherit;
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    color: #404040;
    resize: none;
    padding: 0 60px 0 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-cont .main-user-consent-request-popup-buttons .main-user-consent-request-popup-button {
    height: 44px;
    padding: 17px 36px;
	outline: none;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
    border-width: 1px;
}

.main-user-consent-close-icon {
    position: absolute;
    top: 29px;
    right:29px;
    width: 13px;
    height: 13px;
    cursor: pointer;
}

#main-user-consent-request-popup-button-acc {
    margin-right: 13px;
}

.main-user-consent-request-popup-text {
	width: 100%;
	min-height: 130px;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
}


/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@media all and (max-width: 800px) {
    .main-user-consent-request-popup-header {
        font-size: 24px;
        line-height: 24px;
        padding: 50px 30px 30px 30px;
    }
    .main-user-consent-request-popup-cont {
        min-width: 400px;
    }
    .main-user-consent-request-popup-content {
        padding: 26px;
    }
}
@media all and (max-width: 420px) {
    .main-user-consent-request-popup-cont {
        min-width: 310px;
    }
    .main-user-consent-request-popup-content {
        padding: 26px;
    }
    .main-user-consent-request-popup-header {
        font-size: 24px;
        line-height: 24px;
        padding: 50px 30px 30px 30px;
    }
    #main-user-consent-request-popup-button-acc {
        margin-right: 0;
    }
    #main-user-consent-request-popup-button-rej {
        margin-top: 15px;
    }

}

/* End */
/* /bitrix/templates/universe_s1/components/bitrix/system.pagenavigation/.default/style.css?16963170802556 */
/* /bitrix/templates/universe_s1/components/bitrix/news.list/video/style.css?16963170794910 */
/* /bitrix/templates/universe_s1/components/bitrix/main.userconsent.request/.default/user_consent.css?16963170814690 */
