

/* Start:/bitrix/templates/aspro_max/css/lightsroom_home.css?178315315027738*/
/* Lights Room / Световое пространство — главная страница */
/* Размещение: /bitrix/templates/aspro_max/css/lightsroom_home.css */
body{
    margin:0;
    font-size: 1em;
    font-family: 'Inter', sans-serif !important;
}
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
:root {
  --lr-black: #08090a;
  --lr-dark: #111214;
  --lr-graphite: #1a1b1e;
  --lr-soft: #f6f2ec;
  --lr-white: #fff;
  --lr-muted: #747474;
  --lr-muted-dark: rgba(255,255,255,.72);
  --lr-gold: #c89b5b;
  --lr-gold-light: #e5bf7c;
  --lr-border: rgba(0,0,0,.08);
  --lr-border-dark: rgba(255,255,255,.12);
  --lr-radius: 20px;
  --lr-shadow: 0 18px 50px rgba(0,0,0,.12);
}

.lr-home {
  background: var(--lr-soft);
  color: #181818;
  overflow: hidden;
}

.lr-container {
  width: min(1440px, calc(100% - 72px));
  margin: 0 auto;
}

.lr-eyebrow {
  color: var(--lr-gold);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
}

.lr-home h1,
.lr-home h2,
.lr-home h3,
.lr-home p {
  margin-top: 0;
}

.lr-home h1,
.lr-home h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.035em;
}

.lr-home h1 {
  font-size: clamp(42px, 5.2vw, 82px);
  line-height: .98;
  color: #fff;
  max-width: 650px;
  margin-bottom: 24px;
}

.lr-home h1 span {
  color: var(--lr-gold-light);
}

.lr-home h2 {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.08;
  margin-bottom: 20px;
}

.lr-home h3 {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.lr-home p {
  line-height: 1.55;
}

.lr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: .22s ease;
  cursor: pointer;
}

.lr-btn--gold {
  background: linear-gradient(180deg, #e2b66f, #c9954f);
  color: #15100b;
  border: 1px solid rgba(255,255,255,.08);
}

.lr-btn--gold:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(201,149,79,.28);
}

.lr-btn--ghost {
  border: 1px solid rgba(255,255,255,.34);
  color: #fff;
  background: rgba(0,0,0,.12);
}

.lr-btn--ghost:hover {
  border-color: var(--lr-gold);
  color: var(--lr-gold-light);
}

.lr-btn--outline {
  border: 1px solid rgba(201,155,91,.62);
  color: #2a2016;
  background: transparent;
}

.lr-btn--outline:hover {
  background: rgba(201,155,91,.1);
}

/* HERO */
.lr-hero {
  min-height: 720px;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.68) 34%, rgba(0,0,0,.20) 72%, rgba(0,0,0,.15) 100%),
    var(--lr-hero-bg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.lr-hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.72));
  pointer-events: none;
}

.lr-hero__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: 130px 0 100px;
}

.lr-hero__content > p {
  color: var(--lr-muted-dark);
  font-size: 18px;
  max-width: 560px;
  margin-bottom: 34px;
}

.lr-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.lr-hero__note {
  color: rgba(255,255,255,.62);
  font-size: 16px;
  line-height: 1.55;
}

/* TRUST STRIP */
.lr-trust-strip {
  background: linear-gradient(180deg, #111214, #090a0b);
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.lr-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.lr-trust-card {
  min-height: 150px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
  padding: 34px 36px;
  border-right: 1px solid rgba(255,255,255,.11);
}

.lr-trust-card:last-child {
  border-right: 0;
}

.lr-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--lr-gold);
}

