﻿#header .wrapper-top {
  min-height: 32px;
  background: #3f4045 url(/redesign/img/menu_img.png) repeat center;
}

#header .wrapper-top .container {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 32px;
}

#header .wrapper-top>.container>.menu_bl2,
#header .wrapper-top>.container>#welcome,
#header .wrapper-top>.container>.search_wrap {
  display: none;
}

#header .wrapper-top .menu_bl {
  float: none;
  width: auto;
  flex: 0 0 auto;
}

#header .wrapper-top .btn_menu {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 32px;
  padding: 0;
  background: none;
  position: relative;
}

#header .wrapper-top .btn_menu:before {
  content: "";
  width: 15px;
  height: 11px;
  background:
    linear-gradient(#fff, #fff) 0 0 / 15px 1px no-repeat,
    linear-gradient(#fff, #fff) 0 5px / 15px 1px no-repeat,
    linear-gradient(#fff, #fff) 0 10px / 15px 1px no-repeat;
  opacity: 0.95;
}

#header .wrapper-top .btn_menu ul {
  display: none;
  top: 100%;
  left: 0;
  width: 220px;
  height: auto;
  padding: 12px 16px;
  border-bottom: 2px solid #a3272d;
  z-index: 120;
}

#header .wrapper-top .btn_menu ul li {
  margin: 0;
}

#header .wrapper-top .btn_menu ul:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  height: 8px;
}

#header .wrapper-top .btn_menu:hover ul,
#header .wrapper-top .btn_menu:focus-within ul {
  display: block;
}

#header .wrapper-top .btn_menu ul a,
#header .wrapper-top .btn_menu:hover ul a {
  display: block;
  padding: 6px 12px;
  color: #242424;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.35;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#header .wrapper-top .btn_menu ul li.active a,
#header .wrapper-top .btn_menu ul a:hover,
#header .wrapper-top .btn_menu ul a:focus {
  background: #f4ecec;
  color: #8b2428;
}

#header .header-top__nav {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

#header .header-top__nav a,
#header .header-top__location,
#header .header-top__account a,
#header .header-top__account span,
#header .header-top__account strong {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

#header .header-top__nav a:hover,
#header .header-top__location:hover,
#header .header-top__account a:hover {
  color: #e8c6cb;
  text-decoration: none;
}

#header .header-top__location {
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
}

#header .header-top__location:before {
  content: "";
  display: block;
  width: 17px;
  height: 16px;
  background: url(/redesign/img/svg/maps_img_desktop.svg) no-repeat center;
  background-size: contain;
}

#header .header-top__account {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

#header .header-top__account:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/redesign/img/svg/login_cont.svg?v=2) no-repeat center;
  background-size: contain;
}

#header .wrapper-cover {
  min-height: 122px;
}

#header .wrapper-cover .container {
  position: relative;
}

#header .top_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 17px;
}

#header .wrapper-cover .logo_block,
#header .wrapper-cover .phone_block,
#header .wrapper-cover .btn_block,
#header .wrapper-cover #cart {
  float: none;
  width: auto;
}

#header .wrapper-cover .logo_block {
  flex: 0 0 auto;
}

#header .wrapper-cover .logo_block .logo {
  width: 296px;
  height: 72px;
  background-size: contain;
}

#header .wrapper-cover .phone_block {
  flex: 0 0 auto;
  min-width: 192px;
  padding-top: 0;
}

#header .wrapper-cover .phone_block a,
#header .wrapper-cover .phone_block p {
  white-space: nowrap;
}

#header .wrapper-cover .phone_block a {
  font-size: 18px;
}

#header .wrapper-cover .phone_block p {
  margin-top: 8px;
  color: #8a8a8f;
  font-size: 15px;
}

#header .wrapper-cover .btn_block {
  flex: 0 0 auto;
  padding: 0;
}

#header .header-call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 46px;
  padding: 0 28px;
  border: 1px solid #8b2428;
  border-radius: 999px;
  color: #8b2428;
  font-size: 17px;
  font-weight: 300;
  line-height: 271%;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#header .header-call-button:hover,
#header .header-adaptive__call-button:hover,
#header .header-adaptive__phone-button:hover {
  text-decoration: none;
}

#header .wrapper-cover #cart {
  min-width: 118px;
  flex: 0 0 auto;
}

#header .wrapper-cover #cart .heading {
  text-align: right;
}

