

/* Start:/local/mir-rose/company-pages/company-pages-v1.css?178763552315651*/
.mir-company-page {
  --mir-green: #35a461;
  --mir-green-dark: #247647;
  --mir-green-soft: #eef9f2;
  --mir-pink: #e93f7d;
  --mir-pink-dark: #ca2e68;
  --mir-pink-soft: #fff0f5;
  --mir-cream: #fff8e9;
  --mir-ink: #222622;
  --mir-muted: #687069;
  --mir-line: #e4ebe6;
  --mir-shadow: 0 18px 55px rgba(43, 68, 50, .09);
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 34px;
  color: var(--mir-ink);
  font-size: 16px;
  line-height: 1.55;
}

.mir-company-page *,
.mir-company-page *::before,
.mir-company-page *::after { box-sizing: border-box; }
.mir-company-page a { text-decoration: none; }

.mir-company-nav {
  display: flex;
  gap: 8px;
  margin: 0 0 32px;
  padding: 7px;
  overflow-x: auto;
  background: #fbfcfb;
  border: 1px solid var(--mir-line);
  border-radius: 15px;
  scrollbar-width: none;
}
.mir-company-nav::-webkit-scrollbar { display: none; }
.mir-company-nav a {
  flex: 0 0 auto;
  padding: 10px 16px;
  color: #505751;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
.mir-company-nav a:hover { color: var(--mir-green-dark); background: var(--mir-green-soft); }
.mir-company-nav a.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--mir-green), #48b274);
  box-shadow: 0 7px 18px rgba(53, 164, 97, .22);
}

