.inner-v2 {
  background: #f8fafc;
}
.inner-v2 .breadcrumbs {
  width: auto;
  margin: 22px 0 0;
  padding: 0;
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  display: block;
}
.inner-v2 .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.inner-v2 .breadcrumbs li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.inner-v2 .breadcrumbs li + li::before {
  content: "/";
  width: auto;
  height: auto;
  margin: 0 11px;
  border: 0;
  color: rgba(255,255,255,0.52);
  transform: none;
  flex: 0 0 auto;
}
.inner-v2 .breadcrumbs a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  color: rgba(255,255,255,0.88);
  font-weight: 700;
  text-decoration: none;
}
.inner-v2 .breadcrumbs a:hover {
  color: #ffd45c;
}
.inner-v2 .breadcrumbs [aria-current="page"] {
  color: #ffd45c;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.inner-v2 .page-hero.compact {
  position: relative;
  overflow: hidden;
  padding: 86px 0 74px;
  background: #0b1f33;
  color: #fff;
}
.inner-v2 .page-hero.compact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('../media/images/title-banner.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.58;
}
.inner-v2 .page-hero.compact::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,31,51,0.96), rgba(11,31,51,0.76) 54%, rgba(11,31,51,0.38));
}
.inner-v2 .page-hero.compact .container {
  position: relative;
  z-index: 1;
}
.inner-v2 .page-hero.compact h1 {
  max-width: 860px;
  font-size: 56px;
  line-height: 1;
}
.inner-v2 .page-hero.compact p:not(.kicker) {
  max-width: 760px;
  margin-top: 20px;
  color: rgba(255,255,255,0.88);
  font-size: 20px;
}
.inner-v2 .page-hero .kicker {
  color: #ffd45c;
}
.inner-v2 .section {
  padding: 74px 0;
}
.inner-v2 .section.muted {
  background: #eef3f8;
}
.inner-v2 .section.final-cta,
.inner-v2 .section.accent {
  background: #d71920;
  color: #fff;
}
.inner-v2 .section-head h2,
.inner-v2 .board-head h2 {
  font-size: 40px;
}
.inner-v2 .program-card,
.inner-v2 .info-card,
.inner-v2 .testimonial-grid article,
.inner-v2 .contact-panel,
.inner-v2 .lead-form,
.inner-v2 .official-side,
.inner-v2 .news-card,
.inner-v2 .image-card,
.inner-v2 .doc-list a {
  border-radius: 8px;
  border-color: #d9dee8;
  box-shadow: 0 12px 30px rgba(16,38,63,0.07);
}
.inner-v2 .program-card,
.inner-v2 .info-card,
.inner-v2 .testimonial-grid article,
.inner-v2 .contact-panel,
.inner-v2 .lead-form,
.inner-v2 .official-side {
  position: relative;
  overflow: hidden;
}
.inner-v2 .program-card::before,
.inner-v2 .info-card::before,
.inner-v2 .testimonial-grid article::before,
.inner-v2 .contact-panel::before,
.inner-v2 .lead-form::before,
.inner-v2 .official-side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #d71920;
}
.inner-v2 .program-top span {
  width: 52px;
  height: 52px;
  background: #10263f;
  border-radius: 8px;
  font-size: 20px;
}
.inner-v2 .program-card h3,
.inner-v2 .info-card h2,
.inner-v2 .news-card h2,
.inner-v2 .image-card span {
  color: #1d2433;
}
.inner-v2 .program-card a,
.inner-v2 .info-card > a,
.inner-v2 .price-table td a,
.inner-v2 .news-card a {
  color: #d71920;
}
.inner-v2 .program-grid,
.inner-v2 .card-grid,
.inner-v2 .news-grid,
.inner-v2 .info-grid,
.inner-v2 .testimonial-grid {
  gap: 18px;
}
.inner-v2 .seo-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: start;
}
.inner-v2 .seo-intro-grid > div:first-child p:not(.kicker) {
  color: #667085;
  font-size: 18px;
}
.inner-v2 .seo-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.inner-v2 .seo-proof-grid article {
  min-height: 128px;
  padding: 20px;
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16,38,63,0.06);
}
.inner-v2 .seo-proof-grid strong {
  display: block;
  color: #10263f;
  font-size: 24px;
  line-height: 1.15;
}
.inner-v2 .seo-proof-grid span {
  display: block;
  margin-top: 10px;
  color: #667085;
}
.inner-v2 .image-card,
.inner-v2 .news-card {
  overflow: hidden;
}
.inner-v2 .image-card img,
.inner-v2 .news-card img {
  filter: saturate(0.96) contrast(1.02);
}
.inner-v2 .image-card p,
.inner-v2 .news-card p:not(.kicker),
.inner-v2 .info-card p,
.inner-v2 .article-content p,
.inner-v2 .testimonial-grid p {
  color: #667085;
}
.inner-v2 .price-table {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(16,38,63,0.07);
}
.inner-v2 .price-table caption {
  caption-side: top;
  padding: 0 0 12px;
  color: #667085;
  text-align: left;
  font-weight: 700;
}
.inner-v2 .price-table th {
  background: #10263f;
}
.inner-v2 .price-table tbody tr:hover {
  background: #fff7f7;
}
.inner-v2 .price-table td:first-child strong {
  font-size: 18px;
}
.inner-v2 .official-layout {
  align-items: stretch;
}
.inner-v2 .official-text {
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(16,38,63,0.05);
}
.inner-v2 .facts-list div {
  border-color: #d9dee8;
}
.inner-v2 .doc-list a:hover,
.inner-v2 .proof-list a:hover,
.inner-v2 .image-card:hover,
.inner-v2 .news-card:hover,
.inner-v2 .info-card:hover,
.inner-v2 .program-card:hover {
  transform: translateY(-2px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 18px 40px rgba(16,38,63,0.11);
}
.inner-v2 .photo-grid img,
.inner-v2 .photo-strip img {
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16,38,63,0.08);
}
.inner-v2 .article-page .article-content {
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(16,38,63,0.05);
}
.inner-v2 .lead-form input,
.inner-v2 .lead-form select,
.inner-v2 .lead-form textarea {
  border-color: #cfd6e3;
}
.inner-v2 .lead-form input:focus,
.inner-v2 .lead-form select:focus,
.inner-v2 .lead-form textarea:focus {
  outline: 2px solid rgba(215,25,32,0.18);
  border-color: #d71920;
}
.inner-v2 .map-section {
  background: #fff;
}
.inner-v2 .map-section iframe {
  min-height: 420px;
}
.inner-v2 .cta-row h2,
.inner-v2 .final-cta h2,
.inner-v2 .accent h2 {
  color: #fff;
}
.inner-v2 .button.light {
  color: #d71920;
}
.inner-v2 .button.light:hover {
  color: #10263f;
}
.inner-v2 .footer-grid h2 {
  color: #fff;
}

