/* [project]/src/app/styles/global.scss.css [app-client] (css) */
* {
  box-sizing: border-box;
  font-family: var(--font-steppe);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
}

a.active.focus, a.active:focus, a.focus, a:active.focus, a:active:focus, a:focus, button.active.focus, button.active:focus, button.focus, button:active.focus, button:active:focus, button:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 rgba(0, 123, 255, 0) !important;
}

a:focus {
  outline-offset: 2px;
  outline: 2px solid #3498db;
}

a:focus, a:active {
  outline: none;
}

button {
  background: none;
  border: none;
}

header, footer {
  flex-shrink: 0;
}

main {
  min-height: 0;
  padding-bottom: 140px;
  padding-top: calc(100px + env(safe-area-inset-top, 0px));
  flex-direction: column;
  flex: auto;
  display: flex;
  overflow-y: auto;
}

.auth-main {
  height: 100vh;
  padding-bottom: 0;
  padding-top: calc(30px + env(safe-area-inset-top, 0px));
  background-color: var(--primary-grey);
}

.swiper-lazy-preloader {
  border-color: var(--primary-orange) !important;
  border-top-color: rgba(0, 0, 0, 0) !important;
}

.layout_catalog, .body_content {
  display: flex;
}

:root {
  --primary-black: #2c2c2c;
  --primary-orange: #f89633;
  --primary-grey: #f6f6f6;
  --primary-white: #fff;
  --admin-text-black: #2c2c2c;
  --admin-text-grey: #bbb;
  --mb-30: 30px;
  --mb-20: 20px;
  --safe-area-inset-bottom: 0px !important;
}

body {
  background-color: var(--primary-grey);
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
}

.body_admin {
  background: #fff !important;
}

.body_survey {
  flex-direction: column;
  padding-top: 45px;
  display: flex;
  background: #fff !important;
}

.body_survey_item {
  padding-top: 0;
}

.demo-banner {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px 16px;
  display: flex;
}

.demo-banner .demo-badge {
  background: var(--primary-gradient);
  color: #fff;
  letter-spacing: .5px;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(248, 150, 51, .3);
}

.demo-banner .switch-user-btn {
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, .25);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 12px;
  transition: all .3s;
}

.demo-banner .switch-user-btn:hover {
  background: rgba(255, 255, 255, .35);
  transform: translateY(-1px);
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}

.loading-container {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.telegram-loader {
  text-align: center;
}

.telegram-loader__spinner {
  border: 3px solid rgba(255, 255, 255, .3);
  border-top: 3px solid var(--primary-orange);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto 16px;
  animation: 1s linear infinite spin;
}

.telegram-loader__text {
  color: #fff;
  opacity: .9;
  font-size: 16px;
  font-weight: 500;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.error-container {
  text-align: center;
  color: #fff;
  padding: 40px 20px;
}

.error-container .error-icon {
  margin-bottom: 16px;
  font-size: 48px;
}

.error-container .error-title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}

.error-container .error-description {
  opacity: .9;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.5;
}

.error-container .demo-button {
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, .2);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.error-container .demo-button:hover {
  background: rgba(255, 255, 255, .3);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.app-container {
  width: 100%;
  margin-top: 125px;
  padding: 20px;
}

.app_container_home {
  width: 100%;
}

.app-header {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .1);
}

.app-header .header-content {
  z-index: 2;
  position: relative;
}

.app-header .app-title {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
}

.app-header .app-subtitle {
  color: rgba(255, 255, 255, .9);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.header-decoration {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
}

.header-decoration .decoration-circle {
  background: rgba(255, 255, 255, .15);
  border-radius: 50%;
  position: absolute;
}

.header-decoration .decoration-circle.circle-1 {
  width: 60px;
  height: 60px;
  top: -20px;
  right: -20px;
}

.header-decoration .decoration-circle.circle-2 {
  width: 40px;
  height: 40px;
  top: 10px;
  right: 30px;
}

.profile-card {
  background: #fff;
  border: 1px solid rgba(248, 150, 51, .1);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .15);
}

.profile-card .profile-header {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.profile-card .avatar-container {
  margin-right: 16px;
  position: relative;
}

.profile-card .user-avatar {
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 4px 12px rgba(248, 150, 51, .3);
}

.profile-card .premium-badge {
  background: linear-gradient(135deg, gold, #ffed4e);
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 10px;
  display: flex;
  position: absolute;
  bottom: -2px;
  right: -2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.profile-card .user-info {
  flex: 1;
}

.profile-card .user-name {
  color: #2c3e50;
  text-align: center;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
}

.profile-card .user-username {
  color: #7f8c8d;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
}

.profile-card .user-id {
  color: #95a5a6;
  font-family: monospace;
  font-size: 12px;
  font-weight: 500;
}

.profile-stats {
  border-top: 1px solid #ecf0f1;
  justify-content: space-around;
  padding-top: 20px;
  display: flex;
}

.profile-stats .stat-item {
  text-align: center;
}

.profile-stats .stat-value {
  color: var(--primary-orange);
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
}

.profile-stats .stat-label {
  color: #7f8c8d;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  font-weight: 600;
}

.stats-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
  display: grid;
}

.stat-card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 16px;
  align-items: center;
  padding: 16px;
  transition: all .3s;
  display: flex;
}

.stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
}

.stat-card__icon {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .1));
  margin-right: 12px;
  font-size: 24px;
}

