@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.ysm-page {
  margin: 0;
  overflow-x: clip;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #0f1419;
  background: #f7f9fc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.ysm-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ysm-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ysm-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0 28px;
}

html {
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(139, 149, 161, 0.5) transparent;
}
html.ysm-scroll-locked {
  overflow: hidden;
}

*,
*::before,
*::after {
  scrollbar-width: thin;
  scrollbar-color: rgba(139, 149, 161, 0.42) transparent;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(139, 149, 161, 0.34);
  border: 2px solid transparent;
  border-radius: 999px;
  background-clip: padding-box;
  transition: background-color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(17, 106, 252, 0.42);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.ysm-catalog-popup__body,
.ysm-header__nav-inner {
  scrollbar-width: thin;
  scrollbar-color: rgba(139, 149, 161, 0.38) transparent;
}

.ysm-catalog-popup__body::-webkit-scrollbar-thumb,
.ysm-header__nav-inner::-webkit-scrollbar-thumb {
  background-color: rgba(139, 149, 161, 0.28);
}

.ysm-catalog-popup__body::-webkit-scrollbar-thumb:hover,
.ysm-header__nav-inner::-webkit-scrollbar-thumb:hover {
  background-color: rgba(17, 106, 252, 0.38);
}

.ysm-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  font-style: normal;
  vertical-align: middle;
}
.ysm-icon--sm {
  font-size: 16px;
}
.ysm-icon--md {
  font-size: 18px;
}
.ysm-icon--lg {
  font-size: 22px;
}

.ysm-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #e8ecf0;
}
.ysm-header__bar {
  border-bottom: 1px solid rgba(232, 236, 240, 0.6);
}
.ysm-header__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 768px) {
  .ysm-header__inner {
    flex-wrap: wrap;
    gap: 8px;
    min-height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.ysm-header__logo {
  display: flex;
  align-items: baseline;
  flex-shrink: 0;
  gap: 1px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.ysm-header__logo:hover {
  opacity: 0.85;
}
.ysm-header__logo-accent {
  color: #116afc;
}
.ysm-header__logo-text {
  color: #0f1419;
  font-weight: 700;
}
.ysm-header__catalog {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  height: 36px;
  padding: 0 14px;
  border-radius: 10px;
  background: #116afc;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-header__catalog:hover {
  background: #0a52d4;
}
@media (max-width: 768px) {
  .ysm-header__catalog {
    order: 2;
  }
}
@media (max-width: 576px) {
  .ysm-header__catalog-text {
    display: none;
  }
}
.ysm-header__search {
  display: flex;
  align-items: center;
  width: 100%;
  height: 36px;
  padding: 0 12px;
  gap: 8px;
  border-radius: 10px;
  background: #f2f5f9;
  border: 1px solid transparent;
  transition: background 0.18s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-header__search:focus-within {
  background: #ffffff;
  border-color: rgba(17, 106, 252, 0.35);
  box-shadow: 0 0 0 3px rgba(17, 106, 252, 0.08);
}
.ysm-header__search-icon {
  display: flex;
  flex-shrink: 0;
  color: #8b95a1;
}
.ysm-header__search-input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  color: #0f1419;
  outline: none;
}
.ysm-header__search-input::placeholder {
  color: #8b95a1;
  font-weight: 400;
}
.ysm-header__aside {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 768px) {
  .ysm-header__aside {
    order: 3;
    margin-left: 0;
  }
}
.ysm-header__phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 10px;
  border-radius: 10px;
  color: #0f1419;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-header__phone svg {
  flex-shrink: 0;
  color: #116afc;
}
.ysm-header__phone:hover {
  color: #116afc;
  background: #edf4ff;
}
@media (max-width: 1280px) {
  .ysm-header__phone .ysm-header__phone-text {
    display: none;
  }
  .ysm-header__phone {
    padding: 0 8px;
  }
}
@media (max-width: 768px) {
  .ysm-header__phone {
    display: none;
  }
}
.ysm-header__actions {
  display: flex;
  align-items: center;
  gap: 2px;
}
.ysm-header__action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #5c6670;
  text-decoration: none;
  transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-header__action:hover {
  color: #116afc;
  background: #edf4ff;
}
.ysm-header__action--cart {
  color: #116afc;
}
.ysm-header__action-badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, -30%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #116afc;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  pointer-events: none;
}
.ysm-header__action-badge:empty, .ysm-header__action-badge[hidden] {
  display: none;
}
.ysm-header__nav {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: inherit;
}
.ysm-header__nav-inner {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  padding: 6px 0 8px;
}
.ysm-header__nav-inner::-webkit-scrollbar {
  display: none;
}
.ysm-header__nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ysm-header__nav-item {
  flex-shrink: 0;
}
.ysm-header__nav-link {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 10px;
  color: #5c6670;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-header__nav-link:hover {
  color: #0f1419;
  background: #f2f5f9;
}
.ysm-header__nav-link--promo {
  color: #e5650a;
  font-weight: 600;
}
.ysm-header__nav-link--promo:hover {
  color: #ff7a1a;
  background: #fff6ee;
}
.ysm-header--scrolled {
  box-shadow: 0 2px 8px rgba(15, 20, 25, 0.05), 0 1px 2px rgba(15, 20, 25, 0.03);
}

.ysm-nav {
  display: none;
}

.ysm-catalog-popup {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
}
.ysm-catalog-popup[hidden] {
  display: none;
}
.ysm-catalog-popup__overlay {
  position: absolute;
  top: var(--ysm-header-height, 96px);
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(8, 12, 20, 0.42);
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: auto;
  transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-catalog-popup__dialog {
  position: absolute;
  top: var(--ysm-header-height, 96px);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - var(--ysm-header-height, 96px));
  background: #ffffff;
  border-bottom: 1px solid #e8ecf0;
  box-shadow: 0 16px 48px rgba(15, 20, 25, 0.1), 0 4px 12px rgba(15, 20, 25, 0.05);
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: auto;
  transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1), transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-catalog-popup.is-open .ysm-catalog-popup__overlay {
  opacity: 1;
}
.ysm-catalog-popup.is-open .ysm-catalog-popup__dialog {
  opacity: 1;
  transform: translateY(0);
}
.ysm-catalog-popup__head {
  flex-shrink: 0;
  border-bottom: 1px solid #e8ecf0;
}
.ysm-catalog-popup__head-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
}
.ysm-catalog-popup__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f1419;
}
.ysm-catalog-popup__close {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  color: #5c6670;
  transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-catalog-popup__close:hover {
  color: #0f1419;
  background: #f2f5f9;
}
.ysm-catalog-popup__body {
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 16px 0 20px;
}
.ysm-catalog-popup__layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
@media (max-width: 1024px) {
  .ysm-catalog-popup__layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.ysm-catalog-popup__sections {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1024px) {
  .ysm-catalog-popup__sections {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .ysm-catalog-popup__sections::-webkit-scrollbar {
    display: none;
  }
}
.ysm-catalog-popup__sections-item {
  flex-shrink: 0;
}
.ysm-catalog-popup__section {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid transparent;
  background: transparent;
  color: #5c6670;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.18s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-catalog-popup__section:hover {
  color: #0f1419;
  background: #f2f5f9;
}
.ysm-catalog-popup__section.is-active {
  color: #116afc;
  background: #edf4ff;
  border-color: rgba(17, 106, 252, 0.12);
}
@media (max-width: 1024px) {
  .ysm-catalog-popup__section {
    width: auto;
    white-space: nowrap;
  }
}
.ysm-catalog-popup__section-text {
  flex: 1;
  min-width: 0;
}
.ysm-catalog-popup__section-arrow {
  font-size: 18px;
  opacity: 0.45;
}
@media (max-width: 1024px) {
  .ysm-catalog-popup__section-arrow {
    display: none;
  }
}
.ysm-catalog-popup__panels {
  min-width: 0;
}
.ysm-catalog-popup__panel {
  display: none;
}
.ysm-catalog-popup__panel.is-active {
  display: block;
}
.ysm-catalog-popup__panel-head {
  margin-bottom: 12px;
}
.ysm-catalog-popup__panel-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #116afc;
  text-decoration: none;
}
.ysm-catalog-popup__panel-link:hover {
  color: #0a52d4;
}
.ysm-catalog-popup__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .ysm-catalog-popup__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .ysm-catalog-popup__grid {
    grid-template-columns: 1fr;
  }
}
.ysm-catalog-popup__card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 8px;
  border-radius: 18px;
  border: 1px solid #e8ecf0;
  background: #ffffff;
  text-decoration: none;
  transition: border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1), transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-catalog-popup__card:hover {
  border-color: rgba(17, 106, 252, 0.2);
  box-shadow: 0 2px 8px rgba(15, 20, 25, 0.05), 0 1px 2px rgba(15, 20, 25, 0.03);
  transform: translateY(-1px);
}
.ysm-catalog-popup__card-thumb {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  background: #f2f5f9;
}
.ysm-catalog-popup__card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ysm-catalog-popup__card-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.ysm-catalog-popup__card-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  color: #0f1419;
}
.ysm-catalog-popup__card-price {
  font-size: 12px;
  font-weight: 600;
  color: #116afc;
}
.ysm-catalog-popup__foot {
  flex-shrink: 0;
  border-top: 1px solid #e8ecf0;
  background: #f7f9fc;
}
.ysm-catalog-popup__foot-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  min-height: 48px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ysm-catalog-popup__foot-link {
  font-size: 13px;
  font-weight: 600;
  color: #5c6670;
  text-decoration: none;
  transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-catalog-popup__foot-link:hover {
  color: #116afc;
}

.ysm-header--catalog-open {
  z-index: 210;
}
.ysm-header--catalog-open .ysm-header__catalog {
  background: #0847b8;
}
.ysm-header--catalog-open .ysm-header__catalog .ysm-header__catalog-icon--open {
  display: inline-flex;
}
.ysm-header--catalog-open .ysm-header__catalog .ysm-header__catalog-icon--closed {
  display: none;
}

.ysm-header__catalog .ysm-header__catalog-icon--open {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .ysm-catalog-popup__overlay,
  .ysm-catalog-popup__dialog {
    transition: none !important;
  }
}
.ysm-header__search-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .ysm-header__search-wrap {
    order: 4;
    flex: 1 1 100%;
  }
}

