.mi-page,
.mi-page *,
.mi-page *::before,
.mi-page *::after,
.mi-header,
.mi-header *,
.mi-header *::before,
.mi-header *::after,
.mi-mheader,
.mi-mheader *,
.mi-mheader *::before,
.mi-mheader *::after,
.mi-footer,
.mi-footer *,
.mi-footer *::before,
.mi-footer *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body.mi-page {
  margin: 0;
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #080B36;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(.mi-page, .mi-header, .mi-mheader, .mi-footer) a {
  color: inherit;
  text-decoration: none;
}
:where(.mi-page, .mi-header, .mi-mheader, .mi-footer) img,
:where(.mi-page, .mi-header, .mi-mheader, .mi-footer) svg {
  max-width: 100%;
  display: block;
}

.mi-page h1, .mi-page h2, .mi-page h3, .mi-page h4, .mi-page h5, .mi-page h6, .mi-page p, .mi-page ul, .mi-page ol, .mi-page figure {
  margin: 0;
  padding: 0;
}
.mi-page ul, .mi-page ol {
  list-style: none;
}
.mi-page button {
  font-family: inherit;
  cursor: pointer;
  border: none;
}
.mi-page button:not([class]) {
  background: none;
}
.mi-page input,
.mi-page select,
.mi-page textarea {
  font-family: inherit;
  font-size: inherit;
}

.mi-page .mi-h2 {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  color: #080B36;
}
@media (max-width: 768px) {
  .mi-page .mi-h2 {
    font-size: 21px;
  }
}
.mi-page .mi-h3 {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  color: #080B36;
}
.mi-page .mi-seeall {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #5452A9;
  transition: opacity 0.2s ease;
}
.mi-page .mi-seeall:hover {
  opacity: 0.8;
}

.mi-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .mi-section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
  }
}

@font-face {
  font-family: "nbrb";
  src: url("/assets/fonts/nbrb.woff2") format("woff2"), url("/assets/fonts/nbrb.ttf") format("truetype"), url("/assets/fonts/nbrb.woff") format("woff");
  unicode-range: U+E901, U+42, U+59, U+4E;
  font-display: swap;
}
.byn-sign,
.byn-sign-compact {
  font-family: "nbrb" !important;
  font-style: normal;
  font-weight: 800;
  font-variant: normal;
  line-height: 1;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
}

.byn-sign {
  display: inline-block;
  vertical-align: -0.12em;
}

.mi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 16px;
  border-radius: 4px;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  color: #FFFFFF;
  background: #5452A9;
  white-space: nowrap;
  transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.mi-btn:hover {
  opacity: 0.9;
}
.mi-btn svg,
.mi-btn img {
  flex-shrink: 0;
}
.mi-btn--green {
  background: #077C39;
}
.mi-btn--orange {
  background: #FE620A;
}
.mi-btn--blue {
  background: #080B36;
}
.mi-btn--outline {
  background: transparent;
  color: #080B36;
  border: 1px solid rgba(8, 11, 54, 0.1);
}
.mi-btn--outline:hover {
  opacity: 1;
  border-color: #5452A9;
  color: #5452A9;
}
.mi-btn--block {
  width: 100%;
}
.mi-btn--lg {
  padding: 14px 24px;
  font-size: 14px;
}

.mi-pcard {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
}
.mi-pcard__photo {
  position: relative;
  height: 232px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.mi-pcard__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mi-pcard__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  border-radius: 4px;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
}
.mi-pcard__badge--top {
  background: #FE620A;
}
.mi-pcard__badge--new {
  background: #077C39;
}
.mi-pcard__badge--rent {
  background: #5452A9;
}
.mi-pcard__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  min-height: 152px;
  padding: 16px;
  border: 1px solid rgba(8, 11, 54, 0.1);
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.mi-pcard__top {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mi-pcard__title {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #080B36;
}
.mi-pcard__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
}
.mi-pcard__meta span {
  opacity: 0.5;
}
.mi-pcard__bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mi-pcard__price {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #5452A9;
}
.mi-pcard__price-usd {
  font-weight: 400;
  font-size: 14px;
  color: #080B36;
  opacity: 0.5;
  white-space: nowrap;
}
.mi-pcard__short {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
}
.mi-pcard__date {
  opacity: 0.5;
}
.mi-pcard:hover .mi-pcard__title {
  color: #5452A9;
}
@media (max-width: 768px) {
  .mi-pcard__title {
    font-size: 16px;
  }
  .mi-pcard__meta {
    font-size: 12px;
  }
  .mi-pcard__short {
    font-size: 12px;
  }
}

