:root {
  --page-bg: #f3f3f3;
  --panel-bg: #ffffff;
  --text: #111111;
  --muted: #666666;
  --line: #cfcfcf;
  --green: #76b900;
  --shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: var(--text);
  background: var(--page-bg);
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  background: #ffffff;
  border-top: 8px solid #2d2d2d;
}

.topbar__inner,
.subnav__inner,
.page {
  width: min(1640px, calc(100% - 48px));
  margin: 0 auto;
}

.topbar__inner {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.brand__mark {
  width: 146px;
  height: 26px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.brand__mark img {
  display: block;
  width: 146px;
  height: 26px;
  object-fit: contain;
  object-position: left center;
}

.brand__chevron,
.brand__menu {
  color: #333333;
}

.brand__chevron {
  font-size: 18px;
  line-height: 1;
  margin-left: 0;
}

.brand__menu {
  font-size: 13px;
  font-weight: 500;
}

.topbar__links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 500;
}

.icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.locale {
  position: relative;
  padding-left: 18px;
}

.locale::before {
  content: "o";
  position: absolute;
  left: 0;
  top: -1px;
  color: #7b7b7b;
}

.search-lens,
.search-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #7b7b7b;
  border-radius: 50%;
}

.search-lens::after,
.search-icon::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -4px;
  width: 8px;
  height: 2px;
  background: #7b7b7b;
  transform: rotate(45deg);
  transform-origin: center;
}

.subnav {
  background: #000000;
}

.subnav__inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 38px;
}

.subnav__inner a {
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 500;
}

.subnav__inner .subnav__title {
  color: #ffffff;
  font-size: 27px;
  font-weight: 800;
}

.page {
  padding: 40px 0 56px;
}

.page h2,
.page h3,
.page p,
.page li,
.page ul {
  margin-top: 0;
}

.auto-card,
.search-panel,
.news-card {
  background: var(--panel-bg);
  box-shadow: var(--shadow);
}

.auto-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(540px, 0.9fr);
  gap: 42px;
  padding: 38px 48px 40px;
}

.auto-card__intro h1 {
  margin: 0 0 18px;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.auto-card__intro p {
  margin: 0;
  max-width: 780px;
  font-size: 15px;
  line-height: 1.42;
}

.auto-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  align-content: center;
}

.best-for p {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 700;
}

.green-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 20px;
  width: 100%;
  background: var(--green);
  color: #111111;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(620px, 0.95fr) minmax(0, 1.05fr);
  gap: 40px;
  margin-top: 44px;
  align-items: start;
}

.left-column {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.search-panel {
  padding: 28px 36px 32px;
}

.search-panel h2,
.news-panel h2 {
  margin: 0 0 22px;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.search-box,
.select-box {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border: 2px solid var(--line);
  color: #777777;
  font-size: 14px;
  background: #ffffff;
}

.search-box {
  background: #f5f5f5;
  border-color: #f0f0f0;
  margin-bottom: 18px;
}

.search-icon {
  width: 20px;
  height: 20px;
  border-color: #8a8a8a;
}

.search-icon::after {
  background: #8a8a8a;
}

.select-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.select-box {
  margin-bottom: 18px;
  position: relative;
  padding-right: 50px;
}

.select-wrap {
  display: block;
  position: relative;
  margin-bottom: 18px;
}

.select-row .select-wrap {
  margin-bottom: 0;
}

.select-box--control {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.nv-select {
  position: relative;
}

.nv-select__trigger {
  width: 100%;
  min-height: 58px;
  padding: 0 52px 0 18px;
  border: 2px solid var(--line);
  background: #ffffff;
  color: #5c6470;
  font: inherit;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.nv-select__trigger::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid #6d7279;
  transform: translateY(-35%);
  transition: border-top-color 0.18s ease, border-bottom-color 0.18s ease, transform 0.18s ease;
}

.nv-select:hover .nv-select__trigger {
  border-color: #8fcf1d;
}

.nv-select:hover .nv-select__trigger::after {
  border-top-color: #76b900;
}

.nv-select.is-open .nv-select__trigger {
  border-color: #8fcf1d;
  box-shadow: 0 0 0 1px rgba(118, 185, 0, 0.08);
}

.nv-select.is-open .nv-select__trigger::after {
  border-top: 0;
  border-bottom: 9px solid #8fcf1d;
}

.nv-select__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 2px);
  z-index: 20;
  max-height: 365px;
  overflow-y: auto;
  border: 1px solid #d5d5d5;
  border-top: 2px solid #8fcf1d;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  transform-origin: top center;
  animation: nvSelectMenuIn 0.18s ease;
}

.nv-select__menu[hidden] {
  display: none;
}

.nv-select__option {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 18px;
  border: 0;
  background: #ffffff;
  color: #151515;
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.nv-select__option:hover,
.nv-select__option.is-active {
  background: #f2f2f2;
  transform: translateX(1px);
}

.nv-select__option.is-selected::after,
.nv-select__option:hover::after,
.nv-select__option.is-active::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 10px;
  bottom: 10px;
  width: 5px;
  background: #76b900;
}

.info-dot {
  width: 28px;
  height: 28px;
  border: 2px solid #1b1b1b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.find-button {
  min-width: 84px;
  min-height: 60px;
  padding: 0 24px;
  border: 0;
  background: #cfcfcf;
  color: #8d8d8d;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.news-card__image {
  height: 212px;
  background-color: #000000;
  overflow: hidden;
}

.news-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__body {
  padding: 16px 24px 20px;
}

.news-meta {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
}

.news-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.news-card p:last-child {
  margin: 0;
  font-size: 12px;
  line-height: 1.42;
}

.info-section {
  margin-top: 42px;
}

.linux-card {
  margin-top: 0;
}

.info-card h2,
.vgpu-card h2 {
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.info-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
}

.info-card,
.vgpu-card {
  background: #ffffff;
  box-shadow: var(--shadow);
}

.info-card {
  padding: 32px 50px;
}

.info-card p,
.vgpu-card p {
  color: #555555;
  font-size: 12px;
  line-height: 1.55;
}

.archive-link,
.driver-links a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  color: #111111;
  margin-bottom: 18px;
}

