@media (max-width: 767.98px) {
  header {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  header .static-header {
    display: none !important;
  }

  header .header-middle {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    padding: 10px 0 !important;
  }

}

header .header-top {
  font-size:14px;
  padding:8px 0;
  background-color:var(--header-top-background);
  border-bottom: 1px solid var(--ta-border);
  color: var(--header-top-link-color);
  font-weight: 500;
}

header .header-top-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 36px;
}

header .header-top-start,
header .header-top-center,
header .header-top-end {
  display: flex;
  align-items: center;
  min-height: 36px;
  min-width: 0;
}

header .header-top-start {
  flex: 1 1 0;
  justify-content: flex-start;
}

header .header-top-center {
  flex: 0 0 auto;
  justify-content: center;
}

header .header-top-end {
  flex: 1 1 0;
  justify-content: flex-end;
  gap: 20px;
}

header .header-top-phone {
  color: var(--header-top-link-color);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

header .header-top-phone:hover {
  color: var(--header-top-link-hover-color);
}

header .header-top-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: inherit;
  margin: 0;
  padding: 0;
  gap: 24px;
  list-style: none;
}

header .header-top-list .list-inline-item {
  display: flex;
  align-items: center;
  margin: 0;
  float: none;
}

header .header-top-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0;
  background: transparent;
  border: none;
}

header .header-top li:not(:last-child) {
  margin-right: 0;
}

header .header-top li a {
  padding-right:5px;
  color: var(--header-top-link-color);
  font-weight: 700;
  text-decoration: none;
}
header .header-top li a:hover {
  color: var(--header-top-link-hover-color);
}

header .header-top .header-top-text {
  color: var(--header-top-link-color);
  font-weight: 700;
}

header .header-top .header-top-social-item {
  margin-right: 0;
}

header .header-top .header-top-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  color: var(--ta-text);
  background: transparent;
  border: none;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease;
}

header .header-top .header-top-icon:hover {
  color: var(--ta-accent);
  background: transparent;
}

header .header-top .header-top-icon-svg {
  display: block;
  width: 22px;
  height: 22px;
}

header .header-top .language-active {
  color: var(--header-top-language-active-color);
  font-weight: 600;
}

header .header-lang {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding-left: 16px;
  border-left: 1px solid var(--ta-border);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

header .header-lang__item {
  color: var(--ta-muted);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

header .header-lang__item:hover {
  color: var(--ta-accent);
}

header .header-lang__item.is-active {
  color: var(--ta-text);
  font-weight: 700;
}

header .header-lang__sep {
  display: block;
  flex: 0 0 auto;
  width: 1px;
  height: 10px;
  margin: 0;
  background: #c5cedb;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  user-select: none;
}

header .header-middle {
  background: #FFF;
  padding: 20px 0;
}

header .header-middle .header-logo {
  background: #FFF;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

header .header-middle-logo-col a {
  display: block;
  max-width: 100%;
  line-height: 0;
}

header .header-middle .header-sitename {
  font-size: 32px;
  color: #000;
  font-weight:600;
}

header .header-middle .header-catalog-button {
  background: var(--header-catalog-button-color) !important;
  border-color: var(--header-catalog-button-color) !important;
  color: var(--header-catalog-button-color-text) !important;
}

header .header-middle .header-catalog-button svg path {
  fill: var(--header-catalog-button-color-text) !important;
}

header .contact .tel {
  position: relative;
}

header .contact .tel a {
  font-weight:600;
  font-size:20px;
  color:#000;
}

header .contact .tel a svg {
  margin-top:-3px;
  stroke:#000;
}

header .contact .tel .other-tel {
  z-index:2;
  top:-10px;
  left:-20px;
  padding:10px 20px;
  display:none;
  position: absolute;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
  background: #FFF;
  width:calc(100% + 20px);
}

header .contact .tel:hover .other-tel {
  display:block;
}

header .contact .tel .other-tel li:not(:first-child) a {
  font-weight:600;
  font-size:16px;
  color:#000;
}

header .contact .tel .other-tel li.schedule  {
  margin-top:10px;
}

header .contact .tel .other-tel li a.order-call {
  margin-top:10px;
  font-size:13px !important;
  width:100% !important;
}

header .contact .schedule {
  color: var(--header-schedule-color);
}

header .cart-menu li {
  margin-left:20px;
}

header .cart-menu li:not(:last-child) {
  margin-right: 0 !important;
}

header .header-middle-cart-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 0;
}

header .header-middle-cart-list .list-inline-item {
  margin: 0;
  display: flex;
  align-items: center;
  vertical-align: middle;
  line-height: 0;
}

header .header-middle-cart-list .header-middle-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 0;
  color: inherit;
  text-decoration: none;
}

header .cart-menu .cart-icon,
header .cart-menu .wishlist-icon,
header .header-middle-cart-list .cart-icon,
header .header-middle-cart-list .wishlist-icon,
header .header-middle-cart-list .header-cabinet {
  position: relative;
}

header .cart-menu .cart-icon svg,
header .cart-menu .wishlist-icon svg,
header .header-middle-cart-list .cart-icon svg,
header .header-middle-cart-list .wishlist-icon svg,
header .header-middle-cart-list .header-cabinet svg,
header .header-middle .header-cabinet svg,
.bottom-mobile-menu .cart-icon svg,
.bottom-mobile-menu .wishlist-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  margin: 0 auto;
  flex-shrink: 0;
  overflow: visible;
}

