/* DonaldTruck exact mockup overrides, 2026-08-02 */
:root {
  --dt-black: #0d0d0d;
  --dt-red: #ef3935;
  --dt-red-dark: #dd2f2c;
  --dt-text: #1e2533;
  --dt-muted: #7d8290;
  --dt-bg: #f4f5f7;
  --dt-border: #e7e9ee;
}

html,
body {
  background: var(--dt-bg) !important;
  color: var(--dt-text);
  font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
  background: var(--dt-bg) !important;
}

.container {
  max-width: none;
  width: calc(100% - 108px);
}

.header,
.header-catalog,
.cookies-window,
.content__h1_type_main,
.main-page > .startup-sections > .startup-sections__section:first-child {
  display: none !important;
}

.header-nav {
  display: block !important;
  min-height: 130px;
  background: var(--dt-black) !important;
  border: 0 !important;
  box-shadow: none !important;
}

.header-nav .container {
  width: calc(100% - 108px);
}

.header-nav__container,
.header-nav__wrapper {
  min-height: 130px;
}

.header-nav__wrapper {
  display: grid !important;
  grid-template-columns: 205px 213px 1fr 156px;
  align-items: center;
  gap: 42px;
}

.main-logo {
  display: flex !important;
  align-items: center;
  width: 158px;
  min-width: 158px;
}

.main-logo__picture {
  display: block;
}

.main-logo__img {
  display: block;
  width: 158px !important;
  max-width: 158px !important;
  max-height: 112px !important;
  object-fit: contain;
  object-position: left center;
}

.dt-header-catalog-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 213px;
  height: 66px;
  border: 0;
  border-radius: 18px;
  background: var(--dt-red);
  color: #fff !important;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 18px 38px rgba(239, 57, 53, .24);
}

.dt-header-catalog-btn::before {
  content: "≡";
  font-size: 22px;
  line-height: 1;
}

.header-nav__menu {
  justify-self: end;
}

.top-nav {
  display: flex !important;
  align-items: center;
  gap: 32px;
  margin: 0;
}

.top-nav__item {
  margin: 0 !important;
}

.top-nav__link {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none !important;
}

.top-nav__link:hover {
  color: #fff !important;
  opacity: .84;
}

.top-nav__item:nth-child(1) .top-nav__link {
  font-size: 0;
}

.top-nav__item:nth-child(1) .top-nav__link::after {
  content: "Каталог";
  font-size: 22px;
}

.top-nav__item:nth-child(2) .top-nav__link {
  font-size: 0;
}

.top-nav__item:nth-child(2) .top-nav__link::after {
  content: "Бренды";
  font-size: 22px;
}

.top-nav__item:nth-child(3) .top-nav__link {
  font-size: 0;
}

.top-nav__item:nth-child(3) .top-nav__link::after {
  content: "Акции";
  font-size: 22px;
}

.top-nav__item:nth-child(4) .top-nav__link {
  font-size: 0;
}

.top-nav__item:nth-child(4) .top-nav__link::after {
  content: "Доставка";
  font-size: 22px;
}

.top-nav__item:nth-child(5) .top-nav__link {
  font-size: 0;
}

.top-nav__item:nth-child(5) .top-nav__link::after {
  content: "Оплата";
  font-size: 22px;
}

.top-nav__item:nth-child(6) .top-nav__link {
  font-size: 0;
}

.top-nav__item:nth-child(6) .top-nav__link::after {
  content: "Контакты";
  font-size: 22px;
}

.top-nav__item:nth-child(n+7) {
  display: none !important;
}

.header-nav__user-info,
#phone-link,
.btn-mobile,
.auth-menu {
  display: none !important;
}

.dt-header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}

.dt-header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: #fff;
  color: #111 !important;
  font-size: 30px;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
}

.content_type_main {
  padding: 30px 0 74px !important;
}

.content-body,
.main-page,
.startup-sections {
  overflow: visible;
}

.dt-hero {
  width: calc(100% - 108px);
  margin: 0 auto 56px;
}

.dt-hero__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .85fr);
  gap: 70px;
  align-items: center;
  min-height: 680px;
  padding: 44px 62px;
  border: 1px solid #dfe2e7;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 52px rgba(15, 23, 42, .06);
}

.dt-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  margin-bottom: 26px;
  padding: 0 20px;
  border: 2px solid rgba(239, 57, 53, .16);
  border-radius: 999px;
  background: rgba(239, 57, 53, .04);
  color: var(--dt-red);
  font-size: 17px;
  font-weight: 900;
}

.dt-hero__badge::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--dt-red);
  content: "";
}

.dt-hero__title {
  max-width: 900px;
  margin: 0 0 16px;
  color: var(--dt-text);
  font-size: 55px;
  line-height: 1.13;
  font-weight: 900;
}

.dt-hero__subtitle {
  margin: 0 0 30px;
  color: var(--dt-muted);
  font-size: 25px;
  line-height: 1.35;
  font-weight: 500;
}

.dt-search-card {
  max-width: 982px;
  margin-bottom: 26px;
  padding: 14px;
  border: 1px solid var(--dt-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .06);
}

.dt-search-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.dt-search-tab {
  height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  background: #f1f2f5;
  color: #4d5564;
  font-size: 18px;
  font-weight: 900;
}

