.app-hero {
  margin-top: 36px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 991px) {
  .app-hero {
    margin-top: 0;
  }
}
.app-hero__bg {
  z-index: 1;
}
@media (max-width: 991px) {
  .app-hero__bg {
    border-radius: 16px;
  }
}
.app-hero__content {
  max-width: 650px;
  width: 100%;
  position: relative;
  padding-top: 64px;
  padding-bottom: 32px;
  z-index: 2;
}
@media (max-width: 991px) {
  .app-hero__content {
    padding-top: 76px;
    padding-bottom: 20px;
  }
}
.app-hero .site-breadcrumbs a {
  color: inherit;
}
.app-hero__title {
  margin: 20px 0 0 0;
  color: #1E1E1E;
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
}
@media (max-width: 991px) {
  .app-hero__title {
    margin-top: 16px;
    font-size: 24px;
    line-height: 32px;
  }
}
.app-hero__title strong {
  color: #FFAC33;
  font-weight: 700;
}
.app-hero__description {
  margin-top: 24px;
  color: #1E1E1E;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 991px) {
  .app-hero__description {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
  }
}
.app-hero__stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
.app-hero__stat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.app-hero__stat_icon {
  flex: 0 0 auto;
  display: block;
  width: 24px;
  height: 30px;
}
.app-hero__stat_divider {
  width: 1px;
  height: 24px;
  background: #DDE6ED;
  flex: 0 0 auto;
}
.app-hero__stores {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .app-hero__stores {
    flex-direction: column;
  }
}
.app-hero__store_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 16px;
  width: 310px;
  padding: 8px 12px;
  border-radius: 8px;
  border: none;
  background: #243C4E;
  text-decoration: none;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  transition: opacity 0.3s ease;
}
.app-hero__store_btn strong {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .app-hero__store_btn {
    width: 100%;
  }
}
.app-hero__store_btn img, .app-hero__store_btn svg {
  display: block;
  width: 24px;
  height: auto;
  flex: 0 0 24px;
}
.app-hero__store_btn span {
  display: block;
  text-align: center;
}
.app-hero__store_btn:hover {
  opacity: 0.7;
}
.app-hero__promo {
  position: relative;
  margin-top: 24px;
  padding: 12px 12px 12px 52px;
  border-radius: 12px;
  border: 1px solid #FFAC33;
  background: #FEE5C9;
}
@media (max-width: 991px) {
  .app-hero__promo {
    padding: 8px 8px 8px 48px;
    border-radius: 12px;
  }
}
.app-hero__promo > span {
  display: block;
  position: absolute;
  font-size: 24px;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 991px) {
  .app-hero__promo > span {
    left: 8px;
  }
}
.app-hero__promo > h4 {
  color: #E47723;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 991px) {
  .app-hero__promo > h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.app-hero__promo > p {
  margin-top: 8px;
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 991px) {
  .app-hero__promo > p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
  }
}
.app-hero__promo > p strong {
  display: inline-block;
  padding: 2px 4px;
  color: #E47723;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 8px;
  background: #FFF;
}
@media (max-width: 991px) {
  .app-hero__promo > p strong {
    font-size: 14px;
    line-height: 20px;
  }
}
.app-hero__qr {
  display: block;
  width: 647px;
  height: auto;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .app-hero__qr {
    display: none;
  }
}

.app-hits {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .app-hits {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.app-hits__title {
  color: var(--text-primary);
}
.app-hits__description {
  margin-top: 16px;
  color: var(--const-gray);
}
.app-hits__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 991px) {
  .app-hits__list {
    gap: 16px;
  }
}
.app-hits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  flex: 1 1 calc(25% - 18px);
  min-height: 240px;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid #DDE6ED;
  background: #F6F9FC;
  box-shadow: 0 0 20px 0 rgba(44, 46, 54, 0.15);
}
@media (max-width: 991px) {
  .app-hits__item {
    flex: 1 1 100%;
    min-height: 0;
    min-width: 0;
  }
}
.app-hits__item_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: #243C4E;
  overflow: hidden;
}
.app-hits__item_icon_image {
  display: block;
  width: 48px;
  height: auto;
}
.app-hits__item_title {
  color: #243C4E;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
.app-hits__item_description {
  color: #8A9299;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.dark-theme .app-hits__item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #2C2C30;
  box-shadow: 0 0 20px 0 rgba(44, 46, 54, 0.15);
}
.dark-theme .app-hits__item_icon {
  background: #1E1E1E;
}
.dark-theme .app-hits__item_title {
  color: #fff;
}
.dark-theme .app-hits__item_description {
  color: #8A9299;
}

.page-app {
  overflow: hidden;
}

/*# sourceMappingURL=critical.css.map */
