@charset "UTF-8";
@font-face {
  font-family: "InterFace Corp";
  src: url("../fonts/InterFace Corporate/IF_Corp_Th.eot");
  /* IE 9 - 11 */
  src: local("InterFace Corp"), url("../fonts/InterFace Corporate/IF_Corp_Th.eot?#iefix") format("embedded-opentype"), url("../fonts/InterFace Corporate/IF_Corp_Th.woff") format("woff"), url("../fonts/InterFace Corporate/IF_Corp_Th.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "InterFace Corp";
  src: url("../fonts/InterFace Corporate/IF_Corp_Lt.eot");
  /* IE 9 - 11 */
  src: local("InterFace Corp"), url("../fonts/InterFace Corporate/IF_Corp_Lt.eot?#iefix") format("embedded-opentype"), url("../fonts/InterFace Corporate/IF_Corp_Lt.woff") format("woff"), url("../fonts/InterFace Corporate/IF_Corp_Lt.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "InterFace Corp";
  src: url("../fonts/InterFace Corporate/IF_Corp_Rg.eot");
  /* IE 9 - 11 */
  src: local("InterFace Corp"), url("../fonts/InterFace Corporate/IF_Corp_Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/InterFace Corporate/IF_Corp_Rg.woff") format("woff"), url("../fonts/InterFace Corporate/IF_Corp_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "InterFace Corp";
  src: url("../fonts/InterFace Corporate/IF_Corp_Bd.eot");
  /* IE 9 - 11 */
  src: local("InterFace Corp"), url("../fonts/InterFace Corporate/IF_Corp_Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/InterFace Corporate/IF_Corp_Bd.woff") format("woff"), url("../fonts/InterFace Corporate/IF_Corp_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
body#redesign-2021 {
  background-color: #FAFAFA;
  font-family: "InterFace Corp", sans-serif;
  letter-spacing: 0.01em;
}
@media (hover: hover) {
  body#redesign-2021::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  body#redesign-2021::-webkit-scrollbar-track {
    background-color: #FFFFFF;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  }
  body#redesign-2021::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

#redesign-2021 .new-moex-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

#redesign-2021 #auth-main {
  position: relative;
}

.new-moex-socials {
  display: flex;
}

.new-moex-socials__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #D0D0D0;
  border-radius: 4px;
  color: #FFFFFF;
  transition-duration: 0.2s;
  transition-property: background-color, transform;
}
.new-moex-socials__button:not(:last-child) {
  margin-right: 12px;
}
.new-moex-socials__button:hover {
  color: #FFFFFF;
  text-decoration: none;
  transform: scale(1.3334);
}
.new-moex-socials__button.is-telegram {
  padding-right: 2px;
  font-size: 16px;
}
.new-moex-socials__button.is-telegram:hover {
  background-color: #2AABEE;
}
.new-moex-socials__button.is-vkontakte {
  font-size: 18px;
}
.new-moex-socials__button.is-vkontakte:hover {
  background-color: #0077FF;
}
.new-moex-socials__button.is-zen {
  font-size: 16px;
}
.new-moex-socials__button.is-zen:hover {
  background-color: #000;
}
.new-moex-socials__button.is-instagram {
  font-size: 18px;
  position: relative;
  overflow: hidden;
}
.new-moex-socials__button.is-instagram .new-moex-socials__button-bg {
  width: 100%;
  height: 100%;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s;
}
.new-moex-socials__button.is-instagram:hover .new-moex-socials__button-bg {
  opacity: 1;
}
.new-moex-socials__button.is-facebook {
  font-size: 16px;
}
.new-moex-socials__button.is-facebook:hover {
  background-color: #1877F2;
}
.new-moex-socials__button.is-youtube {
  font-size: 16px;
}
.new-moex-socials__button.is-youtube:hover {
  background-color: #FF0000;
}
.new-moex-socials__button.is-habr {
  font-size: 14px;
}
.new-moex-socials__button.is-habr:hover {
  background-color: #78A1B5;
}
.new-moex-socials__button.is-twitter {
  font-size: 16px;
}
.new-moex-socials__button.is-twitter:hover {
  background-color: #1D9BF0;
}

.new-moex-tabs {
  display: flex;
  flex-wrap: wrap;
}

.new-moex-tabs__item:not(:last-child) {
  margin-right: 12px;
}

.new-moex-tabs__button {
  display: inline-block;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  padding: 6px 8px;
  font-family: "InterFace Corp", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #727272;
  text-decoration: none;
  transition: background-color 0.2s;
}
.new-moex-tabs__button:not(.is-active):hover, .new-moex-tabs__button:not(.is-active):active, .new-moex-tabs__button:not(.is-active):focus {
  background-color: #F4F4F4;
  color: #727272;
  text-decoration: none;
}
.new-moex-tabs__button.is-active {
  color: #141414;
  cursor: default;
}

@media only screen and (max-width: 767px) {
  .header {
    border-bottom: 1px solid #e6e6e6;
  }
}
@media only screen and (min-width: 768px) {
  .moex-design .header {
    margin-top: 10px;
  }
}

.header__top {
  display: flex;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .header__top {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media only screen and (min-width: 1248px) {
  .header__top {
    padding: 12px 19px 16px 35px;
  }
}

.header__content {
  position: relative;
}
@media only screen and (max-width: 1247px) {
  .header__content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1248px) {
  .header__content {
    margin-left: auto;
  }
}

.header-content-bottom__menu-button {
  background: 0 0;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  padding: 0;
  text-decoration: none;
  transition: background-color 0.2s;
  flex-shrink: 0;
  font-size: 20px;
  color: #727272;
}
.header-content-bottom__menu-button:hover {
  background-color: #F4F4F4;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .header-content-bottom__menu-button {
    margin-top: -8px;
  }
}
.header-content-bottom__menu-button::after {
  display: none;
}

.header__logo-outer {
  display: block;
  margin-top: 36px;
}
@media only screen and (max-width: 1247px) {
  .header__logo-outer {
    display: none;
  }
}

.header__logo {
  display: block;
  height: 48px;
}

.header-content-bottom__logo-outer {
  height: 24px;
  margin-left: 6px;
}
@media only screen and (min-width: 768px) {
  .header-content-bottom__logo-outer {
    height: 32px;
  }
}
@media only screen and (min-width: 1248px) {
  .header-content-bottom__logo-outer {
    height: 40px;
  }
}

.header-content-bottom__logo {
  height: 100%;
}

.header-content-top {
  display: flex;
  width: 100%;
  min-height: 33px;
}
@media only screen and (max-width: 1247px) {
  .header-content-top {
    align-items: center;
    padding: 0 8px;
    border-bottom: 1px solid #EBEBEB;
  }
}

.header-content-top__date {
  margin-left: 16px;
  font-size: 12px;
  line-height: 130%;
  color: #333333;
}
@media only screen and (min-width: 1248px) {
  .header-content-top__date {
    display: none;
  }
}

.header-content-top__links {
  display: none;
  padding-top: 4px;
  margin-right: 55px;
}
@media only screen and (min-width: 1248px) {
  .header-content-top__links {
    display: block;
  }
}
.header-content-top__links:last-child {
  padding-top: 0;
}

.header-links {
  display: flex;
}

.header-content-lang {
  color: #727272;
}
.header-content-lang:hover {
  color: #727272;
  text-decoration: none;
}
@media only screen and (min-width: 1248px) {
  .header-content-lang {
    display: none;
  }
}

.header-content-lang__icon {
  height: 14px;
  vertical-align: top;
}

.header-content-lang__text {
  margin-left: 3px;
}

.header-content-top-phones {
  display: none;
  font-size: 13px;
  text-align: center;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1247px) {
  .header-content-top-phones {
    display: flex;
  }
}

.header-content-top-phones__icon {
  display: block;
  margin-top: 2px;
  font-size: 14px;
}

.header-content-top-phones__item {
  display: block;
  border-bottom: 1px dotted transparent;
  margin-left: 8px;
  font-size: 16px;
  color: #000000;
  transition-duration: 0.2s;
  transition-property: color, border-bottom-color;
}
.header-content-top-phones__item:hover {
  text-decoration: none;
  border-bottom-color: currentColor;
}

.header-links__item {
  display: flex;
  margin-right: 8px;
}
.header-links__item:last-child {
  margin-right: 0;
}

.header-links__item a {
  display: inline-block;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  padding: 6px 8px;
  font-family: "InterFace Corp", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #727272;
  text-decoration: none;
  transition: background-color 0.2s;
}
.header-links__item a:not(.is-active):hover, .header-links__item a:not(.is-active):active, .header-links__item a:not(.is-active):focus {
  background-color: #F4F4F4;
  color: #727272;
  text-decoration: none;
}

.header-content-top-auth {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header-content-top-auth #auth {
  display: flex;
}
.header-content-top-auth #subscribeCart {
  display: none !important;
}

.cart-container {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .cart-container {
    bottom: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1247px) {
  .cart-container {
    top: 41px;
  }
}
@media only screen and (max-width: 1247px) {
  .cart-container {
    position: absolute;
    right: 8px;
  }
}

#iconCartHand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  padding: 0;
  text-decoration: none;
  transition: background-color 0.2s;
  padding: 0;
}
#iconCartHand:hover {
  background-color: #F4F4F4;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #iconCartHand {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (min-width: 768px) {
  #iconCartHand {
    width: 40px;
    height: 40px;
  }
}

.cart-icon-empty, .cart-icon-empty:hover,
.cart-icon-full,
.cart-icon-full:hover {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.cart-icon-empty {
  opacity: 0.5;
}
.cart-icon-empty, .cart-icon-empty:hover {
  background-image: url("../icons/cart.svg");
}

.cart-icon-full, .cart-icon-full:hover {
  background-image: url("../icons/cart-full.svg");
}

.header-content-bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header-content-bottom {
    padding: 8px 52px 8px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1247px) {
  .header-content-bottom {
    padding: 8px 56px 8px 8px;
  }
}
@media only screen and (min-width: 1248px) {
  .header-content-bottom {
    margin-top: 8px;
  }
}

.header-content-bottom__date {
  display: none;
}
@media only screen and (min-width: 1248px) {
  .header-content-bottom__date {
    display: flex;
    align-items: flex-end;
    margin-left: 8px;
    margin-right: 160px;
    font-size: 13px;
    line-height: 130%;
    color: #434343;
    text-transform: capitalize;
  }
}

#header-time_mobile {
  display: none;
}
@media only screen and (min-width: 360px) {
  #header-time_mobile {
    display: block;
  }
}