.lr-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lr-trust-card__number {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.lr-trust-card__number span {
  color: var(--lr-gold-light);
  font-size: .75em;
  font-weight: 600;
}

.lr-trust-card__text {
  color: rgba(255,255,255,.72);
  line-height: 1.4;
  font-size: 14px;
  font-weight:400;
}
.lr-trust-card__text {
    grid-column: 1 / -1;
}

/* COMMON SECTIONS */
.lr-section {
  padding: 72px 0;
  padding-bottom:0;
}

.lr-section--light {
  background: var(--lr-soft);
}

.lr-split {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.lr-section-head {
  position: sticky;
  top: 110px;
}

.lr-section-head p {
  color: #5f5a55;
  margin-bottom: 28px;
}

.lr-card-grid {
  display: grid;
  gap: 10px;
}

.lr-card-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.lr-service-card {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,0,0,.06);
  min-height: 190px;
  padding: 26px 22px;
  border-radius: 2px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0,0,0,.035);
}

.lr-service-card .lr-icon {
  margin: 0 auto 16px;
  width: 44px;
  height: 44px;
}

.lr-service-card h3 {
  margin-bottom: 10px;
}

.lr-service-card p {
  color: #635f5a;
  font-size: 14px;
  margin-bottom: 0;
}

/* VISUALS */
.lr-visual-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lr-image-card,
.lr-popular-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--lr-shadow);
}

.lr-image-card img,
.lr-popular-card img {
  display: block;
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.lr-image-card--wide img {
  height: 245px;
}

.lr-image-card div {
  padding: 18px 20px 22px;
}

.lr-image-card h3,
.lr-popular-card h3 {
  margin-bottom: 6px;
}

.lr-image-card p,
.lr-popular-card p {
  font-size: 15px;
  color: var(--lr-gold);
  margin-bottom: 0;
}

/* PROJECTS */
.lr-project-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.lr-project-card {
  display: block;
  background: #fff;
  color: #171717;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--lr-shadow);
  transition: .22s ease;
}

.lr-project-card:hover {
  transform: translateY(-3px);
}

.lr-project-card__image {
  height: 190px;
  background: #ded8cf;
}

.lr-project-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lr-project-card__body {
  padding: 18px 18px 20px;
}

.lr-project-card__tag {
  display: inline-block;
  padding: 5px 10px;
  margin: -36px 0 12px;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 999px;
  color: #9b6d32;
  border: 1px solid rgba(201,155,91,.32);
  font-size: 12px;
  font-weight: 700;
}

.lr-project-card__body h3 {
  margin-bottom: 8px;
}

.lr-project-card__body p {
  color: #615d58;
  font-size: 14px;
  min-height: 84px;
}

.lr-link-arrow {
  color: #a67333;
  font-weight: 700;
  font-size: 14px;
}

/* POPULAR */
.lr-popular-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.lr-popular-card {
  color: #171717;
  text-decoration: none;
  box-shadow: none;
  transition: .22s ease;
}

.lr-popular-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--lr-shadow);
}

.lr-popular-card img {
  height: 160px;
}

.lr-popular-card h3,
.lr-popular-card p {
  padding-left: 16px;
  padding-right: 16px;
}

.lr-popular-card h3 {
  padding-top: 16px;
}

.lr-popular-card p {
  padding-bottom: 18px;
  color: #625d58;
}

/* WORKFLOW */
.lr-workflow {
  background: radial-gradient(circle at 20% 0, rgba(201,155,91,.18), transparent 32%), linear-gradient(180deg, #111214, #08090a);
  color: #fff;
  padding: 62px 0;
  margin-top:70px;
}

.lr-workflow__title {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 6px;
  align-items: end;
  margin-bottom: 34px;
}

.lr-workflow__title h2 {
  margin-bottom: 0;
}

.lr-workflow-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.lr-workflow-grid article {
  position: relative;
  padding-right: 18px;
}

.lr-workflow-grid article:not(:last-child):after {
  content: "";
  position: absolute;
  left: 72px;
  right: 0;
  top: 28px;
  height: 1px;
  background: rgba(255,255,255,.16);
}

.lr-workflow-grid .lr-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
}

.lr-workflow-grid strong {
  display: block;
  color: var(--lr-gold-light);
  font-size: 24px;
  margin-bottom: 10px;
}

.lr-workflow-grid h3 {
  color: #fff;
  margin-bottom: 8px;
}