.inner-v2 .learning-faq .faq-grid > div:first-child p:not(.kicker) {
  color: #667085;
  font-size: 18px;
}

.inner-v2 .learning-faq details {
  box-shadow: 0 12px 30px rgba(16,38,63,0.05);
}

.site-footer.footer-unified {
  padding: 0;
  background: #0d1b2b;
  color: #fff;
}

.footer-unified .footer-cta {
  padding: 72px 0;
  background: #f3f6fb;
  color: #10263f;
}

.footer-unified .footer-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 34px;
  align-items: stretch;
}

.footer-unified .footer-cta-copy,
.footer-unified .footer-cta-card {
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16,38,63,0.12);
}

.footer-unified .footer-cta-copy {
  padding: 34px;
  background: #fff;
  border: 1px solid #d9dee8;
}

.footer-unified .footer-cta-copy h2 {
  max-width: 720px;
  color: #10263f;
  font-size: 36px;
}

.footer-unified .footer-cta-copy p:not(.kicker) {
  max-width: 620px;
  margin: 20px 0 0;
  color: #516079;
  font-size: 18px;
}

.footer-unified .footer-cta-card {
  display: grid;
  gap: 20px;
  padding: 56px 40px;
  background: #10263f;
  border-left: 5px solid #d71920;
}

.footer-unified .footer-cta-item {
  display: grid;
  gap: 4px;
}

.footer-unified .footer-cta-item span {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

.footer-unified .footer-cta-item a,
.footer-unified .footer-cta-item strong {
  color: #fff;
  font-size: 25px;
  line-height: 1.22;
}

.footer-unified .footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2px;
}

.footer-unified .footer-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.28);
}

.footer-unified .footer-outline:hover {
  background: #fff;
  color: #10263f;
}

.footer-unified .footer-main {
  padding: 52px 0 24px;
  background: #0d1b2b;
}

.footer-unified .footer-grid {
  align-items: start;
}

.footer-unified .footer-brand img {
  flex: 0 0 auto;
}

.footer-unified .footer-brand strong {
  display: block;
  max-width: 320px;
  color: #fff;
  line-height: 1.45;
}

.footer-unified .footer-brand p {
  max-width: 360px;
  margin: 10px 0 0;
}

.footer-unified nav,
.footer-unified .footer-contacts {
  min-width: 0;
}

.footer-unified h2 {
  color: #fff;
}

.footer-unified a {
  color: rgba(255,255,255,0.78);
}

.footer-unified a:hover {
  color: #ffd45c;
}

.footer-unified .footer-contacts span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,0.68);
}

.inner-v2 .entry-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: #fff;
  background: #0b1f33;
}

.inner-v2 .entry-photo,
.inner-v2 .entry-overlay {
  position: absolute;
  inset: 0;
}

.inner-v2 .entry-photo {
  background-image: url('../media/main/007%20%281%29.jpg');
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.inner-v2 .entry-overlay {
  background:
    linear-gradient(90deg, rgba(11,31,51,0.96) 0%, rgba(11,31,51,0.78) 52%, rgba(11,31,51,0.28) 100%),
    linear-gradient(0deg, rgba(11,31,51,0.22), rgba(11,31,51,0.22));
}

.inner-v2 .entry-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
  gap: 46px;
  align-items: end;
  padding: 92px 0 74px;
}

.inner-v2 .entry-copy h1 {
  max-width: 760px;
  color: #fff;
  font-size: 64px;
  line-height: 0.98;
}

.inner-v2 .entry-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.9);
  font-size: 21px;
}

.inner-v2 .entry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.inner-v2 .entry-price {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px;
  background: rgba(255,255,255,0.18);
  box-shadow: 0 24px 55px rgba(0,0,0,0.2);
  backdrop-filter: blur(12px);
}

.inner-v2 .entry-price div {
  padding: 22px 24px;
  background: rgba(255,255,255,0.12);
}

.inner-v2 .entry-price span,
.inner-v2 .entry-price strong {
  display: block;
}