.mi-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .mi-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .mi-cards-grid {
    display: flex;
    grid-template-columns: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
    -webkit-overflow-scrolling: touch;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    scrollbar-width: none;
  }
  .mi-cards-grid::-webkit-scrollbar {
    display: none;
  }
  .mi-cards-grid > * {
    flex: 0 0 280px;
    scroll-snap-align: start;
  }
}

.live-search__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px;
}
.live-search__correction {
  padding: 8px 12px;
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(8, 11, 54, 0.5);
  border-bottom: 1px solid rgba(8, 11, 54, 0.1);
}
.live-search__correction strong {
  color: #5452A9;
}
.live-search__section-title {
  padding: 10px 12px 4px;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: rgba(8, 11, 54, 0.5);
  letter-spacing: 0.02em;
}
.live-search__section-title:first-child {
  padding-top: 4px;
}
.live-search__list .live-search__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 4px;
  color: #080B36;
  background: transparent;
  transition: background 0.2s ease;
}
.live-search__list .live-search__item:hover {
  background: #F6F7FB;
}
.live-search__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.live-search__item-thumb {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #F6F7FB;
}
.live-search__item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.live-search__item-nophoto {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.1;
  color: rgba(8, 11, 54, 0.4);
  text-align: center;
}
.live-search__item-content {
  flex: 1;
  min-width: 0;
}
.live-search__item-title {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #080B36;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.live-search__item-subtitle {
  margin-top: 2px;
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  color: rgba(8, 11, 54, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.live-search__item-price {
  flex-shrink: 0;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #080B36;
  white-space: nowrap;
}
.live-search__list .live-search__view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 4px;
  padding: 10px 12px;
  border-top: 1px solid rgba(8, 11, 54, 0.1);
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #5452A9;
  transition: background 0.2s ease;
}
.live-search__list .live-search__view-all:hover {
  background: #F6F7FB;
}
.live-search__list .live-search__view-all svg {
  flex-shrink: 0;
}
.live-search__view-all-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
  background: #5452A9;
  border-radius: 10rem;
}

.cookie-notification {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: min(760px, 100% - 32px);
  z-index: 9999;
}
.cookie-notification__content {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  background: #FFFFFF;
  border: 1px solid rgba(8, 11, 54, 0.1);
  border-radius: 8px;
  box-shadow: 0 0 32px rgba(8, 11, 54, 0.1);
}
.cookie-notification__text {
  flex: 1;
  min-width: 0;
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #080B36;
}
.cookie-notification__text a {
  color: #5452A9;
  text-decoration: underline;
}
.cookie-notification__buttons {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.cookie-notification__buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 16px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}
.cookie-notification__buttons .filled-btn {
  background: #5452A9;
  color: #FFFFFF;
}
.cookie-notification__buttons .border-btn {
  background: none;
  border-color: rgba(8, 11, 54, 0.1);
  color: #080B36;
}
@media (max-width: 768px) {
  .cookie-notification {
    left: 0;
    bottom: 0;
    width: 100%;
    transform: none;
  }
  .cookie-notification__content {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    border-radius: 8px 8px 0 0;
  }
  .cookie-notification__buttons {
    width: 100%;
  }
  .cookie-notification__buttons .btn {
    flex: 1;
  }
}

.mi-container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

.mi-bleed {
  width: 100%;
}

.mi-page-content {
  padding-top: 32px;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .mi-page-content {
    padding-top: 20px;
    padding-bottom: 32px;
  }
}