#header .wrapper-cover #cart .heading .h4 {
  display: inline-block;
  padding: 0 0 0 37px;
  line-height: 26px;
}

#header .wrapper-cover #cart .heading .h4:before {
  left: 0;
  top: 1px;
  width: 19px;
  height: 21px;
  background: url(/catalog/view/theme/default/image/cart-header.svg) no-repeat center;
  background-size: 19px 21px;
}

#header .wrapper-cover #cart #cart_total {
  padding-top: 4px;
  font-size: 13px;
  line-height: 1.35;
  text-align: right;
}

#header .wrapper-cover #cart:hover .content {
  top: calc(100% + 6px);
}

#header .wrapper-cover #cart .content::before {
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  width: 180px;
  height: 14px;
}

#header .bottom_wrapper {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 15px;
  position: relative;
}

#header .bottom_wrapper #menu {
  flex: 1 1 auto;
  min-height: 0;
  padding: 13px 0 0;
  border-top: 1px solid #e7e7e8;
  border-bottom: 0;
  position: relative;
}

#header .bottom_wrapper #menu>ul {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#header .bottom_wrapper #menu li {
  margin-right: 0;
  line-height: 1;
}

#header .bottom_wrapper #menu li a {
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
}

#header .bottom_wrapper .menu-search-item:hover {
  background: none;
}

#header .wrapper-cover .search_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
}

#header .wrapper-cover .search_wrap .btn_search {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  width: 28px;
  height: 28px;
  background: url(/redesign/img/lupa2.svg) no-repeat center;
  background-size: 19px 19px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 50%;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  outline: none;
}

#header .wrapper-cover .search_wrap.open .btn_search {
  opacity: 1;
  background-color: #f5eeee;
}

#header .header-adaptive__search-panel--desktop {
  display: none;
  flex: 0 0 100%;
  order: 2;
  padding: 12px 0 0;
  border-top: 1px solid #e7e7e8;
  background: #fff;
}

body.header-search-desktop-open #header .header-adaptive__search-panel--desktop {
  display: block;
}

#header .header-adaptive__search-panel--desktop .header-adaptive__search-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

#header .header-adaptive__search-panel--desktop .header-adaptive__search-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 42px;
  padding: 0 18px;
  border: 1px solid #d9d9dd;
  border-radius: 999px;
  background: #fbfbfb;
  color: #1d1d1d;
  font-size: 15px;
  font-weight: 300;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#header .header-adaptive__search-panel--desktop .header-adaptive__search-input::placeholder {
  color: #9a9aa0;
}

#header .header-adaptive__search-panel--desktop .header-adaptive__search-input:focus {
  border-color: #c45454;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(196, 84, 84, 0.1);
  outline: none;
}

#header .header-adaptive__search-panel--desktop .header-adaptive__search-submit {
  flex: 0 0 auto;
  min-width: 104px;
  height: 42px;
  padding: 0 22px;
  border: 1px solid #c45454;
  border-radius: 999px;
  background: #c45454;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#header .header-adaptive__search-panel--desktop .header-adaptive__search-submit:hover,
#header .header-adaptive__search-panel--desktop .header-adaptive__search-submit:focus {
  background: #8b2428;
  border-color: #8b2428;
  color: #fff;
  outline: none;
}

#header .header-adaptive {
  display: none;
}

.header-recall-module .box {
  display: none;
}

@media (min-width: 1221px) {

  body.fixed-top #header .wrapper-cover,
  body.fixed-top #header .wrapper-cover .container,
  body.fixed-top #header .bottom_wrapper {
    overflow: visible;
  }

  body.fixed-top #header .wrapper-cover .btn_block {
    display: none !important;
  }

  body.fixed-top #header .bottom_wrapper {
    position: relative;
    min-height: 0;
    align-items: flex-end;
  }

  body.fixed-top #header .header-adaptive__search-panel--desktop {
    position: relative;
    z-index: 1100;
    padding: 12px 0 10px;
    border-top: 1px solid #e7e7e8;
    background: #fff;
    box-shadow: none;
  }

  body.fixed-top #header .header-adaptive__search-panel--desktop .header-adaptive__search-form {
    padding: 0;
  }

  body.fixed-top #header .header-adaptive__search-panel--desktop .header-adaptive__search-input {
    height: 42px;
    background: #fff;
  }

  body.fixed-top #header .header-adaptive__search-panel--desktop .header-adaptive__search-submit {
    min-width: 104px;
    height: 42px;
  }
}

