:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#ED1A22;
}

header ul li {
  list-style: none;
}

.header__compare {
  display: flex;
  align-items: center;
}
.header__compare .button-link--compare {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header__compare .button-link--compare:hover:first-child,.header__compare .button-link--compare:hover::before {
  text-decoration: none;
}
.header__compare .button-link--compare {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.header__compare .button-link--compare:first-child {
  text-decoration: none;
}
.header__compare .button-link--compare::before {
  content: "\e99c";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: inherit;
  text-decoration: none;
}
.header__compare .button-link--compare {
  width: 40px;
  height: 40px;
}

.header__favorites {
  display: flex;
  align-items: center;
}
.header__favorites .button-link--favorites {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header__favorites .button-link--favorites:hover:first-child,.header__favorites .button-link--favorites:hover::before {
  text-decoration: none;
}
.header__favorites .button-link--favorites {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.header__favorites .button-link--favorites:first-child {
  text-decoration: none;
}
.header__favorites .button-link--favorites::before {
  content: "\e91d";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: inherit;
  text-decoration: none;
}
.header__favorites .button-link--favorites {
  width: 40px;
  height: 40px;
}

:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#ED1A22;
}

header a {
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
header {
  background-color: #ffffff;
  margin: 0 -3000px;
  padding: 16px 3000px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #d9d9d9;
}
header .mobile-navigation {
  display: none !important;
}
header .desktop-only {
  display: flex;
}
header .mobile-only {
  display: none !important;
}
header .header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header__top .top-nav {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
header .header__top .top-nav .menu__item.expanded .menu-level-1 {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: #ffffff;
  z-index: 100;
  padding: 16px;
  width: 140px;
  top: calc(100% + 8px);
  box-shadow: 0 3px 10px rgba(30, 41, 117, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s, opacity 0.3s ease-in-out;
  border-radius: 2px;
}
header .header__top .top-nav .menu__item.expanded:hover .menu-level-1 {
  opacity: 1;
  visibility: visible;
}
header .header__top .top-nav a {
  color: #262626;
}
header .header__top .top-nav a:hover {
  color: #ED1A22;
}
header .header__top .top-nav ul {
  display: flex;
  gap: 16px;
  align-items: baseline;
  padding-left: 0;
  margin: 0;
}
header .header__top .top-nav ul li {
  font-size: 14px;
  line-height: 20px;
  font-family: "NunitoSans";
  font-weight: 400;
}
header .header__top .top-nav .menu__item.visualcat {
  list-style: none;
}
header .header__top .top-nav .menu__item.visualcat a {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 700;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #262626;
}
header .header__top .top-nav .menu__item.visualcat a:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #262626;
}
header .header__top .top-nav .menu__item.visualcat a {
  font-size: 14px;
  line-height: 20px;
  font-family: "NunitoSans";
  font-weight: 400;
  height: 28px !important;
  padding: 0 12px;
  gap: 4px;
}
header .header__top .top-nav .menu__item.visualcat a:before {
  content: "";
  width: 16px;
  height: 16px;
  display: flex;
  background-image: url("../../assets/img/visual-cat-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}
header .header__top .form_and_phone {
  display: flex;
  gap: 20px;
}
header .header__top .header__send_request {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 700;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #262626;
}
header .header__top .header__send_request:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #262626;
}
header .header__top .header__send_request {
  font-size: 14px;
  line-height: 20px;
  font-family: "NunitoSans";
  font-weight: 400;
  height: 28px !important;
  padding: 0 12px;
  gap: 4px;
}
header .header__top .header__send_request:before {
  content: "\e927";
  font-family: "icon-base";
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
}
header .header__top .header__social {
  display: flex;
  gap: 8px;
}
header .header__top .header__social a {
  display: flex;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
header .header__top .header__social a.tg-icon {
  background-image: url("../../assets/img/tg-icon.svg");
}
header .header__top .header__social a.tg-icon:hover {
  background-image: url("../../assets/img/tg-icon-hov.svg");
}
header .header__top .header__social a.wp-icon {
  background-image: url("../../assets/img/wp-icon.svg");
}
header .header__top .header__social a.wp-icon:hover {
  background-image: url("../../assets/img/wp-icon-hov.svg");
}
header .header__top .header__phone {
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 700;
}
header .header__top .header__phone a {
  color: #262626;
}
header .header__top .header__email a {
  font-size: 14px;
  line-height: 20px;
  font-family: "NunitoSans";
  font-weight: 400;
  color: #262626;
}
header .header__top .header__email a:hover {
  color: #ED1A22;
}
header .header__main {
  display: grid;
  align-items: center;
  grid-template-columns: 228px 141px 1fr 166px;
  gap: 20px;
}
header .header__main .header__logo {
  height: 49px;
  width: 228px;
  grid-row: auto;
  grid-column: auto;
}
header .header__main .header__catalog {
  align-items: center;
}
header .header__main .header__catalog .menu-catalog-btn {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 56px;
  gap: 12px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 8px;
  border-width: 1px;
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 700;
  background-color: #ED1A22;
  border-color: #ED1A22;
  color: #ffffff;
}
header .header__main .header__catalog .menu-catalog-btn:hover {
  background-color: #FF2C34;
  border-color: #FF2C34;
  color: #ffffff;
}
header .header__main .header__catalog .menu-catalog-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .header__main .header__catalog .menu-catalog-btn:hover:first-child,header .header__main .header__catalog .menu-catalog-btn:hover::before {
  text-decoration: none;
}
header .header__main .header__catalog .menu-catalog-btn::before {
  content: "\e91a";
  font-family: "icon-base";
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
header .header__main .header__catalog .menu-catalog-btn {
  height: 44px;
}
header .header__main .header__catalog .menu-catalog-btn.active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .header__main .header__catalog .menu-catalog-btn.active:hover:first-child,header .header__main .header__catalog .menu-catalog-btn.active:hover::before {
  text-decoration: none;
}
header .header__main .header__catalog .menu-catalog-btn.active::before {
  content: "\e900";
  font-family: "icon-base";
  font-size: 17px;
  line-height: 17px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
header .header__main .header__catalog .menu-catalog-btn.active:before {
  font-weight: 300;
  width: 17px;
}
header .header__main .header__mobile-menu {
  display: flex;
  grid-row: 1;
  grid-column: 1;
  grid-row: 1;
}
header .header__main .header__mobile-menu .header__mobile-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .header__main .header__mobile-menu .header__mobile-menu-button:hover:first-child,header .header__main .header__mobile-menu .header__mobile-menu-button:hover::before {
  text-decoration: none;
}
header .header__main .header__mobile-menu .header__mobile-menu-button {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
header .header__main .header__mobile-menu .header__mobile-menu-button:first-child {
  text-decoration: none;
}
header .header__main .header__mobile-menu .header__mobile-menu-button::before {
  content: "\e91a";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 20px;
  line-height: 20px;
  color: #262626;
  text-decoration: none;
}
header .header__main .header__mobile-menu .header__mobile-menu-button {
  font-weight: 400;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header__main .header__search {
  grid-row: auto;
  grid-column: auto;
}
header .header__main .header__search .search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .header__main .header__search .search-icon:hover:first-child,header .header__main .header__search .search-icon:hover::before {
  text-decoration: none;
}
header .header__main .header__search .search-icon {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
header .header__main .header__search .search-icon:first-child {
  text-decoration: none;
}
header .header__main .header__search .search-icon::before {
  content: "\e91e";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: #262626;
  text-decoration: none;
}
header .header__main .header__search .search-icon {
  display: none;
}
header .header__main .header__search.is-active {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  height: 100%;
  padding: 0 3000px 0 2960px;
  background-color: #fff;
  gap: 16px;
}
header .header__main .header__search.is-active .search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .header__main .header__search.is-active .search-icon:hover:first-child,header .header__main .header__search.is-active .search-icon:hover::before {
  text-decoration: none;
}
header .header__main .header__search.is-active .search-icon {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
header .header__main .header__search.is-active .search-icon:first-child {
  text-decoration: none;
}
header .header__main .header__search.is-active .search-icon::before {
  content: "\e900";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: #bfbfbf;
  text-decoration: none;
}
header .header__main .header__search.is-active .search-icon {
  width: 18px;
}
header .header__main .header__search.is-active form.search {
  display: flex;
  width: 100%;
}
header .header__main .header__search.is-active form.search .search-result {
  top: 69px;
}
header .header__main .header__search form.search {
  position: relative;
  border-radius: 8px;
}
header .header__main .header__search form.search .form-item {
  width: 100%;
}
header .header__main .header__search form.search input::placeholder {
  color: #8c8c8c;
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 400;
}
header .header__main .header__search form.search input {
  height: 44px;
}
header .header__main .header__search form.search .form-actions, header .header__main .header__search form.search .form-item-clear {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%);
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header__main .header__search form.search .form-actions button, header .header__main .header__search form.search .form-item-clear button {
  font-size: 0;
  color: transparent;
  font-weight: 400;
  width: 100%;
  height: 100%;
}
header .header__main .header__search form.search .form-actions button:before, header .header__main .header__search form.search .form-item-clear button:before {
  color: #262626;
}
header .header__main .header__icons {
  display: flex;
  justify-self: end;
  gap: 24px;
  grid-row: auto;
}
header .header__main .header__icons .header__phone-button a {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .header__main .header__icons .header__phone-button a:hover:first-child,header .header__main .header__icons .header__phone-button a:hover::before {
  text-decoration: none;
}
header .header__main .header__icons .header__phone-button a {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
header .header__main .header__icons .header__phone-button a:first-child {
  text-decoration: none;
}
header .header__main .header__icons .header__phone-button a::before {
  content: "\e942";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: #262626;
  text-decoration: none;
}
header .header__main .header__icons .header__phone-button a:before {
  content: "\e92a";
}
header .header__main .header__icons .header__callback-button a {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .header__main .header__icons .header__callback-button a:hover:first-child,header .header__main .header__icons .header__callback-button a:hover::before {
  text-decoration: none;
}
header .header__main .header__icons .header__callback-button a {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
header .header__main .header__icons .header__callback-button a:first-child {
  text-decoration: none;
}
header .header__main .header__icons .header__callback-button a::before {
  content: "\e942";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: #262626;
  text-decoration: none;
}
header .header__main .header__icons .header__callback-button a:before {
  content: "\e929";
}
header .header__main .header__icons .header__cart, header .header__main .header__icons .header__favorites {
  gap: 4px;
  flex-direction: column;
  font-weight: 400;
  display: flex;
}
header .header__main .header__icons .header__cart .caption, header .header__main .header__icons .header__favorites .caption {
  font-size: 14px;
  line-height: 20px;
  font-family: "NunitoSans";
  font-weight: 400;
  color: #262626;
}
header .header__main .header__icons .header__cart:hover .caption, header .header__main .header__icons .header__favorites:hover .caption {
  color: #ED1A22;
}
header .header__main .header__icons .header__cart:before, header .header__main .header__icons .header__favorites:before {
  transition: color 0.2s ease-in-out;
}
header .header__main .header__icons .header__cart:hover, header .header__main .header__icons .header__favorites:hover {
  border-color: transparent;
}
header .header__main .header__icons .header__cart:hover:before, header .header__main .header__icons .header__favorites:hover:before {
  transition: color 0.2s ease-in-out;
  color: #ED1A22;
}
header .header__main .header__icons .header__favorites {
  display: flex;
}
header .header__main .header__icons .header__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .header__main .header__icons .header__cart:hover:first-child,header .header__main .header__icons .header__cart:hover::before {
  text-decoration: none;
}
header .header__main .header__icons .header__cart::before {
  content: "\e909";
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: #262626;
  margin: 0;
  text-decoration: none;
}
header .header__main .header__icons .header__cart {
  border-color: transparent;
}
header .header__main .header__icons .header__cart .caption {
  transition: color 0.2s ease-in-out;
}
header .header__main .header__icons .header__cart {
  text-indent: 0;
}
header .header__main .header__icons .header__cart .button-link {
  width: 44px;
  height: 44px;
  position: absolute;
}
header .header__main .header__icons .header__favorites {
  text-indent: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .header__main .header__icons .header__favorites:hover:first-child,header .header__main .header__icons .header__favorites:hover::before {
  text-decoration: none;
}
header .header__main .header__icons .header__favorites::before {
  content: "\e91d";
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: #262626;
  margin: 0;
  text-decoration: none;
}
header .header__main .header__icons .header__favorites .caption {
  transition: color 0.2s ease-in-out;
}
header .header__main .header__icons .header__favorites .button-link {
  position: absolute;
  width: 44px;
  height: 44px;
}
header .header__main .header__icons .header__favorites .button-link:before {
  display: none;
}

header .header__main .header__icons .header__phone-button,.sidebar-phone {
  display: flex;
}

.sidebar-phone {
  flex-direction: column;
  gap: 4px;
  align-items: baseline;
}
.sidebar-phone > a {
  color: #262626;
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 700;
}
.sidebar-phone .request-call-button {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 56px;
  gap: 12px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 8px;
  border-width: 1px;
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 700;
  color: #ED1A22;
}
.sidebar-phone .request-call-button,.sidebar-phone .request-call-button:hover {
  text-decoration: none;
  border: none;
  background: none;
  padding-inline: 0;
  text-decoration: none;
}
.sidebar-phone .request-call-button:hover {
  color: #FF726E;
}
.sidebar-phone .request-call-button {
  height: fit-content;
}

.sidebar-email a {
  color: #262626;
}

.button-cart-remove {
  color: transparent;
  width: 0;
}

.modal-sidebar .modal-sidebar-close-button {
  width: 18px;
  right: 16px;
  top: 25px;
  z-index: 1;
}
.modal-sidebar .modal-sidebar-close-button:before {
  color: #8c8c8c;
}

.mobile-navigation.is-open {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-navigation.is-open .manage-group {
  display: flex;
  justify-content: start;
}
.mobile-navigation.is-open .manage-group .sidebar__logo {
  width: 141px;
}
.mobile-navigation.is-open .sidebar-contacts, .mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
}
.mobile-navigation.is-open .sidebar-contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-navigation.is-open .sidebar-contacts .sidebar__social {
  display: flex;
  gap: 8px;
}
.mobile-navigation.is-open .sidebar-contacts .sidebar__social a {
  display: flex;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.mobile-navigation.is-open .sidebar-contacts .sidebar__social a.tg-icon {
  background-image: url("../../assets/img/tg-icon.svg");
}
.mobile-navigation.is-open .sidebar-contacts .sidebar__social a.tg-icon:hover {
  background-image: url("../../assets/img/tg-icon-hov.svg");
}
.mobile-navigation.is-open .sidebar-contacts .sidebar__social a.wp-icon {
  background-image: url("../../assets/img/wp-icon.svg");
}
.mobile-navigation.is-open .sidebar-contacts .sidebar__social a.wp-icon:hover {
  background-image: url("../../assets/img/wp-icon-hov.svg");
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item {
  margin: 16px 0;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item:first-child {
  margin-top: 0;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item:last-child {
  margin-bottom: 0;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item a,.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item a[href="/visualcat"] {
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 700;
  color: #262626;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item a[href="/visualcat"] {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 12px;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item a[href="/visualcat"]:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #262626;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item a[href="/visualcat"] {
  font-size: 14px;
  line-height: 20px;
  font-family: "NunitoSans";
  font-weight: 400;
  height: 28px !important;
  padding: 0 12px;
  gap: 4px;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item a[href="/visualcat"]:before {
  content: "";
  width: 16px;
  height: 16px;
  display: flex;
  background-image: url("../../assets/img/visual-cat-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded > a:hover:first-child,.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded > a:hover::before {
  text-decoration: none;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded > a::after {
  content: "\e910";
  font-family: "icon-base";
  font-size: 15px;
  line-height: 15px;
  color: #262626;
  margin: 0;
  text-decoration: none;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded > a {
  width: 100%;
  justify-content: space-between;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded > a:after {
  font-weight: 400 !important;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-1, .mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-2, .mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-3 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  transform: translateX(-120%);
  transition: transform 0.3s ease;
  background-color: #ffffff;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-1 .return-arrow, .mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-2 .return-arrow, .mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-3 .return-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-1 .return-arrow:hover:first-child, .mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-2 .return-arrow:hover:first-child, .mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-3 .return-arrow:hover:first-child,.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-1 .return-arrow:hover::before, .mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-2 .return-arrow:hover::before, .mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-3 .return-arrow:hover::before {
  text-decoration: none;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-1 .return-arrow::before, .mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-2 .return-arrow::before, .mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-3 .return-arrow::before {
  content: "\ea40";
  font-family: "icon-base";
  font-size: 20px;
  line-height: 20px;
  color: #262626;
  margin: 0;
  text-decoration: none;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-1 .return-arrow, .mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-2 .return-arrow, .mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-3 .return-arrow {
  cursor: pointer;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-1 .return-arrow:before, .mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-2 .return-arrow:before, .mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-3 .return-arrow:before {
  position: unset;
  font-weight: 400 !important;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-1 .return-arrow:hover:before, .mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-2 .return-arrow:hover:before, .mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-3 .return-arrow:hover:before {
  color: #595959;
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-1 .menu__item.expanded.is-active .menu-level-2 {
  z-index: 2;
  transform: translateX(120%);
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded .menu-level-2 .menu__item.expanded.is-active .menu-level-3 {
  z-index: 2;
  transform: translateX(240%);
}
.mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item.expanded.is-active .menu-level-1 {
  z-index: 2;
  transform: translateX(0);
}
.mobile-navigation.is-open .sidebar-switch-icons {
  flex-direction: column;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__cart, .mobile-navigation.is-open .sidebar-switch-icons .sidebar__favorites {
  height: 36px;
  display: flex;
  flex-direction: revert;
  gap: 16px;
  width: 100%;
  justify-content: flex-start;
  position: relative;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__cart .caption, .mobile-navigation.is-open .sidebar-switch-icons .sidebar__favorites .caption {
  font-size: 14px;
  line-height: 20px;
  font-family: "NunitoSans";
  font-weight: 400;
  color: #262626;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__cart:hover .caption, .mobile-navigation.is-open .sidebar-switch-icons .sidebar__favorites:hover .caption {
  color: #ED1A22;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__cart:before, .mobile-navigation.is-open .sidebar-switch-icons .sidebar__favorites:before {
  transition: color 0.2s ease-in-out;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__cart:hover, .mobile-navigation.is-open .sidebar-switch-icons .sidebar__favorites:hover {
  border-color: transparent;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__cart:hover:before, .mobile-navigation.is-open .sidebar-switch-icons .sidebar__favorites:hover:before {
  transition: color 0.2s ease-in-out;
  color: #ED1A22;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__cart:hover:first-child,.mobile-navigation.is-open .sidebar-switch-icons .sidebar__cart:hover::before {
  text-decoration: none;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__cart::before {
  content: "\e909";
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: #262626;
  margin: 0;
  text-decoration: none;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__cart {
  border-color: transparent;
  justify-content: start;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__cart .caption {
  transition: color 0.2s ease-in-out;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__cart {
  text-indent: 0;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__cart .button-link {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-10%);
  width: 100%;
  height: 20px;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__favorites {
  text-indent: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__favorites:hover:first-child,.mobile-navigation.is-open .sidebar-switch-icons .sidebar__favorites:hover::before {
  text-decoration: none;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__favorites::before {
  content: "\e91d";
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: #262626;
  margin: 0;
  text-decoration: none;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__favorites {
  justify-content: start;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__favorites .caption {
  transition: color 0.2s ease-in-out;
}
.mobile-navigation.is-open .sidebar-switch-icons .sidebar__favorites .button-link {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-10%);
  width: 100%;
  height: 20px;
}
@media (max-width: 1279px) {
  header .mobile-only {
    display: none !important;
  }
  header .header__top .top-nav > ul .menu__item:nth-child(2), header .header__top .top-nav > ul > .menu__item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1023px) {
  header .desktop-only {
    display: none !important;
  }
  header .mobile-only {
    display: block !important;
  }
  header .header__main {
    grid-template-columns: 32px 205px 1fr 132px;
  }
  header .header__main .header__logo {
    height: 44px;
    width: 207px;
    grid-row: 1;
    grid-column: 2;
  }
  header .header__main .header__search {
    grid-row: 1;
    grid-column: 3;
  }
  header .header__main .header__icons {
    gap: 20px;
    grid-row: 1;
  }
  header .header__main .header__icons .header__phone-button,header .header__main .header__icons .header__callback-button,header .header__main .header__icons .header__cart, header .header__main .header__icons .header__favorites {
    height: 18px;
  }
  header .header__main .header__icons .header__cart .caption, header .header__main .header__icons .header__favorites .caption {
    display: none;
  }
  header .header__main .header__icons .header__cart .button-link {
    width: 18px;
    height: 18px;
  }
  header .header__main .header__icons .header__favorites .button-link {
    width: 18px;
    height: 18px;
  }
  .mobile-navigation.is-open .menu-mobilnoe-menyu-v-saydbare .menu__item:last-child:has(a[href="/visualcat"]) {
    display: none;
  }
  .mobile-navigation.is-open .sidebar-switch-icons {
    display: none;
  }
}
@media (max-width: 767px) {
  header .mobile-only {
    display: block !important;
  }
  header .header__main {
    grid-template-columns: 32px 168px auto;
  }
  header .header__main .header__logo {
    height: 36px;
    width: 168px;
  }
  header .header__main .header__search {
    display: flex;
    justify-content: end;
    width: calc(100% - 68px);
  }
  header .header__main .header__search .search-icon {
    display: flex;
  }
  header .header__main .header__search form.search {
    display: none;
  }
  header .header__main .header__icons {
    gap: 16px;
    grid-column: 3;
  }
  header .header__main .header__icons .header__favorites {
    display: none;
  }
  .mobile-navigation.is-open .sidebar-switch-icons {
    display: flex;
  }
}
@media (max-width: 359px) {
  header .mobile-only {
    display: block !important;
  }
  header .header__main {
    gap: 16px;
  }
}