.ysm-search-popup {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  z-index: 220;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e8ecf0;
  box-shadow: 0 16px 48px rgba(15, 20, 25, 0.1), 0 4px 12px rgba(15, 20, 25, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.2s;
}
.ysm-search-popup[hidden] {
  display: none;
}
.ysm-search-popup.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ysm-search-popup__panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px 12px 12px;
  max-height: min(360px, 100vh - 120px);
  overflow-y: auto;
}
.ysm-search-popup__default {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ysm-search-popup__default[hidden] {
  display: none;
}
.ysm-search-popup__section {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ysm-search-popup__section[hidden] {
  display: none;
}
.ysm-search-popup__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.ysm-search-popup__section-title {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8b95a1;
}
.ysm-search-popup__clear {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  color: #8b95a1;
  transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-search-popup__clear:hover {
  color: #116afc;
}
.ysm-search-popup__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.ysm-search-popup__list-item {
  display: flex;
  align-items: center;
  gap: 2px;
}
.ysm-search-popup__link {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
  min-height: 32px;
  padding: 4px 6px;
  margin: 0 -6px;
  border-radius: 10px;
  color: #0f1419;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.18s cubic-bezier(0.4, 0, 0.2, 1), color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-search-popup__link .ysm-icon {
  flex-shrink: 0;
  color: #8b95a1;
}
.ysm-search-popup__link:hover {
  background: #f2f5f9;
  color: #116afc;
}
.ysm-search-popup__link:hover .ysm-icon {
  color: #116afc;
}
.ysm-search-popup__link-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ysm-search-popup__link-meta {
  display: block;
  margin-top: 1px;
  font-size: 11px;
  font-weight: 500;
  color: #8b95a1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ysm-search-popup__link-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.ysm-search-popup__link mark {
  background: rgba(17, 106, 252, 0.14);
  color: inherit;
  border-radius: 2px;
  padding: 0 1px;
}
.ysm-search-popup__empty {
  margin: 4px 0 0;
  padding: 4px 6px;
  font-size: 13px;
  font-weight: 500;
  color: #8b95a1;
}
.ysm-search-popup__empty[hidden] {
  display: none;
}
.ysm-search-popup__history-remove {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: auto;
  flex-shrink: 0;
  border-radius: 10px;
  color: #8b95a1;
  opacity: 0;
  transition: opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.18s cubic-bezier(0.4, 0, 0.2, 1), color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-search-popup__list-item:hover .ysm-search-popup__history-remove, .ysm-search-popup__list-item:focus-within .ysm-search-popup__history-remove {
  opacity: 1;
}
.ysm-search-popup__history-remove:hover {
  background: rgba(15, 20, 25, 0.06);
  color: #0f1419;
}
.ysm-search-popup__promo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
  padding: 10px 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(17, 106, 252, 0.08) 0%, rgba(17, 106, 252, 0.03) 100%);
  border: 1px solid rgba(17, 106, 252, 0.12);
  text-decoration: none;
  transition: border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-search-popup__promo:hover {
  border-color: rgba(17, 106, 252, 0.28);
  box-shadow: 0 1px 2px rgba(15, 20, 25, 0.04);
}
.ysm-search-popup__promo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #116afc;
  color: #fff;
}
.ysm-search-popup__promo-body {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.ysm-search-popup__promo-title {
  font-size: 12px;
  font-weight: 700;
  color: #0f1419;
  letter-spacing: -0.01em;
}
.ysm-search-popup__promo-text {
  font-size: 11px;
  font-weight: 500;
  color: #5c6670;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ysm-search-popup__promo-arrow {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 16px;
  color: #8b95a1;
}

.ysm-header--search-open {
  z-index: 210;
}
.ysm-header--search-open .ysm-header__search {
  background: #ffffff;
  border-color: rgba(17, 106, 252, 0.35);
  box-shadow: 0 0 0 3px rgba(17, 106, 252, 0.08);
}

@media (prefers-reduced-motion: reduce) {
  .ysm-search-popup {
    transition: none !important;
  }
}
.ysm-hero {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 14px;
  align-items: stretch;
  min-height: 440px;
}
@media (max-width: 1024px) {
  .ysm-hero {
    grid-template-columns: 1fr 260px;
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .ysm-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.ysm-hero__slider {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 440px;
  height: 100%;
  background: #12151a;
  box-shadow: 0 16px 48px rgba(15, 20, 25, 0.1), 0 4px 12px rgba(15, 20, 25, 0.05);
  --ysm-hero-autoplay: 6s;
}
@media (max-width: 1024px) {
  .ysm-hero__slider {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .ysm-hero__slider {
    min-height: 360px;
  }
}
.ysm-hero__slides {
  position: absolute;
  inset: 0;
}
.ysm-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  background-image: var(--ysm-hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ysm-hero__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(8, 12, 20, 0.78) 0%, rgba(8, 12, 20, 0.45) 38%, rgba(8, 12, 20, 0.12) 68%, rgba(8, 12, 20, 0.04) 100%);
  z-index: 1;
  transition: opacity 0.9s ease;
}
.ysm-hero__slide--active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.ysm-hero__slide--active .ysm-hero__slide-content {
  opacity: 1;
  transform: translateY(0);
}
.ysm-hero__slide:not(.ysm-hero__slide--active) .ysm-hero__slide-content {
  opacity: 0;
  transform: translateY(10px);
}
.ysm-hero__slide-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 440px;
  padding: 48px 64px 88px;
  max-width: 560px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.85s cubic-bezier(0.4, 0, 0.2, 1) 0.12s, transform 0.85s cubic-bezier(0.4, 0, 0.2, 1) 0.12s;
}
@media (max-width: 1024px) {
  .ysm-hero__slide-content {
    min-height: 400px;
    padding: 44px 48px 80px;
  }
}
@media (max-width: 768px) {
  .ysm-hero__slide-content {
    min-height: 360px;
    padding: 40px 28px 76px;
  }
}
.ysm-hero__title {
  margin: 0 0 16px;
  font-size: clamp(32px, 3.8vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}
.ysm-hero__subtitle {
  margin: 0 0 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 400px;
}
.ysm-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 32px;
  border-radius: 14px;
  background: linear-gradient(135deg, #116afc 0%, #0847b8 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(17, 106, 252, 0.18);
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-hero__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(17, 106, 252, 0.28);
  background: linear-gradient(135deg, rgb(27.0730290456, 112.3062240664, 252.1269709544) 0%, #0a52d4 100%);
}
.ysm-hero__btn:active {
  transform: translateY(0);
}
.ysm-hero__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 28px 24px 64px;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 12, 20, 0.55) 100%);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}
.ysm-hero__slider:hover .ysm-hero__controls, .ysm-hero__slider:focus-within .ysm-hero__controls {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .ysm-hero__controls {
    padding: 16px 20px 20px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}
.ysm-hero__nav {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  position: static;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f1419;
  box-shadow: 0 8px 24px rgba(15, 20, 25, 0.07), 0 2px 6px rgba(15, 20, 25, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.8);
  opacity: 1;
  pointer-events: auto;
  transition: background 0.18s cubic-bezier(0.4, 0, 0.2, 1), transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-hero__nav:hover {
  background: #fff;
  transform: scale(1.06);
  box-shadow: 0 16px 48px rgba(15, 20, 25, 0.1), 0 4px 12px rgba(15, 20, 25, 0.05);
}
@media (max-width: 768px) {
  .ysm-hero__nav {
    width: 36px;
    height: 36px;
  }
}
.ysm-hero__dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.ysm-hero__dots--windowed {
  flex: 0 0 auto;
  width: 160px;
  justify-content: flex-start;
}
.ysm-hero__dot {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 4px;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  overflow: hidden;
  transition: background 0.18s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-hero__dot--hidden {
  display: none;
}
.ysm-hero__dot:hover:not(.ysm-hero__dot--active) {
  background: rgba(255, 255, 255, 0.5);
}
.ysm-hero__dot-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #fff;
}
.ysm-hero__dot--active .ysm-hero__dot-fill {
  animation: ysm-hero-dot-progress var(--ysm-hero-autoplay) linear forwards;
}
.ysm-hero__slider--paused .ysm-hero__dot--active .ysm-hero__dot-fill {
  animation-play-state: paused;
}
.ysm-hero__promo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(17, 106, 252, 0.12);
  box-shadow: 0 4px 20px rgba(15, 20, 25, 0.06);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-hero__promo:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(15, 20, 25, 0.1), 0 4px 12px rgba(15, 20, 25, 0.05);
}
.ysm-hero__promo:hover .ysm-hero__promo-image {
  transform: scale(1.04);
}
@media (max-width: 768px) {
  .ysm-hero__promo {
    min-height: 180px;
  }
}
.ysm-hero__promo-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--ysm-promo-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #d6e6ff;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-hero__promo-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px 24px 32px;
  background: linear-gradient(180deg, #edf4ff 0%, rgba(237, 244, 255, 0.92) 40%, rgba(237, 244, 255, 0.55) 70%, rgba(237, 244, 255, 0.15) 90%, transparent 100%);
}
@media (max-width: 768px) {
  .ysm-hero__promo-content {
    flex: 1;
    justify-content: center;
    max-width: 58%;
    min-height: 180px;
    padding: 24px 28px;
    background: linear-gradient(90deg, #edf4ff 0%, rgba(237, 244, 255, 0.9) 35%, rgba(237, 244, 255, 0.45) 60%, transparent 100%);
  }
}
.ysm-hero__promo-badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(17, 106, 252, 0.12);
  color: #116afc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ysm-hero__promo-title {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 800;
  color: #0f1419;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.ysm-hero__promo-text {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #5c6670;
  font-weight: 500;
}
.ysm-hero__promo-btn {
  display: inline-flex;
  align-self: flex-start;
  padding: 11px 22px;
  border-radius: 14px;
  background: #ffffff;
  border: 1.5px solid rgba(17, 106, 252, 0.2);
  color: #116afc;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.18s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1), transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-hero__promo-btn:hover {
  background: #116afc;
  border-color: #116afc;
  color: #fff;
  transform: translateY(-1px);
}

.ysm-hero__slide:nth-child(1) {
  background-color: #1a2030;
  background-image: var(--ysm-hero-bg), linear-gradient(135deg, #141820 0%, #2a3a52 100%);
}

.ysm-hero__slide:nth-child(2) {
  background-color: #1e2830;
  background-image: var(--ysm-hero-bg), linear-gradient(135deg, #1a2420 0%, #2d4038 100%);
}

.ysm-hero__slide:nth-child(3) {
  background-color: #1a1e24;
  background-image: var(--ysm-hero-bg), linear-gradient(135deg, #161a20 0%, #2c3440 100%);
}

.ysm-hero__promo-image {
  background-image: var(--ysm-promo-bg);
}

@keyframes ysm-hero-dot-progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ysm-hero__slide,
  .ysm-hero__slide-content,
  .ysm-hero__controls,
  .ysm-hero__dot-fill {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }
}
.ysm-catalog__layout {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ysm-catalog__row {
  display: grid;
  gap: 14px;
  min-width: 0;
}
.ysm-catalog__row--featured {
  grid-template-columns: minmax(180px, 1fr) minmax(150px, 0.75fr) minmax(280px, 2fr) minmax(180px, 1fr);
  align-items: stretch;
}
.ysm-catalog__row--featured > .ysm-cat-card,
.ysm-catalog__row--featured > .ysm-catalog__promos {
  min-height: 400px;
}
@media (max-width: 1280px) {
  .ysm-catalog__row--featured {
    grid-template-columns: minmax(160px, 1fr) minmax(140px, 0.7fr) minmax(240px, 1.8fr) minmax(160px, 0.9fr);
  }
  .ysm-catalog__row--featured > .ysm-cat-card,
  .ysm-catalog__row--featured > .ysm-catalog__promos {
    min-height: 360px;
  }
}
@media (max-width: 1024px) {
  .ysm-catalog__row--featured {
    grid-template-columns: 1fr 1fr;
  }
  .ysm-catalog__row--featured > .ysm-cat-card,
  .ysm-catalog__row--featured > .ysm-catalog__promos {
    min-height: 280px;
  }
  .ysm-catalog__row--featured .ysm-cat-card--shower {
    grid-column: 1/-1;
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .ysm-catalog__row--featured {
    grid-template-columns: 1fr;
  }
  .ysm-catalog__row--featured > .ysm-cat-card,
  .ysm-catalog__row--featured > .ysm-catalog__promos {
    min-height: 260px;
  }
  .ysm-catalog__row--featured .ysm-cat-card--shower {
    grid-column: auto;
  }
}
.ysm-catalog__promos {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.ysm-catalog__promos .ysm-cat-card {
  flex: 1 1 0;
  min-height: 120px;
}
.ysm-catalog__promos .ysm-cat-card--promo-blue {
  animation: ysm-promo-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
@media (max-width: 1024px) {
  .ysm-catalog__promos {
    flex-direction: row;
  }
  .ysm-catalog__promos .ysm-cat-card {
    min-height: 140px;
  }
}
@media (max-width: 768px) {
  .ysm-catalog__promos {
    flex-direction: column;
  }
}
.ysm-catalog__row--showcase {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ysm-catalog__row--showcase .ysm-cat-card {
  min-height: 220px;
  aspect-ratio: 16/10;
}
.ysm-catalog__row--showcase .ysm-cat-card__title {
  font-size: 15px;
}
@media (max-width: 1024px) {
  .ysm-catalog__row--showcase .ysm-cat-card {
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  .ysm-catalog__row--showcase {
    grid-template-columns: 1fr;
  }
  .ysm-catalog__row--showcase .ysm-cat-card {
    aspect-ratio: 16/9;
    min-height: 220px;
  }
}
.ysm-catalog__row--duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ysm-catalog__row--duo .ysm-cat-card {
  min-height: 240px;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .ysm-catalog__row--duo {
    grid-template-columns: 1fr;
  }
  .ysm-catalog__row--duo .ysm-cat-card {
    aspect-ratio: auto;
    min-height: 220px;
  }
}
.ysm-catalog__row--trio {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ysm-catalog__row--trio .ysm-cat-card {
  min-height: 260px;
  aspect-ratio: 4/3;
}
@media (max-width: 768px) {
  .ysm-catalog__row--trio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ysm-catalog__row--trio .ysm-cat-card {
    aspect-ratio: auto;
    min-height: 220px;
  }
}
@media (max-width: 576px) {
  .ysm-catalog__row--trio {
    grid-template-columns: 1fr;
  }
}

.ysm-cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 28px;
  overflow: hidden;
  text-decoration: none;
  color: #0f1419;
  background: #f2f5f9;
  border: 1px solid #e8ecf0;
  box-shadow: 0 4px 20px rgba(15, 20, 25, 0.06);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-cat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(15, 20, 25, 0.1), 0 4px 12px rgba(15, 20, 25, 0.05);
  border-color: rgba(17, 106, 252, 0.12);
}
.ysm-cat-card:hover .ysm-cat-card__img {
  transform: scale(1.05);
}
.ysm-cat-card:hover .ysm-cat-card__arrow {
  background: #116afc;
  color: #fff;
  transform: translateX(2px);
}
.ysm-cat-card--has-image {
  border: none;
  background: #e8ecf0;
}
.ysm-cat-card--has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 55%, rgba(8, 12, 20, 0.08) 80%, rgba(8, 12, 20, 0.22) 100%);
  pointer-events: none;
  z-index: 1;
}
.ysm-cat-card--category.ysm-cat-card--has-image::after, .ysm-cat-card--promo-green.ysm-cat-card--has-image::after {
  background: linear-gradient(180deg, transparent 0%, transparent 62%, rgba(8, 12, 20, 0.1) 85%, rgba(8, 12, 20, 0.22) 100%);
}
.ysm-cat-card--category.ysm-cat-card--has-image .ysm-cat-card__overlay, .ysm-cat-card--promo-green.ysm-cat-card--has-image .ysm-cat-card__overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  margin: 0;
  padding: 22px 12px 12px;
  border-radius: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 12, 20, 0.42) 28%, rgba(8, 12, 20, 0.78) 100%);
  backdrop-filter: none;
  border: none;
  box-shadow: none;
  align-items: center;
  gap: 8px;
}
.ysm-cat-card--category.ysm-cat-card--has-image .ysm-cat-card__info, .ysm-cat-card--promo-green.ysm-cat-card--has-image .ysm-cat-card__info {
  gap: 0;
  min-width: 0;
}
.ysm-cat-card--category.ysm-cat-card--has-image .ysm-cat-card__title, .ysm-cat-card--promo-green.ysm-cat-card--has-image .ysm-cat-card__title {
  font-size: clamp(13px, 1.35vw, 15px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.28);
}
.ysm-cat-card--category.ysm-cat-card--has-image .ysm-cat-card__price, .ysm-cat-card--promo-green.ysm-cat-card--has-image .ysm-cat-card__price {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  white-space: nowrap;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.22);
}
.ysm-cat-card--category.ysm-cat-card--has-image .ysm-cat-card__price--accent, .ysm-cat-card--promo-green.ysm-cat-card--has-image .ysm-cat-card__price--accent {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  white-space: normal;
  line-height: 1.25;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.22);
}
.ysm-cat-card--category.ysm-cat-card--has-image .ysm-cat-card__arrow, .ysm-cat-card--promo-green.ysm-cat-card--has-image .ysm-cat-card__arrow {
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
  backdrop-filter: blur(6px);
}
.ysm-cat-card--category.ysm-cat-card--has-image .ysm-cat-card__arrow svg, .ysm-cat-card--promo-green.ysm-cat-card--has-image .ysm-cat-card__arrow svg {
  width: 14px;
  height: 14px;
}
.ysm-cat-card--category.ysm-cat-card--has-image:hover .ysm-cat-card__arrow, .ysm-cat-card--promo-green.ysm-cat-card--has-image:hover .ysm-cat-card__arrow {
  background: #fff;
  color: #0f1419;
  border-color: #fff;
}
.ysm-cat-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.ysm-cat-card--mixers .ysm-cat-card__img {
  object-position: center 30%;
}
.ysm-cat-card--kitchen-sinks .ysm-cat-card__img {
  object-position: center center;
}
.ysm-cat-card--furniture .ysm-cat-card__img {
  object-position: center 40%;
}
.ysm-cat-card--mixers .ysm-cat-card__title, .ysm-cat-card--shower .ysm-cat-card__title {
  font-size: 16px;
}
.ysm-cat-card--vanny .ysm-cat-card__title {
  font-size: 17px;
}
.ysm-cat-card--kit:not(.ysm-cat-card--promo-green) .ysm-cat-card__title {
  font-size: 17px;
}
.ysm-cat-card--promo-blue {
  position: relative;
  overflow: visible;
  background: linear-gradient(155deg, #edf4ff 0%, #d4e6ff 100%);
  border-color: rgba(17, 106, 252, 0.1);
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 16px;
}
.ysm-cat-card--promo-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.45) 50%, transparent 70%);
  background-size: 220% 100%;
  animation: ysm-promo-shimmer 4s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.ysm-cat-card--promo-blue:hover .ysm-cat-card__promo-truck-unit {
  animation: ysm-promo-truck-drive 0.7s ease-in-out infinite;
}
.ysm-cat-card--promo-blue:hover .ysm-cat-card__promo-wheel {
  animation: ysm-promo-wheel-spin 0.55s linear infinite;
}
.ysm-cat-card--promo-blue:hover .ysm-cat-card__promo-road-stripe {
  animation-duration: 0.65s;
  opacity: 0.65;
}
.ysm-cat-card--promo-blue .ysm-cat-card__overlay {
  position: relative;
  z-index: 1;
  background: none;
  backdrop-filter: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.ysm-cat-card--promo-blue .ysm-cat-card__title {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  color: #0847b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ysm-cat-card.ysm-cat-card--promo-blue {
  overflow: visible;
}
.ysm-cat-card--promo-orange {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
  background: linear-gradient(155deg, #ff7a1a 0%, #ff6200 100%);
  border: none;
  animation: ysm-promo-enter 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.12s backwards, ysm-promo-orange-glow 3s ease-in-out 0.7s infinite;
  box-shadow: 0 6px 24px rgba(255, 122, 26, 0.28);
}
.ysm-cat-card--promo-orange::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.2) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}
.ysm-cat-card--promo-orange:hover .ysm-cat-card__promo-tag {
  animation: ysm-promo-outlet-tag-shake 0.7s ease-in-out infinite;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.16);
}
.ysm-cat-card--promo-orange:hover .ysm-cat-card__promo-tag::after {
  animation: ysm-promo-outlet-tag-ring 1.1s ease-out infinite;
}
.ysm-cat-card--promo-orange .ysm-cat-card__promo-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  text-align: center;
}
.ysm-cat-card--promo-orange .ysm-cat-card__promo-tag {
  width: 42px;
  height: 42px;
  font-size: 22px;
  transform: rotate(-8deg);
  animation: ysm-promo-tag-pulse 2.5s ease-in-out infinite;
}
.ysm-cat-card--promo-orange .ysm-cat-card__promo-tag::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: inherit;
  border: 2px solid rgba(255, 255, 255, 0.55);
  opacity: 0;
  transform: scale(0.88);
  pointer-events: none;
}
.ysm-cat-card--promo-orange .ysm-cat-card__promo-label {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
  letter-spacing: -0.01em;
}
.ysm-cat-card--promo-green {
  border: 1.5px solid rgba(92, 184, 138, 0.28);
  box-shadow: 0 4px 20px rgba(15, 20, 25, 0.06), 0 0 0 1px rgba(92, 184, 138, 0.06);
}
.ysm-cat-card--promo-green::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(237, 248, 242, 0.35) 0%, transparent 42%);
  pointer-events: none;
  z-index: 1;
}
.ysm-cat-card--promo-green .ysm-cat-card__img {
  object-position: center center;
}
.ysm-cat-card--promo-green .ysm-cat-card__promo-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(92, 184, 138, 0.92);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 2px 10px rgba(92, 184, 138, 0.25);
}
.ysm-cat-card--promo-green .ysm-cat-card__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #0f1419;
  text-transform: none;
}
.ysm-cat-card--promo-green.ysm-cat-card--has-image .ysm-cat-card__title {
  color: #fff;
}
.ysm-cat-card--promo-green .ysm-cat-card__price--accent {
  color: rgb(40.4153846154, 92.7846153846, 66.6);
  font-size: 12px;
  font-weight: 600;
  white-space: normal;
}
.ysm-cat-card--promo-green:hover {
  border-color: rgba(92, 184, 138, 0.45);
}
.ysm-cat-card--promo-green:hover.ysm-cat-card--has-image .ysm-cat-card__arrow {
  background: #fff;
  color: #0f1419;
}
.ysm-cat-card--promo-green:hover .ysm-cat-card__arrow {
  background: #5cb88a;
  color: #fff;
}
.ysm-cat-card__promo-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  color: #116afc;
  opacity: 0.9;
  overflow: visible;
  animation: ysm-promo-truck-float 3s ease-in-out infinite;
}
.ysm-cat-card__promo-icon svg {
  display: block;
  overflow: visible;
  width: 36px;
  height: 36px;
}
.ysm-cat-card__promo-truck-unit {
  transform-origin: center center;
  transform-box: fill-box;
}
.ysm-cat-card__promo-truck-body {
  transform-box: fill-box;
}
.ysm-cat-card__promo-wheel {
  transform-origin: 0 0;
}
.ysm-cat-card__promo-road {
  color: #116afc;
  opacity: 0.3;
}
.ysm-cat-card__promo-road-stripe {
  opacity: 0.35;
  animation: ysm-promo-road-move 1.1s linear infinite;
}
.ysm-cat-card__promo-road-stripe--2 {
  animation-delay: -0.37s;
}
.ysm-cat-card__promo-road-stripe--3 {
  animation-delay: -0.74s;
}
.ysm-cat-card__promo-tag {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-cat-card__overlay {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 4px 24px rgba(15, 20, 25, 0.06);
}
.ysm-cat-card__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}
.ysm-cat-card__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #0f1419;
  word-break: break-word;
}
.ysm-cat-card__price {
  font-size: 13px;
  font-weight: 600;
  color: #116afc;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.ysm-cat-card__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #ffffff;
  color: #0f1419;
  box-shadow: 0 2px 8px rgba(15, 20, 25, 0.05), 0 1px 2px rgba(15, 20, 25, 0.03);
  transition: background 0.18s cubic-bezier(0.4, 0, 0.2, 1), color 0.18s cubic-bezier(0.4, 0, 0.2, 1), transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}

