.cc-header {
  background: #fff;
  color: var(--cc-color-secondary);
  position: sticky;
  top: 0;
  z-index: 100;
}

.cc-home__promo {
  font-weight: 700;
  letter-spacing: .06em;
  padding: 10px 14px;
  text-align: center;
  background: var(--cc-color-primary);
  color: #fff;
  max-height: 48px;
  opacity: 1;
  overflow: hidden;
  transition: max-height .25s ease, opacity .25s ease, padding .25s ease;
}

.cc-header.is-scrolled .cc-home__promo {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.cc-header__promo {
  background: #31356f;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .03em;
  padding: 8px 12px;
  text-align: center;
}

.cc-header__main {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1)
}

.cc-header__main-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 82px;
}

.cc-header .header-burger {
  margin: 0;
}

.cc-header__countdown {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-self: start;
  background: #f8f7f5;
  border-radius: 50px;
  color: #65708a;
  gap: 12px;
  line-height: 1;
  transition: border-radius 0.35s ease, box-shadow 0.35s ease;
  padding: 14px 20px;
}

.cc-header__countdown:hover {
  border-radius: 20px 20px 0 0;
  box-shadow: 0 12px 30px rgba(16, 24, 40, .08);
}

.cc-header__countdown-label {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  white-space: nowrap;
}

.cc-header__countdown-bar {
  align-self: center;
  background: #e3ded7;
  border-radius: 50px;
  display: block;
  height: 8px;
  overflow: hidden;
  width: 100%;
  min-width: 64px;
}

.cc-header__countdown-progress {
  background: var(--cc-color-secondary);
  border-radius: 999px;
  display: block;
  height: 100%;
  width: 40%;
}

.cc-header__countdown-value {
  color: var(--cc-color-secondary);
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.cc-header__countdown-caret {
  color: #65708a;
  font-size: 18px;
}

.cc-header__countdown .volet {
  background: #f8f7f5;
  display: none;
  padding: 24px 0;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  border-radius: 0 20px 20px 20px;
  z-index: 999;
}

.cc-header__countdown:hover .volet {
  display: block !important;
}

.cc-header__countdown .volet-content {
  text-align: center;
}

.cc-header__countdown .volet .group-campaign i.material-icons.green {
  color: #90E526;
}

.cc-header__countdown .volet .group-campaign i.material-icons.orange {
  color: #E97526;
}

.cc-header__countdown .volet .group-campaign i.material-icons.yellow {
  color: #dac308;
}

.cc-header__countdown i.material-icons.nok {
  color: #db4949;
}

.cc-header__countdown .group-title {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  padding-bottom: 10px;
}

.cc-header__countdown .group-label {
  font-size: 13px;
}

.cc-header__countdown .group-name {
  font-weight: 700;
  color: var(--cc-color-text);
}

.cc-header__countdown .group-campaign {
  border: solid #e7e2da;
  border-width: 1px 0;
  padding: 15px 0 13px 0;
}

.cc-header__countdown .group-links {
  padding-top: 15px;
}

.cc-header__countdown .links {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}

.cc-header__countdown .group-links a {
  font-size: 13px;
  color: var(--cc-color-text);
}

.cc-header__brand {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  justify-self: center;
  max-width: calc(280px + (320 - 280) * ((100vw - 320px) / (1920 - 320)));
}

.cc-header__brand img {
  display: block;
  height: 48px;
  width: auto;
}

.cc-header__right {
  align-items: center;
  display: flex;
  gap: calc(0px + (22 - 0) * ((100vw - 320px) / (1920 - 320)));
  justify-content: flex-end;
  justify-self: end;
}

.cc-header__support {
  align-items: center;
  background: #f8f7f5;
  border-radius: 999px;
  color: var(--cc-color-secondary);
  display: flex;
  flex-direction: row;
  font-size: 12px;
  gap: 10px;
  justify-self: end;
  line-height: 1.2;
  padding: 12px 20px;
}

.cc-header__support-icon {
  color: var(--cc-color-secondary);
  font-size: 20px;
}

.cc-header__support-copy {
  display: flex;
  flex-direction: column;
}

.cc-header__support-label {
  color: var(--cc-color-secondary);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.cc-header__support-phone {
  color: var(--cc-color-secondary);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.cc-header__widgets {
  align-items: center;
  display: flex;
  gap: calc(0px + (20 - 0) * ((100vw - 320px) / (1920 - 320)));
}

.cc-header__widgets > * + * {
  margin-left: 0;
}

.cc-header__widgets #_desktop_user_info,
.cc-header__widgets #_desktop_cart {
  align-items: center;
  display: flex;
}

.cc-header__widget,
.cc-header__widgets .user-info,
.cc-header__widgets .blockcart .header,
.cc-header__widgets .blockcart .shopping-cart {
  align-items: center;
  display: inline-flex;
}

.cc-header__widget a,
.cc-header__widgets .blockcart .header a {
  align-items: center;
  color: var(--cc-color-secondary);
  display: inline-flex;
  flex-direction: column;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 5px;
  line-height: 1.1;
  position: relative;
  text-decoration: none;
}

.cc-header__widget a:hover,
.cc-header__widgets .blockcart .header a:hover {
  color: rgba(28, 47, 103, .8);
}

.cc-header__widget--account .logout {
  display: none;
}

.cc-header__widget--account .account span,
.cc-header__widget--account .login,
.cc-header__widget--cart .header a span:first-child {
  display: block;
}

.cc-header__widget--cart .header a span:last-child {
  display: none;
}

.cc-header__widgets .blockcart .body {
  display: none;
}

.cc-header .cart-products-count {
  align-items: center;
  background: #e23d3d;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  font-size: 10px;
  height: 20px;
  justify-content: center;
  line-height: 20px;
  min-width: 20px;
  right: 20px;
  top: -3px;
  width: auto;
}

.cc-header__nav-row {
  background: #fff;
  padding: 10px 0 12px;
}

.cc-header__nav-row-inner {
  display: block;
}

.cc-header .header-nav {
  background: transparent;
  box-shadow: none;
}

.cc-header .header-nav .menu,
.cc-header .header-nav .bwa-menu__top__wrapper {
  background: transparent;
  border-top: 0;
}

.cc-header .header-nav .menu > ul,
.cc-header .header-nav .bwa-menu__top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cc-header .header-nav .menu > ul > li > a,
.cc-header .header-nav .bwa-menu__top > li > a {
  background: #f3f4f2;
  border-radius: 999px;
  color: var(--cc-color-secondary);
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 16px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.cc-header .header-nav .menu > ul > li.current > a,
.cc-header .header-nav .menu > ul > li > a:hover,
.cc-header .header-nav .bwa-menu__top > li.current > a,
.cc-header .header-nav .bwa-menu__top > li > a:hover {
  background: var(--cc-color-secondary);
  color: #fff;
}