header .cart-menu .cart-icon svg path,
header .cart-menu .wishlist-icon svg path,
header .header-middle-cart-list .cart-icon svg path,
header .header-middle-cart-list .wishlist-icon svg path,
header .header-middle .header-cabinet svg path,
header .header-middle .header-search svg path,
.bottom-mobile-menu .cart-icon svg path,
.bottom-mobile-menu .wishlist-icon svg path {
  fill: currentColor;
}

header .cart-menu .cart-icon .header-count,
header .cart-menu .wishlist-icon .header-count,
header .header-middle-cart-list .cart-icon .header-count,
header .header-middle-cart-list .wishlist-icon .header-count {
  position: absolute;
  top: -4px;
  right: -6px;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: var(--header-counter-background);
  color: var(--header-counter-color);
  font-size: 0.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: normal;
  line-height: 1rem;
}

.bottom-mobile-menu .cart-icon, .bottom-mobile-menu .wishlist-icon {
  position: relative;
}

.bottom-mobile-menu .cart-icon .header-count, .bottom-mobile-menu .wishlist-icon .header-count {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: var(--header-counter-background);
  color: var(--header-counter-color);
  font-size: 0.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: normal;
  line-height: 1rem;
}


header .search-block {
  position: relative;
  width:100%;
}

header .search-block .header-search-group {
  border: 1px solid var(--ta-border);
  border-radius: var(--ta-radius-sm);
  overflow: hidden;
  background: var(--ta-surface);
  align-items: stretch;
  flex-wrap: nowrap;
  display: flex;
  width: 100%;
}

header .search-block .header-search-group .form-control {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent;
  min-height: 46px;
  min-width: 0;
  flex: 1 1 auto;
  padding-left: 1rem;
  font-size: 15px;
}

header .search-block .header-search-group .btn-lg {
  border: none !important;
  border-left: 1px solid var(--ta-border) !important;
  border-radius: 0 !important;
  background: var(--ta-surface) !important;
  color: var(--ta-accent) !important;
  min-height: 46px;
}

header .search-block .header-search-group .btn-lg:hover {
  background: var(--ta-accent-soft) !important;
  color: var(--ta-accent-hover) !important;
}

header .header-middle-row {
  row-gap: 12px;
}

@media (min-width: 768px) {
  header .header-middle-row {
    display: grid !important;
    grid-template-columns: minmax(0, 260px) minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap !important;
  }

  header .header-middle-logo-col {
    max-width: 260px !important;
    width: 100% !important;
    min-width: 0;
    order: 0 !important;
  }

  header .header-middle-catalog-col {
    max-width: 200px !important;
    width: 100% !important;
    min-width: 0;
    order: 0 !important;
    position: relative;
  }

  header .header-middle-search-col {
    min-width: 0;
    width: 100% !important;
    max-width: none !important;
    order: 0 !important;
  }

  header .header-middle-cart-col {
    width: auto !important;
    max-width: none !important;
    justify-self: end;
    order: 0 !important;
  }
}