.ysm-catalog__row--trio .ysm-cat-card--category .ysm-cat-card__title,
.ysm-catalog__row--trio .ysm-cat-card--promo-green .ysm-cat-card__title {
  font-size: 13px;
  line-height: 1.2;
}

@keyframes ysm-promo-enter {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes ysm-promo-shimmer {
  0%, 100% {
    background-position: 200% center;
  }
  50% {
    background-position: -200% center;
  }
}
@keyframes ysm-promo-truck-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
@keyframes ysm-promo-truck-drive {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
}
@keyframes ysm-promo-wheel-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ysm-promo-road-move {
  0% {
    transform: translateX(6px);
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    transform: translateX(-14px);
    opacity: 0;
  }
}
@keyframes ysm-promo-tag-pulse {
  0%, 100% {
    transform: rotate(-8deg) scale(1);
  }
  50% {
    transform: rotate(-8deg) scale(1.05);
  }
}
@keyframes ysm-promo-outlet-tag-shake {
  0%, 100% {
    transform: rotate(-8deg) scale(1.1);
  }
  25% {
    transform: rotate(6deg) scale(1.14);
  }
  50% {
    transform: rotate(-13deg) scale(1.08);
  }
  75% {
    transform: rotate(4deg) scale(1.12);
  }
}
@keyframes ysm-promo-outlet-tag-ring {
  0% {
    opacity: 0.75;
    transform: scale(0.92);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes ysm-promo-orange-glow {
  0%, 100% {
    box-shadow: 0 6px 24px rgba(255, 122, 26, 0.28);
  }
  50% {
    box-shadow: 0 10px 36px rgba(255, 122, 26, 0.42);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ysm-catalog__promos .ysm-cat-card,
  .ysm-cat-card--promo-blue::before,
  .ysm-cat-card--promo-orange,
  .ysm-cat-card--promo-orange::before,
  .ysm-cat-card__promo-icon,
  .ysm-cat-card__promo-tag {
    animation: none !important;
  }
  .ysm-cat-card--promo-orange:hover .ysm-cat-card__promo-tag,
  .ysm-cat-card--promo-orange:hover .ysm-cat-card__promo-tag::after {
    animation: none !important;
  }
  .ysm-cat-card--promo-blue:hover .ysm-cat-card__promo-truck-unit,
  .ysm-cat-card--promo-blue:hover .ysm-cat-card__promo-wheel,
  .ysm-cat-card__promo-road-stripe {
    animation: none !important;
  }
}
.ysm-offer {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 28px;
  text-decoration: none;
  color: #0f1419;
  box-shadow: 0 4px 20px rgba(15, 20, 25, 0.06);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-offer:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(15, 20, 25, 0.1), 0 4px 12px rgba(15, 20, 25, 0.05);
}
.ysm-offer:hover .ysm-offer__bg {
  transform: scale(1.04);
}
.ysm-offer:hover .ysm-offer__btn {
  background: #116afc;
  color: #fff;
  border-color: #116afc;
}
.ysm-offer__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-offer__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.ysm-offer__discount {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}
.ysm-offer__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.ysm-offer__badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.ysm-offer__title {
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.ysm-offer__text {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
  opacity: 0.9;
}
.ysm-offer__btn {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 4px;
  padding: 9px 18px;
  border-radius: 14px;
  background: #ffffff;
  border: 1.5px solid rgba(17, 106, 252, 0.2);
  color: #116afc;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.18s cubic-bezier(0.4, 0, 0.2, 1), color 0.18s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-offer--wide {
  align-items: center;
  min-height: 160px;
  padding: 28px 36px;
  gap: 24px;
}
.ysm-offer--wide .ysm-offer__shade {
  background: linear-gradient(90deg, rgba(15, 20, 25, 0.82) 0%, rgba(15, 20, 25, 0.55) 42%, rgba(15, 20, 25, 0.15) 100%);
}
.ysm-offer--wide .ysm-offer__discount {
  font-size: 48px;
  color: #fff;
  min-width: 100px;
}
.ysm-offer--wide .ysm-offer__content {
  flex: 1;
  color: #fff;
}
.ysm-offer--wide .ysm-offer__badge {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.ysm-offer--wide .ysm-offer__title {
  font-size: clamp(24px, 3vw, 32px);
}
@media (max-width: 768px) {
  .ysm-offer--wide {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    min-height: auto;
    gap: 12px;
  }
  .ysm-offer--wide .ysm-offer__discount {
    font-size: 36px;
    min-width: auto;
  }
}
.ysm-offer--compact {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 200px;
  padding: 20px;
  aspect-ratio: 4/3;
}
.ysm-offer--compact .ysm-offer__shade {
  background: linear-gradient(180deg, transparent 0%, rgba(15, 20, 25, 0.12) 55%, rgba(15, 20, 25, 0.72) 100%);
}
.ysm-offer--compact .ysm-offer__discount {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 10px;
  border-radius: 14px;
  background: #ff7a1a;
  color: #fff;
  font-size: 15px;
  box-shadow: 0 4px 14px rgba(255, 122, 26, 0.35);
}
.ysm-offer--compact .ysm-offer__content {
  color: #fff;
}
.ysm-offer--compact .ysm-offer__badge {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.ysm-offer--compact .ysm-offer__title {
  font-size: 20px;
}
.ysm-offer--compact .ysm-offer__text {
  font-size: 12px;
}
.ysm-offer--compact .ysm-offer__btn {
  display: none;
}
@media (max-width: 768px) {
  .ysm-offer--compact {
    aspect-ratio: auto;
    min-height: 180px;
  }
}
.ysm-offer--theme-brand {
  background: linear-gradient(135deg, #0847b8 0%, #116afc 100%);
}
.ysm-offer--theme-brand .ysm-offer__shade {
  background: linear-gradient(90deg, rgba(8, 71, 184, 0.15) 0%, transparent 60%);
}
.ysm-offer--theme-sale {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d3a52 100%);
}
.ysm-offer--theme-service {
  background: linear-gradient(135deg, rgb(40.4153846154, 92.7846153846, 66.6) 0%, #5cb88a 100%);
}
.ysm-offer--theme-service .ysm-offer__shade {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, transparent 70%);
}

.ysm-catalog__row--offer-wide {
  grid-template-columns: 1fr;
}

.ysm-catalog__row--offer-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .ysm-catalog__row--offer-compact {
    grid-template-columns: 1fr;
  }
}

.ysm-catalog__row--quad {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ysm-catalog__row--quad .ysm-cat-card {
  min-height: 220px;
  aspect-ratio: 4/3;
}
@media (max-width: 1024px) {
  .ysm-catalog__row--quad {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ysm-catalog__row--quad .ysm-cat-card {
    aspect-ratio: auto;
  }
}
@media (max-width: 576px) {
  .ysm-catalog__row--quad {
    grid-template-columns: 1fr;
  }
}

.ysm-section {
  padding: 56px 0;
}
.ysm-section--muted {
  background: #f7f9fc;
}
.ysm-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.ysm-section__head--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .ysm-section__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ysm-section__eyebrow {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #116afc;
}
.ysm-section__title {
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #0f1419;
}
.ysm-section__desc {
  margin: 10px 0 0;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.55;
  color: #5c6670;
}
.ysm-section__link {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: #116afc;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-section__link:hover {
  color: #0a52d4;
  text-decoration: underline;
}

.ysm-interiors__showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 14px;
  align-items: stretch;
  outline: none;
}
.ysm-interiors__showcase:focus-visible {
  box-shadow: 0 0 0 3px rgba(17, 106, 252, 0.25);
  border-radius: 28px;
}
@media (max-width: 1024px) {
  .ysm-interiors__showcase {
    grid-template-columns: 1fr;
  }
}
.ysm-interiors__stage {
  position: relative;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  background: #0f1419;
  box-shadow: 0 16px 48px rgba(15, 20, 25, 0.1), 0 4px 12px rgba(15, 20, 25, 0.05);
}
@media (max-width: 768px) {
  .ysm-interiors__stage {
    min-height: 420px;
  }
}
.ysm-interiors__picks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .ysm-interiors__picks {
    flex-direction: row;
    height: auto;
    min-height: 0;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .ysm-interiors__picks::-webkit-scrollbar {
    display: none;
  }
}
.ysm-interiors__pick {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  flex: 1;
  min-height: 0;
  padding: 10px 12px;
  border-radius: 18px;
  border: 2px solid #e8ecf0;
  background: #ffffff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(15, 20, 25, 0.04);
  transition: border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1), transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-interiors__pick:hover {
  border-color: rgba(17, 106, 252, 0.25);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(15, 20, 25, 0.05), 0 1px 2px rgba(15, 20, 25, 0.03);
}
.ysm-interiors__pick.is-active {
  border-color: #116afc;
  background: #edf4ff;
  box-shadow: 0 8px 24px rgba(15, 20, 25, 0.07), 0 2px 6px rgba(15, 20, 25, 0.04);
}
@media (max-width: 1024px) {
  .ysm-interiors__pick {
    flex: 0 0 240px;
    min-height: auto;
  }
}
.ysm-interiors__pick-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 100%;
  min-height: 56px;
  max-height: 72px;
  border-radius: 10px;
  overflow: hidden;
  background: #f2f5f9;
}
@media (max-width: 1024px) {
  .ysm-interiors__pick-thumb {
    height: 60px;
    min-height: 60px;
    max-height: 60px;
  }
}
.ysm-interiors__pick-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ysm-interiors__pick-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.ysm-interiors__pick-style {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #116afc;
}
.ysm-interiors__pick-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: #0f1419;
  letter-spacing: -0.01em;
}
.ysm-interiors__pick-count {
  font-size: 11px;
  color: #5c6670;
}
.ysm-interiors__catalog {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ysm-interiors--catalog .ysm-interiors__catalog {
  gap: 28px;
}

.ysm-interior-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-interior-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.ysm-interior-slide--catalog {
  position: relative;
  inset: auto;
  opacity: 1;
  visibility: visible;
  min-height: 480px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(15, 20, 25, 0.06);
}
@media (max-width: 768px) {
  .ysm-interior-slide--catalog {
    min-height: 380px;
  }
}

.ysm-interior__scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #f2f5f9;
}
.ysm-interior__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-interior-slide.is-active .ysm-interior__image, .ysm-interior-slide--catalog .ysm-interior__image {
  transform: scale(1.02);
}
.ysm-interior__overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  padding: 80px 36px 32px;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 12, 20, 0.35) 28%, rgba(8, 12, 20, 0.82) 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .ysm-interior__overlay {
    padding: 64px 20px 24px;
  }
}
.ysm-interior__overlay-inner {
  max-width: 520px;
  pointer-events: auto;
}
.ysm-interior__point {
  position: absolute;
  left: var(--ysm-point-x);
  top: var(--ysm-point-y);
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 28px;
  height: 28px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}
.ysm-interior__point:hover, .ysm-interior__point:focus-visible {
  z-index: 10;
}
.ysm-interior__point:hover .ysm-interior__point-ring, .ysm-interior__point:focus-visible .ysm-interior__point-ring {
  transform: translate(-50%, -50%) scale(1.6);
  opacity: 0;
}
.ysm-interior__point:hover .ysm-interior__point-dot, .ysm-interior__point:focus-visible .ysm-interior__point-dot {
  transform: translate(-50%, -50%) scale(1.15);
  background: #116afc;
}
.ysm-interior__point:hover .ysm-interior__tooltip, .ysm-interior__point:focus-visible .ysm-interior__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.ysm-interior__point-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #fff;
  border: 3px solid #116afc;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-interior__point-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 2px solid rgba(17, 106, 252, 0.5);
  animation: ysm-point-pulse 2s ease-out infinite;
  pointer-events: none;
}
.ysm-interior__tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  transform: translateX(-50%) translateY(6px);
  min-width: 180px;
  max-width: 220px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 48px rgba(15, 20, 25, 0.1), 0 4px 12px rgba(15, 20, 25, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1), transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  text-align: left;
}
.ysm-interior__tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.95);
}
.ysm-interior__tooltip-brand {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #116afc;
  margin-bottom: 2px;
}
.ysm-interior__tooltip-name {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: #0f1419;
}
.ysm-interior__tooltip-price {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #0f1419;
}
.ysm-interior__title {
  margin: 0;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
}
.ysm-interior__title a {
  color: #fff;
  text-decoration: none;
}
.ysm-interior__title a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.ysm-interior__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}
.ysm-interior__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}
.ysm-interior__style {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 600;
  backdrop-filter: blur(8px);
}
.ysm-interior__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.ysm-interior__btn-style {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  padding: 14px 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #116afc 0%, #0847b8 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 32px rgba(17, 106, 252, 0.18);
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-interior__btn-style:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(17, 106, 252, 0.3);
}
.ysm-interior__btn-link {
  display: inline-flex;
  align-items: center;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: background 0.18s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-interior__btn-link:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.35);
}

