#main-header {
  flex: none;
}
#main-header .header__scrollbar-fake {
  height: 55px;
}
#main-header .header-fixed {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  height: 55px;
  position: fixed;
  width: 100%;
  padding: 0;
  color: black;
  z-index: 14;
  top: 0;
  border-bottom: 1px solid #EEE;
}
#main-header .header-fixed .header__scrollbar-fix {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: calc(100vw - 43px);
  margin-left: 15px;
}
#main-header .header-fixed .header__scrollbar-fix .page-link-copy-link {
  display: flex;
  flex-direction: row;
}
#main-header .header-fixed .header__scrollbar-fix .page-link-copy-link .page-link {
  font-size: 15px;
  font-weight: bold;
}
#main-header .header-fixed .header__scrollbar-fix .page-link-copy-link .page-link img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 5px;
  border: 0;
}
#main-header .header-fixed .header__scrollbar-fix .page-link-copy-link .page-link .menu-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#main-header .header-fixed .header__scrollbar-fix .page-link-copy-link .page-link .user-page-link-for-copy {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 210px;
  padding-left: 10px;
}
#main-header .header-fixed .header__scrollbar-fix .page-link-copy-link .page-link .user-page-link-for-copy span {
  vertical-align: center;
  height: max-content;
}
#main-header .header-fixed .header__scrollbar-fix .page-link-copy-link .page-link .user-page-link-for-copy span:first-child {
  color: var(--sidebar-menu-custom-color);
}
#main-header .header-fixed .header__scrollbar-fix .page-link-copy-link .page-link .user-page-link-for-copy span:last-child {
  font-weight: normal;
  color: #757575;
}
#main-header .header-fixed .header__scrollbar-fix .page-link-copy-link .copy-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
#main-header .header-fixed .header__scrollbar-fix .page-link-copy-link .copy-link .zmdi {
  color: #757575;
  font-size: 18px;
}
#main-header .header-fixed .header__scrollbar-fix .menu-items {
  display: flex;
  flex-direction: row;
  color: #333333;
  height: 100%;
  padding-right: 90px;
}
#main-header .header-fixed .header__scrollbar-fix .menu-items .menu-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #333333;
  padding: 0 20px;
  height: 100%;
  border-left: 1px solid #EEEEEE;
}
#main-header .header-fixed .header__scrollbar-fix .menu-items .menu-item:first-child {
  border-left: none;
}
#main-header .header-fixed .header__scrollbar-fix .menu-items .menu-item i {
  font-size: 23px;
  margin-right: 10px;
  height: max-content;
}
#main-header .header-fixed .header__scrollbar-fix .menu-items .menu-item .text {
  font-size: 14px;
  height: max-content;
}
#main-header .header-fixed .header__scrollbar-fix .menu-items .menu-item .badge {
  background-color: #ff6850 !important;
  padding: 4px 8px !important;
}
#main-header .header-fixed .header__scrollbar-fix .sidebar a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: black;
}
#main-header .header-fixed .header__scrollbar-fix .sidebar a .icon-menu {
  position: relative;
}
#main-header .header-fixed .header__scrollbar-fix .sidebar a .icon-menu .icon-feedback-in-menu {
  background-color: #ff6850;
  border-radius: 10px;
  padding: 3px 5px;
  position: absolute;
  right: 4px;
  font-size: 10px;
  font-weight: 700;
  top: 0;
}
#main-header .header-fixed .header__scrollbar-fix .sidebar a div {
  font-size: 16px;
  height: max-content;
}
#main-header .header-fixed .header__scrollbar-fix .header__scrollbar-fix {
  display: none;
}
#main-header .offers,
.mobile-view-mode .offers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: #F7F7F7;
}
  .mobile-view-mode .offers {
    padding: 10px;
    text-align: center;
  }
    .mobile-view-mode .offers .subscription_badge {
      margin-top: 10px;
    }