.inner-v2 .entry-price span {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

.inner-v2 .entry-price strong {
  margin-top: 6px;
  color: #fff;
  font-size: 26px;
  line-height: 1.15;
}

.inner-v2 .category-board,
.inner-v2 .quick-route,
.inner-v2 .proof-section,
.inner-v2 .price-shelf,
.inner-v2 .news-preview {
  padding: 76px 0;
}

.inner-v2 .category-board,
.inner-v2 .price-shelf {
  background: #fff;
}

.inner-v2 .quick-route,
.inner-v2 .news-preview {
  background: #f3f6fb;
}

.inner-v2 .board-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.inner-v2 .board-head > a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  color: #d71920;
  border: 1px solid #d9dee8;
  border-radius: 6px;
  font-weight: 800;
}

.inner-v2 .board-head > a:hover {
  color: #fff;
  background: #d71920;
  border-color: #d71920;
}

.inner-v2 .choice-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.inner-v2 .choice-card {
  display: grid;
  align-content: start;
  min-height: 220px;
  padding: 24px;
  color: #1d2433;
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16,38,63,0.07);
}

.inner-v2 .choice-card:hover,
.inner-v2 .mini-price-grid article:hover,
.inner-v2 .news-tile:hover {
  color: #1d2433;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(16,38,63,0.12);
}

.inner-v2 .choice-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  color: #fff;
  background: #10263f;
  border-radius: 8px;
  font-weight: 800;
  font-size: 22px;
}

.inner-v2 .choice-card strong {
  color: #1d2433;
  font-size: 24px;
  line-height: 1.15;
}

.inner-v2 .choice-card em {
  margin-top: 12px;
  color: #1d7f5f;
  font-style: normal;
  font-weight: 800;
}

.inner-v2 .choice-card.primary-choice {
  color: #fff;
  background: #10263f;
  border-color: #10263f;
}

.inner-v2 .choice-card.primary-choice span {
  color: #10263f;
  background: #ffd45c;
}

.inner-v2 .choice-card.primary-choice strong,
.inner-v2 .choice-card.primary-choice em {
  color: #fff;
}

.inner-v2 .route-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: start;
}

.inner-v2 .route-copy p:not(.kicker) {
  color: #667085;
  font-size: 18px;
}

.inner-v2 .route-steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.inner-v2 .route-steps li {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px;
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16,38,63,0.06);
}

.inner-v2 .route-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: #d71920;
  border-radius: 8px;
  font-weight: 800;
}

.inner-v2 .route-steps strong {
  color: #1d2433;
  font-size: 22px;
  line-height: 1.2;
}

.inner-v2 .route-steps p {
  grid-column: 2;
  margin: -8px 0 0;
  color: #667085;
}

.inner-v2 .proof-section {
  background: #fff;
}

.inner-v2 .proof-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
  gap: 42px;
  align-items: center;
}

.inner-v2 .proof-grid figure {
  margin: 0;
}

.inner-v2 .proof-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(16,38,63,0.14);
}

.inner-v2 .proof-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.inner-v2 .proof-list a {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  color: #1d2433;
  background: #f8fafc;
  border: 1px solid #d9dee8;
  border-radius: 8px;
}

.inner-v2 .proof-list strong {
  font-size: 19px;
}

.inner-v2 .proof-list span {
  color: #667085;
}

.inner-v2 .mini-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.inner-v2 .mini-price-grid article {
  display: grid;
  gap: 10px;
  min-height: 170px;
  padding: 22px;
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16,38,63,0.07);
}

.inner-v2 .mini-price-grid span {
  color: #667085;
  font-weight: 700;
}

.inner-v2 .mini-price-grid strong {
  color: #10263f;
  font-size: 27px;
  line-height: 1.12;
}

.inner-v2 .mini-price-grid a {
  align-self: end;
  color: #d71920;
  font-weight: 800;
}

.inner-v2 .document-strip {
  padding: 70px 0;
  color: #fff;
  background: #10263f;
}

.inner-v2 .document-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 36px;
  align-items: center;
}

.inner-v2 .document-layout p:not(.kicker) {
  color: rgba(255,255,255,0.78);
  font-size: 18px;
}

.inner-v2 .document-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.inner-v2 .document-links a {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 18px 20px;
  color: #fff;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  font-weight: 800;
}

.inner-v2 .document-links a:hover {
  color: #10263f;
  background: #fff;
}

.inner-v2 .news-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) repeat(2, minmax(240px, 0.55fr));
  gap: 18px;
  align-items: stretch;
}

.inner-v2 .news-preview-grid > div {
  padding-right: 24px;
}

.inner-v2 .news-preview-grid p:not(.kicker) {
  color: #667085;
  font-size: 18px;
}

.inner-v2 .news-tile {
  display: grid;
  overflow: hidden;
  color: #1d2433;
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16,38,63,0.07);
}

.inner-v2 .news-tile img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.inner-v2 .news-tile strong {
  display: block;
  padding: 18px 20px 22px;
  color: #1d2433;
  font-size: 21px;
  line-height: 1.2;
}

.inner-v2 .learning-hero {
  padding: 92px 0 84px;
}

.inner-v2 .learning-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: end;
}

.inner-v2 .learning-hero-panel {
  display: grid;
  gap: 12px;
  padding: 24px;
  color: #fff;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.inner-v2 .learning-hero-panel strong {
  font-size: 22px;
  line-height: 1.2;
}