.ysm-kit-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.ysm-kit-modal[hidden] {
  display: none;
}
.ysm-kit-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 20, 25, 0.55);
  backdrop-filter: blur(4px);
}
.ysm-kit-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 16px 48px rgba(15, 20, 25, 0.1), 0 4px 12px rgba(15, 20, 25, 0.05);
}
.ysm-kit-modal__close {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  color: #5c6670;
  transition: background 0.18s cubic-bezier(0.4, 0, 0.2, 1), color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-kit-modal__close:hover {
  background: #f2f5f9;
  color: #0f1419;
}
.ysm-kit-modal__eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #116afc;
  margin-bottom: 6px;
}
.ysm-kit-modal__title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.ysm-kit-modal__desc {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.45;
  color: #5c6670;
}
.ysm-kit-modal__list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ysm-kit-modal__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #e8ecf0;
  transition: border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-kit-modal__item:has(input:checked) {
  border-color: rgba(17, 106, 252, 0.3);
  background: #edf4ff;
}
.ysm-kit-modal__item:has(input:not(:checked)) {
  opacity: 0.55;
}
.ysm-kit-modal__checkbox {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #116afc;
  cursor: pointer;
}
.ysm-kit-modal__item-info {
  flex: 1;
  min-width: 0;
}
.ysm-kit-modal__item-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #0f1419;
}
.ysm-kit-modal__item-brand {
  display: block;
  font-size: 12px;
  color: #5c6670;
  margin-top: 2px;
}
.ysm-kit-modal__item-price {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.ysm-kit-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #e8ecf0;
}
@media (max-width: 576px) {
  .ysm-kit-modal__footer {
    flex-direction: column;
    align-items: stretch;
  }
}
.ysm-kit-modal__total-label {
  display: block;
  font-size: 13px;
  color: #5c6670;
}
.ysm-kit-modal__total-value {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.ysm-kit-modal__submit {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  padding: 14px 28px;
  border-radius: 14px;
  background: #116afc;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-kit-modal__submit:hover {
  background: #0a52d4;
}
.ysm-kit-modal__submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.ysm-brands__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1024px) {
  .ysm-brands__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .ysm-brands__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
.ysm-brands__item {
  min-width: 0;
}
.ysm-brands__card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 22px 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e8ecf0;
  box-shadow: 0 1px 2px rgba(15, 20, 25, 0.04);
  text-decoration: none;
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-brands__card:hover {
  transform: translateY(-2px);
  border-color: rgba(17, 106, 252, 0.2);
  box-shadow: 0 8px 24px rgba(15, 20, 25, 0.07), 0 2px 6px rgba(15, 20, 25, 0.04);
  background: #ffffff;
}
.ysm-brands__card:hover .ysm-brands__logo {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.04);
}
@media (max-width: 768px) {
  .ysm-brands__card {
    min-height: 88px;
    padding: 18px 16px;
  }
}
.ysm-brands__logo {
  display: block;
  width: auto;
  max-width: 148px;
  height: 40px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
  opacity: 0.62;
  transition: filter 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1), transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
  .ysm-brands__logo {
    max-width: 124px;
    height: 34px;
  }
}
.ysm-brands__footer {
  margin: 20px 0 0;
  text-align: center;
}
.ysm-brands__all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #116afc;
  text-decoration: none;
  transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-brands__all::after {
  content: "→";
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-brands__all:hover {
  color: #0a52d4;
}
.ysm-brands__all:hover::after {
  transform: translateX(3px);
}

.ysm-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 1024px) {
  .ysm-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .ysm-services__grid {
    grid-template-columns: 1fr;
  }
}
.ysm-services__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e8ecf0;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 20px rgba(15, 20, 25, 0.06);
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-services__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(15, 20, 25, 0.07), 0 2px 6px rgba(15, 20, 25, 0.04);
  border-color: rgba(17, 106, 252, 0.2);
}
.ysm-services__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #edf4ff center/22px no-repeat;
}
.ysm-services__icon--design {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23116afc' stroke-width='1.8'%3E%3Cpath d='M4 20h16M6 16l8-12 4 4-8 12H6z'/%3E%3C/svg%3E");
}
.ysm-services__icon--install {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23116afc' stroke-width='1.8'%3E%3Cpath d='M14 6l-4 4 6 6 4-4-6-6zM8 10l-4 4 2 2 4-4-2-2z'/%3E%3C/svg%3E");
}
.ysm-services__icon--delivery {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23116afc' stroke-width='1.8'%3E%3Cpath d='M2 8h12v8H2V8zm12 3h4l3 3v2h-7v-5z'/%3E%3Ccircle cx='6' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E");
}
.ysm-services__icon--warranty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23116afc' stroke-width='1.8'%3E%3Cpath d='M12 3l8 3v6c0 5-3.5 8-8 9-4.5-1-8-4-8-9V6l8-3z'/%3E%3C/svg%3E");
}
.ysm-services__title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.ysm-services__text {
  font-size: 13px;
  line-height: 1.45;
  color: #5c6670;
}