.archive-link::after,
.driver-links a::after {
  content: ">";
  margin-left: 8px;
  color: var(--green);
  font-weight: 800;
}

.archive-link {
  margin-bottom: 18px;
}

.driver-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.inline-link {
  color: #111111;
  border-bottom: 2px solid var(--green);
}

.vgpu-card {
  padding: 32px 50px;
}

.login-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 50px;
  margin-top: 18px;
  border: 2px solid var(--green);
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  background: #ffffff;
}

.site-footer {
  margin-top: 48px;
  background: #000000;
}

.site-footer__inner {
  width: min(1640px, calc(100% - 48px));
  margin: 0 auto;
  padding: 44px 0 74px;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.footer-column h3 {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  font-size: 19px;
  line-height: 1.1;
}

.footer-column a {
  display: block;
  margin-bottom: 16px;
  color: #76b900;
  font-size: 14px;
}

.footer-social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  margin-top: 56px;
  color: #a7a7a7;
  font-size: 14px;
}

.footer-social__icons {
  display: flex;
  gap: 16px;
}

.footer-social__icons a {
  color: #a7a7a7;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 1280px) {
  .auto-card,
  .content-grid,
  .news-grid,
  .auto-card__actions,
  .info-grid,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .auto-card {
    gap: 24px;
  }
}