.inner-v2 .learning-hero-panel span {
  color: rgba(255,255,255,0.88);
}

.inner-v2 .learning-hero-panel a {
  color: #fff;
  font-weight: 800;
}

.inner-v2 .learning-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.inner-v2 .learning-route {
  display: grid;
  align-content: start;
  min-height: 158px;
  padding: 22px;
  color: #1d2433;
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16,38,63,0.06);
}

.inner-v2 .learning-route:hover {
  color: #1d2433;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(16,38,63,0.11);
}

.inner-v2 .learning-route span {
  width: max-content;
  margin-bottom: 18px;
  padding: 4px 9px;
  color: #fff;
  background: #10263f;
  border-radius: 4px;
  font-weight: 800;
  font-size: 13px;
}

.inner-v2 .learning-route strong {
  font-size: 21px;
  line-height: 1.2;
}

.inner-v2 .learning-route em {
  margin-top: 8px;
  color: #1d7f5f;
  font-style: normal;
  font-weight: 800;
}

.inner-v2 .learning-board {
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16,38,63,0.07);
  overflow: hidden;
}

.inner-v2 .learning-board .board-head {
  padding: 30px 30px 12px;
}

.inner-v2 .learning-board .board-head p:last-child {
  max-width: 760px;
  color: #667085;
}

.inner-v2 .learning-program-list {
  display: grid;
}

.inner-v2 .learning-program-list article {
  display: grid;
  position: relative;
  grid-template-columns: 72px minmax(0, 1.25fr) minmax(260px, 0.85fr) 136px;
  gap: 20px;
  align-items: center;
  padding: 22px 30px;
  border-top: 1px solid #edf0f5;
}

.inner-v2 .learning-program-list article:nth-child(even) {
  background: #fbfcfe;
}

.inner-v2 .program-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  min-height: 58px;
  padding: 8px;
  color: #fff;
  background: #10263f;
  border-radius: 8px;
  font-weight: 800;
  text-align: center;
}

.inner-v2 .learning-program-list h3 {
  margin-bottom: 6px;
  color: #1d2433;
}

.inner-v2 .learning-program-list p {
  margin: 0;
  color: #667085;
}

.inner-v2 .learning-program-list dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.inner-v2 .learning-program-list dt {
  color: #667085;
  font-size: 14px;
}

.inner-v2 .learning-program-list dd {
  margin: 2px 0 0;
  color: #1d2433;
  font-weight: 800;
}

.inner-v2 .learning-program-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: #d71920;
  border-radius: 6px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(215,25,32,0.18);
}

.inner-v2 .learning-program-list a:hover {
  color: #fff;
  background: #b9151b;
}

.inner-v2 .anchor-offset {
  position: relative;
  top: -108px;
  display: block;
  height: 0;
  visibility: hidden;
  pointer-events: none;
}

.inner-v2 .learning-program-list article > .anchor-offset {
  position: absolute;
  top: -108px;
  left: 0;
  width: 1px;
}

.inner-v2 .learning-price {
  background: #fff;
}

.inner-v2 .price-note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.inner-v2 .learning-prices-board .price-note-grid {
  margin-top: 0;
  padding: 22px 30px 30px;
  border-top: 1px solid #edf0f5;
}

.inner-v2 .price-note-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: #f4f6fa;
  border: 1px solid #d9dee8;
  border-radius: 8px;
}

.inner-v2 .price-note-grid strong {
  color: #1d2433;
  font-size: 18px;
}

.inner-v2 .price-note-grid span {
  color: #667085;
}

.inner-v2 .process-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  background: #d9dee8;
  box-shadow: 0 12px 30px rgba(16,38,63,0.07);
}

.inner-v2 .process-rail article {
  min-height: 230px;
  padding: 24px;
  background: #fff;
}

.inner-v2 .process-rail span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  color: #fff;
  background: #d71920;
  border-radius: 8px;
  font-weight: 800;
}

.inner-v2 .process-rail p {
  color: #667085;
}

.inner-v2 .learning-base {
  background: #fff;
}

.inner-v2 .base-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: 42px;
  align-items: center;
}

.inner-v2 .base-layout > div:first-child > p:not(.kicker) {
  color: #667085;
  font-size: 18px;
}

.inner-v2 .base-collage {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  grid-template-rows: 210px 210px;
  gap: 14px;
}

.inner-v2 .base-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16,38,63,0.08);
}

.inner-v2 .base-collage img:first-child {
  grid-row: span 2;
}

.inner-v2 .admission-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: start;
}

.inner-v2 .admission-grid > div:first-child p:not(.kicker) {
  color: #667085;
  font-size: 18px;
}

.inner-v2 .admission-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.inner-v2 .admission-list article {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 20px;
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16,38,63,0.06);
}

.inner-v2 .admission-list strong {
  color: #1d2433;
  font-size: 20px;
}

.inner-v2 .admission-list span {
  color: #667085;
}

