

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17782653351540*/
.page__pag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 32px 0;
  padding: 0;
}

.page__pag > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page__pag > li::marker {
  content: "";
}

.page__pag > li::before,
.page__pag > li::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.page__pag a,
.page__pag .current__pag > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  color: #1a1a1a;
  background: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition:
    background-color 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease;
}

.page__pag a:hover,
.page__pag a:focus-visible {
  background: #f3f4f6;
  border-color: #9ca3af;
  color: #111;
}

.page__pag .current__pag > span {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
  cursor: default;
}

.page__pag .arrow__pag a {
  width: 36px;
  padding: 0;
}

.page__pag .arrow__pag svg {
  width: 11px;
  height: 16px;
  display: block;
}

.page__pag .arrow__pag svg path {
  fill: currentColor;
}

.page__pag .arrow__pag.is_disabled a {
  opacity: 0.35;
  pointer-events: none;
  cursor: default;
}

/* End */


/* Start:/local/templates/autoimun/components/bitrix/news/video/bitrix/news.list/.default/style.css?1738850103951*/
.video-list {
	display: grid;
	grid-template-columns:repeat(3,1fr);
	gap:20px;
}
.video-list__box{
	box-shadow: 0 9px 93px rgba(39,70,163,.04);
	border-radius: 10px;
	background: #fff;
	padding: 16px 24px;
}
.video-list__box-imgwapper {
	position: relative;
}
.video-list img {
	display: inline-block;
	vertical-align:top;
	max-width:100%;
	height: auto;
	border-radius: 10px;
}
.video-list__box iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.video-list__box-links {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	gap:20px;
	margin:10px 0;
}
.video-list__box-links span {
	display:inline-block;
	vertical-align:top;
	padding:8px 15px;
	border-radius:10px;
	background:#f6fcfd;
	cursor:pointer;
}
.video-list__box-name a
{
	color: var(--text);
}

@media (max-width: 767px) {
	.video-list {grid-template-columns:repeat(2,1fr);}
}


@media (max-width: 480px) {
	.video-list {grid-template-columns:repeat(1,1fr);}
}
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17782653351540 */
/* /local/templates/autoimun/components/bitrix/news/video/bitrix/news.list/.default/style.css?1738850103951 */
