.new-moex-components {
  font-family: Favorit Pro, system-ui, sans-serif;
}

/* -------------- Old breakpoints ----------------- */

@media only screen and (max-width: 767.9px) {
  .new-moex-components ._aContainer ._wrapper {
    padding: 0 16px !important;
  }
}

@media only screen and (min-width: 768px) {
  .new-moex-components ._aContainer ._wrapper {
    width: 720px !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }

  .new-moex-components ._footer ._footerMenu,
  .new-moex-components ._footer ._secondaryLinks {
    grid-template-columns: repeat(2, minmax(200px, 1fr)) !important;
  }
}

@media only screen and (min-width: 1248px) {
  .new-moex-components ._aContainer ._wrapper {
    width: 1200px !important;
  }

  .new-moex-components ._secondLevelMenuWrapper {
    display: block !important;
  }

  .new-moex-components ._header ._mainNav {
    display: flex !important;
  }

  .new-moex-components ._footer ._footerMenu,
  .new-moex-components ._footer ._secondaryLinks {
    grid-template-columns: repeat(4, minmax(200px, 1fr)) !important;
  }
}

@media only screen and (min-width: 1600px) {
  .new-moex-components ._aContainer ._wrapper {
    width: 1520px !important;
  }
}

/* -------------- Old breakpoints end ----------------- */

/* -------------- Promo in QutesLine start ----------------- */

.new-moex-components ._promo ._link span {
  padding-top: 3px;
}

/* -------------- Promo in QutesLine end ----------------- */