@media (max-width: 1100px) {
  .inner-v2 .page-hero.compact h1 {
    font-size: 46px;
  }
  .inner-v2 .section-head h2,
  .inner-v2 .board-head h2 {
    font-size: 34px;
  }
  .inner-v2 .learning-hero-grid,
  .inner-v2 .entry-inner,
  .inner-v2 .route-layout,
  .inner-v2 .proof-grid,
  .inner-v2 .document-layout,
  .inner-v2 .seo-intro-grid,
  .inner-v2 .base-layout,
  .inner-v2 .admission-grid,
  .footer-unified .footer-cta-grid {
    grid-template-columns: 1fr;
  }
  .inner-v2 .entry-copy h1 {
    font-size: 52px;
  }
  .inner-v2 .entry-price,
  .footer-unified .footer-cta-card {
    max-width: 620px;
  }
  .inner-v2 .choice-grid,
  .inner-v2 .mini-price-grid,
  .inner-v2 .document-links,
  .inner-v2 .news-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .inner-v2 .choice-grid .primary-choice,
  .inner-v2 .news-preview-grid > div {
    grid-column: 1 / -1;
  }
  .inner-v2 .news-preview-grid > div {
    padding-right: 0;
  }
  .inner-v2 .learning-hero-panel {
    max-width: 620px;
  }
  .inner-v2 .learning-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .inner-v2 .price-note-grid {
    grid-template-columns: 1fr;
  }
  .inner-v2 .learning-program-list article {
    grid-template-columns: 64px minmax(0, 1fr);
  }
  .inner-v2 .learning-program-list dl,
  .inner-v2 .learning-program-list a {
    grid-column: 2;
  }
  .inner-v2 .learning-program-list a {
    justify-self: start;
  }
  .inner-v2 .process-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .inner-v2 .breadcrumbs {
    width: auto;
    font-size: 13px;
    margin-top: 18px;
  }
  .inner-v2 .breadcrumbs ol {
    padding: 0;
  }
  .inner-v2 .breadcrumbs li + li::before {
    margin: 0 8px;
  }
  .footer-unified .footer-cta {
    padding: 46px 0;
  }
  .footer-unified .footer-cta-copy,
  .footer-unified .footer-cta-card {
    padding: 26px 22px;
  }
  .footer-unified .footer-cta-copy h2 {
    font-size: 30px;
  }
  .footer-unified .footer-cta-copy p:not(.kicker) {
    font-size: 16px;
  }
  .footer-unified .footer-cta-item a,
  .footer-unified .footer-cta-item strong {
    font-size: 22px;
  }
  .footer-unified .footer-cta-actions {
    display: grid;
  }
  .footer-unified .footer-cta-actions .button {
    width: 100%;
  }
  .footer-unified .footer-main {
    padding-top: 42px;
  }
  .inner-v2 .page-hero.compact {
    padding: 52px 0 46px;
  }
  .inner-v2 .page-hero.compact::after {
    background: rgba(11,31,51,0.84);
  }
  .inner-v2 .page-hero.compact h1 {
    font-size: 38px;
  }
  .inner-v2 .page-hero.compact p:not(.kicker) {
    font-size: 17px;
  }
  .inner-v2 .section {
    padding: 54px 0;
  }
  .inner-v2 .entry-hero {
    min-height: 0;
  }
  .inner-v2 .entry-overlay {
    background: rgba(11,31,51,0.86);
  }
  .inner-v2 .entry-inner {
    gap: 30px;
    padding: 58px 0 50px;
  }
  .inner-v2 .entry-copy h1 {
    font-size: 40px;
    line-height: 1.04;
  }
  .inner-v2 .entry-lead {
    font-size: 18px;
  }
  .inner-v2 .entry-actions,
  .inner-v2 .board-head {
    display: grid;
    align-items: start;
  }
  .inner-v2 .entry-actions .button,
  .inner-v2 .board-head > a {
    width: 100%;
  }
  .inner-v2 .category-board,
  .inner-v2 .quick-route,
  .inner-v2 .proof-section,
  .inner-v2 .price-shelf,
  .inner-v2 .document-strip,
  .inner-v2 .news-preview {
    padding: 54px 0;
  }
  .inner-v2 .section-head h2,
  .inner-v2 .board-head h2 {
    font-size: 30px;
  }
  .inner-v2 .choice-grid,
  .inner-v2 .mini-price-grid,
  .inner-v2 .document-links,
  .inner-v2 .news-preview-grid,
  .inner-v2 .route-layout,
  .inner-v2 .proof-grid,
  .inner-v2 .document-layout {
    grid-template-columns: 1fr;
  }
  .inner-v2 .choice-card,
  .inner-v2 .mini-price-grid article {
    min-height: 0;
  }
  .inner-v2 .choice-card strong,
  .inner-v2 .route-steps strong,
  .inner-v2 .mini-price-grid strong {
    font-size: 22px;
  }
  .inner-v2 .route-steps li {
    grid-template-columns: 1fr;
  }
  .inner-v2 .route-steps p {
    grid-column: auto;
    margin-top: 0;
  }
  .inner-v2 .proof-grid {
    gap: 28px;
  }
  .inner-v2 .proof-grid img,
  .inner-v2 .news-tile img {
    height: 220px;
  }
  .inner-v2 .official-text,
  .inner-v2 .article-page .article-content {
    padding: 22px;
  }
  .inner-v2 .price-table th,
  .inner-v2 .price-table td {
    padding: 14px;
  }
  .inner-v2 .learning-hero {
    padding: 56px 0 50px;
  }
  .inner-v2 .learning-hero-grid {
    gap: 28px;
  }
  .inner-v2 .learning-hero-panel {
    padding: 20px;
  }
  .inner-v2 .learning-route-grid,
  .inner-v2 .process-rail,
  .inner-v2 .admission-list,
  .inner-v2 .seo-proof-grid {
    grid-template-columns: 1fr;
  }
  .inner-v2 .learning-route {
    min-height: 0;
  }
  .inner-v2 .learning-board .board-head {
    padding: 24px 20px 8px;
  }
  .inner-v2 .learning-program-list article {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }
  .inner-v2 .program-marker {
    width: max-content;
    min-width: 58px;
  }
  .inner-v2 .learning-program-list dl,
  .inner-v2 .learning-program-list a {
    grid-column: auto;
  }
  .inner-v2 .learning-program-list a {
    width: 100%;
  }
  .inner-v2 .learning-program-list dl {
    grid-template-columns: 1fr;
  }
  .inner-v2 .process-rail article {
    min-height: 0;
  }
  .inner-v2 .base-collage {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .inner-v2 .base-collage img,
  .inner-v2 .base-collage img:first-child {
    grid-row: auto;
    height: 220px;
  }
}

@media (max-width: 760px) {
  .inner-v2 .price-table {
    min-width: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .inner-v2 .price-table thead {
    display: none;
  }
  .inner-v2 .price-table tbody,
  .inner-v2 .price-table tr,
  .inner-v2 .price-table td {
    display: block;
    width: 100%;
  }
  .inner-v2 .price-table tr {
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid #d9dee8;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(16,38,63,0.06);
  }
  .inner-v2 .price-table td {
    border-bottom: 1px solid #edf0f5;
  }
  .inner-v2 .price-table td:last-child {
    border-bottom: 0;
  }
  .inner-v2 .price-table td:nth-child(2)::before {
    content: "Срок: ";
    color: #667085;
    font-weight: 700;
  }
  .inner-v2 .price-table td:nth-child(3)::before {
    content: "Стоимость: ";
    color: #667085;
    font-weight: 700;
  }
}

.inner-v2 .legacy-content {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 74px 0 26px;
}

.inner-v2 .legacy-content > section {
  margin: 0 0 36px;
}

.inner-v2 .legacy-content.news-extra-block {
  padding-top: 0;
}

.inner-v2 .legacy-content .container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
}

.inner-v2 .legacy-content h2,
.inner-v2 .legacy-content h3,
.inner-v2 .legacy-content h4,
.inner-v2 .legacy-content h5 {
  color: #1d2433;
  letter-spacing: 0;
}

.inner-v2 .legacy-content h3 {
  font-size: 32px;
  line-height: 1.18;
  margin: 0 0 18px;
}

.inner-v2 .legacy-content h4 {
  font-size: 26px;
  line-height: 1.22;
  margin: 0 0 18px;
}

.inner-v2 .legacy-content h5 {
  font-size: 20px;
  line-height: 1.25;
}

.inner-v2 .legacy-content p,
.inner-v2 .legacy-content li,
.inner-v2 .legacy-content td,
.inner-v2 .legacy-content th {
  font-size: 17px;
  line-height: 1.62;
}

.inner-v2 .legacy-content p,
.inner-v2 .legacy-content li,
.inner-v2 .legacy-content td {
  color: #4f5f74;
}

.inner-v2 .legacy-content a {
  color: #d71920;
  font-weight: 700;
}

.inner-v2 .legacy-content ul,
.inner-v2 .legacy-content ol {
  padding-left: 22px;
}

.inner-v2 .legacy-content .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.inner-v2 .legacy-content .row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.inner-v2 .legacy-content .row > * {
  grid-column: span 4;
  min-width: 0;
}

.inner-v2 .legacy-content .col-12,
.inner-v2 .legacy-content .col-sm-12,
.inner-v2 .legacy-content .col-md-8,
.inner-v2 .legacy-content .col-lg-8 {
  grid-column: span 12;
}

.inner-v2 .legacy-content .col-6,
.inner-v2 .legacy-content .col-sm-6,
.inner-v2 .legacy-content .col-md-6,
.inner-v2 .legacy-content .col-lg-5 {
  grid-column: span 6;
}

.inner-v2 .legacy-content .col-sm-4,
.inner-v2 .legacy-content .col-md-4,
.inner-v2 .legacy-content .col-lg-4 {
  grid-column: span 4;
}

.inner-v2 .legacy-content .col-3,
.inner-v2 .legacy-content .col-md-3,
.inner-v2 .legacy-content .col-lg-3 {
  grid-column: span 3;
}

.inner-v2 .legacy-content .text-center {
  text-align: center;
}

.inner-v2 .legacy-content .text-lg-end {
  text-align: right;
}

.inner-v2 .legacy-content .d-flex {
  display: flex;
}

.inner-v2 .legacy-content .d-block {
  display: block;
}

.inner-v2 .legacy-content .d-inline-block {
  display: inline-block;
}

.inner-v2 .legacy-content .d-inline-flex {
  display: inline-flex;
}

.inner-v2 .legacy-content .flex-column {
  flex-direction: column;
}

.inner-v2 .legacy-content .flex-lg-row {
  flex-direction: row;
}

.inner-v2 .legacy-content .flex-wrap {
  flex-wrap: wrap;
}

.inner-v2 .legacy-content .flex-grow-1 {
  flex-grow: 1;
}

.inner-v2 .legacy-content .flex-shrink-0 {
  flex-shrink: 0;
}

.inner-v2 .legacy-content .align-items-center {
  align-items: center;
}

.inner-v2 .legacy-content .align-items-start {
  align-items: flex-start;
}

.inner-v2 .legacy-content .justify-content-center {
  justify-content: center;
}

.inner-v2 .legacy-content .justify-content-between {
  justify-content: space-between;
}

.inner-v2 .legacy-content .justify-content-start {
  justify-content: flex-start;
}

.inner-v2 .legacy-content .gap-6 {
  gap: 6px;
}

.inner-v2 .legacy-content .gap-8 {
  gap: 8px;
}

.inner-v2 .legacy-content .gap-10,
.inner-v2 .legacy-content .gap-12 {
  gap: 12px;
}

.inner-v2 .legacy-content .gap-16 {
  gap: 16px;
}

.inner-v2 .legacy-content .gap-24 {
  gap: 24px;
}

.inner-v2 .legacy-content .mb-0 {
  margin-bottom: 0;
}

.inner-v2 .legacy-content .mb-1,
.inner-v2 .legacy-content .mb-2,
.inner-v2 .legacy-content .mb-3,
.inner-v2 .legacy-content .mb-4,
.inner-v2 .legacy-content .mb-5 {
  margin-bottom: 16px;
}

.inner-v2 .legacy-content .mb-8 {
  margin-bottom: 8px;
}

.inner-v2 .legacy-content .mb-12,
.inner-v2 .legacy-content .mb-16 {
  margin-bottom: 16px;
}

.inner-v2 .legacy-content .mb-20,
.inner-v2 .legacy-content .mb-24 {
  margin-bottom: 24px;
}

.inner-v2 .legacy-content .mb-40 {
  margin-bottom: 34px;
}

.inner-v2 .legacy-content .mb-32 {
  margin-bottom: 32px;
}

.inner-v2 .legacy-content .mb-48 {
  margin-bottom: 48px;
}

.inner-v2 .legacy-content .mb-96 {
  margin-bottom: 64px;
}

.inner-v2 .legacy-content .mt-1,
.inner-v2 .legacy-content .mt-2,
.inner-v2 .legacy-content .mt-4,
.inner-v2 .legacy-content .mt-8 {
  margin-top: 8px;
}

.inner-v2 .legacy-content .mt-16 {
  margin-top: 16px;
}

.inner-v2 .legacy-content .mt-24 {
  margin-top: 24px;
}

.inner-v2 .legacy-content .mt-32 {
  margin-top: 32px;
}

.inner-v2 .legacy-content .mt-48 {
  margin-top: 44px;
}

.inner-v2 .legacy-content .mt-auto {
  margin-top: auto;
}

.inner-v2 .legacy-content .my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.inner-v2 .legacy-content .p-1,
.inner-v2 .legacy-content .p-2,
.inner-v2 .legacy-content .p-3,
.inner-v2 .legacy-content .p-8,
.inner-v2 .legacy-content .p-12 {
  padding: 10px;
}

.inner-v2 .legacy-content .p-16,
.inner-v2 .legacy-content .p-24,
.inner-v2 .legacy-content .p-32 {
  padding: 24px;
}

.inner-v2 .legacy-content .px-1,
.inner-v2 .legacy-content .ps-3,
.inner-v2 .legacy-content .pe-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.inner-v2 .legacy-content .pb-16 {
  padding-bottom: 16px;
}

.inner-v2 .legacy-content .pb-24,
.inner-v2 .legacy-content .pt-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.inner-v2 .legacy-content .py-64 {
  padding-top: 54px;
  padding-bottom: 54px;
}

.inner-v2 .legacy-content .br-4 {
  border-radius: 4px;
}

.inner-v2 .legacy-content .br-8,
.inner-v2 .legacy-content .br-12,
.inner-v2 .legacy-content .br-16 {
  border-radius: 8px;
}

.inner-v2 .legacy-content .w-100 {
  width: 100%;
}

.inner-v2 .legacy-content .h-100 {
  height: 100%;
}

.inner-v2 .legacy-content .min-w-80 {
  min-width: 80px;
}

.inner-v2 .legacy-content .bg-lightest-gray,
.inner-v2 .legacy-content .bg-white-bordered,
.inner-v2 .legacy-content .task-card,
.inner-v2 .legacy-content .blog-sec,
.inner-v2 .legacy-content .contact-page {
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16, 38, 63, 0.06);
}