@media (max-width: 860px) {
  .topbar__inner,
  .subnav__inner,
  .page {
    width: min(100%, calc(100% - 24px));
  }

  .topbar__inner,
  .subnav__inner {
    flex-wrap: wrap;
    gap: 14px;
    padding: 12px 0;
  }

  .topbar__links,
  .subnav__inner {
    gap: 18px;
  }

  .auto-card {
    padding: 24px;
  }

  .auto-card__intro h1 {
    font-size: 32px;
  }

  .search-panel {
    padding: 24px;
  }

  .search-panel h2,
  .news-panel h2 {
    font-size: 24px;
  }

  .site-footer__inner {
    width: min(100%, calc(100% - 24px));
  }

  .footer-social {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}







@keyframes nvSelectMenuIn {
  from {
    opacity: 0;
    transform: translateY(-6px) scaleY(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}



.field-group[hidden] {
  display: none;
}

.field-group--category,
.field-group--series,
.field-group--product,
.field-group--os,
.field-group--extra,
.field-group--language {
  margin-bottom: 18px;
}

.field-group--category {
  margin-bottom: 0;
}

.nv-select__trigger {
  position: relative;
}

.nv-select__menu::-webkit-scrollbar {
  width: 10px;
}

.nv-select__menu::-webkit-scrollbar-thumb {
  background: #9d9d9d;
  border-radius: 10px;
}

.nv-select__menu::-webkit-scrollbar-track {
  background: transparent;
}


.find-button.is-active {
  background: #76b900;
  color: #111111;
}


.loading-target {
  position: relative;
}

.loading-target.is-loading {
  pointer-events: none;
}

.loading-target.is-loading > * {
  opacity: 0;
}

.loading-target.is-loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  border: 3px solid rgba(118, 185, 0, 0.28);
  border-top-color: #76b900;
  border-radius: 50%;
  animation: nvInfiniteSpin 0.7s linear infinite;
}

.inline-link.loading-target,
.archive-link.loading-target,
.driver-links a.loading-target,
.footer-column a.loading-target,
.topbar__links a.loading-target,
.subnav__inner a.loading-target,
.footer-social__icons a.loading-target {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
}

.inline-link.loading-target.is-loading,
.archive-link.loading-target.is-loading,
.driver-links a.loading-target.is-loading,
.footer-column a.loading-target.is-loading,
.topbar__links a.loading-target.is-loading,
.subnav__inner a.loading-target.is-loading,
.footer-social__icons a.loading-target.is-loading {
  color: transparent;
}

.inline-link.loading-target.is-loading::after,
.archive-link.loading-target.is-loading::after,
.driver-links a.loading-target.is-loading::after,
.footer-column a.loading-target.is-loading::after,
.topbar__links a.loading-target.is-loading::after,
.subnav__inner a.loading-target.is-loading::after,
.footer-social__icons a.loading-target.is-loading::after {
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  border-width: 2px;
}

.news-card.loading-target.is-loading::after {
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  border-width: 3px;
}

@keyframes nvInfiniteSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.loading-link,
.loading-button,
.loading-card {
  position: relative;
}

.loading-card {
  cursor: pointer;
}

.loading-link.is-loading,
.loading-button.is-loading,
.loading-card.is-loading {
  pointer-events: none;
}

.loading-link.is-loading {
  color: rgba(255, 255, 255, 0.72);
}

.driver-links .loading-link.is-loading,
.archive-link.is-loading,
.inline-link.is-loading,
.footer-column .loading-link.is-loading,
.topbar__links .loading-link.is-loading,
.subnav__inner .loading-link.is-loading {
  color: inherit;
  opacity: 0.78;
}

.loading-link.is-loading::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border: 2px solid rgba(118, 185, 0, 0.3);
  border-top-color: var(--green);
  border-radius: 50%;
  vertical-align: -2px;
  animation: nvInfiniteSpin 0.8s linear infinite;
}

.green-button,
.login-button {
  overflow: hidden;
}

.loading-button.is-loading {
  color: transparent;
}

.loading-button.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 2px solid rgba(17, 17, 17, 0.28);
  border-top-color: var(--green);
  border-radius: 50%;
  animation: nvInfiniteSpin 0.8s linear infinite;
}

.login-button.is-loading::after {
  border-color: rgba(118, 185, 0, 0.24);
  border-top-color: var(--green);
}

.loading-card {
  overflow: hidden;
}

.loading-card.is-loading > * {
  opacity: 0.18;
  transition: opacity 0.2s ease;
}

.loading-card.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 3px solid rgba(118, 185, 0, 0.22);
  border-top-color: var(--green);
  border-radius: 50%;
  animation: nvInfiniteSpin 0.8s linear infinite;
  z-index: 2;
}

@keyframes nvInfiniteSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

body.page-is-loading {
  overflow: hidden;
}

body.page-is-loading::before {
  content: "";
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 9998;
}

body.page-is-loading::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  border: 3px solid rgba(118, 185, 0, 0.2);
  border-top-color: var(--green);
  border-radius: 50%;
  animation: nvInfiniteSpin 0.8s linear infinite;
  z-index: 9999;
}

body.search-overlay-open {
  overflow: hidden;
}

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: linear-gradient(90deg, #dff1ff 0%, #f4f7e0 100%);
}

.search-overlay[hidden] {
  display: none;
}