#main-header .offers .offer-parent,
.mobile-view-mode .offers .offer-parent{
  width: 100%;
  position: relative;
}
#main-header .offers .offer-parent .hide-offer {
  position: absolute;
  right: 15px;
  color: #a1a1a1;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
}
#main-header .offers .offer-get-domain-parent {
  background: transparent linear-gradient(98deg, #118FFB 0%, #457EFF 23%, #7420E9 77%, #8613E8 100%) 0 0 no-repeat padding-box;
}
#main-header .offers .offer-get-domain-parent .offer-get-domain {
  display: flex;
  width: calc(100vw - 18px);
  height: max-content;
}
#main-header .offers .offer-get-domain-parent .offer-get-domain a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 15px 20px;
  width: 100%;
}
#main-header .offers .offer-get-domain-parent .offer-get-domain a .icon-text i {
  font-size: 22px;
  line-height: 100%;
  min-height: 25px;
  transform: translateY(1px);
  color: white;
}
#main-header .offers .offer-get-domain-parent .offer-get-domain a .icon-text span {
  color: #ffffff;
  margin-left: 10px;
  transform: translateY(-2px);
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}
#main-header .offers .offer-subscription-with-timer-parent .offer-subscription-with-timer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: calc(100vw - 18px);
}
#main-header .offers .offer-subscription-with-timer-parent .offer-subscription-with-timer .offer-subscription-with-timer-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 850px;
  margin: 15px 0;
}
#main-header .offers .offer-subscription-with-timer-parent .offer-subscription-with-timer .offer-subscription-with-timer-inner > hr {
  display: none;
}
#main-header .offers .offer-subscription-with-timer-parent .offer-subscription-with-timer .offer-subscription-with-timer-inner .text-with-timer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#main-header .offers .offer-subscription-with-timer-parent .offer-subscription-with-timer .offer-subscription-with-timer-inner .text-with-timer > div:first-child {
  color: #5e5e5e;
  font-weight: 500;
}
#main-header .offers .offer-subscription-with-timer-parent .offer-subscription-with-timer .offer-subscription-with-timer-inner .text-with-timer #subscription-timer .num-pad {
  background-color: transparent;
}
#main-header .offers .offer-subscription-with-timer-parent .offer-subscription-with-timer .offer-subscription-with-timer-inner .special-text {
  margin-top: 0;
  text-align: center;
}
#main-header .offers .offer-subscription-with-timer-parent .offer-subscription-with-timer .offer-subscription-with-timer-inner .special-text .trial-text {
  display: flex;
  flex-direction: row;
}
#main-header .offers .offer-subscription-with-timer-parent .offer-subscription-with-timer .offer-subscription-with-timer-inner .subscription-bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#main-header .offers .offer-subscription-with-timer-parent .offer-subscription-with-timer .offer-subscription-with-timer-inner .subscription-bottom > div {
  text-align: center;
}
#main-header .offers .offer-subscription-with-timer-parent .offer-subscription-with-timer .offer-subscription-with-timer-inner .subscription-bottom > div > a {
  padding: 10px 35px;
}
#main-header .offers .offer-subscription-with-timer-parent .hide-offer {
  display: none;
}
#main-header .offers .offer-subscription-parent .offer-subscription {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: calc(100vw - 18px);
}
#main-header .offers .offer-subscription-parent .offer-subscription .offer-subscription-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  margin: 15px 0;
}
#main-header .offers .offer-subscription-parent .offer-subscription .offer-subscription-inner .subscription-text {
  font-size: 16px;
  color: #000;
  max-width: 550px;
  padding: 0 30px;
}
#main-header .offers .offer-subscription-parent .offer-subscription .offer-subscription-inner .subscription-text .text-left-day {
  display: flex;
  flex-direction: row;
}
#main-header .offers .offer-opportunities-parent .offer-opportunities {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: calc(100vw - 18px);
}
#main-header .offers .offer-opportunities-parent .offer-opportunities .offer-opportunities-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  margin: 15px 0;
}
#main-header .offers .offer-opportunities-parent .offer-opportunities .offer-opportunities-inner .text {
  max-width: 500px;
  font-weight: 700;
  color: black;
}
#main-header .offers .offer-opportunities-parent .offer-opportunities .offer-opportunities-inner .arrow-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 50px;
}
#main-header .offers .offer-opportunities-parent .offer-opportunities .offer-opportunities-inner .arrow-right i {
  font-size: 20px;
  color: black;
}
#main-header .offers .offer-opportunities-parent .offer-opportunities .offer-opportunities-inner .subscription_badge a {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#main-header .offers .offer-opportunities-parent .offer-opportunities .offer-opportunities-inner .subscription_badge a i {
  color: white;
  font-size: 20px;
  padding-right: 5px;
}
.ismobile.view-mode #main-header {
  display: none;
}
.ismobile #main-header .header-fixed .header__scrollbar-fix {
  width: calc(100vw - 18px);
}
.ismobile #main-header .header-fixed .header__scrollbar-fix .page-link-copy-link {
  display: none;
}
.ismobile #main-header .header-fixed .header__scrollbar-fix .page-link-copy-link .page-link .user-page-link-for-copy {
  max-width: 140px;
  padding-left: 3px;
}
.ismobile #main-header .header-fixed .header__scrollbar-fix .page-link-copy-link .copy-link {
  margin-left: 5px;
}
.ismobile #main-header .header-fixed .header__scrollbar-fix .menu-items {
  padding-right: 0;
  width: 100%;
}
.ismobile #main-header .header-fixed .header__scrollbar-fix .menu-items .menu-item-add-block {
  padding: 0;
  align-self: flex-start;
}
.ismobile #main-header .header-fixed .header__scrollbar-fix .menu-items .menu-item-add-block .text {
  font-size: 16px;
}
.ismobile #main-header .header-fixed .header__scrollbar-fix .menu-items .menu-item-add-block i {
  margin-right: 5px;
}
.ismobile #main-header .header-fixed .header__scrollbar-fix .menu-items .menu-item-background {
  border-left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ismobile #main-header .header-fixed .header__scrollbar-fix .menu-items .menu-item-background i {
  margin-right: 5px;
}
.ismobile #main-header .header-fixed .header__scrollbar-fix .menu-items .menu-item-background .text {
  font-size: 16px;
}
.ismobile #main-header .header-fixed .header__scrollbar-fix .sidebar {
  padding-top: 0;
}
.ismobile #main-header .header-fixed .header__scrollbar-fix .sidebar a div {
  align-items: center;
}
.ismobile #main-header .offers .offer-parent {
  width: 100%;
  position: relative;
}
.ismobile #main-header .offers .offer-parent .hide-offer {
  position: absolute;
  right: 8px;
  top: 0;
  color: #757575;
  font-size: 19px;
  transform: initial;
}
.ismobile #main-header .offers .offer-subscription-with-timer-parent .offer-subscription-with-timer .offer-subscription-with-timer-inner {
  flex-direction: column;
  width: auto;
}
.ismobile #main-header .offers .offer-subscription-with-timer-parent .offer-subscription-with-timer .offer-subscription-with-timer-inner .special-text {
  text-align: center;
}
.ismobile #main-header .offers .offer-subscription-with-timer-parent .offer-subscription-with-timer .offer-subscription-with-timer-inner .special-text .trial-text {
  display: flex;
  flex-direction: column;
}
.ismobile #main-header .offers .offer-subscription-with-timer-parent .offer-subscription-with-timer .offer-subscription-with-timer-inner .text-with-timer {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.ismobile #main-header .offers .offer-subscription-with-timer-parent .offer-subscription-with-timer .offer-subscription-with-timer-inner .text-with-timer #subscription-timer {
  margin-top: 5px;
}
.ismobile #main-header .offers .offer-subscription-with-timer-parent .offer-subscription-with-timer .offer-subscription-with-timer-inner .text-with-timer #subscription-timer .num-pad {
  background-color: #f2f2f2;
}
.ismobile #main-header .offers .offer-subscription-parent .offer-subscription .offer-subscription-inner {
  flex-direction: column;
}
.ismobile #main-header .offers .offer-subscription-parent .offer-subscription .offer-subscription-inner .subscription-text {
  text-align: center;
  padding-bottom: 10px;
}
.ismobile #main-header .offers .offer-subscription-parent .offer-subscription .offer-subscription-inner .subscription-text .text-left-day {
  display: flex;
  flex-direction: column;
}
.ismobile #main-header .offers .offer-opportunities-parent .offer-opportunities .offer-opportunities-inner {
  flex-direction: column;
}
.ismobile #main-header .offers .offer-opportunities-parent .offer-opportunities .offer-opportunities-inner .text {
  text-align: center;
}
.ismobile #main-header .offers .offer-opportunities-parent .offer-opportunities .offer-opportunities-inner .arrow-right {
  display: none;
}
.ismobile #main-header .offers .offer-opportunities-parent .offer-opportunities .offer-opportunities-inner > .subscription_badge {
  margin-top: 10px;
}
@media (max-width: 1450px) {
  #main-header .header-fixed .header__scrollbar-fix .menu-items .menu-item.menu-item-yandex-direct {
    display: none;
  }
}
@media (max-width: 1250px) {
  #main-header .header-fixed .header__scrollbar-fix .menu-items .menu-item.menu-item-site-style {
    display: none;
  }
}
@media (max-width: 1100px) {
  html:not(.ismobile) #main-header .header-fixed .header__scrollbar-fix .menu-items .menu-item.menu-item-background {
    display: none;
  }
}
@media (max-width: 1000px) {
  #main-header .header-fixed .header__scrollbar-fix .menu-items {
    padding-right: 60px;
  }
  #main-header .header-fixed .header__scrollbar-fix .menu-items .menu-item.menu-item-catalog {
    display: none;
  }
}
@media (max-width: 800px) {
  #main-header .header-fixed .header__scrollbar-fix .menu-items {
    padding-right: 10px;
  }
  #main-header .header-fixed .header__scrollbar-fix .menu-items .menu-item.menu-item-catalog {
    display: none;
  }
}
.bottom-menu {
  display: none;
  flex: none;
}
.bottom-menu .bottom-menu-fixed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 14;
  height: 55px;
  width: 100%;
  position: fixed;
  bottom: 0;
  align-items: center;
  background-color: white;
}
.bottom-menu .bottom-menu-fixed .menu-items {
  display: flex;
  flex-direction: row;
  color: #333333;
  height: 55px;
}
.bottom-menu .bottom-menu-fixed .menu-items .menu-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #333333;
  padding: 0 20px;
  height: 100%;
}
.bottom-menu .bottom-menu-fixed .menu-items .menu-item i {
  font-size: 20px;
  margin-right: 5px;
  height: max-content;
}
.bottom-menu .bottom-menu-fixed .menu-items .menu-item .text {
  font-size: 14px;
  font-weight: 600;
  height: max-content;
  margin-bottom: 0;
}
.bottom-menu .bottom-menu-fake {
  height: 55px;
}
html.ismobile.owner-of-page .bottom-menu {
  display: flex;
}
html.ismobile.owner-of-page .invite-to-action-widget-wrapper {
  bottom: calc(50px + env(safe-area-inset-bottom));
}
html.ismobile.owner-of-page .shopping-cart {
  bottom: calc(65px + env(safe-area-inset-bottom));
}
html.ismobile.owner-of-page.isiphone.issafari .bottom-menu .bottom-menu-fixed {
  height: auto;
}
html.ismobile.owner-of-page.isiphone.issafari .bottom-menu .bottom-menu-fixed .fix-for-safari {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 50px;
  width: 100%;
}
html.ismobile.owner-of-page.isiphone.issafari .bottom-menu .bottom-menu-fake {
  height: 105px;
}
html.ismobile.owner-of-page.isiphone.issafari .invite-to-action-widget-wrapper {
  bottom: calc(100px + env(safe-area-inset-bottom));
}
html.ismobile.owner-of-page.isiphone.issafari .shopping-cart {
  bottom: calc(115px + env(safe-area-inset-bottom));
}
html.ismobile:not(.owner-of-page) body:not(.crm-layout).isiphone.issafari .bottom-menu {
  display: flex;
}
html.ismobile:not(.owner-of-page) body:not(.crm-layout).isiphone.issafari .bottom-menu .bottom-menu-fixed {
  display: flex;
  position: initial;
}
html.ismobile:not(.owner-of-page) body:not(.crm-layout).isiphone.issafari .bottom-menu .bottom-menu-fixed .menu-items {
  display: none;
}
html.ismobile:not(.owner-of-page) body:not(.crm-layout).isiphone.issafari .bottom-menu .bottom-menu-fixed .fix-for-safari {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 50px;
  width: 100%;
}
.main-footer {
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  flex: none;
}
.issafari .main-footer {
  padding-bottom: 75px;
}
.main-footer:not(.main-footer-transparent) {
  background: white;
}
.main-footer.isset-info-about-user {
  padding-top: 30px;
  padding-bottom: 30px;
}
.issafari .main-footer.isset-info-about-user {
  padding-bottom: 85px;
}
.main-footer.light-color:not(.main-footer-transparent) .main-footer__scrollbar-fix .container .left-right .left .title {
  color: black;
}
.main-footer.light-color:not(.main-footer-transparent) .main-footer__scrollbar-fix .container .left-right .left .about-person {
  color: #333;
}
.main-footer.light-color:not(.main-footer-transparent) .main-footer__scrollbar-fix .container .left-right .right .title {
  color: black;
}
.main-footer.light-color:not(.main-footer-transparent) .main-footer__scrollbar-fix .container .left-right .right .policy {
  color: blue;
}
.main-footer.light-color:not(.main-footer-transparent) .main-footer__scrollbar-fix .container hr {
  border-top: 1px solid #eee;
}
.main-footer.light-color:not(.main-footer-transparent) .main-footer__scrollbar-fix .container .copyright .site-created-logo .site-created {
  color: #5e5e5e;
}
.main-footer.light-color:not(.main-footer-transparent) .main-footer__scrollbar-fix .container .copyright .site-created-logo a .logo-black {
  display: block;
}
.main-footer.light-color:not(.main-footer-transparent) .main-footer__scrollbar-fix .container .copyright .site-created-logo a .logo-white {
  display: none;
}
.main-footer.light-color:not(.main-footer-transparent) .main-footer__scrollbar-fix .container .copyright .link-legal-info {
  color: #5e5e5e;
  font-size: 10px;
}
.main-footer .main-footer__scrollbar-fix {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100vw - 18px);
}
.main-footer .main-footer__scrollbar-fix .container {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  min-height: auto;
  max-width: 650px;
}
.main-footer .main-footer__scrollbar-fix .container .left-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.main-footer .main-footer__scrollbar-fix .container .left-right.without-left {
  align-items: center;
  justify-content: center;
}
.main-footer .main-footer__scrollbar-fix .container .left-right.without-left .right {
  align-items: center;
  padding-left: 0;
}
.main-footer .main-footer__scrollbar-fix .container .left-right .left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  flex-basis: 50%;
  padding-right: 20px;
}
.main-footer .main-footer__scrollbar-fix .container .left-right .left .title {
  line-height: 30px;
  font-weight: 600;
  color: white;
}
.main-footer .main-footer__scrollbar-fix .container .left-right .left .legal-information {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin: 0;
  color: #e5e5e5;
}
.main-footer .main-footer__scrollbar-fix .container .left-right .left .about-person,
.main-footer .main-footer__scrollbar-fix .container .left-right .left .about-company {
  max-width: 300px;
  color: #e5e5e5;
  font-size: 12px;
  margin-top: 0;
}
.main-footer .main-footer__scrollbar-fix .container .left-right .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-basis: 50%;
  padding-left: 20px;
}
.main-footer .main-footer__scrollbar-fix .container .left-right .right .title {
  line-height: 30px;
  font-weight: 600;
  color: white;
}
.main-footer .main-footer__scrollbar-fix .container .left-right .right .policy {
  color: #e5e5e5;
}
.main-footer .main-footer__scrollbar-fix .container hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid white;
  width: 100%;
}
.main-footer .main-footer__scrollbar-fix .container .copyright {
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.main-footer .main-footer__scrollbar-fix .container .copyright .site-created-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main-footer .main-footer__scrollbar-fix .container .copyright .site-created-logo .site-created {
  color: white;
}
.main-footer .main-footer__scrollbar-fix .container .copyright .link-legal-info {
  color: white;
  font-size: 10px;
}
.main-footer .main-footer__scrollbar-fix .container .copyright a .logo-black,
.main-footer .main-footer__scrollbar-fix .container .copyright a .logo-white {
  margin-top: 5px;
}
.main-footer .main-footer__scrollbar-fix .container .copyright a .logo-black svg,
.main-footer .main-footer__scrollbar-fix .container .copyright a .logo-white svg {
  height: 25px;
}
.main-footer .main-footer__scrollbar-fix .container .copyright a .logo-black {
  display: none;
}
.main-footer .main-footer__scrollbar-fix .container .copyright a .logo-white {
  display: block;
}
.ismobile .main-footer .main-footer__scrollbar-fix {
  width: auto;
}
.ismobile .main-footer .main-footer__scrollbar-fix .container {
  padding: 0 20px;
}
.ismobile .main-footer .main-footer__scrollbar-fix .container .left-right {
  flex-direction: column;
}
.ismobile .main-footer .main-footer__scrollbar-fix .container .left-right .left {
  padding-right: 0;
}
.ismobile .main-footer .main-footer__scrollbar-fix .container .left-right .right {
  padding-left: 0;
}
html.catalog #main-header .header-fixed {
  border-bottom: 0;
}
html.catalog #main-header .header-fixed.light-color .header__scrollbar-fix .menu-items .menu-item {
  color: #333 !important;
}
html.catalog #main-header .header-fixed .header__scrollbar-fix .menu-items .menu-item {
  color: white;
}
html.catalog .bottom-menu .bottom-menu-fixed.light-color .menu-items .menu-item {
  color: #333;
}
html.catalog .bottom-menu .bottom-menu-fixed .menu-items .menu-item {
  color: white;
}