.mi-header {
  background: #FFFFFF;
  box-shadow: 0 0 16px rgba(8, 11, 54, 0.1);
  position: relative;
  z-index: 50;
}
.mi-header__top {
  border-bottom: 1px solid rgba(8, 11, 54, 0.1);
}
.mi-header__top-inner {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mi-header__logo {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 143px;
  flex-shrink: 0;
}
.mi-header__logo-img {
  width: 143px;
  height: 43px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mi-header__logo-caption {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 8.4px;
  font-weight: 400;
  line-height: 1;
  color: #080B36;
  opacity: 0.4;
}
.mi-header__search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 480px;
  max-width: 100%;
  padding: 12px;
  border: 1px solid rgba(8, 11, 54, 0.1);
  border-radius: 4px;
}
.mi-header__search-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 0.5;
}
.mi-header__search-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
}
.mi-header__search-input::-moz-placeholder {
  color: #080B36;
  opacity: 0.4;
}
.mi-header__search-input::placeholder {
  color: #080B36;
  opacity: 0.4;
}
.mi-header__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
.mi-header__icon-link {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.mi-header__icon-link:hover {
  opacity: 1;
}
.mi-header__icon-link img {
  width: 24px;
  height: 24px;
}
.mi-header__nav {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.mi-header__nav-item {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #080B36;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.mi-header__nav-item:hover {
  color: #5452A9;
}
@media (max-width: 992px) {
  .mi-header {
    display: none;
  }
}

.mi-header .live-search__results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #FFFFFF;
  border: 1px solid rgba(8, 11, 54, 0.1);
  border-radius: 8px;
  box-shadow: 0 0 32px rgba(8, 11, 54, 0.1);
  z-index: 60;
  max-height: 400px;
  overflow-y: auto;
}

.mi-mheader {
  display: none;
  position: relative;
  z-index: 50;
  background: #FFFFFF;
  box-shadow: 0 0 16px rgba(8, 11, 54, 0.1);
}
@media (max-width: 992px) {
  .mi-mheader {
    display: block;
  }
}
.mi-mheader__bar {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(8, 11, 54, 0.1);
  background: #FFFFFF;
}
.mi-mheader__logo {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 120px;
  flex-shrink: 0;
}
.mi-mheader__logo img {
  width: 120px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mi-mheader__logo-caption {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 7px;
  font-weight: 400;
  line-height: 1;
  color: #080B36;
  opacity: 0.4;
}
.mi-mheader__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mi-mheader__icon {
  width: 24px;
  height: 24px;
  opacity: 0.5;
}
.mi-mheader__icon img {
  width: 24px;
  height: 24px;
}
.mi-mheader__btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-family: inherit;
  border-radius: 4px;
  flex-shrink: 0;
}
.mi-mheader__btn--add {
  background: #5452A9;
  color: #FFFFFF;
}
.mi-mheader__btn--burger {
  background: #F6F7FB;
  color: #080B36;
}
.mi-mheader__btn--burger .mi-mheader__icon-close {
  display: none;
}
.mi-mheader__btn--burger.active {
  background: #080B36;
  color: #FFFFFF;
}
.mi-mheader__btn--burger.active .mi-mheader__icon-burger {
  display: none;
}
.mi-mheader__btn--burger.active .mi-mheader__icon-close {
  display: block;
}
.mi-mheader__overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 11, 54, 0.5);
  z-index: 1;
  display: none;
}
.mi-mheader__overlay.active {
  display: block;
}
.mi-mheader__panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0 0 32px rgba(8, 11, 54, 0.1);
  padding: 16px 20px 24px;
  display: none;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.mi-mheader__panel.active {
  display: block;
}
.mi-mheader__search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(8, 11, 54, 0.1);
  border-radius: 8px;
  margin-bottom: 20px;
}
.mi-mheader__search img {
  width: 18px;
  height: 18px;
  opacity: 0.5;
}
.mi-mheader__search input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
}
.mi-mheader__search input::-moz-placeholder {
  color: #080B36;
  opacity: 0.4;
}
.mi-mheader__search input::placeholder {
  color: #080B36;
  opacity: 0.4;
}
.mi-mheader__nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}
.mi-mheader__nav-item {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #080B36;
}

body.no-scroll {
  overflow: hidden;
}