.lr-workflow-grid p {
  color: rgba(255,255,255,.68);
  font-size: 15px;
}

/* BRANDS + REVIEWS */
.lr-brands-reviews{
    padding-bottom:0!important;
}
.lr-brands-reviews-grid {
  display: grid;
  grid-template-columns: .9fr 1.4fr;
  gap: 48px;
  align-items: start;
}
.lr-reviews-grid {
  display: block;
}

.lr-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  margin: 24px 0;
}

.lr-brand-grid span {
  display: grid;
  place-items: center;
  min-height: 82px;
  border-right: 1px solid rgba(0,0,0,.08);
  border-bottom: 1px solid rgba(0,0,0,.08);
  font-weight: 800;
  color: #222;
  letter-spacing: .02em;
}
.lr-brand-grid span img{
    margin:30px;
}

.lr-smartwidgets-box {
  margin-top: 22px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  min-height: 230px;
}
.lr-admin-note .sw-app .sw-review-truncate-text{
    font-size:15px!important;
}

/* REQUEST FORM */
.lr-request {
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.74), rgba(0,0,0,.82)),
    var(--lr-form-bg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 72px 0;
  margin-top:70px;
}

.lr-request-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr .85fr;
  gap: 42px;
  align-items: center;
}

.lr-request__text h2 {
  color: var(--lr-gold-light);
  max-width: 430px;
}

.lr-request__text p {
  color: rgba(255,255,255,.72);
  max-width: 430px;
}

.lr-form-card {
  background: rgba(10,10,10,.72);
  border: 1px solid rgba(255,255,255,.14);
  padding: 26px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.lr-demo-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lr-demo-form input,
.lr-demo-form select,
.lr-demo-form textarea {
  min-height: 48px;
  padding: 0 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  border-radius: 4px;
  outline: none;
}

.lr-demo-form textarea,
.lr-demo-form .lr-file,
.lr-demo-form .lr-btn,
.lr-demo-form .lr-form-note,
.lr-demo-form .lr-admin-note {
  grid-column: 1 / -1;
}

.lr-demo-form textarea {
  min-height: 96px;
  padding-top: 14px;
}

.lr-file {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border: 1px dashed rgba(255,255,255,.24);
  border-radius: 4px;
  color: #fff;
}

.lr-file span {
  color: rgba(255,255,255,.55);
  font-size: 12px;
}

.lr-form-note {
  color: rgba(255,255,255,.68);
  font-size: 13px;
  margin-bottom: 0;
}

.lr-request-benefits {
  display: grid;
  gap: 20px;
}

.lr-request-benefits article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: center;
}

.lr-request-benefits .lr-icon {
  width: 42px;
  height: 42px;
}

.lr-request-benefits h3 {
  margin-bottom: 0;
  color: #fff;
}

/* Admin notes */
.lr-admin-note {
  padding: 30px 16px;
  background: rgba(201,155,91,.12);
  border: 1px dashed rgba(201,155,91,.45);
  color: #7b5626;
  font-size: 15px;
  border-radius: 6px;
  background-color:#fff;
}