.inner-v2 .legacy-content .bg-lightest-gray {
  background: #f4f6fa;
  box-shadow: none;
}

.inner-v2 .legacy-content .bg-white {
  background: #fff;
}

.inner-v2 .legacy-content .bg-primary {
  color: #fff;
  background: #d71920;
}

.inner-v2 .legacy-content .bg-sec {
  color: #fff;
  background: #10263f;
}

.inner-v2 .legacy-content .bg-ter {
  color: #10263f;
  background: #ffd23f;
}

.inner-v2 .legacy-content .blog-sec,
.inner-v2 .legacy-content .contact-page {
  padding: 28px;
}

.inner-v2 .legacy-content .border-start {
  border-left: 4px solid #d71920;
}

.inner-v2 .legacy-content .color-primary,
.inner-v2 .legacy-content .text-ter,
.inner-v2 .legacy-content .color-ter {
  color: #d71920;
}

.inner-v2 .legacy-content .color-sec {
  color: #10263f;
}

.inner-v2 .legacy-content .text-white,
.inner-v2 .legacy-content .white {
  color: #fff;
}

.inner-v2 .legacy-content .dark-gray,
.inner-v2 .legacy-content .light-black {
  color: #1d2433;
}

.inner-v2 .legacy-content .light-gray {
  color: #667085;
}

