/* DonaldTruck redesign overrides, 2026-08-02 */
:root {
  --dt-black: #0b0b0b;
  --dt-ink: #171717;
  --dt-panel: #222222;
  --dt-line: rgba(255, 255, 255, .12);
  --dt-red: #d62222;
  --dt-yellow: #f5b62d;
  --dt-gray: #f3f4f6;
  --dt-text: #1f2933;
}

html,
body {
  background: var(--dt-gray);
  color: var(--dt-text);
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
  background:
    linear-gradient(180deg, #101010 0, #101010 382px, var(--dt-gray) 382px);
}

.container {
  max-width: 1240px;
}

.header {
  background: var(--dt-black);
  border-bottom: 1px solid var(--dt-line);
  color: #f7f7f7;
}

.header a,
.header button,
.header .contact-details__value,
.header-nav a,
.header-nav button,
.header-catalog a,
.header-catalog button {
  color: #f7f7f7;
}

.header__wrapper {
  min-height: 42px;
}

.contact-details__value {
  color: rgba(255, 255, 255, .78);
}

.header-nav {
  background:
    linear-gradient(135deg, #121212 0%, #1d1d1d 58%, #3b1111 100%);
  border-bottom: 1px solid rgba(245, 182, 45, .32);
}

.header-nav__wrapper {
  min-height: 88px;
  gap: 22px;
}

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

.main-logo__picture {
  display: flex;
}

.main-logo__img {
  width: 250px;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

.top-nav {
  gap: 8px;
}

.top-nav__link,
.auth-menu__button-entry,
.auth-menu__link-reg,
.header-nav__btn-user,
.btn-mobile {
  border-radius: 6px;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.top-nav__link,
.auth-menu__button-entry,
.auth-menu__link-reg,
.header-nav__btn-user,
.header-nav__btn-user span,
.basket-info-summary,
.basket-info-summary__empty {
  color: #fff !important;
}

.top-nav__link:hover,
.top-nav__item--selected .top-nav__link,
.auth-menu__button-entry:hover,
.auth-menu__link-reg:hover,
.header-nav__btn-user:hover,
.btn-mobile:hover {
  background: rgba(245, 182, 45, .13);
  color: #fff;
}

.header-catalog {
  background: #171717;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
}

.header-catalog__panel {
  background: transparent;
}

.header-catalog__wrapper {
  min-height: 72px;
  gap: 14px;
}

.menu-catalog__btn {
  min-height: 48px;
  border: 1px solid rgba(245, 182, 45, .45);
  border-radius: 6px;
  background: var(--dt-yellow);
  color: #171717 !important;
  font-weight: 800;
  text-transform: uppercase;
}

.menu-catalog__btn svg {
  color: #171717;
}

.search-form__container {
  min-height: 50px;
  overflow: hidden;
  border: 1px solid rgba(245, 182, 45, .55);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .24);
}

.search-form__input {
  min-height: 50px;
  color: #101010;
  font-size: 16px !important;
  font-weight: 600;
}

.search-form__submit {
  min-width: 58px;
  background: var(--dt-red);
  color: #fff;
}

.search-form__submit:hover {
  background: #b91414;
}

.basket-info-summary {
  min-height: 48px;
  border: 1px solid rgba(245, 182, 45, .42);
  border-radius: 6px;
  background: rgba(255, 255, 255, .06);
}

.content_type_main {
  padding-top: 26px;
}

.content__h1_type_main {
  max-width: 860px;
  margin: 0 0 22px;
  color: #fff;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 900;
}

.content__h1_type_main::after {
  display: block;
  width: 128px;
  height: 4px;
  margin-top: 16px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--dt-red), var(--dt-yellow));
  content: "";
}

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

.startup-sections__section > .container {
  position: relative;
}

.main-slider {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 8px;
  background: #111;
  box-shadow: 0 24px 58px rgba(0, 0, 0, .28);
}

.main-slider img,
.main-slider picture,
.main-slider .swiper-slide {
  border-radius: 8px;
}

#vinRequestQuick {
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(15, 15, 15, .96), rgba(39, 39, 39, .94)),
    url("/_upload/redesign/logo-square.png") right 34px center / 210px auto no-repeat;
  color: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .16);
}

#vinRequestQuick input,
#vinRequestQuick textarea,
#vinRequestQuick select {
  border-radius: 6px;
}

#vinRequestQuick .btn,
#vinRequestQuick button[type="submit"] {
  border-radius: 6px;
  background: var(--dt-yellow);
  color: #111;
  font-weight: 800;
}

.startup-section__header-block {
  align-items: center;
  margin-bottom: 18px;
}

.startup-section__title {
  color: #111827;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
}

.startup-section__title::before {
  display: inline-block;
  width: 10px;
  height: 26px;
  margin-right: 12px;
  border-radius: 3px;
  background: var(--dt-red);
  vertical-align: -5px;
  content: "";
}

.main-sale__list {
  padding: 4px;
}

.main-sale__item {
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(17, 24, 39, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.main-sale__item:hover {
  transform: translateY(-3px);
  border-color: rgba(214, 34, 34, .35);
  box-shadow: 0 18px 46px rgba(17, 24, 39, .15);
}

.main-sale__image-container {
  margin: 12px;
  border-radius: 6px;
  background: #f7f7f8;
}

.main-sale__name {
  color: #151515;
  font-weight: 800;
}

.main-sale__price {
  color: var(--dt-red);
  font-size: 20px;
  font-weight: 900;
}

.main-sale__button {
  border-radius: 6px;
  background: var(--dt-red);
  color: #fff;
  font-weight: 800;
}

.main-sale__button:hover {
  background: #111;
  color: #fff;
}

.main-sale__link-more {
  color: var(--dt-red);
  font-weight: 800;
}

.footer {
  margin-top: 48px;
  background:
    linear-gradient(135deg, #0b0b0b 0%, #171717 58%, #311010 100%);
  border-top: 4px solid var(--dt-red);
  color: rgba(255, 255, 255, .82);
}

.footer a,
.footer__menu-link,
.footer__menu-title {
  color: #fff;
}

.secondary-logo__image {
  width: 260px;
  max-height: 64px;
  object-fit: contain;
  object-position: left center;
}

.mobile-menu,
.tap-bar,
.mobile-nav {
  color: #151515;
}

@media (max-width: 991px) {
  .wrapper {
    background:
      linear-gradient(180deg, #101010 0, #101010 315px, var(--dt-gray) 315px);
  }

  .header-nav__wrapper {
    min-height: 74px;
  }

  .main-logo {
    min-width: 0;
  }

  .main-logo__img {
    width: 86px;
    max-height: 58px;
  }

  .content__h1_type_main {
    font-size: 24px;
  }

  #vinRequestQuick {
    background:
      linear-gradient(135deg, rgba(15, 15, 15, .97), rgba(39, 39, 39, .95));
  }
}

@media (max-width: 599px) {
  .wrapper {
    background:
      linear-gradient(180deg, #101010 0, #101010 300px, var(--dt-gray) 300px);
  }

  .header__wrapper {
    min-height: 36px;
  }

  .header-nav__wrapper {
    min-height: 68px;
  }

  .content_type_main {
    padding-top: 18px;
  }

  .content__h1_type_main {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .header-catalog__wrapper {
    min-height: 62px;
  }

  .search-form__input {
    font-size: 14px;
  }

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

  .startup-section__title {
    font-size: 23px;
  }

  .secondary-logo__image {
    width: 210px;
  }
}