.lr-request .lr-admin-note {
  color: #f1d7ad;
}
.svg {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: auto;
    min-height: auto;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .lr-container { width: min(100% - 40px, 1120px); }
  .lr-split,
  .lr-workflow__title,
  .lr-request-grid,
  .lr-brands-reviews-grid {
    grid-template-columns: 1fr;
  }
  .lr-section-head {
    position: static;
  }
  .lr-card-grid--4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lr-project-list,
  .lr-popular-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .lr-workflow-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .lr-trust-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  .lr-container { width: min(100% - 32px, 680px); }

  /* Заголовки чуть компактнее */
  .lr-home h1 { font-size: 38px; margin-bottom: 20px; }
  .lr-home h2 { font-size: 28px; }
  .lr-section { padding: 44px 0; }

  /* HERO: кнопки на всю ширину, в столбик */
  .lr-hero {
    min-height: 0;
    background-position: 62% center;
  }
  .lr-hero__content {
    padding: 64px 0 56px;
  }
  .lr-hero__content > p {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .lr-actions {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 18px;
  }

  /* TRUST: сетка 2×2 как в макете, контент в столбик внутри карточки */
  .lr-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lr-trust-card {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    padding: 22px 18px;
    border-right: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .lr-trust-card:nth-child(2n) { border-right: 0; }
  .lr-trust-card .lr-icon {
    width: 40px;
    height: 40px;
    padding: 9px;
    border: 1px solid rgba(201,155,91,.4);
    border-radius: 50%;
  }
  .lr-trust-card__number { font-size: 24px; }
  .lr-trust-card__text { font-size: 13px; margin-top: 4px; }

  /* SERVICES: плоский список — иконка-кружок слева, текст справа */
  .lr-card-grid--4 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .lr-service-card {
    display: grid;
    grid-template-columns: 46px 1fr;
    column-gap: 16px;
    align-items: start;
    text-align: left;
    min-height: 0;
    padding: 18px 2px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.09);
    border-radius: 0;
    box-shadow: none;
  }
  .lr-service-card:last-child { border-bottom: 0; }
  .lr-service-card .lr-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    margin: 0;
    width: 44px;
    height: 44px;
    padding: 11px;
    border: 1px solid rgba(201,155,91,.4);
    border-radius: 50%;
  }
  .lr-service-card h3 { margin-bottom: 4px; }
  .lr-service-card p { font-size: 15px; }

  /* VISUALS / PROJECTS в одну колонку */
  .lr-visual-grid,
  .lr-project-list {
    grid-template-columns: 1fr;
  }
  .lr-image-card img,
  .lr-image-card--wide img { height: 200px; }
  .lr-project-card__image { height: 200px; }
  .lr-project-card__body p { min-height: 0; }

  /* POPULAR: горизонтальные карточки — миниатюра слева, текст справа */
  .lr-popular-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .lr-popular-card {
    display: grid;
    grid-template-columns: 96px 1fr;
    background: #fff;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 8px;
    overflow: hidden;
  }
  .lr-popular-card:hover { transform: none; box-shadow: var(--lr-shadow); }
  .lr-popular-card img {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 96px;
    height: 100%;
    min-height: 104px;
  }
  .lr-popular-card h3 { padding-top: 14px; padding-bottom: 0; }
  .lr-popular-card p { padding-top: 4px; padding-bottom: 14px; }

  /* WORKFLOW: номер в рамке слева, текст справа; убираем линию-коннектор */
  .lr-workflow { padding: 44px 0; }
  .lr-workflow-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .lr-workflow-grid article {
    display: grid;
    grid-template-columns: 52px 1fr;
    column-gap: 16px;
    row-gap: 4px;
    align-items: start;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .lr-workflow-grid article:last-child { border-bottom: 0; }
  .lr-workflow-grid article:not(:last-child):after { display: none; }
  .lr-workflow-grid .lr-icon { display: none; }
  .lr-workflow-grid strong {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin: 0;
    font-size: 20px;
    border: 1px solid rgba(201,155,91,.45);
    border-radius: 10px;
  }
  .lr-workflow-grid h3 { margin-bottom: 0; }

  /* FORM: поля в одну колонку */
  .lr-request { padding: 44px 0; }
  .lr-demo-form { grid-template-columns: 1fr; }
 
  .lr-bx-field select {
    -webkit-appearance: none;   /* убираем нативный вид iOS */
    -moz-appearance: none;
    appearance: none;

    width: 100%;
    box-sizing: border-box;
    height: 56px;
    padding: 0 16px;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    background-color: #1c1c1c;
    border: 1px solid #3a3a3a;
    border-radius: 12px;
}  
.awz_cookies_sett__message_bottom_center {
        bottom: 20px !important;
        left: 10px !important;
        max-width: 70% !important;
        border-radius: 10px !important;
    }
    .ag_chatpanel_wrap{
        bottom:40px!important;
    }
}

@media (max-width: 380px) {
  .lr-trust-card { padding: 18px 14px; }
  .lr-trust-card__number { font-size: 22px; }
  .lr-popular-card { grid-template-columns: 84px 1fr; }
  .lr-popular-card img { width: 84px; }
}

@media (max-width: 768px) {
  /* Кнопки — в столбик, на всю ширину (как на первом скрине) */
  .lr-hero .lr-actions {
    flex-direction: column;
    align-items: stretch;
  }

  /* Hero и тёмные секции — во всю ширину экрана, без боковых полей шаблона.
     .lr-home уже имеет overflow:hidden, поэтому горизонтальной прокрутки не будет */
  .lr-hero,
  .lr-trust-strip,
  .lr-workflow,
  .lr-request {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
    .lr-admin-note .sw-app .sw-review-truncate-text{
        font-size:15px!important;
    }
    .sw-review-item-body{
        font-size:15px!important;        
    }
}

    /* === Контейнер шапки === */
    .lr-header {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #1c1a18;
        border-bottom: 1px solid rgba(200, 152, 106, .22);
    }
    .lr-header__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 28px;
        min-height: 84px;
    }

    /* === Логотип === */
    .lr-header__logo {
        display: flex;
        align-items: center;
        gap: 14px;
        text-decoration: none;
        flex-shrink: 0;
        max-width:150px;
    }
    .lr-header__logo img{
        max-width:150px;
        filter: brightness(0) invert(1);
    }
    .lr-header__logo svg {
        width: 40px;
        height: 40px;
        stroke: #c8986a;
        fill: none;
        stroke-width: 2;
    }
    .lr-header__logo b {
        display: block;
        color: #fff;
        font-size: 19px;
        font-weight: 700;
        letter-spacing: .04em;
        line-height: 1.1;
        text-transform: uppercase;
    }
    .lr-header__logo span {
        display: block;
        color: #9a9389;
        font-size: 12px;
        letter-spacing: .02em;
    }

    /* === Навигация === */
    .lr-nav__list {
        display: flex;
        align-items: center;
        gap: 30px;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size:14px;
    }
    .lr-nav__item {
        position: relative;
    }
    .lr-nav__link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #ece8e2;
        font-size: 14px;
        text-decoration: none;
        padding: 10px 0;
        white-space: nowrap;
        transition: color .2s ease;
    }
    .lr-nav__link:hover {
        color: #c8986a;
    }
    .lr-nav__button{
        border:1px solid var(--lr-gold-light);
        color:var(--lr-gold-light);
        text-decoration:none;
        padding:10px 20px;
        border-radius:4px;
        margin: 16px 24px;
        display:block;
        text-align:center;
    }
    .lr-nav__link .lr-caret {
        width: 6px;
        height: 6px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
        margin-top: -3px;
        transition: transform .2s ease;
    }

    /* === Дропдаун === */
    .lr-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 240px;
        margin: 0;
        padding: 8px 0;
        list-style: none;
        background: #26231f;
        border: 1px solid rgba(200, 152, 106, .22);
        border-radius: 8px;
        box-shadow: 0 14px 32px rgba(0, 0, 0, .45);
        opacity: 0;
        visibility: hidden;
        transform: translateY(8px);
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    }
    .lr-dropdown a {
        display: block;
        padding: 10px 20px;
        color: #d8d3cc;
        font-size: 15px;
        text-decoration: none;
        transition: background .2s ease, color .2s ease;
    }
    .lr-dropdown a:hover {
        background: rgba(200, 152, 106, .12);
        color: #c8986a;
    }
    /* Открытие дропдауна на десктопе по наведению */
    .lr-has-dropdown:hover > .lr-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .lr-has-dropdown:hover > .lr-nav__link .lr-caret {
        transform: rotate(-135deg);
        margin-top: 3px;
    }

    /* === Кнопка-бургер (скрыта на десктопе) === */
    .lr-burger {
        display: none;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        width: 46px;
        height: 46px;
        padding: 0;
        background: #1b1a18;
        border: 1px solid rgba(200, 152, 106, .4);
        border-radius: 8px;
        cursor: pointer;
    }
    .lr-burger span {
        display: block;
        width: 22px;
        height: 2px;
        margin: 0 auto;
        background: #c8986a;
        transition: transform .25s ease, opacity .25s ease;
    }
    .lr-burger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .lr-burger.is-open span:nth-child(2) { background:#000;}
    .lr-burger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

    /* === Мобильная версия === */
    @media (max-width: 992px) {
        .lr-burger {
            display: flex;
        }
        .lr-nav {
            position: fixed;
            top: 84px;
            left: 0;
            right: 0;
            bottom: 0;
            background: #1c1a18;
            padding: 16px 0 40px;
            overflow-y: auto;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-12px);
            transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
        }
        .lr-nav.is-open {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        .lr-nav__list {
            flex-direction: column;
            align-items: stretch;
            gap: 0;
        }
        .lr-nav__item {
            border-bottom: 1px solid rgba(255, 255, 255, .06);
        }
        .lr-nav__link {
            justify-content: space-between;
            padding: 16px 24px;
            font-size: 18px;
        }
        /* На мобильных дропдаун раскрывается по клику (класс is-open) */
        .lr-dropdown {
            position: static;
            min-width: 0;
            margin: 0 12px 8px;
            padding: 4px 0;
            opacity: 1;
            visibility: visible;
            transform: none;
            box-shadow: none;
            display: none;
        }
        .lr-has-dropdown.is-open > .lr-dropdown {
            display: block;
        }
        .lr-has-dropdown.is-open > .lr-nav__link .lr-caret {
            transform: rotate(-135deg);
            margin-top: 3px;
        }
        .lr-has-dropdown:hover > .lr-dropdown {
            opacity: 1;
            visibility: visible;
        }
    }
    
.lr-footer{background:#242424;color:#c9c9c9;font-size:15px;}
.lr-footer a{color:#c9c9c9;text-decoration:none;transition:color .2s;}
.lr-footer a:hover{color:#fff;}
.lr-footer__top{display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:40px;padding:48px 0;}
.lr-footer__title{color:#fff;font-size:13px;letter-spacing:1px;margin:0 0 20px;font-weight:600;}
.lr-footer__list{list-style:none;margin:0;padding:0;}
.lr-footer__list li{margin-bottom:12px;}
.lr-footer__contacts{display:flex;flex-direction:column;gap:16px;align-items:flex-start;}
.lr-footer__phone{color:#fff !important;font-size:20px;font-weight:600;}
.lr-footer__email,.lr-footer__addr{display:flex;align-items:flex-start;gap:10px;line-height:1.4;}
.lr-footer__ic{flex:0 0 auto;width:18px;height:18px;display:inline-block;color:#8a8a8a;}
.lr-footer__ic svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
.lr-footer__social{display:flex;gap:10px;margin-top:4px;}
.lr-footer__social a{width:38px;height:38px;border:1px solid #3a3a3a;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#9a9a9a;}
.lr-footer__social a:hover{border-color:#666;color:#fff;}
.lr-footer__social svg{width:18px;height:18px;fill:#fff;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
.lr-footer__bottom{padding:40px 0;}
.lr-footer__bottom-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;border-top:1px solid #333; padding-top:40px;}
.lr-footer__legal{font-size:13px;color:#7a7a7a;}
.lr-footer__legal a{color:#7a7a7a; font-size:13px;}
.lr-footer__copy{margin-top:12px;    color: #b6b5b5; font-size:14px;}
.lr-footer__pay{display:flex;align-items:center;gap:14px;}
.lr-footer__pay img{height:22px;opacity:.85;}
footer .pays i.mir {
    width: 36px;
    height: 20px;
    background-position: -357px -298px;
}
footer .pays i.mastercard {
    width: 24px;
    height: 16px;
    background-position: -279px -300px;
}
footer .pays i.visa {
    width: 32px;
    height: 10px;
    background-position: -40px -304px;
}
footer .pays i:first-child {
    margin-left: 0;
}
footer .pays i {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 10px;
    background: url(/bitrix/templates/aspro_max/css/../images/svg/payment.svg?v=1) 0 0 no-repeat;
    opacity: .5;
}
@media (max-width:768px){
    .lr-footer__top{grid-template-columns:1fr 1fr;gap:32px;padding:36px 0;}
    .lr-footer__bottom-inner{flex-direction:column;align-items:flex-start;}
    .lr-footer__contacts {grid-column: 1 / -1;}
}    
/* End */


/* Start:/bitrix/templates/aspro_max/css/lightsroom_home_mobile_patch.css?17829319744181*/
/* Lights Room mobile add-on */
/* Подключить после lightsroom_home.css:
   @import url('/bitrix/templates/aspro_max/css/lightsroom_home_mobile_patch.css');
*/

@media (max-width: 768px) {
  .lr-container {
    width: calc(100% - 30px);
  }

  .lr-hero {
    min-height: 720px;
    background-image:
      linear-gradient(180deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.70) 42%, rgba(0,0,0,.92) 100%),
      url('/upload/lightsroom/main/hero/hero-main-mobile.jpg');
    background-position: center top;
  }

  .lr-hero__content {
    padding: 92px 0 54px;
    max-width: 100%;
  }

  .lr-home h1 {
    font-size: 38px;
    line-height: 1.02;
    max-width: 330px;
    margin-bottom: 18px;
  }

  .lr-hero__content > p {
    line-height: 1.55;
    max-width: 330px;
    margin-bottom: 24px;
  }

  .lr-eyebrow {
    font-size: 10px;
    letter-spacing: .09em;
    margin-bottom: 12px;
  }

  .lr-actions {
    gap: 10px;
    margin-bottom: 16px;
  }

  .lr-btn {
    min-height: 48px;
    font-size: 15px;
    padding: 13px 18px;
  }

  .lr-hero__note {
    text-align:center;
  }

  .lr-trust-strip {
    background: #090a0b;
  }

  .lr-trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lr-trust-card {
    min-height: 132px;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px 6px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.08);
  }

  .lr-trust-card:nth-child(2n) {
    border-right: 0;
  }

  .lr-trust-card .lr-icon {
    width: 34px;
    height: 34px;
    margin: 0 auto;
  }

  .lr-trust-card__number {
    font-size: 23px;
    margin-bottom: 4px;
  }

  .lr-trust-card__text {
    font-size: 12px;
    line-height: 1.35;
  }

  .lr-section {
    padding: 46px 0;
  }

  .lr-home h2 {
    font-size: 30px;
    line-height: 1.08;
    margin-bottom: 14px;
  }

  .lr-section-head p {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .lr-card-grid--4,
  .lr-project-list,
  .lr-popular-grid,
  .lr-workflow-grid,
  .lr-visual-grid,
  .lr-brands-reviews-grid,
  .lr-request-grid {
    grid-template-columns: 1fr;
  }

  .lr-service-card {
    min-height: auto;
    text-align: left;
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 40px;
    padding: 18px 16px;
  }

  .lr-service-card .lr-icon {
    grid-row: 1 / 3;
    width: 36px;
    height: 36px;
    margin: 0;
  }

  .lr-service-card h3 {
    margin-bottom: 4px;
  }

  .lr-project-card__image {
    height: 220px;
  }

  .lr-project-card__body p {
    min-height: auto;
  }

  .lr-workflow {
    padding: 48px 0;
  }

  .lr-workflow__title {
    margin-bottom: 24px;
  }

  .lr-workflow-grid article {
    border-bottom: 1px solid rgba(255,255,255,.10);
  }

  .lr-workflow-grid article:not(:last-child):after {
    display: none;
  }

  .lr-workflow-grid .lr-icon {
    position: absolute;
    left: 0;
    top: 18px;
    width: 38px;
    height: 38px;
  }

  .lr-workflow-grid strong {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .lr-workflow-grid h3 {
    margin-bottom: 4px;
  }

  .lr-workflow-grid p {
    margin-bottom: 0;
  }

  .lr-brand-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lr-brand-grid span {
    min-height: 64px;
    font-size: 12px;
  }
  .lr-brand-grid span img{
    max-width:100px;
    margin: 30px;
  }

  .lr-smartwidgets-box {
    min-height: 260px;
  }

  .lr-request {
    padding: 50px 0;
    background-image:
      linear-gradient(180deg, rgba(0,0,0,.86), rgba(0,0,0,.92)),
      url('/upload/lightsroom/main/images/form-bg-mobile.jpg');
  }

  .lr-request__text h2,
  .lr-request__text p {
    max-width: 100%;
  }

  .lr-form-card {
    padding: 18px;
  }

  .lr-demo-form {
    grid-template-columns: 1fr;
  }

  .lr-request-benefits {
    gap: 14px;
  }

  .lr-request-benefits article {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    align-items: center;
  }

  .lr-request-benefits .lr-icon {
    width: 34px;
    height: 34px;
  }

  .lr-request-benefits h3 {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .lr-home h1 {
    font-size: 34px;
  }

  .lr-home h2 {
    font-size: 27px;
  }

  .lr-trust-card {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* End */


/* Start:/bitrix/templates/aspro_max/css/lightsroom_open_form.css?17830259412334*/
/* Открытая веб-форма Битрикс для блока заявки Lights Room */
/* Размещение: /bitrix/templates/aspro_max/css/lightsroom_open_form.css */

.lr-bx-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lr-bx-field {
  min-width: 0;
}

.lr-bx-field--wide {
  grid-column: 1 / -1;
}

.lr-bx-form input[type="text"],
.lr-bx-form input[type="tel"],
.lr-bx-form input[type="email"],
.lr-bx-form input[type="number"],
.lr-bx-form input[type="password"],
.lr-bx-form select,
.lr-bx-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  font-size: 14px;
}

.lr-bx-form select option {
  color: #111;
}

.lr-bx-form textarea {
  min-height: 96px;
  padding-top: 14px;
  resize: vertical;
}

.lr-bx-form input::placeholder,
.lr-bx-form textarea::placeholder {
  color: rgba(255,255,255,.54);
}

.lr-bx-form input:focus,
.lr-bx-form select:focus,
.lr-bx-form textarea:focus {
  border-color: rgba(201,155,91,.75);
  box-shadow: 0 0 0 3px rgba(201,155,91,.14);
}

.lr-bx-field--file input[type="file"] {
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background: rgba(255,255,255,.04);
    border: 1px dashed rgba(255,255,255,.24);
    color: rgba(255,255,255,.78);
    border-radius: 4px;
    min-height: 48px;
    align-content: center;    
}

.lr-bx-submit {
  width: 100%;
  border: none;
}

.lr-form-success {
  padding: 22px;
  border-radius: 8px;
  background: rgba(201,155,91,.16);
  border: 1px solid rgba(201,155,91,.38);
  color: #fff;
  line-height: 1.45;
}

.lr-form-errors {
  grid-column: 1 / -1;
  padding: 16px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: rgba(190, 40, 40, .16);
  border: 1px solid rgba(255, 90, 90, .32);
  color: #ffd1d1;
  line-height: 1.45;
}

.lr-form-note {
  color: rgba(255,255,255,.72);
  font-size: 13px;
  margin: 12px 0 0;
  text-align:center;
  display:block;
  padding-top:12px;
}

.lr-form-policy {
  color: rgba(255,255,255,.48);
  font-size: 11px;
  line-height: 1.4;
  margin: 8px 0 0;
  text-align:center;
}

@media (max-width: 768px) {
  .lr-bx-form {
    grid-template-columns: 1fr;
  }
}

/* End */
/* /bitrix/templates/aspro_max/css/lightsroom_home.css?178315315027738 */
/* /bitrix/templates/aspro_max/css/lightsroom_home_mobile_patch.css?17829319744181 */
/* /bitrix/templates/aspro_max/css/lightsroom_open_form.css?17830259412334 */