.inner-v2 .legacy-content .fw-400 {
  font-weight: 400;
}

.inner-v2 .legacy-content .fw-500,
.inner-v2 .legacy-content .fw-600,
.inner-v2 .legacy-content .fw-700,
.inner-v2 .legacy-content .fw-bold {
  font-weight: 700;
}

.inner-v2 .legacy-content .caption,
.inner-v2 .legacy-content .text-14 {
  font-size: 14px;
  line-height: 1.45;
}

.inner-v2 .legacy-content .text-16 {
  font-size: 16px;
}

.inner-v2 .legacy-content .text-18 {
  font-size: 18px;
}

.inner-v2 .legacy-content .text-24,
.inner-v2 .legacy-content .fs-4 {
  font-size: 24px;
}

.inner-v2 .legacy-content .fs-5,
.inner-v2 .legacy-content .h5 {
  font-size: 20px;
}

.inner-v2 .legacy-content .object-fit-cover {
  object-fit: cover;
}

.inner-v2 .legacy-content .table-responsive {
  width: 100%;
  overflow-x: auto;
}

.inner-v2 .legacy-content .hr-line {
  height: 1px;
  background: #d9dee8;
}

.inner-v2 .legacy-content .task-icon {
  width: 52px;
  height: 52px;
}

.inner-v2 .legacy-content .fa-solid,
.inner-v2 .legacy-content .fas {
  font-style: normal;
}