.ysm-journal__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 1024px) {
  .ysm-journal__grid {
    grid-template-columns: 1fr;
  }
}
.ysm-journal__card {
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e8ecf0;
  box-shadow: 0 4px 20px rgba(15, 20, 25, 0.06);
}
.ysm-journal__image-wrap {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.ysm-journal__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-journal__card:hover .ysm-journal__image {
  transform: scale(1.04);
}
.ysm-journal__body {
  padding: 18px 20px 22px;
}
.ysm-journal__meta {
  font-size: 12px;
  color: #8b95a1;
  margin-bottom: 8px;
}
.ysm-journal__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}
.ysm-journal__title a {
  color: inherit;
  text-decoration: none;
}
.ysm-journal__title a:hover {
  color: #116afc;
}

.ysm-faq__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  align-items: start;
}
.ysm-faq__inner .ysm-section__head {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .ysm-faq__inner {
    grid-template-columns: 1fr;
  }
}
.ysm-faq__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ysm-faq__item {
  border-radius: 18px;
  border: 1px solid #e8ecf0;
  background: #ffffff;
  overflow: hidden;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-faq__item[open] {
  border-color: rgba(17, 106, 252, 0.25);
  box-shadow: 0 2px 8px rgba(15, 20, 25, 0.05), 0 1px 2px rgba(15, 20, 25, 0.03);
}
.ysm-faq__item[open] .ysm-faq__question {
  color: #116afc;
}
.ysm-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #0f1419;
  cursor: pointer;
  list-style: none;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-faq__question::-webkit-details-marker {
  display: none;
}
.ysm-faq__question::after {
  content: "";
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  margin-top: -3px;
  border-right: 2px solid #8b95a1;
  border-bottom: 2px solid #8b95a1;
  transform: rotate(45deg);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-faq__item[open] > .ysm-faq__question::after {
  margin-top: 3px;
  border-color: #116afc;
  transform: rotate(-135deg);
}
.ysm-faq__answer {
  overflow: hidden;
  height: 0;
  padding: 0 20px;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-faq__answer-inner p {
  margin: 0;
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 1.55;
  color: #5c6670;
}

.ysm-seo__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  align-items: start;
}
.ysm-seo__inner .ysm-section__head {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .ysm-seo__inner {
    grid-template-columns: 1fr;
  }
}
.ysm-seo__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35em;
}
.ysm-seo__title-brand {
  white-space: nowrap;
  color: #116afc;
}
.ysm-seo__content {
  padding: 28px 32px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e8ecf0;
}
@media (max-width: 576px) {
  .ysm-seo__content {
    padding: 22px 20px;
    border-radius: 22px;
  }
}
.ysm-seo__subtitle {
  margin: 22px 0 10px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: #0f1419;
}
.ysm-seo__subtitle:first-child {
  margin-top: 0;
}
.ysm-seo__paragraph {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.75;
  color: #5c6670;
}
.ysm-seo__paragraph:last-child {
  margin-bottom: 0;
}
.ysm-seo__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e8ecf0;
}
.ysm-seo__nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f2f5f9;
  border: 1px solid #e8ecf0;
  color: #5c6670;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-seo__nav-link:hover {
  color: #116afc;
  border-color: rgba(17, 106, 252, 0.25);
  background: #edf4ff;
}