.dt-search-tab.is-active {
  background: var(--dt-red);
  color: #fff;
}

.dt-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 148px;
  gap: 14px;
}

.dt-search-input {
  width: 100%;
  height: 70px;
  padding: 0 28px;
  border: 1px solid #e0e3e9;
  border-radius: 14px;
  color: var(--dt-text);
  font-size: 20px;
  font-weight: 600;
  outline: none;
}

.dt-search-input::placeholder {
  color: #8b9099;
}

.dt-search-submit {
  height: 70px;
  border: 0;
  border-radius: 14px;
  background: var(--dt-red);
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  box-shadow: 0 14px 26px rgba(239, 57, 53, .20);
}

.dt-hero__checks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 982px;
}

.dt-check {
  min-height: 78px;
  padding: 17px 20px;
  border: 1px solid var(--dt-border);
  border-radius: 16px;
  background: #fff;
  color: var(--dt-text);
  font-size: 18px;
  line-height: 1.13;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .04);
}

.dt-check::before {
  color: var(--dt-red);
  content: "✓";
  margin-right: 4px;
}

.dt-hero__media {
  justify-self: center;
  width: 100%;
  max-width: 690px;
  padding: 60px 56px 48px;
  border-radius: 32px;
  background: #0d0d0d;
}

.dt-hero__media img {
  display: block;
  width: 100%;
  height: auto;
}

.dt-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 84px;
}

.dt-benefit {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 136px;
  padding: 26px 32px;
  border: 1px solid #e2e4ea;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, .045);
}

.dt-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(239, 57, 53, .07);
  font-size: 26px;
}

.dt-benefit__title {
  margin: 0 0 7px;
  color: var(--dt-text);
  font-size: 25px;
  line-height: 1.05;
  font-weight: 900;
}

.dt-benefit__text {
  margin: 0;
  color: var(--dt-muted);
  font-size: 20px;
  line-height: 1.2;
}

.startup-sections__section {
  margin-bottom: 34px;
}

.startup-section__title {
  color: var(--dt-text);
  font-size: 32px;
  font-weight: 900;
}

.main-sale__item {
  border: 1px solid #e2e4ea;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .05);
}

@media (max-width: 1400px) {
  .container,
  .header-nav .container,
  .dt-hero {
    width: calc(100% - 64px);
  }

  .header-nav__wrapper {
    grid-template-columns: 170px 190px 1fr 136px;
    gap: 26px;
  }

  .main-logo,
  .main-logo__img {
    width: 142px !important;
    min-width: 142px;
    max-height: 96px !important;
  }

  .top-nav {
    gap: 22px;
  }

  .top-nav__link,
  .top-nav__item:nth-child(-n+6) .top-nav__link::after {
    font-size: 19px;
  }

  .dt-hero__panel {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    gap: 44px;
    min-height: 610px;
    padding: 42px;
  }

  .dt-hero__title {
    font-size: 46px;
  }

  .dt-hero__subtitle {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .container,
  .header-nav .container,
  .dt-hero {
    width: calc(100% - 32px);
  }

  .header-nav,
  .header-nav__container,
  .header-nav__wrapper {
    min-height: 86px;
  }

  .header-nav__wrapper {
    display: flex !important;
    justify-content: space-between;
    gap: 16px;
  }

  .main-logo,
  .main-logo__img {
    width: 96px !important;
    min-width: 96px;
    max-height: 64px !important;
  }

  .dt-header-catalog-btn,
  .header-nav__menu,
  .dt-header-actions {
    display: none !important;
  }

  .btn-mobile {
    display: inline-flex !important;
    color: #fff !important;
  }

  .dt-hero {
    margin-top: 20px;
  }

  .dt-hero__panel {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 24px;
    border-radius: 22px;
    gap: 28px;
  }

  .dt-hero__title {
    font-size: 34px;
  }

  .dt-hero__subtitle {
    font-size: 19px;
  }

  .dt-search-form {
    grid-template-columns: 1fr;
  }

  .dt-hero__checks,
  .dt-benefits {
    grid-template-columns: 1fr 1fr;
  }

  .dt-hero__media {
    max-width: 520px;
    padding: 38px;
    border-radius: 24px;
  }
}

@media (max-width: 599px) {
  .content_type_main {
    padding-top: 16px !important;
  }

  .dt-hero__panel {
    padding: 18px;
  }

  .dt-hero__badge {
    height: auto;
    min-height: 34px;
    padding: 8px 14px;
    font-size: 14px;
  }

  .dt-hero__title {
    font-size: 28px;
  }

  .dt-hero__subtitle {
    font-size: 17px;
  }

  .dt-search-tab {
    height: 44px;
    padding: 0 14px;
    font-size: 15px;
  }

  .dt-search-input,
  .dt-search-submit {
    height: 56px;
    font-size: 16px;
  }

  .dt-hero__checks,
  .dt-benefits {
    grid-template-columns: 1fr;
  }

  .dt-check {
    min-height: 58px;
    font-size: 16px;
  }

  .dt-benefits {
    margin-top: 28px;
    gap: 14px;
  }

  .dt-benefit {
    min-height: 96px;
    padding: 18px;
    grid-template-columns: 58px 1fr;
  }

  .dt-benefit__title {
    font-size: 20px;
  }

  .dt-benefit__text {
    font-size: 16px;
  }
}