.inner-v2 .legacy-content .eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: #d71920;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
}

.inner-v2 .legacy-content .blog-card,
.inner-v2 .legacy-content .ssilki-card {
  display: grid;
  gap: 14px;
  height: 100%;
  padding: 18px;
  color: #1d2433;
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16, 38, 63, 0.06);
}

.inner-v2 .legacy-content .blog-card:hover,
.inner-v2 .legacy-content .ssilki-card:hover {
  color: #1d2433;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(16, 38, 63, 0.11);
}

.inner-v2 .legacy-content .card-img {
  display: grid;
  place-items: center;
  min-height: 210px;
  overflow: hidden;
  background: #f4f6fa;
  border-radius: 8px;
}

.inner-v2 .legacy-content .card-img img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  padding: 8px;
}

.inner-v2 .legacy-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.inner-v2 .legacy-content .gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.inner-v2 .legacy-content .gallery .col-md-3,
.inner-v2 .legacy-content .gallery .col-md-4 {
  width: auto;
}

.inner-v2 .legacy-content .gallery img,
.inner-v2 .legacy-content .gallery-item {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16, 38, 63, 0.08);
}

.inner-v2 .legacy-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  overflow: hidden;
}

.inner-v2 .legacy-content th,
.inner-v2 .legacy-content td {
  padding: 14px;
  border: 1px solid #d9dee8;
  vertical-align: top;
}

.inner-v2 .legacy-content th {
  color: #fff;
  background: #10263f;
}

.inner-v2 .legacy-content .news-filled-card {
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(16, 38, 63, 0.06);
}

.inner-v2 .legacy-content .news-filled-card + .news-filled-card {
  margin-top: 18px;
}

.inner-v2 .legacy-content .news-action-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-left: 0;
  list-style: none;
}

.inner-v2 .legacy-content .news-action-list a {
  display: block;
  height: 100%;
  padding: 16px;
  color: #1d2433;
  background: #f4f6fa;
  border: 1px solid #d9dee8;
  border-radius: 8px;
}

.inner-v2 .legacy-content .news-action-list a:hover {
  color: #d71920;
}

@media (max-width: 1100px) {
  .inner-v2 .legacy-content .row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .inner-v2 .legacy-content .col-lg-3,
  .inner-v2 .legacy-content .col-lg-4,
  .inner-v2 .legacy-content .col-lg-5,
  .inner-v2 .legacy-content .col-lg-8 {
    grid-column: span 6;
  }

  .inner-v2 .legacy-content .gallery,
  .inner-v2 .legacy-content .news-action-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .inner-v2 .legacy-content {
    width: calc(100% - 22px);
    padding: 52px 0 18px;
  }

  .inner-v2 .legacy-content h3 {
    font-size: 27px;
  }

  .inner-v2 .legacy-content h4 {
    font-size: 23px;
  }

  .inner-v2 .legacy-content p,
  .inner-v2 .legacy-content li,
  .inner-v2 .legacy-content td,
  .inner-v2 .legacy-content th {
    font-size: 16px;
  }

  .inner-v2 .legacy-content .row,
  .inner-v2 .legacy-content .gallery,
  .inner-v2 .legacy-content .news-action-list {
    grid-template-columns: 1fr;
  }

  .inner-v2 .legacy-content .row > * {
    grid-column: 1 / -1;
  }

  .inner-v2 .legacy-content .text-lg-end {
    text-align: left;
  }

  .inner-v2 .legacy-content .flex-lg-row {
    flex-direction: column;
  }

  .inner-v2 .legacy-content .blog-sec,
  .inner-v2 .legacy-content .contact-page,
  .inner-v2 .legacy-content .news-filled-card {
    padding: 22px;
  }

  .inner-v2 .legacy-content .card-img img,
  .inner-v2 .legacy-content .gallery img,
  .inner-v2 .legacy-content .gallery-item {
    height: 210px;
  }

  .inner-v2 .legacy-content table {
    display: block;
    overflow-x: auto;
  }
}