.search-overlay__shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.search-overlay__bar {
  min-height: 60px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 28px;
  background: rgba(255, 255, 255, 0.92);
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.search-overlay__brand img {
  display: block;
  width: 152px;
  height: 28px;
  object-fit: contain;
  object-position: left center;
}

.search-overlay__nav,
.search-overlay__actions {
  display: flex;
  align-items: center;
  gap: 34px;
}

.search-overlay__nav a,
.search-overlay__actions a {
  font-size: 17px;
  color: #333333;
}

.search-overlay__actions {
  gap: 30px;
}

.search-overlay__locale {
  position: relative;
  padding-left: 18px;
}

.search-overlay__locale::before {
  content: "?";
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 14px;
  color: #6d6d6d;
}

.search-overlay__signin {
  position: relative;
  padding-left: 34px;
}

.search-overlay__signin::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  border: 2px solid #6d6d6d;
  border-radius: 50%;
}

.search-overlay__signin::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -8px;
  border: 2px solid #6d6d6d;
  border-radius: 50%;
  border-bottom: 0;
}

.search-overlay__close {
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.search-overlay__close::before,
.search-overlay__close::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 2px;
  width: 24px;
  height: 2px;
  background: #6a6a6a;
}

.search-overlay__close::before {
  transform: rotate(45deg);
}

.search-overlay__close::after {
  transform: rotate(-45deg);
}

.search-overlay__content {
  width: min(1180px, calc(100% - 64px));
  margin: 86px auto 0;
  text-align: center;
}

.search-overlay__icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 22px;
  position: relative;
}

.search-overlay__icon::before,
.search-overlay__icon::after,
.search-overlay__icon span::before,
.search-overlay__icon span::after {
  content: "";
  position: absolute;
  border: 2px solid #1f1f1f;
  border-radius: 50%;
}

.search-overlay__icon::before {
  width: 10px;
  height: 10px;
  top: 2px;
  left: 32px;
}

.search-overlay__icon::after {
  width: 10px;
  height: 10px;
  top: 18px;
  right: 7px;
}

.search-overlay__icon span::before {
  width: 10px;
  height: 10px;
  bottom: 10px;
  right: 18px;
}

.search-overlay__icon span::after {
  width: 10px;
  height: 10px;
  bottom: 0;
  left: 28px;
}

.search-overlay__icon span {
  position: absolute;
  inset: 0;
}