#header-time_mobile_small {
  display: block;
}
@media only screen and (min-width: 360px) {
  #header-time_mobile_small {
    display: none;
  }
}

.header-content-bottom__phones {
  vertical-align: baseline;
  margin-left: auto;
  margin-right: 16px;
  margin-bottom: 0;
}

.header-content-bottom__phone {
  display: block;
  border-bottom: 1px dotted transparent;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  transition-duration: 0.2s;
  transition-property: color, border-bottom-color;
}
.header-content-bottom__phone:hover {
  text-decoration: none;
  border-bottom-color: currentColor;
}

.header-content-bottom__feedback {
  display: none;
}
@media only screen and (min-width: 1248px) {
  .header-content-bottom__feedback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 4px;
    padding: 0;
    text-decoration: none;
    transition: background-color 0.2s;
    font-size: 20px;
    color: #727272;
  }
  .header-content-bottom__feedback:hover {
    background-color: #F4F4F4;
    text-decoration: none;
  }
  .header-content-bottom__feedback:hover {
    text-decoration: none;
    color: #727272;
  }
}

.header-content-bottom__search {
  width: 215px;
}
@media only screen and (max-width: 767px) {
  .header-content-bottom__search {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1247px) {
  .header-content-bottom__search {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1248px) {
  .header-content-bottom__search {
    margin-left: 90px;
  }
}

.search-field__icon {
  width: 14px;
  height: 14px;
  margin: auto 0;
  font-size: 14px;
  color: #727272;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
}

.search-field__control {
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  padding: 10px 8px 7px 44px;
  font-size: 16px;
  line-height: 21px;
}
@media only screen and (max-width: 767px) {
  .search-field__control {
    height: 36px;
  }
}
.search-field__control::placeholder {
  color: #D0D0D0;
}

.floatHeader {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
  padding: 5px;
  position: fixed;
  top: -150px;
  left: 50%;
  z-index: 9999;
  box-shadow: 0 1px 0 #EBEBEB;
  transform: translateX(-50%);
  transition: top cubic-bezier(0.3, 0.73, 0.3, 0.74) 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1247px) {
  .floatHeader {
    width: 720px;
    padding-right: 200px;
  }
}
@media only screen and (min-width: 1248px) {
  .floatHeader {
    width: 1200px;
    padding-right: 445px;
  }
}
body.down .floatHeader {
  top: 0;
}

body.down .header-content-bottom__menu-button {
  margin-top: 0;
  color: #727272;
}

#header-time_pc_float {
  display: block;
  margin-left: auto;
  text-transform: capitalize;
}
@media only screen and (max-width: 1247px) {
  #header-time_pc_float {
    display: none;
  }
}