.stat-card__content {
  flex: 1;
}

.stat-card__value {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 700;
}

.stat-card__label {
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  font-weight: 500;
}

.features-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
  display: grid;
}

.feature-card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 16px;
  padding: 16px 8px;
  transition: all .3s;
}

.feature-card:hover {
  background: rgba(255, 255, 255, .2);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
}

.feature-card .feature-icon {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .1));
  margin-bottom: 8px;
  font-size: 24px;
}

.feature-card .feature-title {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
}

.feature-card .feature-description {
  color: rgba(255, 255, 255, .9);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
}

.actions-container {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.action-button {
  cursor: pointer;
  border: none;
  border-radius: 16px;
  width: 100%;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.action-button.primary {
  background: var(--primary-gradient);
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  box-shadow: 0 4px 16px rgba(248, 150, 51, .4);
}

.action-button.primary:hover {
  background: var(--primary-gradient-light);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(248, 150, 51, .6);
}

.action-button.primary:active {
  transform: translateY(0);
}

.action-button.secondary {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .25);
}

.action-button.secondary:hover {
  background: rgba(255, 255, 255, .25);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.action-button:active {
  transform: translateY(0);
}

@media (max-width: 480px) {
  .app-container {
    padding: 16px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .feature-card {
    padding: 12px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .demo-banner {
    text-align: center;
    flex-direction: column;
    gap: 8px;
  }

  .app-header {
    padding: 20px;
  }

  .app-header .app-title {
    font-size: 22px;
  }
}

.popup-overlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: none;
  transition: all .3s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.popup-overlay.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  background-color: rgba(0, 0, 0, .5);
}

.popup {
  z-index: 100;
  pointer-events: none;
  touch-action: pan-y;
  background: #f4f4f4;
  border-radius: 40px 40px 0 0;
  width: 100%;
  height: 90%;
  transition: transform .4s cubic-bezier(.4, 0, .2, 1);
  position: fixed;
  bottom: -100%;
  left: 0;
  transform: translateY(100%);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
}

.popup.visible {
  pointer-events: all;
  bottom: 0;
  transform: translateY(0);
}

.popup.dragging {
  transition: none;
}

.popup__line {
  cursor: grab;
  background-color: #c8c8c8;
  border-radius: 40px;
  width: 60px;
  height: 4px;
  transition: background-color .2s;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.popup.dragging .popup__line {
  background-color: var(--primary-orange);
  transform: translateX(-50%)scaleX(.8);
}

.popup__title {
  color: #7f8c8d;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.popup__desc {
  text-align: center;
  color: var(--primary-orange);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.popup__data {
  background: #fff;
  border: 1px solid rgba(248, 150, 51, .1);
  border-radius: 20px;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 20px;
  padding: 24px;
  display: grid;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .15);
}

.popup__data > div {
  text-align: center;
  padding: 8px;
}

.popup_inner {
  width: 100%;
  height: 100%;
  padding: 32px 20px 20px;
  position: relative;
  overflow: auto;
}

.popup_content_wrapper {
  width: 100%;
}

@media (max-width: 480px) {
  .popup {
    border-radius: 24px 24px 0 0;
  }

  .popup__data {
    gap: 12px;
    margin-top: 24px;
    padding: 16px;
  }

  .popup__desc {
    font-size: 16px;
  }

  .popup__title {
    font-size: 11px;
  }

  .popup_inner {
    padding: 28px 16px 16px;
  }
}

.popup__close-btn {
  background: #fff;
  border: none;
  border-radius: 50%;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.popup__close-btn svg {
  width: 20px;
  height: 20px;
}

.access-screen {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 115px;
  padding: 20px;
  display: flex;
}

.access-content {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .1);
}

.access-icon {
  margin-bottom: 20px;
  font-size: 64px;
}

.access-title {
  color: #fff;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
}

.access-description {
  color: #fff;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.access-features {
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
  display: flex;
}

.access-feature {
  align-items: center;
  gap: 12px;
  font-size: 14px;
  display: flex;
}

.feature-icon {
  font-size: 16px;
}

.feature-text {
  color: #fff;
  font-weight: 500;
}

.access-button {
  background: var(--primary-orange);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 12px;
  width: 100%;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.access-button:hover {
  opacity: .9;
  transform: translateY(-1px);
}

.access-button:active {
  transform: translateY(0);
}

.access-note {
  color: #fff;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.4;
}

.access-badge {
  border-radius: 20px;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
}

.access-badge.granted {
  color: #4caf50;
  background: rgba(76, 175, 80, .1);
  border: 1px solid rgba(76, 175, 80, .2);
}

.access-badge.restricted {
  color: #fff;
  background: rgba(255, 152, 0, .1);
  border: 1px solid rgba(255, 152, 0, .2);
}

.skeleton-text-loading {
  background: #cecece;
  border-radius: 4px;
  width: auto;
  height: 26px;
  animation: 1.5s ease-in-out infinite pulse;
  display: block;
}

.transition-layout {
  flex-direction: column;
  flex: auto;
  min-height: 0;
  display: flex;
  overflow-y: auto;
}

.reg-description {
  text-align: center;
  font-size: 13px;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

.profile-stats-loading-wrapper {
  flex-direction: column;
  gap: 22px;
  width: 100%;
  display: flex;
}

.profile-stats-loading {
  background: #cecece;
  border-radius: 16px;
  width: 100%;
  height: 51px;
  animation: 1.5s ease-in-out infinite pulse;
}

.button_tg {
  justify-content: center;
  align-items: center;
  gap: 5px;
  display: flex !important;
}

/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-right: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-right: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-right: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-bottom: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-left {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-right {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-left {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-right {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/node_modules/swiper/modules/pagination.css [app-client] (css) */
.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination {
  display: none !important;
}

.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
  left: 0;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  display: inline-block;
}

button.swiper-pagination-bullet {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

:is(.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, top .2s;
  display: inline-block;
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-progressbar.swiper-pagination-vertical {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* [project]/node_modules/swiper/modules/zoom.css [app-client] (css) */
.swiper-zoom-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-zoom-container > img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.swiper-zoom-container > svg {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.swiper-zoom-container > canvas {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* [project]/src/fonts/steppe/steppefont_81c522c2.module.css [app-client] (css) */
@font-face {
  font-family: steppeFont;
  src: url("../media/Steppe_Light-s.p.66ba949e.woff2") format("woff2");
  font-display: swap;
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: steppeFont;
  src: url("../media/Steppe_Book-s.p.aecfea6e.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: steppeFont;
  src: url("../media/Steppe_Regular-s.p.ba6d9c96.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: steppeFont;
  src: url("../media/Steppe_Medium-s.p.57f59d5f.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: steppeFont;
  src: url("../media/Steppe_SemiBold-s.p.81e909a4.woff2") format("woff2");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: steppeFont;
  src: url("../media/Steppe_Bold-s.p.e7ec806b.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: steppeFont;
  src: url("../media/Steppe_ExtraBold-s.p.4168f27f.woff2") format("woff2");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: steppeFont;
  src: url("../media/Steppe_Black-s.p.9552e63b.woff2") format("woff2");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: steppeFont Fallback;
  src: local(Arial);
  ascent-override: 59%;
  descent-override: 16.87%;
  line-gap-override: 25.26%;
  size-adjust: 118.69%;
}

.steppefont_81c522c2-module__VcarrG__className {
  font-family: steppeFont, steppeFont Fallback;
}

.steppefont_81c522c2-module__VcarrG__variable {
  --font-steppe: "steppeFont", "steppeFont Fallback";
}

/* [next]/internal/font/google/golos_text_92e26a5.module.css [app-client] (css) */
@font-face {
  font-family: Golos Text;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/7dca910936cd0ce9-s.f5b82b71.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Golos Text;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/390afb0fb96e3284-s.p.c4301932.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Golos Text;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/b0ff6003ce27e2c2-s.5ddfd8b9.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Golos Text;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/e59feab7fcb94bab-s.16157706.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Golos Text Fallback;
  src: local(Arial);
  ascent-override: 90.27%;
  descent-override: 20.26%;
  line-gap-override: 0.0%;
  size-adjust: 108.57%;
}

.golos_text_92e26a5-module__sGP1gq__className {
  font-family: Golos Text, Golos Text Fallback;
  font-style: normal;
  font-weight: 400;
}

.golos_text_92e26a5-module__sGP1gq__variable {
  --font-golos-text: "Golos Text", "Golos Text Fallback";
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__8774ca19._.css.map*/