.search-overlay__icon span {
  background:
    linear-gradient(#1f1f1f, #1f1f1f) 38px 12px/2px 48px no-repeat,
    linear-gradient(#1f1f1f, #1f1f1f) 12px 22px/50px 2px no-repeat,
    linear-gradient(#1f1f1f, #1f1f1f) 15px 22px/37px 2px no-repeat,
    linear-gradient(#1f1f1f, #1f1f1f) 19px 52px/26px 2px no-repeat,
    linear-gradient(#1f1f1f, #1f1f1f) 31px 9px/2px 54px no-repeat,
    linear-gradient(45deg, transparent 47%, #1f1f1f 48%, #1f1f1f 52%, transparent 53%) center/100% 100% no-repeat,
    linear-gradient(-45deg, transparent 47%, #1f1f1f 48%, #1f1f1f 52%, transparent 53%) center/100% 100% no-repeat;
}

.search-overlay__content h2 {
  margin: 0 0 34px;
  font-size: 56px;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.search-overlay__form {
  margin: 0 auto;
}

.search-overlay__input-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 94px;
  width: min(1150px, 100%);
  margin: 0 auto;
  border: 1px solid #8e8e8e;
  background: rgba(255, 255, 255, 0.92);
}

.search-overlay__input-wrap input {
  width: 100%;
  height: 76px;
  padding: 0 24px;
  border: 0;
  background: #f4f4f4;
  font: inherit;
  font-size: 22px;
  color: #1e1e1e;
}

.search-overlay__input-wrap input::placeholder {
  color: #7d7d7d;
}

.search-overlay__input-wrap input:focus {
  outline: none;
}

.search-overlay__submit {
  border: 0;
  border-left: 1px solid #d0d0d0;
  background: rgba(255, 255, 255, 0.92);
  cursor: pointer;
  position: relative;
}

.search-overlay__submit::before,
.search-overlay__submit::after {
  content: "";
  position: absolute;
}

.search-overlay__submit::before {
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -11px 0 0 -8px;
  border-top: 3px solid #7c7c7c;
  border-right: 3px solid #7c7c7c;
  transform: rotate(45deg) skew(-10deg, -10deg);
}

.search-overlay__submit::after {
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  margin: 0 0 0 -14px;
  background: #7c7c7c;
  transform: rotate(-18deg);
}

.search-overlay__suggestions {
  margin-top: 50px;
}

.search-overlay__suggestions p {
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 700;
  color: #303030;
}

.search-overlay__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 16px;
  max-width: 980px;
  margin: 0 auto;
}

.search-chip {
  min-height: 34px;
  padding: 0 18px;
  border: 1px solid #8f8f8f;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  color: #333333;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.search-chip:hover {
  background: rgba(255, 255, 255, 0.7);
  border-color: #6a6a6a;
}

.search-overlay {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 18px 20px 24px;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(2px);
}

.search-overlay__shell {
  width: min(1640px, calc(100% - 40px));
  min-height: 0;
  background: linear-gradient(90deg, #e5f2fb 0%, #f3f7de 100%);
  border: 1px solid #d5d5d5;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.16);
}

.search-overlay__bar {
  min-height: 58px;
  padding: 0 22px;
  gap: 22px;
  background: rgba(255, 255, 255, 0.96);
}

.search-overlay__brand img {
  width: 146px;
  height: 26px;
}

.search-overlay__nav,
.search-overlay__actions {
  gap: 28px;
}

.search-overlay__nav a,
.search-overlay__actions a {
  font-size: 13px;
  font-weight: 500;
}

.search-overlay__content {
  width: min(1180px, calc(100% - 72px));
  margin: 44px auto 52px;
}

.search-overlay__icon {
  width: 78px;
  height: 86px;
  margin: 0 auto 16px;
  background: url('./search-network-icon.svg') center/contain no-repeat;
}

.search-overlay__icon::before,
.search-overlay__icon::after,
.search-overlay__icon span,
.search-overlay__icon span::before,
.search-overlay__icon span::after {
  content: none;
  display: none;
}

.search-overlay__content h2 {
  margin: 0 0 28px;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.search-overlay__input-wrap {
  grid-template-columns: minmax(0, 1fr) 76px;
  width: min(1150px, 100%);
}

.search-overlay__input-wrap input {
  height: 62px;
  padding: 0 24px;
  font-size: 24px;
}

.search-overlay__submit {
  background: rgba(255, 255, 255, 0.96);
}

.search-overlay__submit::before,
.search-overlay__submit::after {
  content: none;
  display: none;
}

.search-overlay__submit {
  background-image: url('./search-submit-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 31px 23px;
}

.search-overlay__suggestions {
  margin-top: 44px;
}

.search-overlay__suggestions p {
  margin-bottom: 18px;
  font-size: 18px;
}

.search-overlay__chips {
  max-width: 920px;
  gap: 16px 14px;
}

.search-chip {
  min-height: 32px;
  padding: 0 16px;
  font-size: 13px;
}

.topbar__inner,
.subnav__inner,
.page,
.site-footer__inner {
  width: min(1520px, calc(100% - 72px));
}

.auto-card {
  grid-template-columns: minmax(0, 1fr) minmax(500px, 0.9fr);
  gap: 32px;
  padding: 34px 40px 36px;
}

.content-grid {
  grid-template-columns: minmax(560px, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
}

.left-column {
  gap: 28px;
}

.search-panel {
  padding: 28px 30px 32px;
}

.news-grid {
  gap: 24px;
}

.news-card__image {
  height: 198px;
}

.brand {
  gap: 12px;
}

.brand__chevron {
  font-size: 24px;
  color: #5b5b5b;
}

.auto-card {
  display: none;
}

.content-grid {
  margin-top: 72px;
  grid-template-columns: minmax(560px, 0.98fr) minmax(0, 1.02fr);
  gap: 40px;
}

.search-panel {
  padding: 34px 48px 34px;
}

.search-panel h2,
.news-panel h2 {
  font-size: 25px;
  margin-bottom: 28px;
}

.news-grid {
  gap: 36px 34px;
}

.news-card__image {
  height: 208px;
}

.topbar__inner,
.subnav__inner,
.page,
.site-footer__inner {
  width: min(1360px, calc(100% - 180px));
}

.content-grid {
  grid-template-columns: minmax(0, 760px) minmax(0, 1fr);
  gap: 30px;
}

.search-panel {
  max-width: 760px;
  padding: 30px 36px 32px;
}

.news-panel {
  max-width: 570px;
}

.news-grid {
  gap: 26px 22px;
}

.news-card__image {
  height: 186px;
}

@media (max-width: 1500px) {
  .topbar__inner,
  .subnav__inner,
  .page,
  .site-footer__inner {
    width: min(100%, calc(100% - 72px));
  }

  .content-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .news-panel,
  .search-panel {
    max-width: none;
  }
}

.topbar__inner,
.subnav__inner,
.page,
.site-footer__inner {
  width: min(1640px, calc(100% - 48px));
}

.content-grid {
  grid-template-columns: 800px minmax(0, 1fr);
  gap: 38px;
}

.left-column {
  width: 800px;
}

.search-panel {
  width: 800px;
  max-width: 800px;
  padding: 30px 34px 32px;
}

.news-panel {
  max-width: none;
}

.news-grid {
  gap: 28px;
}

.news-card__image {
  height: 208px;
}

@media (max-width: 1500px) {
  .content-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .left-column,
  .search-panel {
    width: auto;
    max-width: none;
  }
}

.topbar__inner,
.subnav__inner,
.page,
.site-footer__inner {
  width: min(1580px, calc(100% - 88px));
}

.brand {
  gap: 10px;
}

.brand__menu {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
}

.content-grid {
  grid-template-columns: 760px minmax(0, 1fr);
  gap: 40px;
  justify-content: center;
}

.left-column {
  width: 760px;
}

.search-panel {
  width: 760px;
  max-width: 760px;
  padding: 30px 34px 32px;
}

.news-panel {
  max-width: 800px;
}

.news-grid {
  gap: 28px;
}

@media (max-width: 1500px) {
  .topbar__inner,
  .subnav__inner,
  .page,
  .site-footer__inner {
    width: min(100%, calc(100% - 56px));
  }

  .content-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .left-column,
  .search-panel,
  .news-panel {
    width: auto;
    max-width: none;
  }
}

.topbar__inner,
.subnav__inner,
.page,
.site-footer__inner {
  width: min(1540px, calc(100% - 104px));
}

.content-grid {
  grid-template-columns: 748px minmax(0, 1fr);
  gap: 36px;
}

.left-column,
.search-panel {
  width: 748px;
  max-width: 748px;
}

.content-grid {
  grid-template-columns: 690px minmax(0, 1fr);
  gap: 42px;
}

.left-column,
.search-panel {
  width: 690px;
  max-width: 690px;
}

.search-panel {
  padding: 28px 28px 30px;
}

.search-box,
.select-wrap,
.select-row {
  margin-bottom: 16px;
}

.content-grid {
  grid-template-columns: 660px minmax(0, 1fr);
}

.left-column,
.search-panel {
  width: 660px;
  max-width: 660px;
}

.content-grid {
  grid-template-columns: 640px minmax(0, 1fr);
}

.left-column,
.search-panel {
  width: 640px;
  max-width: 640px;
}

.topbar__inner,
.subnav__inner,
.page,
.site-footer__inner {
  width: min(1500px, calc(100% - 140px));
}

.content-grid {
  grid-template-columns: 640px minmax(0, 1fr);
  gap: 34px;
}

.news-panel {
  max-width: none;
}

.topbar__inner,
.subnav__inner,
.page,
.site-footer__inner {
  width: min(1480px, calc(100% - 160px));
}

body {
  font-weight: 400;
}

.brand {
  font-size: 14px;
}

.brand__chevron {
  font-size: 20px;
}

.topbar__links {
  font-size: 12px;
  gap: 28px;
}

.subnav__inner {
  min-height: 60px;
  gap: 34px;
}

.subnav__inner a {
  font-size: 13px;
}

.subnav__inner .subnav__title {
  font-size: 23px;
  font-weight: 700;
}

.search-panel h2,
.news-panel h2 {
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.search-box,
.select-box,
.nv-select__trigger,
.nv-select__option {
  font-size: 13px;
}

.news-meta {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.news-card__body h3 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.news-card__body p {
  font-size: 14px;
  line-height: 1.45;
}

.find-button {
  font-size: 13px;
  font-weight: 700;
}

.info-card h2,
.vgpu-card h2 {
  font-size: 21px;
  line-height: 1.15;
  font-weight: 700;
}

.archive-link,
.driver-links a,
.login-button,
.inline-link,
.footer-column h3 {
  font-weight: 700;
}

.footer-column h3 {
  font-size: 15px;
}

.footer-column a,
.footer-social span,
.footer-social__icons a {
  font-size: 13px;
}

.topbar__links {
  font-size: 11px;
  font-weight: 500;
  gap: 26px;
}

.brand__menu,
.brand__chevron,
.locale {
  font-size: 12px;
}

.subnav__inner a {
  font-size: 12px;
  font-weight: 500;
}

.subnav__inner .subnav__title {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.search-panel h2,
.news-panel h2 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.search-box,
.select-box,
.nv-select__trigger,
.nv-select__option {
  font-size: 12px;
}

.search-box {
  color: #707070;
}

.news-meta {
  font-size: 10px;
  font-weight: 700;
}

.news-card__body h3 {
  font-size: 20px;
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.news-card__body p {
  font-size: 12px;
  line-height: 1.42;
}

.find-button {
  font-size: 12px;
}

body,
button,
input,
select,
textarea {
  font-family: "Noto Sans", sans-serif;
}

.subnav__inner .subnav__title,
.search-panel h2,
.news-panel h2,
.news-card__body h3,
.info-card h2,
.vgpu-card h2 {
  font-family: "Noto Sans", sans-serif;
  font-stretch: normal;
}



.news-card__image {
  height: 196px;
}

.news-card__image img {
  object-fit: contain;
  object-position: center center;
  background: #000000;
}

.news-card__image {
  height: 196px;
  background: #000000;
}

.news-card__image img {
  object-fit: cover;
  object-position: center center;
  transform: scale(1.03);
}

.topbar {
  border-top: 0;
}

.icon-link {
  width: 26px;
  height: 26px;
  background: url('./header-search-icon.svg') center/26px 26px no-repeat;
}

.search-lens {
  display: none;
}

.locale {
  padding-left: 28px;
  background: url('./header-globe-icon.svg') left center/20px 20px no-repeat;
}

.locale::before {
  content: none;
}

.signin-link {
  position: relative;
  padding-left: 34px;
}

.signin-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url('./header-user-icon.svg') center/24px 24px no-repeat;
}

.news-card {
  cursor: pointer;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.news-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  transform: translateY(-1px);
}

.driver-links a,
.inline-link,
.login-button {
  transition: color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.driver-links a:hover,
.inline-link:hover {
  color: #5f9800;
}

.login-button:hover {
  background: #f8fbeF;
  border-color: #5f9800;
  box-shadow: 0 2px 8px rgba(118, 185, 0, 0.12);
}

a,
button,
.news-card,
.nv-select__trigger,
.search-chip,
.find-button,
.green-button,
.login-button {
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.topbar__links a:hover,
.subnav__inner a:hover,
.footer-column a:hover,
.footer-social__icons a:hover,
.archive-link:hover,
.driver-links a:hover,
.inline-link:hover,
.search-overlay__nav a:hover,
.search-overlay__actions a:hover {
  color: #5f9800;
}

.green-button:hover,
.find-button:hover {
  filter: brightness(0.96);
  box-shadow: 0 3px 10px rgba(118, 185, 0, 0.18);
}

.login-button:hover {
  background: #f8fbef;
  border-color: #5f9800;
  box-shadow: 0 2px 8px rgba(118, 185, 0, 0.12);
}

.search-chip:hover,
.nv-select__trigger:hover {
  border-color: #76b900;
}

.icon-link:hover,
.search-overlay__close:hover {
  opacity: 0.82;
}

.news-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  transform: translateY(-1px);
}

.topbar__links {
  font-size: 13px;
}

.search-box {
  padding: 0 16px 0 18px;
}

.search-box__input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: inherit;
  color: #666666;
}

.search-box__input::placeholder {
  color: #777777;
}

.search-box__input:focus {
  outline: none;
}

.search-box__button {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-box__button:hover {
  opacity: 0.82;
}

.nv-select__menu {
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

.nv-select__option {
  box-sizing: border-box;
  overflow: hidden;
  padding-right: 34px;
  text-align: left;
}

.nv-select__option:hover,
.nv-select__option.is-active {
  transform: none;
}

.search-panel {
  position: relative;
}

.search-box {
  position: relative;
}

.search-box__suggestions {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 25;
  border: 1px solid #d7d7d7;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.search-box__suggestions[hidden] {
  display: none;
}

.search-box__suggestion {
  width: 100%;
  padding: 10px 14px;
  border: 0;
  border-bottom: 1px solid #ececec;
  background: #ffffff;
  color: #151515;
  text-align: left;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.search-box__suggestion:last-child {
  border-bottom: 0;
}

.search-box__suggestion:hover,
.search-box__suggestion.is-active {
  background: #f3f3f3;
}

.search-box__suggestion strong {
  font-weight: 700;
}

.search-box__suggestions {
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

.search-box__suggestions::-webkit-scrollbar {
  width: 10px;
}

.search-box__suggestions::-webkit-scrollbar-thumb {
  background: #9d9d9d;
  border-radius: 10px;
}

.search-box__suggestions::-webkit-scrollbar-track {
  background: transparent;
}

.search-box__suggestion {
  position: relative;
  padding-right: 34px;
}

.search-box__suggestion:hover::after,
.search-box__suggestion.is-active::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 10px;
  bottom: 10px;
  width: 5px;
  background: #76b900;
}

.auto-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(520px, 0.85fr);
  gap: 34px;
  padding: 34px 42px 36px;
  margin-bottom: 38px;
}

.auto-card__intro h1 {
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.auto-card__intro p {
  max-width: 760px;
  font-size: 15px;
  line-height: 1.42;
}

.auto-card__actions {
  gap: 26px;
}

.best-for p {
  margin-bottom: 16px;
}

.green-button {
  min-height: 52px;
  font-size: 12px;
  font-weight: 800;
}

.content-grid {
  margin-top: 0;
}

.info-dot {
  cursor: pointer;
}

.info-modal {
  position: fixed;
  inset: 0;
  z-index: 9200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 20px;
}

.info-modal[hidden] {
  display: none;
}

.info-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.info-modal__dialog {
  position: relative;
  width: min(1130px, calc(100% - 40px));
  min-height: 278px;
  padding: 58px 74px 56px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.info-modal__dialog h2 {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.info-modal__dialog p {
  max-width: 980px;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #171717;
}

.info-modal__link {
  border-bottom: 2px solid #76b900;
  transition: color 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.info-modal__link:hover {
  color: #5f9800;
  border-color: #5f9800;
}

.info-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0.9;
}

.info-modal__close::before,
.info-modal__close::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 5px;
  width: 24px;
  height: 2px;
  background: #202020;
}

.info-modal__close::before {
  transform: rotate(45deg);
}

.info-modal__close::after {
  transform: rotate(-45deg);
}

.info-modal__close:hover {
  opacity: 0.72;
}

.info-modal {
  align-items: center;
  padding: 24px;
}

.info-modal__backdrop {
  background: rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(2px);
}

.info-modal__dialog {
  width: min(1060px, calc(100% - 120px));
  min-height: 0;
  padding: 72px 74px 70px;
  transform: translateY(10px) scale(0.985);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.info-modal.is-open .info-modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.info-modal__dialog h2 {
  font-size: 32px;
  margin-bottom: 14px;
}

.info-modal__dialog p {
  max-width: 900px;
  font-size: 15px;
  line-height: 1.58;
}

.legal-footer {
  background: #ffffff;
  border-top: 1px solid #e6e6e6;
}

.legal-footer__inner {
  width: min(1480px, calc(100% - 160px));
  margin: 0 auto;
  padding: 30px 0 34px;
}

.legal-footer__brand {
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.legal-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 12px;
  color: #555555;
  font-size: 13px;
}

.legal-footer__links a {
  position: relative;
}

.legal-footer__links a:not(:last-child)::after {
  content: '|';
  margin-left: 14px;
  color: #777777;
}

.legal-footer__links a:hover {
  color: #5f9800;
}

.legal-footer__copyright {
  margin: 0;
  color: #666666;
  font-size: 12px;
}

.legal-footer__brand {
  margin-bottom: 18px;
  line-height: 0;
}

.legal-footer__brand img {
  display: block;
  width: 172px;
  height: 30px;
  object-fit: contain;
  object-position: left center;
}

.copyright-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 2px;
  vertical-align: -2px;
  background: url('./copyright-icon.svg') center/14px 14px no-repeat;
}

.copyright-icon {
  vertical-align: -3px;
}

.footer-social__icons a {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social__icons img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.footer-social__icons a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.18s ease, transform 0.18s ease, filter 0.18s ease;
}

.footer-social__icons a:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.footer-social__icons img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.footer-social__icons a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.18s ease, transform 0.18s ease, filter 0.18s ease;
}

.footer-social__icons a:hover {
  opacity: 1;
  transform: translateY(-1px);
  filter: brightness(1.14);
}

.footer-social__icons img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.footer-social__icons a[aria-label="YouTube"] img {
  width: 32px;
  height: 32px;
}

.footer-social__icons a[aria-label="YouTube"] img {
  width: 36px;
  height: 36px;
}

.footer-social__icons a[aria-label="YouTube"] img {
  width: 40px;
  height: 40px;
}

.brand {
  gap: 0;
}
