.new-moex-components {
    font-family: Favorit Pro, system-ui, sans-serif;
}

/* -------------- TopHeader ----------------- */

.new-moex-components a,
.new-moex-components a:hover,
.new-moex-components a:focus {
    text-decoration: none;
}

/* -------------- TopHeader end ----------------- */

/* -------------- Header ----------------- */

.new-moex-components #moex-search-input {
    display: flex;
    inline-size: -webkit-fill-available;
}

.new-moex-components #moex-search-input-container > #moex-search-input::placeholder {
    background-color: white;
    border: 1px solid #fff !important;
    box-shadow: none !important;
}

.new-moex-components .blured-window {
    z-index: 1150 !important;
}

.new-moex-components .blured-window-blur-on {
    height: 100vh !important;
}

.new-moex-components .moex-search-results .results-header h1 {
    text-align: start;
}

.new-moex-components .moex-search-results .no-results h1 {
    color: #13161c;
}

.new-moex-components .moex-search-results-list .result-item .breadcrumbs .breadcrumb {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.new-moex-components .moex-search-results-list .breadcrumb li::before {
    content: none;
}

.new-moex-components .top-left .breadcrumb li:not(:first-child) {
    padding-left: 0px;
}

.new-moex-components .middle .title p {
    margin: 0 !important;
}

.new-moex-components .results-filter .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.new-moex-components .results-filter .column {
    margin: 0;
}

.new-moex-components div.bg-neutral-0.pt-0250.rounded-xxs.\!z-\[2000\].enter-done > div > div > div > div > ul {
    margin: 0;
}

.new-moex-components .header-old-desktop-modal {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-out;
}

.new-moex-components .header-old-desktop-modal--opened {
    max-height: 480px;
}

.new-moex-components .header-old-mobile-modal {
    max-height: 0;
    overflow: hidden;
    transition: max-height 400ms ease-in;
}

.new-moex-components .header-old-mobile-modal--opened {
    max-height: 100vh;
}

.new-moex-components.data-conditions__modal-wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1300;
}

.new-moex-components .data-conditions__body {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

.new-moex-components .header-old-second-level-menu--hidden,
.new-moex-components .header-old-mobile-modal__header-back-button--hidden {
    display: none;
}

.new-moex-components .header-old-user-profile-modal {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 300ms;
}

.new-moex-components .header-old-user-profile-modal--active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media screen and (min-width: 768px) {
    .new-moex-components .header-old__mobile-bottom-menu,
    .new-moex-components .header-old__main__theme-switch,
    .new-moex-components .header-old__main__language-switch {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .new-moex-components .header-old__main__search-button,
    .new-moex-components .header-old__main__cart-button,
    .new-moex-components .header-old__main__current-date,
    .new-moex-components .header-old__main__user-profile,
    .new-moex-components .header-old__main__burger-menu {
        display: none;
    }
}

@media screen and (min-width: 1248px) {
    .new-moex-components .header-old__main__burger-menu,
    .new-moex-components .header-old__mobile-menu {
        display: none;
    }
}

@media screen and (max-width: 1247px) {
    .new-moex-components .header-old-first-level-menu,
    .new-moex-components .header-old__nav-second-level-menu {
        display: none;
    }
}

@media screen and (max-width: 1599px) {
    .new-moex-components .header-old-user-profile__profile-button {
        min-width: unset;
    }

    .new-moex-components .header-old-user-profile__profile-button-label {
        display: none;
    }
}

.new-moex-components .layout-header-container {
  padding-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .new-moex-components .layout-header-container {
    padding-bottom: 16px;
  }

  .new-moex-components .header__main__logo .site-logo {
    height: 32px !important;
  }
}

.new-moex-components .header-desktop-modal {
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
  transition: max-height 500ms ease-in;
}

.new-moex-components .header-desktop-modal--opened {
  max-height: var(--desktop-modal-height);
  padding-top: var(--desktop-modal-padding);
}

.new-moex-components .header__modal--menu .header-desktop-modal__content {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}

.new-moex-components .header-mobile-modal {
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms ease-in;
}

.new-moex-components .header-mobile-modal--opened {
  max-height: 100vh;
}

.new-moex-components .header-tablet-and-mobile-menu {
  position: relative!important;
  width: 100%!important;
  height: 100%!important;
}

.new-moex-components .header-tablet-and-mobile-menu__first-level>div {
    flex-wrap: nowrap!important;
}

.new-moex-components.data-conditions__modal-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1300;
}

.new-moex-components .data-conditions__body {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.new-moex-components .header-mobile-modal__header-back-button--hidden {
  display: none;
}

.new-moex-components .header-user-profile-modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 300ms;
}

.new-moex-components .header-user-profile-modal--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  .new-moex-components .header__main__current-date-label,
  .new-moex-components .header__mobile-bottom-menu {
      display: none;
  }
}

@media screen and (max-width: 767px) {
  .new-moex-components .header__main__search-button,
  .new-moex-components .header__main__cart-button,
  .new-moex-components .header__main__user-profile,
  .new-moex-components .header__main__burger-menu {
      display: none;
  }
}

@media screen and (min-width: 1248px) {
  .new-moex-components .header__main__burger-menu,
  .new-moex-components .header__mobile-menu {
      display: none;
  }
}

@media screen and (max-width: 1247px) {
  .new-moex-components .header-first-level-menu {
      display: none;
  }
}

@media screen and (max-width: 1599px) {
  .new-moex-components .header-user-profile__profile-button {
      min-width: unset;
  }

  .new-moex-components .header-user-profile__profile-button-label {
      display: none;
  }
}

/* -------------- Header end ----------------- */

/* -------------- Footer ----------------- */

.new-moex-components .footer ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.new-moex-components .footer a {
    text-decoration: none !important;
    color: #eeeef0;
}

    .new-moex-components .footer a:focus {
        color: #eeeef0;
    }

.new-moex-components .footer-menu__col-list--closed {
    height: auto;
}

@media screen and (min-width: 768px) {
    .new-moex-components .footer-menu__col-title svg {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .new-moex-components .footer-menu__col-list {
        padding-bottom: 24px !important;
        transition: height 0.3s ease;
    }

    .new-moex-components .footer-menu__col-list--closed {
        padding-bottom: 0 !important;
        height: 0;
    }

    .new-moex-components .footer-menu__col-title--active svg {
        transform: rotate(180deg);
    }
}

.new-moex-components .footer-old ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.new-moex-components .footer-old a {
    text-decoration: none !important;
    color: #eeeef0;
}

    .new-moex-components .footer-old a:focus {
        color: #eeeef0;
    }

.new-moex-components .footer-menu-old__col-list--closed {
    height: auto;
}

@media screen and (min-width: 768px) {
    .new-moex-components .footer-menu-old__col-title svg {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .new-moex-components .footer-menu-old__col-list {
        padding-bottom: 24px !important;
        transition: height 0.3s ease;
    }

    .new-moex-components .footer-menu-old__col-list--closed {
        padding-bottom: 0 !important;
        height: 0;
    }

    .new-moex-components .footer-menu-old__col-title--active svg {
        transform: rotate(180deg);
    }
}

/* -------------- Footer end ----------------- */

@media screen and (max-width: 767px) {
    body {
        margin-bottom: calc(56px + env(safe-area-inset-bottom, 0)) !important;
    }
}