.ysm-cta {
  padding-bottom: 64px;
}
.ysm-cta__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 36px 40px;
  border-radius: 28px;
  background: linear-gradient(135deg, #0847b8 0%, #116afc 100%);
  color: #fff;
  box-shadow: 0 8px 32px rgba(17, 106, 252, 0.18);
}
@media (max-width: 768px) {
  .ysm-cta__card {
    flex-direction: column;
    align-items: stretch;
    padding: 28px;
  }
}
.ysm-cta__title {
  margin: 0 0 8px;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.ysm-cta__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.9;
  max-width: 400px;
}
.ysm-cta__form {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .ysm-cta__form {
    flex-direction: column;
  }
}
.ysm-cta__input {
  min-width: 220px;
  padding: 14px 18px;
  border-radius: 14px;
  border: none;
  font: inherit;
  font-size: 15px;
}
@media (max-width: 576px) {
  .ysm-cta__input {
    min-width: 0;
    width: 100%;
  }
}
.ysm-cta__btn {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  padding: 14px 24px;
  border-radius: 14px;
  background: #fff;
  color: #116afc;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-cta__btn:hover {
  transform: translateY(-1px);
}

@keyframes ysm-point-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ysm-interior__point-ring {
    animation: none;
  }
  .ysm-faq__answer,
  .ysm-faq__question::after,
  .ysm-faq__item {
    transition: none !important;
  }
}
.ysm-benefits {
  margin-top: 12px;
  padding: 40px 0 48px;
  background: linear-gradient(180deg, #edf4ff 0%, rgba(237, 244, 255, 0.4) 100%);
  border-top: 1px solid rgba(17, 106, 252, 0.08);
}
.ysm-benefits__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
@media (max-width: 1024px) {
  .ysm-benefits__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .ysm-benefits__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.ysm-benefits__item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(17, 106, 252, 0.08);
  backdrop-filter: blur(12px);
  transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-benefits__item:hover {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 20, 25, 0.07), 0 2px 6px rgba(15, 20, 25, 0.04);
}
.ysm-benefits__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(145deg, #edf4ff 0%, #d6e6ff 100%);
  color: #116afc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.ysm-benefits__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ysm-benefits__title {
  font-size: 15px;
  font-weight: 700;
  color: #0f1419;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.ysm-benefits__desc {
  font-size: 13px;
  font-weight: 500;
  color: #5c6670;
  line-height: 1.4;
}

@media (min-width: 1025px) {
  .ysm-reveal {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1), transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: var(--ysm-reveal-delay, 0ms);
    will-change: opacity, transform;
  }
  .ysm-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .ysm-reveal--soft {
    transform: translate3d(0, 8px, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ysm-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.ysm-footer {
  background: #0f1419;
  color: rgba(255, 255, 255, 0.88);
}
.ysm-footer__main {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr) 1.2fr;
  gap: 36px;
  padding: 52px 0 40px;
}
@media (max-width: 1280px) {
  .ysm-footer__main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .ysm-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
}
@media (max-width: 576px) {
  .ysm-footer__main {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1280px) {
  .ysm-footer__brand {
    grid-column: 1/-1;
    max-width: 420px;
  }
}
.ysm-footer__logo {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 14px;
  text-decoration: none;
  color: #fff;
}
.ysm-footer__logo-accent {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #116afc;
}
.ysm-footer__logo-text {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.ysm-footer__about {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
}
.ysm-footer__social {
  display: flex;
  gap: 8px;
}
.ysm-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: background 0.18s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1), color 0.18s cubic-bezier(0.4, 0, 0.2, 1), transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-footer__social-link:hover {
  transform: translateY(-1px);
}
.ysm-footer__social-link--telegram:hover {
  background: rgba(38, 165, 228, 0.18);
  border-color: rgba(38, 165, 228, 0.45);
  color: #6ec9f7;
}
.ysm-footer__social-link--vk:hover {
  background: rgba(0, 119, 255, 0.18);
  border-color: rgba(0, 119, 255, 0.45);
  color: #5ca3ff;
}
.ysm-footer__social-link--youtube:hover {
  background: rgba(255, 0, 0, 0.18);
  border-color: rgba(255, 0, 0, 0.45);
  color: #ff6b6b;
}
.ysm-footer__col-title {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.ysm-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ysm-footer__link {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-footer__link:hover {
  color: #fff;
}
@media (max-width: 1280px) {
  .ysm-footer__contacts {
    grid-column: auto;
  }
}
@media (max-width: 768px) {
  .ysm-footer__contacts {
    grid-column: 1/-1;
  }
}
.ysm-footer__phone {
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  text-decoration: none;
  transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-footer__phone:hover {
  color: #d6e6ff;
}
.ysm-footer__schedule, .ysm-footer__address {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
}
.ysm-footer__email {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}
.ysm-footer__email:hover {
  color: #fff;
  text-decoration: underline;
}
.ysm-footer__callback {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  margin-top: 8px;
  padding: 12px 20px;
  border-radius: 14px;
  background: #116afc;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.18s cubic-bezier(0.4, 0, 0.2, 1), transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-footer__callback:hover {
  background: #0a52d4;
  transform: translateY(-1px);
}
.ysm-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .ysm-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ysm-footer__copy {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
.ysm-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ysm-footer__legal-link {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.ysm-footer__legal-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.ysm-footer__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ysm-footer__payment {
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
