.homepage-main-block {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .homepage-main-block {
    margin-top: 0;
    margin-bottom: 18px;
  }
}

.top-panel {
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .top-panel {
    margin-bottom: 0;
  }
}
.top-panel__container {
  border: 1px solid #dde1e6;
  padding: 16px 40px;
  background: #fff;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .top-panel__container {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .top-panel__container {
    padding: 0;
    border: none;
    border-bottom: 1px solid #dde1e6;
    gap: 16px;
  }
}
.top-panel__markets {
  flex-grow: 0;
  border-right: 1px solid #dde1e6;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .top-panel__markets {
    flex-grow: 1;
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-panel__markets {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 425px) {
  .top-panel__markets {
    padding-right: 16px;
  }
}
@media screen and (max-width: 380px) {
  .top-panel__markets {
    padding-right: 0;
    border-right: none;
  }
}
.top-panel__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  color: #21272a;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .top-panel__title {
    padding-top: 24px;
  }
}
.top-panel__markets-list {
  max-width: 380px;
  min-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .top-panel__markets-list {
    max-width: 100%;
    min-width: unset;
  }
}
.top-panel__markets-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.top-panel__markets-item-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1e1e1e;
}
.top-panel__markets-item-value {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: right;
  color: #697077;
  display: flex;
  align-items: center;
  gap: 40px;
  flex: 1;
  justify-content: flex-end;
}
.top-panel__markets-item-value-percent {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 70px;
}
.top-panel__markets-item-value-percent-changes {
  display: block;
  width: 10px;
}
.top-panel__total-value {
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #757575;
}
.top-panel__total-value--positive {
  color: #00bd32;
}
.top-panel__total-value--negative {
  color: #d3220a;
}
.top-panel__total-value--neutral {
  color: #a1a1aa;
}
.top-panel__vmsi {
  width: -moz-fit-content;
  width: fit-content;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 40px;
  border-right: 1px solid #dde1e6;
}
@media screen and (max-width: 1024px) {
  .top-panel__vmsi {
    padding-right: unset;
    border-right: unset;
    flex-grow: 1;
    flex: 1;
    min-width: 314px;
  }
  .top-panel__vmsi .top-panel__title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top-panel__vmsi {
    min-width: unset;
  }
}
@media screen and (max-width: 380px) {
  .top-panel__vmsi {
    display: none;
  }
}
.top-panel__vmsi-container {
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 1024px) {
  .top-panel__vmsi-container {
    justify-content: center;
  }
}
.top-panel__vmsi-text-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .top-panel__vmsi-text-block {
    display: none;
  }
}
.top-panel__vmsi-text-value {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 12px;
  height: 27px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e1e1e;
  background: #e6e6e6;
  border-radius: 100px;
  text-transform: uppercase;
}
.top-panel__vmsi-forecast-title {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #1e1e1e;
}
.top-panel__vmsi-forecast-value {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #1e1e1e;
}
@media screen and (max-width: 1024px) {
  .top-panel__research {
    display: none;
  }
}
.top-panel__research-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 18px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #161c2d;
}
.top-panel__research-link {
  display: flex;
  align-items: center;
  gap: 4px;
}

.vmsi-index {
  margin-top: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .vmsi-index {
    margin-top: 0;
  }
}
.vmsi-index__header {
  margin-bottom: 42px;
}
.vmsi-index__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .vmsi-index__title {
    font-size: 36px;
  }
}
.vmsi-index__description {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 140%;
}
.vmsi-index__link-container > a {
  font-size: 18px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #0f62fe;
}
.vmsi-index__dashboard {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .vmsi-index__dashboard {
    flex-direction: column;
  }
}
.vmsi-index__dashboard--timeline {
  margin-top: 22px;
}
.vmsi-index__index {
  flex: 2.4;
}
@media screen and (max-width: 768px) {
  .vmsi-index__index {
    width: 100%;
  }
}
.vmsi-index__index-container {
  position: relative;
}
.vmsi-index__index-container--min {
  width: 164px;
}
.vmsi-index__index-container--min .vmsi-index__index-value-number {
  font-size: 40px;
}
.vmsi-index__index-container--min .vmsi-index__index-value-text {
  font-size: 19px;
}
.vmsi-index__index-container--min .vmsi-index__index-arrow {
  height: 0.75px;
}
@media screen and (max-width: 486px) {
  .vmsi-index__index-container--min {
    width: 100%;
  }
  .vmsi-index__index-container--min .vmsi-index__index-value-number {
    font-size: 28px;
  }
}
@media screen and (max-width: 420px) {
  .vmsi-index__index-container--min .vmsi-index__index-value-number {
    font-size: 22px;
  }
}
.vmsi-index__index-image {
  position: relative;
  z-index: 2;
  display: flex;
}
.vmsi-index__index-arrow {
  position: absolute;
  z-index: 0;
  bottom: 0%;
  left: 6%;
  right: 50%;
  height: 4px;
  background-color: #323232;
  transform-origin: right center;
  transform: rotate(0deg);
}
.vmsi-index__index-arrow::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  bottom: -1px;
  left: 12%;
  background-color: #fff;
}
.vmsi-index__index-value {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .vmsi-index__index-value {
    bottom: 2%;
  }
}
.vmsi-index__index-value-number {
  font-size: 190px;
  line-height: 110%;
}
@media screen and (max-width: 1024px) {
  .vmsi-index__index-value-number {
    font-size: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .vmsi-index__index-value-number {
    font-size: 138px;
  }
}
@media screen and (max-width: 530px) {
  .vmsi-index__index-value-number {
    font-size: 120px;
  }
}
@media screen and (max-width: 420px) {
  .vmsi-index__index-value-number {
    font-size: 98px;
  }
}
@media screen and (max-width: 320px) {
  .vmsi-index__index-value-number {
    font-size: 72px;
  }
}
.vmsi-index__index-value-text {
  font-size: 103px;
  line-height: 110%;
}
.vmsi-index__index-update {
  font-size: 18px;
  line-height: 140%;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .vmsi-index__index-update {
    font-size: 14px;
  }
}
.vmsi-index__schedule {
  width: 100%;
  height: 400px;
}
.vmsi-index__schedule canvas {
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 768px) {
  .vmsi-index__schedule {
    height: 280px;
  }
}
.vmsi-index__switcher-container {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .vmsi-index__switcher-container {
    margin-bottom: 16px;
  }
}
.vmsi-index__switcher {
  border: 1px solid #e4e4e7;
  border-radius: 100px;
  padding: 3px;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.vmsi-index__switcher-item {
  border-radius: 100px;
  width: 91px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 115%;
  cursor: pointer;
}
.vmsi-index__switcher-item.active {
  background: #2563eb;
  color: #fff;
}
.vmsi-index__override {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 64px;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .vmsi-index__override {
    width: 100%;
  }
}
.vmsi-index__override-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .vmsi-index__override-list {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.vmsi-index__override-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dde1e6;
  padding: 16px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .vmsi-index__override-item {
    width: calc(50% - 8px);
    min-width: calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
@media screen and (max-width: 520px) {
  .vmsi-index__override-item {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.vmsi-index__override-item-previous {
  font-size: 16px;
  line-height: 140%;
  color: #697077;
}
.vmsi-index__override-item-previous-textvalue {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
}
.vmsi-index__override-item-value {
  border: 4px solid transparent;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #2d353b;
}
.vmsi-index__override-item-value.red {
  border-color: #d3220a;
}
.vmsi-index__override-item-value.yellow {
  border-color: #ffd800;
}
.vmsi-index__override-item-value.blue {
  border-color: #11b3d9;
}/*# sourceMappingURL=style.css.map */