@media (max-width: 1220px) {
  #header .header-top__nav {
    gap: 12px;
  }

  #header .bottom_wrapper #menu>ul {
    gap: 17px;
  }

  #header .bottom_wrapper #menu li a {
    font-size: 13px;
  }
}

@media (max-width: 1220px) {
  #header {
    position: relative;
    z-index: 40;
    background: #fff;
  }

  #header .wrapper-top,
  #header .wrapper-cover {
    display: none;
  }

  #header .header-adaptive {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
  }

  #header .header-adaptive__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding: 0 14px;
    gap: 16px;
    background: #3f4045 url(/redesign/img/menu_img.png) repeat center;
  }

  #header .header-adaptive__location,
  #header .header-adaptive__account a,
  #header .header-adaptive__account span,
  #header .header-adaptive__account strong,
  #header .header-adaptive__menu-toggle,
  #header .header-adaptive__menu-toggle-text {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    text-decoration: none;
  }

  #header .header-adaptive__location,
  #header .header-adaptive__account {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  #header .header-adaptive__location {
    min-width: 0;
    padding-left: 22px;
    white-space: nowrap;
  }

  #header .header-adaptive__location:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 17px;
    transform: translateY(-50%);
    background: url(/redesign/img/svg/maps_img.svg) no-repeat center;
    background-size: contain;
  }

  #header .header-adaptive__account {
    flex: 0 0 auto;
    padding-left: 25px;
    white-space: nowrap;
  }

  #header .header-adaptive__account:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background: url(/redesign/img/svg/login_cont.svg) no-repeat center;
    background-size: contain;
    filter: brightness(0) invert(1);
    opacity: 0.88;
  }

  #header .header-adaptive__menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  #header .header-adaptive__menu-toggle-icon {
    position: relative;
    width: 16px;
    height: 12px;
    background:
      linear-gradient(#fff, #fff) 0 0 / 16px 1px no-repeat,
      linear-gradient(#fff, #fff) 0 5px / 16px 1px no-repeat,
      linear-gradient(#fff, #fff) 0 10px / 16px 1px no-repeat;
  }

  #header .header-adaptive__menu-toggle-icon:before,
  #header .header-adaptive__menu-toggle-icon:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 1px;
    background: #fff;
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  body.header-menu-open #header .header-adaptive__menu-toggle-icon {
    background: none;
  }

  body.header-menu-open #header .header-adaptive__menu-toggle-icon:before {
    opacity: 1;
    transform: rotate(45deg);
  }

  body.header-menu-open #header .header-adaptive__menu-toggle-icon:after {
    opacity: 1;
    transform: rotate(-45deg);
  }

  #header .header-adaptive__main {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 89px;
    padding: 0 14px;
    background: #fff;
  }

  #header .header-adaptive__logo,
  #header .header-adaptive__panel-logo {
    display: block;
    flex: 0 0 auto;
    width: 292px;
    height: 69px;
    background: url(/redesign/img/logo.svg) no-repeat center;
    background-size: contain;
  }

  #header .header-adaptive__contacts,
  #header .header-adaptive__panel-contacts {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  #header .header-adaptive__phone,
  #header .header-adaptive__time,
  #header .header-adaptive__panel-location {
    position: relative;
    color: #1f1f1f;
    text-decoration: none;
  }

  #header .header-adaptive__phone {
    padding-left: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 94%;
    white-space: nowrap;
  }

  #header .header-adaptive__phone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 13px;
    height: 13px;
    transform: translateY(-50%);
    background: url(/redesign/img/svg/phone_cont_header.svg) no-repeat center;
    background-size: contain;
  }

  #header .header-adaptive__time,
  #header .header-adaptive__panel-location {
    padding-left: 20px;
    color: #1d1d1d;
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    white-space: nowrap;
  }

  #header .header-adaptive__panel-location {
    font-weight: 400;
  }

  #header .header-adaptive__time:before,
  #header .header-adaptive__panel-location:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 13px;
    height: 13px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  #header .header-adaptive__time:before {
    background-image: url(/redesign/img/timer.svg);
  }

  #header .header-adaptive__panel-location:before {
    width: 18px;
    height: 19px;
    background-image: url(/redesign/img/svg/maps_img.svg);
  }

  #header .header-adaptive__call-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 46px;
    padding: 0 26px;
    border: 1px solid #c45454;
    border-radius: 999px;
    color: #c45454;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    box-sizing: border-box;
  }

  #header .header-adaptive__phone-button {
    display: none;
  }

  #header .header-adaptive__catalog-strip {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 14px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background: #fff;
  }

  #header .header-adaptive__catalog-open {
    padding: 0;
    border: 0;
    background: transparent;
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
  }

  body.header-menu-open #header .header-adaptive__catalog-strip,
  body.header-catalog-open #header .header-adaptive__catalog-strip {
    display: none;
  }

  #header .header-adaptive__panel,
  #header .header-adaptive__search-panel {
    display: none;
    background: #fff;
  }

  body.header-menu-open #header .header-adaptive__panel--menu,
  body.header-catalog-open #header .header-adaptive__panel--catalog,
  body.header-search-open #header .header-adaptive__search-panel {
    display: block;
  }

  #header .header-adaptive__panel {
    border-top: 1px solid #ececec;
  }

  #header .header-adaptive__panel-summary {
    display: none;
  }

  #header .header-adaptive__panel-links {
    display: flex;
    flex-direction: column;
    gap: 21px;
    padding: 19px 14px 22px;
  }

  #header .header-adaptive__panel-links a {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
  }

  #header .header-adaptive__panel-contacts {
    gap: 16px;
    padding: 6px 14px 22px;
  }

  #header .header-adaptive__catalog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 14px 14px;
  }

  #header .header-adaptive__catalog-head span {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
  }

  #header .header-adaptive__panel-close {
    position: relative;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  #header .header-adaptive__panel-close:before,
  #header .header-adaptive__panel-close:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 18px;
    height: 1px;
    background: #929292;
  }

  #header .header-adaptive__panel-close:before {
    transform: rotate(45deg);
  }

  #header .header-adaptive__panel-close:after {
    transform: rotate(-45deg);
  }

  #header .header-catalog {
    padding: 0 14px 24px;
  }

  #header .header-catalog__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #header .header-catalog__group {
    border: 0;
  }

  #header .header-catalog__parent,
  #header .header-catalog__single-link {
    display: flex;
    align-items: center;
    min-height: 36px;
  }

  #header .header-catalog__parent-link,
  #header .header-catalog__single-link {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
  }

  #header .header-catalog__parent-link {
    flex: 1 1 auto;
  }

  #header .header-catalog__toggle {
    position: relative;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  #header .header-catalog__toggle:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #5f5f5f;
    border-right: 1px solid #5f5f5f;
    transform: rotate(45deg);
    transition: transform 0.2s ease, top 0.2s ease;
  }

  #header .header-catalog__children {
    display: none;
    margin: 0;
    padding: 6px 0 10px 28px;
    list-style: none;
  }

  #header .header-catalog__children li+li {
    margin-top: 16px;
  }

  #header .header-catalog__children a {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
  }

  #header .header-catalog__group.is-open .header-catalog__children {
    display: block;
  }

  #header .header-catalog__group.is-open .header-catalog__toggle:before {
    top: 8px;
    transform: rotate(135deg);
  }

  #header .header-adaptive__search-panel {
    padding: 14px;
    border-top: 1px solid #ececec;
  }

  #header .header-adaptive__search-form {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #header .header-adaptive__search-input {
    flex: 1 1 auto;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #d4d4d6;
    color: #1d1d1d;
    font-size: 14px;
    box-sizing: border-box;
  }

  #header .header-adaptive__search-submit {
    height: 40px;
    padding: 0 18px;
    border: 1px solid #c45454;
    border-radius: 999px;
    background: #fff;
    color: #c45454;
    font-size: 13px;
    cursor: pointer;
  }

  #header .header-mobile-toolbar {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1220px) {
  body {
    padding-bottom: 48px;
  }

  #header .header-adaptive__main,
  #header .header-adaptive__panel-summary-main {
    justify-content: space-between;
  }

  #header .header-adaptive__contacts {
    flex: 0 0 auto;
  }

  #header .header-adaptive__catalog-strip {
    display: none;
  }

  #header .header-adaptive__panel,
  #header .header-adaptive__search-panel {
    padding-bottom: 60px;
  }

  #header .header-mobile-toolbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 141;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 48px;
    border-top: 1px solid #e5e5e5;
    background: #fff;
  }

  #header .header-mobile-toolbar__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1d1d1d;
    text-decoration: none;
  }

  #header .header-mobile-toolbar__icon {
    width: 25px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  #header .header-mobile-toolbar__label {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }

  #header .header-mobile-toolbar__button--catalog .header-mobile-toolbar__icon {
    background-image: url(/catalog/view/theme/default/image/catalog-header.svg);
  }

  #header .header-mobile-toolbar__button--cart .header-mobile-toolbar__icon {
    width: 19px;
    height: 21px;
    background-image: url(/catalog/view/theme/default/image/cart-header_w.svg);
  }

  #header .header-mobile-toolbar__button--search .header-mobile-toolbar__icon {
    width: 19px;
    height: 19px;
    background-image: url(/catalog/view/theme/default/image/search-header.svg);
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 89px;
    padding-bottom: 48px;
  }

  body.header-menu-open,
  body.header-catalog-open,
  body.header-search-open {
    overflow: hidden;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 140;
    background: #fff;
  }

  #header .header-adaptive {
    border-bottom: 0;
  }

  #header .header-adaptive__topbar {
    min-height: 35px;
    padding: 0 12px;
    gap: 10px;
  }

  #header .header-adaptive__location {
    display: none;
  }

  #header .header-adaptive__account {
    padding-left: 25px;
  }

  #header .header-adaptive__main {
    min-height: 54px;
    padding: 0 12px;
    gap: 10px;
    border-bottom: 1px solid #ececec;
  }

  #header .header-adaptive__logo {
    width: 210px;
    height: 37px;
    flex: 0 0 auto;
  }

  #header .header-adaptive__contacts,
  #header .header-adaptive__call-button,
  #header .header-adaptive__catalog-strip,
  #header .header-adaptive__panel-summary {
    display: none;
  }

  #header .header-adaptive__phone-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-left: auto;
    padding: 0;
    border: 1px solid #c45454;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
  }

  #header .header-adaptive__phone-button-icon {
    width: 16px;
    height: 16px;
    background: url(/redesign/img/svg/phone_cont.svg?v=2) no-repeat center;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(26%) sepia(17%) saturate(2394%) hue-rotate(327deg) brightness(90%) contrast(86%);
  }

  #header .header-adaptive__panel {
    border-top: 0;
    position: fixed;
    top: 89px;
    left: 0;
    right: 0;
    bottom: 48px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 130;
    background: #fff;
  }

  #header .header-adaptive__panel-links {
    gap: 19px;
    padding: 19px 12px 22px;
  }

  #header .header-adaptive__panel-links a {
    font-size: 14px;
  }

  #header .header-adaptive__panel-contacts {
    gap: 15px;
    padding: 0 12px 18px;
  }

  #header .header-adaptive__panel-contacts .header-adaptive__phone {
    font-size: 15px;
  }

  #header .header-adaptive__catalog-head {
    padding: 18px 12px 12px;
  }

  #header .header-adaptive__catalog-head span {
    font-size: 18px;
  }

  #header .header-catalog {
    padding: 0 12px 78px;
  }

  #header .header-catalog__parent,
  #header .header-catalog__single-link {
    min-height: 34px;
  }

  #header .header-mobile-toolbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 141;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 48px;
    border-top: 1px solid #e5e5e5;
    background: #fff;
  }

  #header .header-mobile-toolbar__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1d1d1d;
    text-decoration: none;
  }

  #header .header-mobile-toolbar__icon {
    width: 25px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  #header .header-mobile-toolbar__label {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }

  #header .header-mobile-toolbar__button--catalog .header-mobile-toolbar__icon {
    background-image: url(/catalog/view/theme/default/image/catalog-header.svg);
  }

  #header .header-mobile-toolbar__button--cart .header-mobile-toolbar__icon {
    width: 19px;
    height: 21px;
    background-image: url(/catalog/view/theme/default/image/cart-header_w.svg);
  }

  #header .header-mobile-toolbar__button--search .header-mobile-toolbar__icon {
    width: 19px;
    height: 19px;
    background-image: url(/catalog/view/theme/default/image/search-header.svg);
  }

  #header .header-adaptive__search-panel {
    position: fixed;
    top: 89px;
    left: 0;
    right: 0;
    bottom: 48px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 130;
    background: #fff;
    padding: 12px 12px 60px;
  }
}