

/* Start:/local/templates/.default/components/bitrix/news.list/assignments_main/style.css?17854298104230*/
/* ===== Блок «Скачайте направления и прейскурант» =====
   Прейскурант — широкая выделенная карточка на всю ширину,
   направления — плитка в два столбца (на мобильном — один).
   Классы dl-* новые: легаси .assignments__* намеренно не переиспользуем,
   чтобы не бороться со старой grid-каруселью и её !important-правилами. */

.wrap__assignments.wr-index {
  padding-top: 70px !important;
  padding-bottom: 28px !important;
}
.wrap__assignments.wr-index + .wrap__categories.cat {
  padding-top: 40px !important;
}

/* Шапка блока: заголовок слева, пояснение справа по общей базовой линии */
.dl-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-bottom: 24px;
}
.dl-head .h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
}
.dl-head__note {
  font-size: 14px;
  line-height: 1.4;
  color: #8595aa;
}

.dl-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.dl-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

/* ---- общая карточка ---- */
.dl-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition:
    background-color 0.18s ease,
    box-shadow 0.18s ease;
}
.dl-card:hover,
.dl-card:focus-visible {
  text-decoration: none;
}
.dl-card:focus-visible {
  outline: 2px solid #1468d4;
  outline-offset: 2px;
}

.dl-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 11px;
}
.dl-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
}
.dl-card__eyebrow {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1468d4;
}
.dl-card__title {
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.3;
  color: #15223c;
  overflow-wrap: anywhere;
}
.dl-card__meta {
  flex: 0 0 auto;
  font-size: 12.5px;
  font-weight: 500;
  white-space: nowrap;
  color: #8595aa;
}

/* ---- прейскурант ---- */
.dl-card--price {
  background: #1468d4;
  padding: 22px 26px;
  gap: 20px;
}
.dl-card--price:hover,
.dl-card--price:focus-visible {
  background: #0f52a8;
}
.dl-card--price .dl-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.dl-card--price .dl-card__eyebrow {
  margin-bottom: 4px;
  letter-spacing: 0.08em;
  color: #a9c8f2;
}
.dl-card--price .dl-card__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.dl-card--price .dl-card__meta {
  font-weight: 600;
  color: #a9c8f2;
}

/* ---- направления ---- */
.dl-card--dir {
  background: #f5f8fc;
}
.dl-card--dir:hover,
.dl-card--dir:focus-visible {
  background: #e8f0fb;
}
.dl-card--dir .dl-card__icon {
  background: #1468d4;
  color: #fff;
}

/* ---- планшет ---- */
@media (max-width: 1023px) {
  .wrap__assignments.wr-index {
    padding-top: 48px !important;
  }
  .dl-head .h3 {
    font-size: 22px;
  }
  .dl-card__title {
    font-size: 15px;
  }
}

/* ---- мобильный ---- */
@media (max-width: 767px) {
  .dl-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .dl-head {
    margin-bottom: 18px;
  }
  .dl-head .h3 {
    font-size: 20px;
  }
  .dl-card,
  .dl-card--price {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
  }
  .dl-card__icon,
  .dl-card--price .dl-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .dl-card__body {
    flex: 1 1 calc(100% - 52px);
  }
  /* вес файла уезжает под текст, чтобы длинные названия не ломали строку */
  .dl-card__meta {
    flex: 1 1 100%;
    padding-left: 52px;
  }
  .dl-card--price .dl-card__title {
    font-size: 16px;
  }
}

/* End */


/* 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/news.list/assignments_main/style.css?17854298104230 */
/* /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 */