@media (min-width: 992px) {
  header .header-middle-row:has(.header-middle-catalog-col) {
    grid-template-columns: minmax(0, 260px) minmax(0, 200px) minmax(0, 1fr) auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .header-middle-logo-col {
    max-width: 200px !important;
  }

  header .search-block .header-search-group .form-control {
    min-height: 42px;
    padding-left: 0.75rem;
    font-size: 14px;
  }

  header .search-block .header-search-group .btn-lg {
    min-height: 42px;
  }
}

@media (max-width: 767.98px) {
  header .header-middle {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  header .header-middle-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  header .header-middle-logo-col {
    max-width: 55%;
    flex: 1 1 auto;
    min-width: 0;
  }

  header .header-middle-search-col {
    flex: 0 0 auto;
    width: auto !important;
    max-width: none !important;
    margin-top: 0;
    margin-left: auto;
  }

  header .search-block {
    width: auto;
  }

  header .search-block .header-search-group {
    border: none;
    background: transparent;
    border-radius: 0;
    width: auto;
  }

  header .search-block .header-search-group .form-control {
    display: none !important;
  }

  header .search-block .header-search-group .input-group-btn {
    margin: 0;
  }

  header .search-block .header-search-group .btn-lg {
    border: none !important;
    border-left: none !important;
    background: transparent !important;
    min-height: 44px;
    min-width: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .search-block .header-search-group .btn-lg:hover {
    background: var(--ta-accent-soft) !important;
  }
}

header .search-block .search-list {
  z-index:2;
  position:absolute;
  width:100%;
  background: #FFF;
  border:1px solid var(--ta-border);
  border-top: 0;
  border-radius: 0 0 var(--ta-radius-sm) var(--ta-radius-sm);
  box-shadow: var(--ta-shadow-sm);
  display:none;
  overflow: hidden;
}

header .search-block .search-result {
  padding: 4px 0;
}

header .search-block .search-result .search-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #f1f1f1;
  padding: 6px 12px;
  text-decoration: none;
  color: inherit;
}

header .search-block .search-result .search-item:last-child {
  border-bottom: none;
}

header .search-block .search-result .search-item:hover {
  background: #f6f8fb;
}

header .search-block .search-result .search-item .search-item__img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex: 0 0 36px;
}

header .search-block .search-result .search-item .product-name {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

header .search-block .search-result .search-item .product-price {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin-left: auto;
  color: var(--ta-text, #12151c);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

header .search-block .search-result .search-item .old-product-price {
  color: #999;
  font-size: 11px;
  font-weight: 500;
  text-decoration: line-through;
}

header .search-block .search-other {
  padding: 8px 10px 10px;
}

header .search-block .search-other a,
header .search-block .search-other .search-other-btn {
  display: block;
  width: 100%;
  padding: 10px 14px;
  border: 0;
  border-radius: var(--ta-radius-sm, 8px);
  background: var(--ta-accent, #00a3a0);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 163, 160, 0.28);
}

header .search-block .search-other a:hover,
header .search-block .search-other .search-other-btn:hover {
  background: var(--ta-accent-hover, #008380);
  color: #fff !important;
}

header.site-header {
  overflow: visible;
}

header .horizontal-menu {
  border-top:1px solid var(--header-horizontal-menu-border-color);
  background-color:var(--header-horizontal-menu-background);
}

header .horizontal-menu,
header .horizontal-menu .container,
header .horizontal-menu .row,
header .horizontal-menu .col-sm-12 {
  overflow: visible;
}

header .horizontal-menu ul {
  padding:0;
  margin:0;
}

header .horizontal-menu li {
  position: relative;
  margin-right:30px !important;
  cursor: pointer;
}

header .horizontal-menu li:last-child {
  margin-right:0px !important;
}

header .horizontal-menu .horizontal-menu-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

header .horizontal-menu li.has-submenu > .horizontal-menu-item > .menu-arrow {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

header .horizontal-menu li.has-submenu > .horizontal-menu-item > .menu-arrow path {
  fill: var(--header-horizontal-menu-link-color);
}

header .horizontal-menu li.has-submenu:hover > .horizontal-menu-item > .menu-arrow {
  transform: rotate(180deg);
}

header .horizontal-menu li.has-submenu:hover > .horizontal-menu-item > .menu-arrow path {
  fill: var(--ta-accent-hover, #008380);
}

header .horizontal-menu a {
  font-weight: 500;
  padding:15px 5px 15px;
  color:var(--header-horizontal-menu-link-color);
  font-size: 15px;
}

header .horizontal-menu > .container ul.list-inline > li.has-submenu > .horizontal-menu-item > a {
  padding-right: 0;
}

header .horizontal-menu a:first-child {
  padding-left:0;
}

header .horizontal-menu a:hover {
  padding-right:5px;
  color: var(--ta-accent-hover, #008380);
  font-size: 15px;
}

header .horizontal-menu li .child1 {
  display:none;
  position: absolute;
  z-index:1050;
  background:#FFF;
  font-size: clamp(12px, calc(12px + 3 * (100vw - 1024px) / 416), 15px);
  padding: 0.8em 1.067em;
  box-shadow: 0 6px 10px #b5b9bd24;
  width: 270px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-left: -20px;
  border-top: 1px solid #f1f1f1;
  top: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
}

header .horizontal-menu li.has-submenu:hover > .child1 {
  display: grid;
}

header .horizontal-menu li.menu-children-left {
  position: relative;
}

header .horizontal-menu li.menu-children-left .child1 {
  left: 0;
  right: auto;
  margin-left: 0;
}

header .horizontal-menu li.menu-children-clamp-left > .child1 {
  left: 0;
  right: auto;
  margin-left: 0;
}

header .horizontal-menu li .child1 li {
  position: relative;
  margin-right:0 !important;
  padding: 0;
}

header .horizontal-menu li .child1 li .submenu-arrow,
header .horizontal-menu li .child1 li .arrow {
  position: absolute;
  right: 15px;
  top:15px;
  transform: rotate(-90deg);
  transition: .2s;
}

header .horizontal-menu li.menu-children-left .child1 li .submenu-arrow,
header .horizontal-menu li.menu-children-left .child1 li .arrow {
  position: absolute;
  left: 15px;
  right: auto;
  top:15px;
  transform: rotate(90deg);
  transition: .2s;
}

header .horizontal-menu li .child1 li .submenu-arrow path,
header .horizontal-menu li .child1 li .arrow path {
  fill: #999;
}

header .horizontal-menu li .child1 a {
  display: block;
  padding: 0.4em 1em;
  font-weight: 500;
  font-size: 1em;
  color: var(--header-horizontal-menu-link-color) !important;
  line-height: 1.35;
}

header .horizontal-menu li .child1 li.has-submenu:hover > .submenu-arrow path,
header .horizontal-menu li .child1 li.has-submenu:hover > .arrow path {
  fill: var(--ta-accent-hover, #008380);
}

header .horizontal-menu li .child2 {
  display:none;
  position: absolute;
  z-index:1051;
  background:#fff;
  padding-top: 0px;
  padding-bottom: 5px;
  box-shadow: 0 6px 10px #b5b9bd24;
  width: 270px;
  overflow-x: hidden;
  overflow-y: auto;
  left: 100%;
  top:0;
  border-left:1px solid #f1f1f1;
  -webkit-overflow-scrolling: touch;
}

header .horizontal-menu li .child1 li.menu-child2-left > .child2 {
  left: auto;
  right: 100%;
  border-left: 0;
  border-right: 1px solid #f1f1f1;
}

header .horizontal-menu li.menu-children-left .child2 {
  left: -100%;
  top:0;
  border-left:0;
  border-right:1px solid #f1f1f1;
}

header .horizontal-menu li.menu-children-left .child1 li.menu-child2-right > .child2 {
  left: 100%;
  right: auto;
  border-left: 1px solid #f1f1f1;
  border-right: 0;
}

header .horizontal-menu li .child1 li.has-submenu:hover > .child2 {
  display:block;
}

header .header-catalog-menu {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  right: auto;
  margin: 4px 0 0 0;
  padding: 0.8em 1.067em;
  display: none;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
  background: #FFF;
  float: none;
  font-size: clamp(12px, calc(12px + 3 * (100vw - 1024px) / 416), 15px);
  width: max-content;
  max-width: none;
  height: auto !important;
  overflow: visible;
  max-height: calc(100dvh - 8rem);
  border-radius: 8px;
}
header .header-catalog-menu ul {
  margin: 0;
}

header .header-catalog-menu-parent {
  display: grid !important;
  grid-template-columns: repeat(var(--dropdown-cols, 3), max-content) !important;
  gap: 0.13em 0.27em;
  width: max-content;
  max-width: none;
  justify-content: start;
}

header .header-catalog-menu li {
  width: auto !important;
  max-width: none !important;
  padding: 0.4em 0.53em;
  border-radius: 5px;
  position: relative;
}

header .header-catalog-menu li .arrow {
  display: none !important;
}

header .header-catalog-menu li:hover {
  background: #f1f1f1;
}

header .header-catalog-menu li a {
  display: block;
  font-size: 1em;
  font-weight: 500;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.35;
}

header .header-catalog-menu li:hover a {
  color: #000;
}

header .header-catalog-menu-children1,
header .header-catalog-menu-children2 {
  display: none !important;
}

.list-full-width .child1, .list-full-width .child2 {
  text-align: left;
  text-align-last: left;
}

@media (min-width: 768px) {
  header .static-header {
    display: none;
    background: #FFF;
    border-bottom: 1px solid #f1f1f1;
  }
  header .static-header .header-middle {
    background: #FFF;
    padding: 5px 0 !important;
  }
  header .static-header .header-middle .header-logo {
    padding: 5px 0 !important;
  }
}

  .bottom-mobile-menu {
    position:fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    background: #FFF;
  }

  .bottom-mobile-menu-item {
    padding: 10px 0;
    min-width: 20%;
    text-align: center;
    float: left;
    border-left: 1px solid #f1f1f1;
  }

  .bottom-mobile-menu-item:first-child {
    border-left: 0;
  }

  .bottom-mobile-menu-item .item-title {
    margin-top: 5px;
    font-size: 10px;
    font-weight: 600;
    color: inherit;
  }

  #headerMobileMenu.ta-mobile-more-menu.offcanvas-bottom {
    height: 100% !important;
    padding-bottom: 0;
    background: var(--ta-bg);
  }

  #headerMobileMenu .ta-mobile-more-menu__header {
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid var(--ta-border);
    background: var(--ta-surface);
  }

  #headerMobileMenu .ta-mobile-more-menu__logo {
    display: block;
    max-width: 42%;
    line-height: 0;
  }

  #headerMobileMenu .ta-mobile-more-menu__logo img {
    width: 100% !important;
    max-height: 40px;
    object-fit: contain;
    object-position: left center;
  }

  #headerMobileMenu .ta-mobile-more-menu__toolbar {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid var(--ta-border);
    background: var(--ta-surface);
  }

  #headerMobileMenu .ta-mobile-more-menu__social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
    min-width: 0;
    flex: 1 1 auto;
  }

  #headerMobileMenu .ta-mobile-more-menu__social .header-top-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--ta-border);
    border-radius: var(--ta-radius-sm);
    background: var(--ta-bg);
    color: var(--ta-text);
    transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
  }

  #headerMobileMenu .ta-mobile-more-menu__social .header-top-icon:hover {
    color: var(--ta-accent);
    border-color: rgba(0, 163, 160, 0.45);
    background: var(--ta-accent-soft);
    transform: translateY(-1px);
  }

  #headerMobileMenu .ta-mobile-more-menu__social .header-top-icon-svg {
    width: 24px;
    height: 24px;
  }

  #headerMobileMenu .ta-mobile-more-menu__social .header-top-icon i {
    font-size: 22px;
    line-height: 1;
  }

  #headerMobileMenu .ta-mobile-more-menu__call-card {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.2rem;
    min-width: 0;
    max-width: 52%;
    flex: 0 1 auto;
    padding: 0.65rem 0.85rem;
    border: 1px solid var(--ta-accent);
    border-radius: var(--ta-radius-sm);
    background: var(--ta-accent-soft);
    color: var(--ta-text);
    text-align: right;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  }

  #headerMobileMenu .ta-mobile-more-menu__call-card:hover {
    background: rgba(0, 163, 160, 0.2);
    border-color: var(--ta-accent-hover);
    box-shadow: var(--ta-shadow-sm);
  }

  #headerMobileMenu .ta-mobile-more-menu__call-label {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--ta-accent);
  }

  #headerMobileMenu .ta-mobile-more-menu__call-phone {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--ta-text);
    white-space: nowrap;
  }

  #headerMobileMenu .ta-mobile-more-menu__cabinet {
    margin: 0.85rem 1.1rem 0;
    padding: 1rem;
    border: 1px solid var(--ta-border);
    border-radius: var(--ta-radius);
    background: var(--ta-surface);
    box-shadow: var(--ta-shadow-sm);
  }

  #headerMobileMenu .ta-mobile-more-menu__cabinet--logged {
    margin-top: 1rem;
  }

  #headerMobileMenu .ta-mobile-more-menu__cabinet-text {
    margin: 0 0 0.85rem;
    font-size: 14px;
    line-height: 1.55;
    color: var(--ta-muted);
  }

  #headerMobileMenu .ta-mobile-more-menu__cabinet-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    min-height: 48px;
    padding: 0.7rem 1rem;
    border: 1px solid var(--ta-accent);
    border-radius: var(--ta-radius-sm);
    background: var(--ta-accent);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  }

  #headerMobileMenu .ta-mobile-more-menu__cabinet-btn:hover {
    background: var(--ta-accent-hover);
    border-color: var(--ta-accent-hover);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: var(--ta-shadow-sm);
  }

  #headerMobileMenu .ta-mobile-more-menu__cabinet-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
  }

  #headerMobileMenu .ta-mobile-more-menu__cabinet-icon svg {
    width: 18px;
    height: 18px;
  }

  #headerMobileMenu .ta-mobile-more-menu__cabinet-icon svg path {
    fill: currentColor;
  }

  #headerMobileMenu .ta-mobile-more-menu__body {
    padding: 0.85rem 1.1rem 1.25rem !important;
  }

  #headerMobileMenu .ta-mobile-more-menu__info {
    border: 1px solid var(--ta-border);
    border-radius: var(--ta-radius-sm);
    background: var(--ta-surface);
    overflow: hidden;
  }

  #headerMobileMenu .ta-mobile-more-menu__schedule {
    margin: 0;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--ta-border);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    color: var(--ta-text);
    background: var(--ta-bg);
  }

  #headerMobileMenu .ta-mobile-more-menu__list {
    border: 0;
    border-radius: 0;
  }

  #headerMobileMenu .ta-mobile-more-menu__list .list-group-item {
    padding: 0.9rem 1rem;
    border-color: var(--ta-border);
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: var(--ta-text);
  }

  #headerMobileMenu .ta-mobile-more-menu__list .list-group-item:last-child {
    border-bottom: 0;
  }

  #headerMobileMenu .ta-mobile-more-menu__list .header-top-text {
    color: var(--ta-muted);
  }

  #headerMobileMenu .ta-mobile-more-menu__list a {
    color: var(--ta-text);
    text-decoration: none;
  }

  #headerMobileMenu .ta-mobile-more-menu__list a:hover {
    color: var(--ta-accent);
  }

  #headerMobileMenu .ta-mobile-more-menu__lang {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.85rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--ta-border);
    border-radius: var(--ta-radius-sm);
    background: var(--ta-surface);
  }

  #headerMobileMenu .ta-mobile-more-menu__lang-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--ta-muted);
    white-space: nowrap;
  }

  #headerMobileMenu .header-lang--mobile {
    padding-left: 0;
    border-left: 0;
    font-size: 13px;
  }

  #headerMobileMenu .header-lang--mobile .header-lang__item.is-active {
    color: var(--ta-accent);
  }

  #contactMobile.ta-mobile-contact-sheet.offcanvas-bottom {
    height: auto !important;
    border-top-left-radius: var(--ta-radius);
    border-top-right-radius: var(--ta-radius);
  }

  #contactMobile .offcanvas-header {
    border-bottom: 1px solid var(--ta-border);
  }

  #contactMobile .offcanvas-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--ta-text);
  }

  #contactMobile .ta-mobile-contact-sheet__btn {
    border-radius: var(--ta-radius-sm) !important;
    font-size: 15px;
    font-weight: 600;
    min-height: 48px;
  }

  #contactMobile .ta-mobile-contact-sheet__btn.order-call {
    background: var(--ta-accent) !important;
    border-color: var(--ta-accent) !important;
    color: #fff !important;
  }

  #contactMobile .ta-mobile-contact-sheet__btn.order-call:hover {
    background: var(--ta-accent-hover) !important;
    border-color: var(--ta-accent-hover) !important;
    color: #fff !important;
  }

  #contactMobile .ta-mobile-contact-sheet__btn--outline {
    background: var(--ta-surface) !important;
    border: 1px solid var(--ta-border) !important;
    color: var(--ta-text) !important;
  }

  #contactMobile .ta-mobile-contact-sheet__btn--outline:hover {
    border-color: var(--ta-accent) !important;
    color: var(--ta-accent) !important;
    background: var(--ta-accent-soft) !important;
  }

.offcanvas-header-menu.offcanvas-bottom {
  height: 100% !important;
}

.offcanvas-header-menu .offcanvas-header img {
  width:30% !important;
}

.offcanvas-header-menu ul {
  border-left:0 !important;
  border-right:0 !important;
}

.offcanvas-header-menu ul li {
  font-size:16px;
  font-weight: 600;
  padding:15px;
}

.offcanvas-header-menu ul li a {
  color: #000 !important;
}

.offcanvas-header-menu ul li .next-level {
  position:absolute;
  top:3px;
  right:15px;
}

.offcanvas-header-menu ul li .next-level svg {
  margin-top:-3px;
  stroke:#000;
  transform: rotate(-90deg);
}