.floatHeader__socials {
  margin-left: 32px;
}
@media only screen and (max-width: 767px) {
  .floatHeader__socials {
    display: none;
  }
}

.floatHeaderFeedback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 4px;
  padding: 0;
  text-decoration: none;
  transition: background-color 0.2s;
  margin-left: 16px;
  font-size: 20px;
  color: #727272;
}
.floatHeaderFeedback:hover {
  background-color: #F4F4F4;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .floatHeaderFeedback {
    display: none;
  }
}
.floatHeaderFeedback:hover {
  text-decoration: none;
  color: #727272;
}

body.down .header-content-bottom__search {
  margin-left: auto;
  position: fixed;
  top: 5px;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  body.down .header-content-bottom__search {
    width: auto;
    left: 180px;
    right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1247px) {
  body.down .header-content-bottom__search {
    width: 190px;
    left: 50%;
    transform: translateX(165px);
  }
}
@media only screen and (min-width: 1248px) {
  body.down .header-content-bottom__search {
    width: 400px;
    left: 50%;
    transform: translateX(175px);
  }
}

.header__bottom {
  display: none;
}
@media only screen and (min-width: 1248px) {
  .header__bottom {
    display: block;
    margin-top: 10px;
  }
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #3A3C39;
  padding: 8px 24px 8px 32px;
  position: relative;
}

.header-menu__item {
  display: block;
  text-align: center;
}
.header-menu__item.is-button-wrapper {
  width: 40px;
  height: 40px;
}
.header-menu._item-dropdown .header-menu__item {
  position: relative;
}
.header-menu__item:not(:last-child) {
  margin-right: 6px;
}

.header-menu__link:not(.is-button) {
  display: block;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  padding: 6px 10px;
  font-family: "InterFace Corp", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: background-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
}
.header-menu__link:not(.is-button):hover, .header-menu__link:not(.is-button):active, .header-menu__link:not(.is-button):focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.header-menu__link.is-button {
  background: 0 0;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  display: block;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  padding: 6px 10px;
  font-family: "InterFace Corp", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: background-color 0.2s;
  width: 40px;
  height: 40px;
  font-size: 20px !important;
  color: #FFFFFF !important;
}
.header-menu__link.is-button:hover, .header-menu__link.is-button:active, .header-menu__link.is-button:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.header-menu__link.is-button.is-active {
  background-color: rgba(255, 255, 255, 0.1);
}

.header-menu__icon {
  display: block;
  height: 16px;
  margin-right: 10px;
}

.header-menu__dropdown {
  display: none;
  text-align: left;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1000;
}
.header-menu._item-dropdown .header-menu__dropdown {
  width: 230px;
  right: auto;
}
.header-menu__dropdown.is-visible, .header-menu._item-dropdown .header-menu__item:hover .header-menu__dropdown {
  display: block;
  animation: show-dropdown 0.3s;
}

.header-menu-dropdown {
  background-color: #3A3C39;
  padding: 16px 30px 20px;
}

.header-menu-dropdown__inner {
  display: flex;
}
.header-menu-dropdown__inner .menu-block {
  width: 176px;
}
.header-menu-dropdown__inner .menu-block:not(:last-child) {
  margin-right: 8px;
}
.header-menu-dropdown__inner .menu-block .item-header a,
.header-menu-dropdown__inner .menu-block .item a {
  display: block;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  padding: 6px 10px;
  font-family: "InterFace Corp", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: background-color 0.2s;
  font-size: 12px;
}
.header-menu-dropdown__inner .menu-block .item-header a:hover, .header-menu-dropdown__inner .menu-block .item-header a:active, .header-menu-dropdown__inner .menu-block .item-header a:focus,
.header-menu-dropdown__inner .menu-block .item a:hover,
.header-menu-dropdown__inner .menu-block .item a:active,
.header-menu-dropdown__inner .menu-block .item a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.header-menu-dropdown__inner .menu-block .item-header a {
  margin-bottom: 8px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}
.header-menu-dropdown__inner .menu-block .item a {
  font-size: 13px;
  line-height: 140%;
}
.header-menu-dropdown__inner .menu-block .item a:not(:last-child) {
  margin-bottom: 3px;
}

.header-content-bottom-menu {
  display: none;
  max-height: 80vh;
  background-color: #FFFFFF;
  position: absolute;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  transition: top cubic-bezier(0.3, 0.73, 0.3, 0.74) 0.3s;
}
@media only screen and (max-width: 1247px) {
  .header-content-bottom-menu.is-visible {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header-content-bottom-menu {
    width: 100%;
    top: 118px;
    right: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .header-content-bottom-menu {
    width: 720px;
    right: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1247px) {
  .header-content-bottom-menu {
    border-top: 1px solid #EBEBEB;
    top: 89px;
  }
}
@media (hover: hover) {
  .header-content-bottom-menu::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .header-content-bottom-menu::-webkit-scrollbar-track {
    background-color: #FFFFFF;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  }
  .header-content-bottom-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
body.down .header-content-bottom-menu {
  border-top: 1px solid #EBEBEB;
  position: fixed;
  top: 50px;
}
@media only screen and (min-width: 768px) {
  body.down .header-content-bottom-menu {
    left: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1247px) {
  body.down .header-content-bottom-menu {
    transform: translateX(-360px);
  }
}
@media only screen and (min-width: 1248px) {
  body.down .header-content-bottom-menu {
    width: 1200px;
    transform: translateX(-600px);
  }
}
body.down .header-content-bottom-menu.is-visible {
  display: block;
}

.header-content-bottom-menu__horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 4px 0;
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .header-content-bottom-menu__horizontal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.header-content-bottom-menu__horizontal-item {
  margin: 4px 8px;
  text-align: center;
}
.header-content-bottom-menu__horizontal-item a {
  display: inline-block;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  padding: 6px 8px;
  font-family: "InterFace Corp", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #727272;
  text-decoration: none;
  transition: background-color 0.2s;
}
.header-content-bottom-menu__horizontal-item a:not(.is-active):hover, .header-content-bottom-menu__horizontal-item a:not(.is-active):active, .header-content-bottom-menu__horizontal-item a:not(.is-active):focus {
  background-color: #F4F4F4;
  color: #727272;
  text-decoration: none;
}

.header-content-bottom-menu__vertical {
  background-color: #3A3C39;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .header-content-bottom-menu__vertical {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.header-content-bottom-menu__vertical-alone {
  background-color: #3A3C39;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .header-content-bottom-menu__vertical-alone {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.header-content-bottom-menu__vertical-item:not(:last-child) {
  margin-bottom: 8px;
}

.header-content-bottom-menu__vertical-link {
  display: block;
  background-color: transparent;
  font-family: "InterFace Corp", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background-color 0.2s;
  padding: 6px 8px 6px 40px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.header-content-bottom-menu__vertical-link:hover, .header-content-bottom-menu__vertical-link:active, .header-content-bottom-menu__vertical-link:focus {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.header-content-bottom-menu__vertical-link:hover, .header-content-bottom-menu__vertical-link:active, .header-content-bottom-menu__vertical-link:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.header-content-bottom-menu__vertical-link._submenu::before {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("../icons/angle-down_white.svg");
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  transition: transform 0.3s;
  backface-visibility: hidden;
}
.header-content-bottom-menu__vertical-link._submenu.is-active::before {
  transform: rotate(180deg);
}

.header-content-bottom-menu__vertical-dropdown {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  padding-top: 8px;
  padding-bottom: 8px;
}
.header-content-bottom-menu__vertical-dropdown.is-active {
  display: block;
  animation: show-tab 0.3s;
}

.header-content-bottom-menu__vertical-dropdown-item:not(:last-child) {
  margin-bottom: 8px;
}

.header-content-bottom-menu__vertical-dropdown-link {
  display: block;
  background-color: transparent;
  font-family: "InterFace Corp", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background-color 0.2s;
  padding: 6px 8px 6px 50px;
}
.header-content-bottom-menu__vertical-dropdown-link:hover, .header-content-bottom-menu__vertical-dropdown-link:active, .header-content-bottom-menu__vertical-dropdown-link:focus {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.header-content-bottom-menu__vertical-dropdown-link:hover, .header-content-bottom-menu__vertical-dropdown-link:active, .header-content-bottom-menu__vertical-dropdown-link:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.new-moex-news-list__record {
  display: flex;
}
.new-moex-news-list__record:not(:last-child) {
  margin-bottom: 8px;
}

.new-moex-news-list__info {
  flex-shrink: 0;
  width: 86px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 130%;
}

.new-moex-news-list__date {
  color: #8E8E8E;
}

.new-moex-news-list__time {
  color: #8E8E8E;
  opacity: 0.5;
}

.new-moex-news-list__body {
  overflow: hidden;
}

.new-moex-news-list__link {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #141414;
  opacity: 0.8;
  text-decoration: none;
}

.footer__change-version {
  display: flex;
  margin-bottom: 12px;
}

.footer__change-version-link {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #727272;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.footer__change-version-link:hover {
  color: #727272;
  text-decoration: none;
}

.footer__change-version-link-icon {
  display: block;
  margin-right: 16px;
}
.footer__desktop-version-link .footer__change-version-link-icon {
  font-size: 20px;
}
.footer__mobile-version-link .footer__change-version-link-icon {
  width: 16px;
  height: 20px;
}

.footer__text {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 130%;
  color: #CCCCCC;
}
.footer__text p {
  margin: 0;
}
.footer__text a {
  border-bottom: 1px solid transparent;
  color: #727272;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: color, border-bottom-color;
}
.footer__text a:hover {
  border-bottom-color: #ff0508;
  color: #ff0508;
  text-decoration: none;
}

.news_title,
.red_menu {
  color: #ff0508 !important;
}

.marked-title {
  font-size: 15px;
}

ul.documents-list,
.text-block ul.documents-list {
  font-size: 14px;
}

.MoexChartsWidget_title_1g2Zj {
  color: #ff0508 !important;
}

#top-button {
  display: block;
  background-color: #ff0508;
  padding: 10px;
  font-family: "InterFace Corp", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s;
  white-space: nowrap;
  user-select: none;
}
@media only screen and (min-width: 768px) and (max-width: 1247px) {
  #top-button {
    margin-top: 10px;
  }
}
#top-button:hover {
  background-color: #d20407;
  text-decoration: none;
}

.new-moex-main-page-sidebar {
  background-color: #FFFFFF;
  padding: 10px;
}

.new-moex-main-page-sidebar__button {
  display: flex;
  align-items: center;
  background-color: transparent;
  border-radius: 4px;
  padding: 10px;
  text-decoration: none;
  transition: background-color 0.2s;
  position: relative;
}
.new-moex-main-page-sidebar__button:not(:last-child) {
  margin-bottom: 4px;
}
.new-moex-main-page-sidebar__button:hover, .new-moex-main-page-sidebar__button:focus {
  background-color: #F4F4F4;
  text-decoration: none;
}
.is-marked .new-moex-main-page-sidebar__button {
  padding-left: 24px;
}
.is-marked .new-moex-main-page-sidebar__button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ff0508;
  border-radius: 4px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  left: 8px;
}

.new-moex-main-page-sidebar__image {
  margin-right: 16px;
}

.new-moex-main-page-sidebar__text {
  font-size: 14px;
  line-height: 130%;
  color: #727272;
}

.widget-ticker {
  height: 40px;
  background-color: #141414;
  padding: 13px 10px 10px;
}

.mx-widget-vertical-ticker {
  height: 17px;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}

.mx-widget-vertical-ticker a {
  color: inherit;
}

.mx-widget-vertical-ticker ul {
  padding: 0;
  margin: 0;
  line-height: 15px;
  position: absolute;
  list-style: outside none none;
}

.mx-widget-vertical-ticker ul li {
  display: block;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  float: left;
}

.mx-widget-vertical-ticker ul li * {
  white-space: nowrap;
}

.mx-widget-vertical-ticker ul .shortname {
  padding-left: 5px;
  color: #D0D0D0;
}

.mx-widget-vertical-ticker ul .last {
  padding-left: 5px;
  color: #FFFFFF;
}

.mx-widget-vertical-ticker ul .change {
  padding-left: 5px;
  color: #FFFFFF;
}

.mx-widget-vertical-ticker ul .trend_up::after,
.mx-widget-vertical-ticker ul .trend_down::after {
  margin-left: 1px;
  font-size: 11px;
}

.mx-widget-vertical-ticker ul .trend_up {
  color: #05B958;
}
.mx-widget-vertical-ticker ul .trend_up::after {
  content: "▲";
}

.mx-widget-vertical-ticker ul .trend_down {
  color: #FF4B4B;
}
.mx-widget-vertical-ticker ul .trend_down::after {
  content: "▼";
}

.mx-widget-vertical-ticker ul.container {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.mx-widget-vertical-ticker.loading {
  background-image: url("https://assets.moex.com/widgets/assets/facebook-ajax-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

.new-moex-main-page-content-block {
  background-color: #FFFFFF;
  margin-top: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .new-moex-main-page-content-block {
    padding: 18px 10px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .new-moex-main-page-content-block {
    padding: 18px 20px 18px 26px;
  }
}
.new-moex-main-page-content-block.is-news + .new-moex-main-page-content-block.is-announcements {
  border-top: 1px solid #EBEBEB;
}
.new-moex-main-page-content-block.is-announcements {
  margin-top: 0;
}
.new-moex-main-page-content-block__header {
  display: flex;
  min-height: 32px;
}
@media only screen and (max-width: 767px) {
  .new-moex-main-page-content-block__header {
    flex-direction: column;
    padding-left: 14px;
  }
}

.new-moex-main-page-content-block__heading {
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
  color: #ff0508;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .new-moex-main-page-content-block__header-controls {
    margin-left: -8px;
  }
}
@media only screen and (min-width: 768px) {
  .new-moex-main-page-content-block__header-controls {
    margin-left: 35px;
  }
}

@media only screen and (min-width: 768px) {
  .new-moex-main-page-content-block__socials {
    margin-left: auto;
  }
}

.new-moex-main-page-content-block__body {
  margin-top: 12px;
  animation: show-tab 0.3s;
}
.new-moex-main-page-content-block__body.is-hidden {
  display: none;
}

.new-moex-main-page-content-block__controls {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .is-news .new-moex-main-page-content-block__controls, .is-announcements .new-moex-main-page-content-block__controls, .is-events .new-moex-main-page-content-block__controls {
    margin-left: 86px;
  }
}

.new-moex-main-page-content-block__button-more {
  display: inline-block;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  padding: 6px 8px;
  font-family: "InterFace Corp", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #727272;
  text-decoration: none;
  transition: background-color 0.2s;
  color: #388DC6;
  margin-left: -8px;
}
.new-moex-main-page-content-block__button-more:not(.is-active):hover, .new-moex-main-page-content-block__button-more:not(.is-active):active, .new-moex-main-page-content-block__button-more:not(.is-active):focus {
  background-color: #F4F4F4;
  color: #727272;
  text-decoration: none;
}

.new-moex-trading-calendar__header {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 130%;
  color: #434343;
}
@media only screen and (max-width: 767px) {
  .new-moex-trading-calendar__header {
    padding-left: 16px;
  }
}

.new-moex-trading-calendar__controls {
  margin-bottom: 8px;
}

.new-moex-trading-calendar__footer {
  font-size: 13px;
  line-height: 140%;
  color: #141414;
}

.new-moex-trading-calendar__footer-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #EBEBEB;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
}

.new-moex-trading-calendar .month {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .new-moex-trading-calendar .month {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1247px) {
  .new-moex-trading-calendar .month {
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1248px) {
  .new-moex-trading-calendar .month {
    justify-content: space-between;
  }
}
.new-moex-trading-calendar .month-container {
  width: 180px;
  border-spacing: 5px 16px;
  border-collapse: separate;
  margin: 0 -5px -8px;
}
.new-moex-trading-calendar .month-container:not(:last-child) {
  margin-right: 15px;
}
.new-moex-trading-calendar .month-caption {
  padding: 0 5px;
  margin-bottom: -10px;
  font-size: 13px;
  line-height: 140%;
  font-weight: 700;
  color: #4D504C;
}
.new-moex-trading-calendar .month-head td,
.new-moex-trading-calendar .month-body td {
  text-align: center;
  vertical-align: middle;
}
.new-moex-trading-calendar .month-head {
  font-size: 13px;
  line-height: 140%;
  color: #727272;
}
.new-moex-trading-calendar .month-head td {
  width: 20px;
  height: 20px;
}
.new-moex-trading-calendar .month-body {
  font-size: 12px;
  line-height: 150%;
  color: #000000;
}
.new-moex-trading-calendar .month-body td {
  border-radius: 2px;
}
.new-moex-trading-calendar .month-day {
  width: 20px;
  height: 20px;
}
.new-moex-trading-calendar .month-currentday {
  box-shadow: 0 0 0 1px #727272;
}
.new-moex-trading-calendar .month-notrade,
.new-moex-trading-calendar .month-notrade *,
.new-moex-trading-calendar .month-notrade.month-link a {
    color: #ff0508;
}
.new-moex-trading-calendar .month-option {
  background: #EBEBEB;
}
.new-moex-trading-calendar .month-link a {
  border-bottom: 1px solid transparent;
  color: #388DC6;
  text-decoration: none;
  transition-property: color, border-bottom-color;
  transition-duration: 0.3s;
}
.new-moex-trading-calendar .month-link a:hover {
  border-bottom-color: currentColor;
  color: #ff0508;
  text-decoration: none;
}

.new-moex-sidebar-menu {
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
}

.new-moex-sidebar-menu__header {
  border-bottom: 1px solid #EBEBEB;
}

.new-moex-sidebar-menu__heading-button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
  color: #141414;
  text-align: center;
  text-decoration: none;
}
.new-moex-sidebar-menu__heading-button:hover, .new-moex-sidebar-menu__heading-button:focus, .new-moex-sidebar-menu__heading-button:active {
  color: #141414;
  text-decoration: none;
}
@media only screen and (max-width: 1247px) {
  .new-moex-sidebar-menu__heading-button::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 5px;
    background-image: url("../icons/angle-down_gray.svg");
    background-size: cover;
    margin-left: 10px;
    position: relative;
    top: -2px;
    transition: transform 0.3s;
  }
  .is-active .new-moex-sidebar-menu__heading-button::after {
    transform: rotate(180deg);
  }
}

.new-moex-sidebar-menu__body {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 1247px) {
  .new-moex-sidebar-menu__body {
    display: none;
  }
  .is-active .new-moex-sidebar-menu__body {
    display: block;
  }
}

.new-moex-sidebar-menu__item {
  padding: 4px 8px;
}
.new-moex-sidebar-menu__item.is-children-opened:not(.is-offset) {
  border-bottom: 1px solid #EBEBEB;
}
.new-moex-sidebar-menu__item.is-offset.level-1 {
  background-color: #FAFAFA;
}
.new-moex-sidebar-menu__item.is-offset.level-2 {
  background-color: #F5F5F5;
}

.new-moex-sidebar-menu__link {
  display: inline-block;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  padding: 6px 8px;
  font-family: "InterFace Corp", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #727272;
  text-decoration: none;
  transition: background-color 0.2s;
}
.new-moex-sidebar-menu__link:not(.is-active):hover, .new-moex-sidebar-menu__link:not(.is-active):active, .new-moex-sidebar-menu__link:not(.is-active):focus {
  background-color: #F4F4F4;
  color: #727272;
  text-decoration: none;
}
.is-offset .new-moex-sidebar-menu__link:hover {
  background-color: #EBEBEB;
}

.new-moex-sidebar-menu__text {
  padding: 6px 8px;
  color: #727272;
}

.new-moex-sidebar-menu__link,
.new-moex-sidebar-menu__text {
  display: block;
  padding-left: 16px;
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  position: relative;
}
.is-primary .new-moex-sidebar-menu__link,
.is-primary .new-moex-sidebar-menu__text {
  font-weight: 700;
  color: #ff0508;
}
.is-current .new-moex-sidebar-menu__link,
.is-current .new-moex-sidebar-menu__text {
  font-weight: 700;
}
.is-children-closed .new-moex-sidebar-menu__link, .is-children-opened .new-moex-sidebar-menu__link,
.is-children-closed .new-moex-sidebar-menu__text,
.is-children-opened .new-moex-sidebar-menu__text {
  padding-right: 16px;
}
.is-children-closed .new-moex-sidebar-menu__link::after, .is-children-opened .new-moex-sidebar-menu__link::after,
.is-children-closed .new-moex-sidebar-menu__text::after,
.is-children-opened .new-moex-sidebar-menu__text::after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  background-image: url("../icons/angle-down_gray.svg");
  background-size: cover;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  right: 4px;
}
.is-children-opened .new-moex-sidebar-menu__link::after,
.is-children-opened .new-moex-sidebar-menu__text::after {
  transform: rotate(180deg);
}
.is-offset.level-1 .new-moex-sidebar-menu__link,
.is-offset.level-1 .new-moex-sidebar-menu__text {
  padding-left: 24px;
}
.is-offset.level-2 .new-moex-sidebar-menu__link,
.is-offset.level-2 .new-moex-sidebar-menu__text {
  padding-left: 32px;
}

.blocks-list__item._content {
  background-color: #FFFFFF;
  border: none;
  border-radius: 0;
}

.blocks-list__item._content2 {
  background-color: #FFFFFF;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .blocks-list__item._content2 {
    padding: 12px 8px 26px;
  }
}
@media only screen and (min-width: 768px) {
  .blocks-list__item._content2 {
    padding: 12px 26px 26px;
  }
}

.breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  min-height: 36px;
  background-color: #F4F4F4;
  border-radius: 4px;
  padding: 8px 16px;
  list-style: none;
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li:not(:last-child) {
  padding-right: 8px;
}
.breadcrumb li:not(:first-child) {
  padding-left: 16px;
}
.breadcrumb li + li::before {
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  background-image: url("../icons/angle-down_gray.svg");
  background-size: contain;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0.4;
  transform: rotate(-90deg);
}
.breadcrumb a {
  font-size: 13px;
  line-height: 20px;
  color: #8C8C8C;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #414141;
  text-decoration: none;
}

.new-moex-page-controls {
  display: flex;
  margin-right: -8px;
}
.new-moex-page-controls.is-hidden {
  display: none;
}
@media only screen and (max-width: 1247px) {
  .new-moex-page-controls {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1248px) {
  .new-moex-page-controls {
    justify-content: flex-end;
  }
}

.new-moex-page-controls__button {
  display: inline-block;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  padding: 6px 8px;
  font-family: "InterFace Corp", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #727272;
  text-decoration: none;
  transition: background-color 0.2s;
  display: flex;
}
.new-moex-page-controls__button:not(.is-active):hover, .new-moex-page-controls__button:not(.is-active):active, .new-moex-page-controls__button:not(.is-active):focus {
  background-color: #F4F4F4;
  color: #727272;
  text-decoration: none;
}
@media only screen and (max-width: 1247px) {
  .new-moex-page-controls__button:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1248px) {
  .new-moex-page-controls__button:not(:last-child) {
    margin-right: 24px;
  }
}

.new-moex-page-controls__icon {
  margin-right: 6px;
  font-size: 20px;
}

h1.headermain, h2.headermain {
  font-family: "InterFace Corp", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  color: #ff0508;
  text-align: left;
}