.mi-footer {
  background: #FFFFFF;
  border-top: 1px solid rgba(8, 11, 54, 0.1);
}
.mi-footer__inner {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.mi-footer__row {
  width: 100%;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(8, 11, 54, 0.1);
}
.mi-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.mi-footer__brand {
  display: flex;
  align-items: center;
  gap: 32px;
}
.mi-footer__logo {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 143px;
  flex-shrink: 0;
}
.mi-footer__logo img {
  width: 143px;
  height: 43px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mi-footer__logo-caption {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 8.4px;
  font-weight: 400;
  line-height: 1;
  color: #080B36;
  opacity: 0.4;
}
.mi-footer__tagline {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.5;
  width: 320px;
  max-width: 100%;
}
.mi-footer__support {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.mi-footer__support img {
  width: 22px;
  height: 22px;
}
.mi-footer__support-mail {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #5452A9;
}
.mi-footer__support:hover .mi-footer__support-mail {
  text-decoration: underline;
}
.mi-footer__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.mi-footer__action {
  display: flex;
  align-items: center;
  gap: 16px;
}
.mi-footer__action > span:last-child {
  display: flex;
  flex-direction: column;
  width: 140px;
}
.mi-footer__action-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 16px;
  background: #F6F7FB;
  flex-shrink: 0;
}
.mi-footer__action-icon img {
  width: 32px;
  height: 32px;
}
.mi-footer__action-icon--outline {
  background: transparent;
  border: 1px solid rgba(8, 11, 54, 0.1);
}
.mi-footer__action-title {
  display: block;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  color: #080B36;
}
.mi-footer__action-sub {
  display: block;
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.8;
  margin-top: 8px;
}
.mi-footer__links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.mi-footer__col-title {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #080B36;
  margin-bottom: 16px;
}
.mi-footer__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mi-footer__link {
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.8;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.mi-footer__link img {
  width: 12px;
  height: 12px;
  opacity: 0.8;
}
.mi-footer__link:hover {
  opacity: 1;
  color: #5452A9;
}
.mi-footer__social-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.mi-footer__social-title {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #080B36;
  margin-bottom: 16px;
}
.mi-footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.mi-footer__social a {
  transition: opacity 0.2s ease;
}
.mi-footer__social a:hover {
  opacity: 0.7;
}
.mi-footer__social img {
  width: 32px;
  height: 32px;
}
.mi-footer__trust {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 16px;
  border: 1px solid rgba(8, 11, 54, 0.1);
  border-radius: 8px;
}
.mi-footer__trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mi-footer__trust-item img {
  width: 32px;
  height: 32px;
}
.mi-footer__trust-text {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  color: #080B36;
}
.mi-footer__disclaimer {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.5;
  width: 332px;
  max-width: 100%;
}
.mi-footer__copyright-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
.mi-footer__copyright {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.8;
}
.mi-footer__nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.mi-footer__nav-item {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #080B36;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.mi-footer__nav-item:hover {
  opacity: 1;
}
.mi-footer__legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
}
.mi-footer__legal-link {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.8;
  text-decoration: underline;
}
.mi-footer__legal-link:hover {
  opacity: 1;
}
@media (max-width: 992px) {
  .mi-footer__top, .mi-footer__brand, .mi-footer__actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .mi-footer__links {
    flex-wrap: wrap;
    gap: 24px;
  }
  .mi-footer__social-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .mi-footer__trust {
    flex-wrap: wrap;
    gap: 16px;
  }
  .mi-footer__disclaimer {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mi-footer__action {
    width: 100%;
  }
  .mi-footer__action > span:last-child {
    width: auto;
    flex: 1;
    min-width: 0;
  }
  .mi-footer__links {
    flex-direction: column;
    gap: 24px;
  }
  .mi-footer__trust {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .mi-footer__copyright-row, .mi-footer__legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.mi-hero {
  position: relative;
  overflow: hidden;
}
.mi-hero__inner {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  padding-top: 104px;
  padding-bottom: 16px;
}
.mi-hero__bg {
  position: absolute;
  top: 0;
  right: 20px;
  width: 1300px;
  max-width: calc(100% - 40px);
  height: auto;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mi-hero__bg--mobile {
  display: none;
}
.mi-hero__intro {
  position: relative;
  z-index: 1;
  max-width: 571px;
}
.mi-hero__title {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  color: #080B36;
  margin-bottom: 16px;
}
.mi-hero__subtitle {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #080B36;
  opacity: 0.8;
}
.mi-hero__stats {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  white-space: nowrap;
}
.mi-hero__stat {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mi-hero__stat img {
  width: 32px;
  height: 32px;
}
.mi-hero__stat-num {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #080B36;
}
.mi-hero__stat-label {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.8;
}
.mi-hero__search {
  position: relative;
  z-index: 1;
  margin-top: 32px;
  filter: drop-shadow(0 0 16px rgba(8, 11, 54, 0.1));
}
.mi-hero__tabs {
  display: inline-flex;
  gap: 8px;
  background: #FFFFFF;
  border-radius: 8px 8px 0 0;
  padding: 8px 16px 0 24px;
}
.mi-hero__tab {
  padding: 8px 32px;
  background: none;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #080B36;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.mi-hero__tab.active {
  color: #5452A9;
  border-bottom-color: #5452A9;
}
.mi-hero__form {
  background: #FFFFFF;
  border-radius: 0 8px 8px 8px;
  padding: 16px 32px;
}
.mi-hero__options {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
.mi-hero__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 320px;
}
.mi-hero__label {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(8, 11, 54, 0.5);
}
.mi-hero__req {
  color: #FE620A;
}
.mi-hero__select {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 12px 32px 12px 12px;
  border: 1px solid rgba(8, 11, 54, 0.1);
  border-radius: 4px;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #080B36;
  background: #FFFFFF url("/assets/img/v2/icons/arrow-down.svg") no-repeat right 12px center;
  background-size: 12px 12px;
  cursor: pointer;
}
.mi-hero__submit {
  flex-shrink: 0;
  padding: 12px 24px;
  align-self: flex-end;
  height: 49px;
}
.mi-hero__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
}
.mi-hero__count {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .mi-hero__inner {
    padding-top: 16px;
    padding-bottom: 32px;
  }
  .mi-hero__bg--desktop {
    display: none;
  }
  .mi-hero__bg--mobile {
    display: block;
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 16px;
  }
  .mi-hero__options {
    flex-wrap: wrap;
    gap: 16px;
  }
  .mi-hero__field {
    width: 100%;
  }
  .mi-hero__submit {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mi-hero__title {
    font-size: 24px;
    line-height: 1.2;
  }
  .mi-hero__subtitle {
    font-size: 15px;
  }
  .mi-hero__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 12px;
    white-space: normal;
  }
  .mi-hero__tabs {
    display: flex;
    gap: 8px;
    padding: 8px 16px 0;
  }
  .mi-hero__tab {
    padding: 8px 16px;
    font-size: 16px;
  }
  .mi-hero__form {
    padding: 16px;
  }
  .mi-hero__field {
    gap: 4px;
  }
  .mi-hero__label {
    font-size: 13px;
  }
  .mi-hero__meta {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
  }
}

.mi-hero__tabs .mi-hero__tab,
.mi-hero__form .mi-hero__select,
.mi-hero__form .mi-hero__submit {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mi-hero__tabs .mi-hero__tab {
  border-bottom: 2px solid transparent;
}

.mi-hero__tabs .mi-hero__tab.active {
  border-bottom-color: #5452A9;
}

.mi-hero__intro .mi-hero__title {
  margin-bottom: 16px;
}

.mi-dir {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.mi-dir__cards {
  display: flex;
  gap: 20px;
}
.mi-dir__card {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 271px;
  padding: 24px;
  border-radius: 8px;
  background: #F6F7FB;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mi-dir__img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center right;
     object-position: center right;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mi-dir__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 280px;
  max-width: 100%;
}
.mi-dir__desc {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.8;
  width: 184px;
  max-width: 100%;
}
.mi-dir__count {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.5;
}
.mi-dir__btn {
  position: relative;
  z-index: 1;
  align-self: flex-start;
}
@media (max-width: 992px) {
  .mi-dir__cards {
    flex-wrap: wrap;
  }
  .mi-dir__card {
    flex: 1 1 280px;
  }
}
@media (max-width: 768px) {
  .mi-dir__cards {
    flex-direction: column;
  }
  .mi-dir__card {
    flex: 0 0 auto;
    height: auto;
    min-height: 0;
    justify-content: flex-start;
    gap: 24px;
  }
  .mi-dir__content {
    gap: 8px;
    width: auto;
  }
  .mi-dir__desc {
    width: 152px;
    font-size: 13px;
  }
  .mi-dir__count {
    font-size: 12px;
  }
  .mi-dir__img {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    -o-object-position: right center;
       object-position: right center;
  }
}

.mi-popular {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 32px;
}

.mi-popcat {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 48px;
}
.mi-popcat__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .mi-popcat__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .mi-popcat__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.mi-popcat__card {
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border: 1px solid rgba(8, 11, 54, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.mi-popcat__card:hover {
  box-shadow: inset 0 0 0 1px rgba(84, 82, 169, 0.35);
}
.mi-popcat__info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 150px;
}
.mi-popcat__title {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  color: #080B36;
}
.mi-popcat__count {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #5452A9;
}
.mi-popcat__img {
  position: absolute;
  right: 16px;
  top: 0;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.mi-popcat__img--placeholder {
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.3;
  width: 56px;
  height: 56px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .mi-popcat__card {
    height: auto;
  }
  .mi-popcat__info {
    max-width: none;
    gap: 4px;
    padding: 12px 0;
  }
  .mi-popcat__title {
    font-size: 14px;
  }
  .mi-popcat__count {
    font-size: 12px;
  }
  .mi-popcat__img {
    position: static;
    width: 72px;
    height: 72px;
    -o-object-fit: contain;
       object-fit: contain;
    right: auto;
    top: auto;
    transform: none;
    flex-shrink: 0;
  }
  .mi-popcat__img--placeholder {
    position: static;
    width: 48px;
    height: 48px;
    transform: none;
  }
}

.mi-sb {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.mi-sb__grid {
  display: flex;
  gap: 20px;
}
.mi-sb__panel {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 271px;
  padding: 24px;
  border-radius: 8px;
  background: #F6F7FB;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mi-sb__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mi-sb__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 280px;
  max-width: 100%;
}
.mi-sb__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mi-sb__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #080B36;
}
.mi-sb__item span {
  opacity: 0.8;
}
.mi-sb__item img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.mi-sb__btn {
  position: relative;
  z-index: 1;
  width: 262px;
  max-width: 100%;
  margin-top: 29px;
}
.mi-sb__pic {
  display: contents;
}
@media (max-width: 768px) {
  .mi-sb__item {
    font-size: 15px;
  }
  .mi-sb__grid {
    flex-direction: column;
  }
  .mi-sb__panel {
    flex: 0 0 auto;
    height: auto;
    padding: 16px;
  }
  .mi-sb__img {
    position: static;
    inset: auto;
    width: 100%;
    height: auto;
    margin: 0 0 16px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    border-radius: 8px 8px 0 0;
  }
  .mi-sb__content {
    width: 100%;
  }
  .mi-sb__btn {
    width: 100%;
  }
}

.mi-rent {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 48px;
}
.mi-rent__grid {
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .mi-rent__grid {
    flex-direction: column;
  }
}
.mi-rent__track {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .mi-rent__track {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .mi-rent__track {
    display: flex;
    grid-template-columns: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
    -webkit-overflow-scrolling: touch;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    scrollbar-width: none;
  }
  .mi-rent__track::-webkit-scrollbar {
    display: none;
  }
  .mi-rent__track > * {
    flex: 0 0 240px;
    scroll-snap-align: start;
  }
}
.mi-rent__promo {
  position: relative;
  width: 310px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #080B36;
  overflow: hidden;
  min-height: 384px;
}
@media (max-width: 992px) {
  .mi-rent__promo {
    width: 100%;
  }
}
.mi-rent__promo-illustration {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 254px;
  height: 254px;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.mi-rent__promo-content {
  position: absolute;
  top: 190px;
  left: 24px;
  right: 24px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  color: #FFFFFF;
}
.mi-rent__promo-title {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25;
}
.mi-rent__promo-text {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.8;
}
.mi-rent__promo-btn {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
}
@media (max-width: 768px) {
  .mi-rent__promo-text {
    font-size: 15px;
  }
}

.mi-companies {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 48px;
}
.mi-companies__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .mi-companies__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .mi-companies__grid {
    grid-template-columns: 1fr;
  }
}
.mi-companies__card {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 126px;
  padding: 16px 8px;
  border: 1px solid rgba(8, 11, 54, 0.1);
  border-radius: 8px;
  transition: border-color 0.2s ease;
}
.mi-companies__card:hover {
  border-color: #5452A9;
}
.mi-companies__logo {
  flex-shrink: 0;
  width: 120px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mi-companies__logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mi-companies__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mi-companies__name {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  color: #080B36;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mi-companies__city {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.5;
  margin-top: -4px;
}
.mi-companies__sub {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mi-companies__count {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #5452A9;
}
@media (max-width: 768px) {
  .mi-companies__city, .mi-companies__sub {
    font-size: 12px;
  }
}

.mi-cta {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 56px;
  padding-bottom: 48px;
}
.mi-cta__inner {
  position: relative;
  min-height: 372px;
  background: #080B36;
  border-radius: 8px;
  overflow: hidden;
}
.mi-cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px 32px;
  color: #FFFFFF;
}
.mi-cta__title {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px;
}
.mi-cta__subtitle {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.8;
}
.mi-cta__features {
  display: flex;
  gap: 32px;
}
.mi-cta__feature {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 168px;
  flex-shrink: 0;
}
.mi-cta__feature img {
  width: 48px;
  height: 48px;
}
.mi-cta__feature-title {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
  margin-top: 4px;
}
.mi-cta__feature-desc {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #FFFFFF;
  opacity: 0.8;
}
.mi-cta__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 320px;
  max-width: 100%;
  padding: 18px 24px;
  border-radius: 4px;
  background: #FE620A;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  color: #FFFFFF;
  transition: opacity 0.2s ease;
}
.mi-cta__btn:hover {
  opacity: 0.9;
}
.mi-cta__btn img {
  width: 12px;
  height: 12px;
}
.mi-cta__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 637px;
  z-index: 0;
}
.mi-cta__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1300px) {
  .mi-cta__features {
    flex-wrap: wrap;
  }
  .mi-cta__feature {
    width: calc(50% - 16px);
  }
  .mi-cta__media {
    display: none;
  }
}
@media (max-width: 768px) {
  .mi-cta__inner {
    display: flex;
    flex-direction: column;
  }
  .mi-cta__media {
    display: block;
    position: static;
    order: -1;
    width: 100%;
  }
  .mi-cta__media img {
    height: 187px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mi-cta__content {
    padding: 8px 16px 24px;
    gap: 16px;
  }
  .mi-cta__title {
    font-size: 21px;
  }
  .mi-cta__subtitle {
    font-size: 15px;
  }
  .mi-cta__features {
    flex-direction: column;
    gap: 12px;
  }
  .mi-cta__feature {
    width: 100%;
  }
  .mi-cta__feature-title {
    margin-top: 0;
  }
  .mi-cta__feature-title br {
    display: none;
  }
  .mi-cta__feature-desc {
    font-size: 13px;
    width: 168px;
    max-width: 100%;
  }
  .mi-cta__btn {
    width: 100%;
  }
}

.mi-blog {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 48px;
}
.mi-blog__grid {
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .mi-blog__grid {
    flex-direction: column;
  }
}
.mi-blog__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 4px;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}
.mi-blog__badge--dark {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #080B36;
  color: #FFFFFF;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.mi-blog__badge--outline {
  align-self: flex-start;
  border: 1px solid #5452A9;
  color: #5452A9;
}
.mi-blog__date {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.5;
}
.mi-blog__main {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  color: inherit;
}
.mi-blog__main-image {
  position: relative;
  height: 320px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.mi-blog__main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .mi-blog__main-image {
    height: 200px;
  }
}
.mi-blog__main-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(8, 11, 54, 0.1);
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.mi-blog__main-title {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  color: #080B36;
}
.mi-blog__main-text {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #080B36;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mi-blog__main-body .mi-blog__date {
  margin-top: auto;
}
.mi-blog__items {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.mi-blog__item {
  display: flex;
  gap: 16px;
  padding: 8px;
  border: 1px solid rgba(8, 11, 54, 0.1);
  border-radius: 8px;
  color: inherit;
  transition: border-color 0.2s ease;
}
.mi-blog__item:hover {
  border-color: #5452A9;
}
.mi-blog__item-image {
  flex-shrink: 0;
  width: 190px;
  height: 143px;
  border-radius: 4px;
  overflow: hidden;
}
.mi-blog__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mi-blog__item-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
.mi-blog__item-title {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #080B36;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mi-blog__item-text {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mi-blog__slider {
  display: none;
}
@media (max-width: 768px) {
  .mi-blog__grid {
    display: none;
  }
  .mi-blog__slider {
    display: flex;
    grid-template-columns: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
    -webkit-overflow-scrolling: touch;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    scrollbar-width: none;
  }
  .mi-blog__slider::-webkit-scrollbar {
    display: none;
  }
  .mi-blog__slider > * {
    flex: 0 0 280px;
    scroll-snap-align: start;
  }
  .mi-blog__slider {
    gap: 16px;
  }
  .mi-blog__card {
    display: flex;
    flex-direction: column;
    color: inherit;
  }
  .mi-blog__card-image {
    position: relative;
    height: 140px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }
  .mi-blog__card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mi-blog__card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(8, 11, 54, 0.1);
    border-top: none;
    border-radius: 0 0 8px 8px;
  }
  .mi-blog__card-title {
    font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #080B36;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .mi-blog__card-text {
    font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #080B36;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .mi-blog__date {
    font-size: 12px;
  }
}

.mi-news {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 48px;
}
.mi-news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .mi-news__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .mi-news__grid {
    display: flex;
    grid-template-columns: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
    -webkit-overflow-scrolling: touch;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    scrollbar-width: none;
  }
  .mi-news__grid::-webkit-scrollbar {
    display: none;
  }
  .mi-news__grid > * {
    flex: 0 0 280px;
    scroll-snap-align: start;
  }
}
.mi-news__card {
  display: flex;
  border-radius: 8px;
}
.mi-news__photo {
  flex-shrink: 0;
  width: 200px;
  height: 180px;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}
.mi-news__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mi-news__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  height: 180px;
  padding: 16px;
  background: #FDFCFD;
  border: 1px solid rgba(8, 11, 54, 0.1);
  border-left: none;
  border-radius: 0 8px 8px 0;
}
.mi-news__title {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #080B36;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mi-news__excerpt {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mi-news__more {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #5452A9;
}
.mi-news__more img {
  width: 12px;
  height: 12px;
}
.mi-news__date {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .mi-news__card {
    flex-direction: column;
    height: 100%;
  }
  .mi-news__photo {
    width: 100%;
    height: 180px;
    border-radius: 8px 8px 0 0;
  }
  .mi-news__info {
    height: auto;
    flex: 1;
    border: 1px solid rgba(8, 11, 54, 0.1);
    border-top: none;
    border-radius: 0 0 8px 8px;
  }
  .mi-news__excerpt {
    font-size: 13px;
  }
  .mi-news__date {
    font-size: 12px;
  }
}

.mi-info {
  padding-bottom: 48px;
}
.mi-info__inner {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mi-info__card {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.mi-info__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.mi-info__subtitle {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.5;
  max-width: 480px;
}
.mi-info__why {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  width: 100%;
}
@media (max-width: 992px) {
  .mi-info__why {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .mi-info__why {
    grid-template-columns: 1fr;
  }
}
.mi-info__why-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(8, 11, 54, 0.1);
  border-radius: 8px;
}
.mi-info__why-card img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.mi-info__why-title {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #080B36;
  margin-bottom: 8px;
}
.mi-info__why-desc {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.8;
}
.mi-info__steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}
.mi-info__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 320px;
  max-width: 100%;
  text-align: center;
}
.mi-info__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 80px;
  background: #F6F7FB;
}
.mi-info__circle img {
  width: 48px;
  height: 48px;
}
.mi-info__step-title {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #080B36;
}
.mi-info__step-desc {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.8;
  max-width: 240px;
}
.mi-info__step-arrow {
  flex-shrink: 0;
  align-self: center;
  margin-top: 24px;
  width: 80px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.mi-info__portal {
  padding-top: 48px;
  padding-bottom: 48px;
}
.mi-info__portal-title {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: #080B36;
  text-align: center;
}
.mi-info__portal .mi-info__portal-text {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #080B36;
  opacity: 0.8;
  max-width: 100%;
  padding: 24px 0;
  text-align: left;
}
.mi-info__portal .mi-info__portal-text p {
  margin: 0 0 12px;
}
.mi-info__portal .mi-info__portal-text p:last-child {
  margin-bottom: 0;
}
.mi-info__portal .mi-info__portal-text ul, .mi-info__portal .mi-info__portal-text ol {
  margin: 0 0 12px;
  padding-left: 20px;
}
.mi-info__portal .mi-info__portal-text li {
  margin-bottom: 4px;
}
.mi-info__portal .mi-info__portal-text a {
  color: #5452A9;
  text-decoration: underline;
}
.mi-info__portal .mi-info__portal-text strong, .mi-info__portal .mi-info__portal-text b {
  font-weight: 600;
}
.mi-info__choose {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
@media (max-width: 992px) {
  .mi-info__choose {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
}
.mi-info__choose-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 192px;
  text-align: center;
}
.mi-info__choose-title {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: #080B36;
}
.mi-info__mv {
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .mi-info__mv {
    flex-direction: column;
  }
}
.mi-info__panel {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 40px;
  border-radius: 8px;
  background: rgba(84, 82, 169, 0.08);
}
.mi-info__panel--values {
  background: rgba(254, 98, 10, 0.08);
}
.mi-info__panel-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 480px;
}
.mi-info__panel-sub {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.5;
}
.mi-info__mv-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mi-info__mv-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.mi-info__mv-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.mi-info__mv-icon img {
  width: 48px;
  height: 48px;
}
.mi-info__mv-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.mi-info__mv-title {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
}
.mi-info__mv-desc {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #080B36;
  opacity: 0.5;
  max-width: 320px;
}
.mi-info__reg {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: 80px;
  border: 1px solid rgba(8, 11, 54, 0.1);
  border-radius: 8px;
  background: #fcfcfc;
  overflow: hidden;
}
.mi-info__reg-img {
  flex-shrink: 0;
  width: 410px;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
}
.mi-info__reg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mi-info__reg-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  flex: 1;
}
.mi-info__reg-body > div:first-child {
  flex-shrink: 0;
}
.mi-info__reg-title {
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  color: #080B36;
  margin-bottom: 8px;
}
.mi-info__reg-text {
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #080B36;
  max-width: 320px;
}
.mi-info__reg-actions {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
.mi-info__portal-more {
  display: none;
  align-self: flex-start;
  margin-top: 12px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Unbounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #5452A9;
}
@media (max-width: 992px) {
  .mi-info__steps {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .mi-info__step-arrow {
    display: none;
  }
  .mi-info__reg {
    flex-direction: column;
    padding: 16px;
    gap: 24px;
  }
  .mi-info__reg-img {
    width: 100%;
  }
  .mi-info__reg-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .mi-info__card--steps, .mi-info__card--choose, .mi-info__mv {
    display: none;
  }
  .mi-info__portal {
    gap: 8px;
  }
  .mi-info__portal .mi-info__portal-text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
  }
  .mi-info__portal.is-open .mi-info__portal-text {
    display: block;
    -webkit-line-clamp: unset;
  }
  .mi-info__portal-more {
    display: inline-block;
    margin-top: 0;
  }
  .mi-info__reg {
    align-items: stretch;
    padding: 16px;
    gap: 8px;
  }
  .mi-info__reg-img {
    width: 100%;
    height: auto;
  }
  .mi-info__reg-img img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mi-info__reg-body {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .mi-info__reg-body > div:first-child {
    text-align: center;
  }
  .mi-info__reg-title {
    font-size: 18px;
  }
  .mi-info__reg-text {
    font-size: 14px;
    max-width: none;
  }
  .mi-info__reg-actions {
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
  .mi-info__reg-actions .mi-btn {
    width: 100%;
  }
}

.mi-ad {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}
.mi-ad__block {
  width: 100%;
}
.mi-ad .advertising-content {
  display: block;
  width: 100%;
}
.mi-ad .advertising-link {
  display: block;
}
.mi-ad .advertising-image,
.mi-ad img.advertising-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