/* -------------- 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 ._bluredWindow {
  z-index: 1150 !important;
}

.new-moex-components ._bluredWindow._blurOn {
  height: 100vh !important;
}

.new-moex-components ._searchResults ._resultsHeader h1 {
  text-align: start;
}

.new-moex-components ._searchResults ._noResults h1 {
  color: #13161c;
}

.new-moex-components
  ._searchResultsList
  ._resultItem
  ._breadcrumbs
  ._breadcrumb {
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.new-moex-components ._searchResultsList ._breadcrumb li::before {
  content: none;
}

.new-moex-components ._searchResultsList ._topLeft ._breadcrumb li:not(:first-child) {
  padding-left: 0px;
}

.new-moex-components ._searchResultsList ._middle ._title p {
  margin: 0 !important;
}

.new-moex-components ._resultsFilter ._row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.new-moex-components ._resultsFilter ._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 ._headerOldDesktopModal {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-out;
  z-index: 30;
}

.new-moex-components ._headerOldDesktopModal--opened {
  max-height: 480px;
}

.new-moex-components ._headerOldMobileModal {
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms ease-in;
}

.new-moex-components ._headerOldMobileModal--opened {
  max-height: 100vh;
}

.new-moex-components ._headerBackButton--hidden {
  display: none;
}

.new-moex-components ._headerOldUserProfileModal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 300ms;
}

.new-moex-components ._headerOldUserProfileModal--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  .new-moex-components ._headerOldMobileBottomMenu,
  .new-moex-components ._headerOld ._themeSwitch,
  .new-moex-components ._headerOld ._languageSwitch {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .new-moex-components ._headerOld ._searchButton,
  .new-moex-components ._headerOld ._cartButton,
  .new-moex-components ._headerOld ._currentDate,
  .new-moex-components ._headerOld ._userProfile,
  .new-moex-components ._headerOld ._burgerMenu {
    display: none !important;
  }
}

@media screen and (min-width: 1248px) {
  .new-moex-components ._headerOld ._burgerMenu {
    display: none;
  }
}

@media screen and (max-width: 1247px) {
  .new-moex-components ._headerOld ._headerOldFirstLevelMenu,
  .new-moex-components ._headerOld ._secondLevelMenuWrapper {
    display: none;
  }
}

@media screen and (max-width: 1599px) {
  .new-moex-components ._headerOld ._profileButton {
    min-width: unset;
  }

  .new-moex-components ._headerOld ._profileButtonLabel {
    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 ._mainLogo ._siteLogo {
    height: 32px !important;
  }
}

.new-moex-components ._headerDesktopModal {
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
  transition: max-height 500ms ease-in;
}

.new-moex-components ._headerDesktopModal--opened {
  max-height: var(--desktop-modal-height);
  padding-top: var(--desktop-modal-padding);
}

.new-moex-components ._headerDesktopModal._menuModal ._modalContent {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}

.new-moex-components ._mobileModal {
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms ease-in;
}

.new-moex-components ._mobileModal--opened {
  max-height: 100vh;
}

.new-moex-components ._headerTabletAndMobileMenu {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
}

.new-moex-components ._headerTabletAndMobileMenu._mobileModal {
  max-height: unset !important;
}

.new-moex-components ._headerTabletAndMobileMenu ._firstLevel > div {
  flex-wrap: nowrap !important;
}

.new-moex-components ._mobileModal ._headerBackButton--hidden {
  display: none;
}


@media screen and (min-width: 768px) {
  .new-moex-components ._header ._loginButton,
  .new-moex-components ._headerOld ._loginButton {
    border-radius: var(--borderRadius-lg);
    min-width: 80px;
    height: var(--height-lg);
    padding-left: var(--space-0875);
    padding-bottom: var(--space-0750);
    padding-right: var(--space-0875);
    padding-top: var(--space-0750);
    color: var(--brand-contrast-9);
    background-color: var(--component-fill-brand-solid-default);
    font-size: var(--font-label0-default-size);
    line-height: var(--font-label0-default-line-height);
    letter-spacing: var(--font-label0-default-letter-spacing);
    font-weight: var(--font-label0-default-weight);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
  }

  .new-moex-components ._header ._profileButton,
  .new-moex-components ._headerOld ._profileButton {
    border-radius: var(--borderRadius-lg);
    border-style: solid;
    border-width: var(--borderWidth-md);
    border-color: var(--neutral-8);
    min-width: 80px;
    height: var(--height-lg);
    padding-left: var(--space-0875);
    padding-bottom: var(--space-0750);
    padding-right: var(--space-0875);
    padding-top: var(--space-0750);
    background-color: var(--neutral-0) !important;
    color: var(--neutral-12) !important;
    font-size: var(--font-label0-default-size);
    line-height: var(--font-label0-default-line-height);
    letter-spacing: var(--font-label0-default-letter-spacing);
    font-weight: var(--font-label0-default-weight);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
  }
}

.new-moex-components ._headerUserProfileModal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 300ms;
}

.new-moex-components ._headerUserProfileModal._active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  .new-moex-components ._header ._currentDateLabel,
  .new-moex-components ._headerMobileBottomMenu,
  #mobileSearchOutputContainer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .new-moex-components ._header ._searchButton,
  .new-moex-components ._header ._cartButton,
  .new-moex-components ._header ._userProfile,
  .new-moex-components ._header ._burgerMenu,
  #desktopSearchOutputContainer {
    display: none !important;
  }
}

@media screen and (min-width: 1248px) {
  .new-moex-components ._header ._burgerMenu,
  .new-moex-components ._header ._mobileMenu {
    display: none !important;
  }
}

@media screen and (max-width: 1247px) {
  .new-moex-components ._headerFirstLevelMenu {
    display: none;
  }
}

@media screen and (max-width: 1599px) {
  .new-moex-components ._header ._profileButton {
    min-width: unset;
  }

  .new-moex-components ._header ._profileButtonLabel {
    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 ._columnList._closed {
  height: auto;
}

@media screen and (min-width: 768px) {
  .new-moex-components ._footer ._columnTitle svg {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .new-moex-components ._footer ._columnList {
    padding-bottom: 24px !important;
    transition: height 0.3s ease;
  }

  .new-moex-components ._footer ._columnList._closed {
    padding-bottom: 0 !important;
    height: 0;
  }

  .new-moex-components ._footer ._columnTitle._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;
  }
}