.mir-company-eyebrow {
  margin: 0 0 14px;
  color: var(--mir-green-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mir-company-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  min-height: 520px;
  overflow: hidden;
  background: linear-gradient(135deg, #f2fbf5 0%, #fff6f9 100%);
  border: 1px solid #e7efe9;
  border-radius: 30px;
  box-shadow: var(--mir-shadow);
}
.mir-company-hero__copy {
  align-self: center;
  min-width: 0;
  padding: clamp(42px, 5vw, 74px);
}
.mir-company-hero h2,
.mir-company-section-title h2,
.mir-company-process h2,
.mir-company-cta h2,
.mir-contacts-card h2,
.mir-contacts-bottom h2 {
  margin: 0;
  color: var(--mir-ink);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.mir-company-hero h2 { max-width: 690px; font-size: clamp(38px, 4.4vw, 60px); }
.mir-company-hero__lead { max-width: 610px; margin: 22px 0; color: var(--mir-muted); font-size: 18px; line-height: 1.62; }
.mir-company-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 27px; }
.mir-company-chips span {
  padding: 9px 13px;
  color: #38443b;
  background: rgba(255,255,255,.82);
  border: 1px solid #dce9e0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}
.mir-company-hero__visual { position: relative; min-width: 0; margin: 20px; overflow: hidden; border-radius: 22px; }
.mir-company-hero__visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.mir-company-photo-note {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  min-width: 205px;
  padding: 15px 18px;
  background: rgba(255,255,255,.93);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(25,45,31,.15);
}
.mir-company-photo-note strong { font-size: 17px; }
.mir-company-photo-note span { color: var(--mir-muted); font-size: 13px; }

.mir-company-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.mir-company-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 0 23px;
  border-radius: 12px;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.mir-company-button--primary { color: #fff !important; background: linear-gradient(135deg, var(--mir-pink), var(--mir-pink-dark)); box-shadow: 0 11px 24px rgba(233,63,125,.2); }
.mir-company-button--primary > span { margin-left: 16px; font-size: 20px; }
.mir-company-button--light { color: var(--mir-green-dark) !important; background: #fff; border: 1px solid #bcdcc7; }
.mir-company-button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(52,101,67,.16); }

.mir-company-values,
.mir-company-catalog,
.mir-company-links { padding: 86px 10px 10px; }
.mir-company-section-title { max-width: 760px; margin-bottom: 34px; }
.mir-company-section-title--centered { margin-right: auto; margin-left: auto; text-align: center; }
.mir-company-section-title h2,
.mir-company-process h2 { font-size: clamp(34px, 3.5vw, 50px); }
.mir-company-section-title > p:last-child { margin: 15px 0 0; color: var(--mir-muted); font-size: 17px; }
.mir-company-value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.mir-company-value-card { min-width: 0; min-height: 290px; padding: 30px; border: 1px solid rgba(0,0,0,.045); border-radius: 23px; }
.mir-company-value-card--pink { background: var(--mir-pink-soft); }
.mir-company-value-card--green { background: var(--mir-green-soft); }
.mir-company-value-card--cream { background: var(--mir-cream); }
.mir-company-value-card__icon { display: grid; place-items: center; width: 52px; height: 52px; color: var(--mir-pink); background: #fff; border-radius: 15px; box-shadow: 0 8px 25px rgba(0,0,0,.05); font-size: 25px; }
.mir-company-value-card h3 { margin: 35px 0 10px; color: var(--mir-ink); font-size: 22px; line-height: 1.25; }
.mir-company-value-card p { margin: 0; color: var(--mir-muted); }

.mir-company-catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.mir-company-catalog-card { position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 250px; padding: 23px; overflow: hidden; color: var(--mir-ink) !important; border-radius: 23px; transition: transform .2s ease, box-shadow .2s ease; }
.mir-company-catalog-card::after { position: absolute; right: -17px; bottom: -39px; color: rgba(255,255,255,.5); content: "✿"; font-size: 145px; line-height: 1; }
.mir-company-catalog-card--rose { background: #ffd9e7; }
.mir-company-catalog-card--bouquet { background: #efe4fa; }
.mir-company-catalog-card--basket { background: #def4e7; }
.mir-company-catalog-card--box { background: #ffedcf; }
.mir-company-catalog-card > span { display: grid; place-items: center; width: 39px; height: 39px; background: rgba(255,255,255,.7); border-radius: 50%; font-size: 12px; font-weight: 800; }
.mir-company-catalog-card strong,
.mir-company-catalog-card small,
.mir-company-catalog-card b { position: relative; z-index: 1; }
.mir-company-catalog-card strong { margin-top: auto; font-size: 21px; line-height: 1.25; }
.mir-company-catalog-card small { color: #5b615c; font-size: 14px; }
.mir-company-catalog-card b { margin-top: 14px; color: var(--mir-green-dark); font-size: 23px; }
.mir-company-catalog-card:hover { transform: translateY(-4px); box-shadow: var(--mir-shadow); }

.mir-company-process {
  display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);
  gap: 62px;
  margin: 90px 10px 15px;
  padding: 52px;
  background: #f5faf7;
  border: 1px solid #dcece2;
  border-radius: 30px;
}
.mir-company-process__copy > p:last-child { color: var(--mir-muted); }
.mir-company-process ol { margin: 0; padding: 0; list-style: none; }
.mir-company-process li { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 15px; padding: 20px 0; border-bottom: 1px solid #dbe8df; }
.mir-company-process li:last-child { border: 0; }
.mir-company-process li > span { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--mir-green); border-radius: 50%; font-weight: 800; }
.mir-company-process strong { font-size: 18px; }
.mir-company-process li p { margin: 4px 0 0; color: var(--mir-muted); }

.mir-company-link-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.mir-company-link-grid a { display: flex; flex-direction: column; min-width: 0; min-height: 165px; padding: 23px; color: var(--mir-ink) !important; background: #fff; border: 1px solid var(--mir-line); border-radius: 18px; transition: border-color .2s ease, transform .2s ease; }
.mir-company-link-grid a:hover { transform: translateY(-3px); border-color: var(--mir-green); }
.mir-company-link-grid span { font-size: 19px; font-weight: 800; }
.mir-company-link-grid small { margin-top: 6px; color: var(--mir-muted); font-size: 14px; }
.mir-company-link-grid b { margin-top: auto; color: var(--mir-green); font-size: 23px; }

.mir-company-cta {
  display: grid;
  grid-template-columns: 64px minmax(0,1fr) auto;
  gap: 23px;
  align-items: center;
  margin: 88px 10px 70px;
  padding: 48px 52px;
  background: linear-gradient(135deg, #fff0f5, #fff8ea);
  border: 1px solid #f2dce4;
  border-radius: 29px;
}
.mir-company-cta__flower { display: grid; place-items: center; width: 60px; height: 60px; color: #fff; background: var(--mir-pink); border-radius: 50%; font-size: 29px; }
.mir-company-cta h2 { font-size: clamp(29px,3vw,43px); }
.mir-company-cta div > p:last-child { margin: 10px 0 0; color: var(--mir-muted); }
.mir-company-cta > .mir-company-actions { justify-content: flex-end; }

.mir-contacts-hero {
  display: grid;
  grid-template-columns: minmax(0,1.04fr) minmax(0,.96fr);
  min-height: 600px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--mir-line);
  border-radius: 30px;
  box-shadow: var(--mir-shadow);
}
.mir-contacts-photo { position: relative; min-width: 0; min-height: 600px; overflow: hidden; }
.mir-contacts-photo::after { position: absolute; inset: 38% 0 0; content: ""; background: linear-gradient(transparent, rgba(19,31,23,.74)); }
.mir-contacts-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.mir-contacts-photo__caption { position: absolute; z-index: 2; right: 38px; bottom: 34px; left: 38px; display: flex; flex-direction: column; color: #fff; }
.mir-contacts-photo__caption span { font-size: 14px; opacity: .82; }
.mir-contacts-photo__caption strong { max-width: 540px; font-size: 28px; line-height: 1.16; }
.mir-contacts-card { min-width: 0; padding: clamp(38px,5vw,66px); background: linear-gradient(145deg,#fff,#f4faf6); }
.mir-contacts-card h2 { margin-bottom: 27px; font-size: clamp(32px,3.6vw,47px); }
.mir-contact-list { display: grid; gap: 4px; }
.mir-contact-list > div { display: flex; align-items: center; gap: 14px; padding: 10px 0; }
.mir-contact-icon { display: grid; place-items: center; flex: 0 0 43px; height: 43px; color: var(--mir-green-dark); background: var(--mir-green-soft); border-radius: 12px; }
.mir-contact-list p { display: flex; flex-direction: column; margin: 0; }
.mir-contact-list small { color: var(--mir-muted); }
.mir-contact-list a,
.mir-contact-list strong { color: var(--mir-ink) !important; font-size: 16px; font-weight: 700; }
.mir-contacts-delivery-note { display: flex; gap: 13px; margin: 19px 0; padding: 16px; color: #31523d; background: var(--mir-green-soft); border: 1px solid #c9e5d3; border-radius: 14px; }
.mir-contacts-delivery-note > span { font-size: 23px; }
.mir-contacts-delivery-note p { margin: 0; font-size: 14px; }
.mir-contacts-social { margin: 17px 0; }
.mir-contacts-social .social-icons { margin: 0; }
.mir-contacts-social .social-icons ul { display: flex; flex-wrap: wrap; gap: 8px; }
.mir-contacts-social .social-icons li { margin: 0 !important; }
.mir-contacts-actions { margin-top: 18px; }

.mir-contacts-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  margin: 20px 0 70px;
  padding: 36px 40px;
  color: #fff;
  background: #202a24;
  border-radius: 22px;
}
.mir-contacts-bottom h2 { color: #fff; font-size: clamp(28px,3vw,40px); }
.mir-contacts-bottom > div > p:last-child { max-width: 720px; margin: 10px 0 0; color: #c5cec8; }
.mir-contacts-bottom .mir-company-eyebrow { color: #86d5a6; }

.mir-company-page a:focus-visible,
.mir-company-page [role="button"]:focus-visible { outline: 3px solid rgba(36,118,71,.45) !important; outline-offset: 3px; }

@media (max-width: 1199px) {
  .mir-company-hero__copy { padding: 43px; }
  .mir-company-catalog-grid,
  .mir-company-link-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mir-company-process { gap: 38px; }
  .mir-company-cta { grid-template-columns: 60px minmax(0,1fr); }
  .mir-company-cta > .mir-company-actions { grid-column: 2; justify-content: flex-start; }
}

@media (max-width: 991px) {
  .mir-company-hero,
  .mir-contacts-hero { grid-template-columns: minmax(0,1fr); }
  .mir-company-hero__visual { height: 430px; }
  .mir-company-value-grid { grid-template-columns: minmax(0,1fr); }
  .mir-company-value-card { min-height: 235px; }
  .mir-company-process { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .mir-contacts-photo { min-height: 0; height: 430px; }
  .mir-contacts-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
  .mir-company-page { padding-bottom: 80px; }
  .mir-company-nav { margin-right: -16px; margin-bottom: 24px; border-right: 0; border-radius: 13px 0 0 13px; }
  .mir-company-nav a { padding: 9px 13px; font-size: 13px; }
  .mir-company-hero { border-radius: 23px; }
  .mir-company-hero__copy { padding: 28px 23px 23px; }
  .mir-company-eyebrow { margin-bottom: 11px; font-size: 10px; }
  .mir-company-hero h2 { font-size: 34px; }
  .mir-company-hero__lead { margin: 16px 0; font-size: 15px; line-height: 1.48; }
  .mir-company-chips { gap: 7px; margin-bottom: 20px; }
  .mir-company-chips span { padding: 7px 9px; font-size: 10px; }
  .mir-company-hero .mir-company-actions,
  .mir-company-cta .mir-company-actions { display: grid; width: 100%; }
  .mir-company-hero__visual { height: 340px; margin: 0 13px 13px; }
  .mir-company-photo-note { right: 12px; bottom: 12px; left: 12px; min-width: 0; }
  .mir-company-values,
  .mir-company-catalog,
  .mir-company-links { padding: 60px 3px 0; }
  .mir-company-section-title h2,
  .mir-company-process h2 { font-size: 32px; }
  .mir-company-section-title > p:last-child { font-size: 15px; }
  .mir-company-value-grid,
  .mir-company-catalog-grid,
  .mir-company-link-grid { grid-template-columns: minmax(0,1fr); }
  .mir-company-value-card { min-height: 245px; padding: 27px; }
  .mir-company-catalog-card { min-height: 225px; }
  .mir-company-process { margin: 60px 3px 0; padding: 28px 21px; border-radius: 23px; }
  .mir-company-process li { grid-template-columns: 43px minmax(0,1fr); gap: 12px; }
  .mir-company-cta { grid-template-columns: minmax(0,1fr); margin: 66px 3px 76px; padding: 30px 22px; text-align: center; border-radius: 23px; }
  .mir-company-cta__flower { margin: 0 auto; }
  .mir-company-cta h2 { font-size: 31px; }
  .mir-company-cta > .mir-company-actions { grid-column: 1; }
  .mir-contacts-hero { border-radius: 23px; }
  .mir-contacts-photo { height: 350px; }
  .mir-contacts-photo__caption { right: 23px; bottom: 24px; left: 23px; }
  .mir-contacts-photo__caption strong { font-size: 24px; }
  .mir-contacts-card { padding: 30px 23px; }
  .mir-contacts-card h2 { font-size: 34px; }
  .mir-contacts-actions { display: grid; }
  .mir-contacts-bottom { margin-bottom: 76px; padding: 28px 23px; border-radius: 20px; }
  .mir-contacts-bottom .mir-company-button { width: 100%; }
}

@media (max-width: 430px) {
  .mir-company-hero h2 { font-size: 30px; }
  .mir-company-section-title h2,
  .mir-company-process h2 { font-size: 29px; }
  .mir-company-cta h2 { font-size: 28px; }
  .mir-contacts-photo { height: 320px; }
  .mir-contacts-card h2 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .mir-company-page *,
  .mir-company-page *::before,
  .mir-company-page *::after { transition: none !important; }
}

/* End */
/* /local/mir-rose/company-pages/company-pages-v1.css?178763552315651 */
