

/* Start:/bitrix/templates/aspro-landscape/components/bitrix/news.list/gallery_equipment/style.css?17110260401837*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.gallery-equipment__wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 40px;
}

.gallery-equipment__item {
	display: flex;
	gap: 8px;
}

.item__main-picture {
	width: 314px;
	height: 230px;
	background-size: cover;
	background-position: center;
}

.item__secondary-pictures {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.item__secondary-picture {
	width: 160px;
	height: 111px;
	background-size: cover;
	background-position: center;
}

.gallery-equipment__description {
	display: flex;
	align-items: end;
	height: 100%;
	background: #F3F3F3;
}

.gallery-equipment__description p {
	padding: 12px 16px;
}

.item__pictures {
	display: flex;
	gap: 8px;
}

.item__pictures div{
	cursor: zoom-in;
}

.image_for_zoom {
	display:none;
}


@media (max-width: 1269px) {
	.gallery-equipment__wrapper {
		justify-content: space-evenly;
	}

	.gallery-equipment__item {
		flex-direction: column-reverse;
	}

	.gallery-equipment__description {
		background: none;
	}

	.gallery-equipment__description p {
		padding: 0;
	}
}

@media (max-width: 991px) and (min-width: 767px), (max-width: 525px) {

	.item__main-picture {
		width: 355px;
		height: 222px;
	}

	.item__secondary-picture {
		width: 160px;
		height: 108px;
	}

	.item__pictures img {
		width: 100%;
	}

	.item__secondary-picture {
		width: 173px;
	}
}

#overlay_image {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}

#overlay_image .zoom-image {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75%;
	transform: translate(-50%, -50%);
	cursor: zoom-out;
}

/* End */


/* Start:/test-card/css/lm-product.css?178559980314251*/
/* Laiman product detail — верстка по макету Figma / PDF */
:root {
  --lm-green: #78c030;
  --lm-green-hover: #6aaf28;
  --lm-green-soft: #eef6e4;
  --lm-green-border: #c5e099;
  --lm-text: #1a1a1a;
  --lm-text-muted: #8a8478;
  --lm-text-secondary: #5c5c5c;
  --lm-bg: #ffffff;
  --lm-bg-warm: #f6f4ef;
  --lm-bg-gray: #f3f3f3;
  --lm-line: #e8e6e1;
  --lm-radius: 4px;
  --lm-container: 1200px;
  --lm-font: "Roboto", Arial, sans-serif;
}

/* Интеграция с Aspro: шапка в потоке документа, контент ниже неё */
.page-top {
  display: none !important;
}

body.lm-product-page header,
body.lm-product-page #headerfixed,
body.lm-product-page #mobileheader,
body:has(main.lm-page) header,
body:has(main.lm-page) #headerfixed,
body:has(main.lm-page) #mobileheader {
  position: relative !important;
  z-index: 100 !important;
}

body.lm-product-page .main,
body:has(main.lm-page) .main {
  position: relative !important;
  z-index: 1 !important;
  margin-top: 0 !important;
  padding-top: 48px !important;
}

body.lm-product-page .main > .container,
body:has(main.lm-page) .main > .container {
  padding-top: 0 !important;
}

body.lm-preview {
  margin: 0;
  font-family: var(--lm-font);
  color: var(--lm-text);
  background: var(--lm-bg);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

.lm-page,
.lm-page *,
.lm-page *::before,
.lm-page *::after {
  box-sizing: border-box;
}

.lm-page {
  font-family: var(--lm-font);
  color: var(--lm-text);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

.lm-page a {
  color: var(--lm-green);
  text-decoration: none;
}

.lm-page a:hover {
  color: var(--lm-green-hover);
}

.lm-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lm-container {
  width: 100%;
  max-width: var(--lm-container);
  margin: 0 auto;
  padding: 0 20px;
}

main.lm-page.lm-container {
  padding-top: 12px;
  padding-bottom: 48px;
}

.lm-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  position: relative;
  z-index: 2;
  min-height: 20px;
  margin: 0 0 12px;
  padding: 4px 0 24px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--lm-text-muted);
}

.lm-breadcrumbs:empty {
  display: block;
  min-height: 0;
  padding: 0 0 24px;
}

.lm-breadcrumbs a {
  color: var(--lm-text-muted);
}

.lm-breadcrumbs a:hover {
  color: var(--lm-green);
}

.lm-breadcrumbs__sep {
  opacity: 0.5;
}

.lm-breadcrumbs__current {
  color: var(--lm-text-secondary);
}

.lm-product {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 360px;
  grid-template-areas:
    "thumbs stage info"
    "bar bar bar";
  gap: 28px 28px;
  align-items: start;
  margin-bottom: 0;
}

.lm-product__thumbs {
  grid-area: thumbs;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  max-height: 420px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.lm-product__thumb {
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid transparent;
  background: var(--lm-bg-gray);
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s;
}

.lm-product__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lm-product__thumb.is-active,
.lm-product__thumb:hover {
  border-color: var(--lm-green);
}

.lm-product__thumbs-more {
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  color: var(--lm-green);
  cursor: pointer;
  padding: 0;
  display: grid;
  place-items: center;
}

.lm-product__stage {
  grid-area: stage;
  position: relative;
  background: #fafafa;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lm-product__stage img {
  max-height: 520px;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.lm-product__info {
  grid-area: info;
  min-width: 0;
}

.lm-product__title {
  margin: 0 0 8px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.lm-product__meta {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--lm-text-secondary);
}

.lm-product__meta-sep {
  margin: 0 6px;
  color: var(--lm-text-muted);
}

.lm-product__to-specs {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lm-buybox {
  background: var(--lm-bg-warm);
  padding: 22px 22px 18px;
  border-radius: var(--lm-radius);
}

.lm-buybox__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--lm-text);
}

.lm-buybox__status-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--lm-green);
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.lm-buybox__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 18px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.lm-buybox__currency {
  font-size: 22px;
  font-weight: 500;
}

.lm-buybox__price:not(:has(.lm-buybox__currency))::after {
  content: "BYN";
  font-size: 22px;
  font-weight: 500;
}

.lm-buybox__label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lm-text-muted);
}

.lm-buybox__value {
  font-size: 15px;
  font-weight: 500;
  color: var(--lm-text);
}

.lm-buybox__field {
  margin-bottom: 16px;
}

.lm-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lm-sizes__btn {
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid var(--lm-line);
  background: #fff;
  border-radius: 2px;
  font-family: inherit;
  font-size: 13px;
  color: var(--lm-text-secondary);
  cursor: pointer;
}

.lm-sizes__btn.is-active {
  border-color: var(--lm-green);
  color: var(--lm-green);
  background: var(--lm-green-soft);
}

.lm-buybox__actions {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.lm-qty {
  display: inline-flex;
  align-items: center;
  height: 44px;
  background: #fff;
  border: 1px solid var(--lm-line);
  border-radius: 2px;
  flex-shrink: 0;
}

.lm-qty__btn {
  width: 36px;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
}

.lm-qty__val {
  min-width: 28px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.lm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border: none;
  border-radius: 2px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.lm-btn--primary {
  background: var(--lm-green);
  color: #fff;
}

.lm-btn--primary:hover {
  background: var(--lm-green-hover);
  color: #fff;
}

.lm-btn--block {
  width: 100%;
}

.lm-buybox__cart {
  flex: 1;
}

.lm-buybox__terms {
  font-size: 13px;
  text-decoration: underline;
}

.lm-product-bar {
  grid-area: bar;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 4px 0 40px;
  border-bottom: 1px solid var(--lm-line);
  margin-bottom: 48px;
}

.lm-share {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.lm-share__list {
  display: flex;
  gap: 8px;
}

.lm-share__btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--lm-line);
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.lm-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--lm-text);
}

.lm-section {
  margin-bottom: 56px;
}

.lm-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lm-green);
}

.lm-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.lm-section__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}

.lm-section__title--spaced {
  margin-bottom: 24px;
}

.lm-series__slider {
  position: relative;
  padding-right: 20px;
}

.lm-series__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.lm-series-card {
  flex: 0 0 280px;
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  padding: 12px;
  background: var(--lm-green-soft);
  border: 1px solid var(--lm-green-border);
  border-radius: var(--lm-radius);
  color: inherit;
  text-decoration: none;
}

.lm-series-card__img {
  width: 88px;
  height: 72px;
  background: #fff;
  overflow: hidden;
}

.lm-series-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lm-series-card__name {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 500;
}

.lm-series-card__size,
.lm-series-card__price {
  margin: 0 0 4px;
  font-size: 12px;
}

.lm-series-card__price {
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.lm-series-card__price::after {
  content: "BYN";
  font-size: 0.7em;
  font-weight: 500;
}

.lm-series-card__price:has(.lm-card__currency)::after {
  content: none;
}

.lm-series__next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: var(--lm-green);
  color: #fff;
  cursor: pointer;
}

.lm-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--lm-line);
  border-left: 1px solid var(--lm-line);
}

.lm-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 20px 24px;
  border-right: 1px solid var(--lm-line);
  border-bottom: 1px solid var(--lm-line);
  background: #fff;
}

.lm-card__img {
  width: 100%;
  height: 180px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lm-card__img img {
  max-width: 100%;
  max-height: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
  padding: 8px;
}

.lm-card__title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
}

.lm-card__size {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--lm-text-muted);
}

.lm-card__status {
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--lm-green);
}

.lm-card__price {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.lm-card__price::after {
  content: "BYN";
  font-size: 0.55em;
  font-weight: 500;
}

.lm-card__currency {
  font-size: 0.55em;
  font-weight: 500;
}

/* если в HTML уже есть span BYN — не дублировать через ::after */
.lm-card__price:has(.lm-card__currency)::after {
  content: none;
}

.lm-card__actions {
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lm-card__row {
  display: flex;
  gap: 8px;
  width: 100%;
}

.lm-card__row .lm-btn {
  flex: 1;
}

.lm-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  border-bottom: 1px solid var(--lm-line);
  margin-bottom: 28px;
}

.lm-tabs__btn {
  padding: 0 0 14px;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 16px;
  color: var(--lm-text-muted);
  cursor: pointer;
}

.lm-tabs__btn.is-active {
  font-weight: 700;
  color: var(--lm-text);
}

.lm-tabs__panel {
  display: none;
}

.lm-tabs__panel.is-active {
  display: block;
}

.lm-specs__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--lm-line);
}

.lm-terms {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 720px;
}

.lm-terms__item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
}

.lm-terms__title {
  margin: 2px 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: var(--lm-green);
}

.lm-faq__item {
  background: var(--lm-bg-gray);
  border-radius: var(--lm-radius);
  margin-bottom: 8px;
  overflow: hidden;
}

.lm-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--lm-text);
  text-align: left;
  cursor: pointer;
}

.lm-faq__q-text {
  flex: 1 1 auto;
  min-width: 0;
}

.lm-faq__chevron,
.lm-faq__q svg {
  flex: 0 0 20px;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  max-width: 20px;
  display: block;
  color: var(--lm-text-muted, #888);
  transition: transform 0.2s ease;
}

.lm-faq__item.is-open .lm-faq__chevron,
.lm-faq__item.is-open .lm-faq__q svg {
  transform: rotate(180deg);
}

.lm-faq__a {
  display: none;
  padding: 0 20px 18px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--lm-text-muted, #666);
}

.lm-faq__item.is-open .lm-faq__a {
  display: block;
}

@media (max-width: 1100px) {
  .lm-product {
    grid-template-columns: 64px minmax(0, 1fr) 320px;
  }

  .lm-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .lm-product {
    grid-template-columns: 1fr;
    grid-template-areas: "stage" "thumbs" "info" "bar";
  }

  .lm-product__title {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .lm-grid {
    grid-template-columns: 1fr;
  }

  .lm-product-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* End */


/* Start:/test-listing/css/lm-catalog.css?178559690811037*/
/* Laiman catalog listing — тестовый шаблон по макету PDF */

/* ——— Интеграция с Bitrix/Aspro ——— */
/* Файл подключается только на /test-listing/ — безопасно скрывать page-top */
.page-top {
  display: none !important;
}

header,
#headerfixed,
#mobileheader {
  position: relative;
  z-index: 1000 !important;
}

.main,
.lm-catalog {
  position: relative;
  z-index: 1;
}

header .menu-row .dropdown-menu,
header .menu-row .dropdown,
.mega-menu,
.top-block .menu-wrapper .dropdown,
#headerfixed .dropdown-menu {
  z-index: 9999 !important;
}

.lm-catalog {
  padding-bottom: 64px;
}

/* ——— Hero ——— */
.lm-catalog-hero {
  margin-bottom: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--lm-line);
}

.lm-catalog-hero__title {
  margin: 0 0 16px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.lm-catalog-hero__lead {
  margin: 0;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--lm-text-secondary);
}

/* ——— Series cards ——— */
.lm-catalog-series {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.lm-catalog-series__card {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  align-items: center;
  padding: 20px 24px;
  background: var(--lm-bg-warm);
  border: 1px solid var(--lm-line);
  border-radius: var(--lm-radius);
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.lm-catalog-series__card:hover {
  color: inherit;
  border-color: var(--lm-green-border);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.lm-catalog-series__img {
  height: 100px;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lm-catalog-series__img img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

.lm-catalog-series__name {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
}

.lm-catalog-series__count {
  margin: 0;
  font-size: 14px;
  color: var(--lm-text-muted);
}

/* ——— Filter chips ——— */
.lm-catalog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.lm-catalog-filters__chip {
  min-height: 36px;
  padding: 8px 16px;
  border: 1px solid var(--lm-line);
  border-radius: 20px;
  background: #fff;
  font-family: inherit;
  font-size: 13px;
  color: var(--lm-text-secondary);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.lm-catalog-filters__chip:hover {
  border-color: var(--lm-green);
  color: var(--lm-green);
}

.lm-catalog-filters__chip.is-active {
  border-color: var(--lm-green);
  background: var(--lm-green-soft);
  color: var(--lm-green);
  font-weight: 500;
}

/* ——— Toolbar ——— */
.lm-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 0;
  padding: 16px 0;
  border-top: 1px solid var(--lm-line);
  border-bottom: 1px solid var(--lm-line);
}

.lm-catalog-toolbar__count {
  margin: 0;
  font-size: 14px;
  color: var(--lm-text-secondary);
}

.lm-catalog-toolbar__count span {
  font-weight: 700;
  color: var(--lm-text);
}

.lm-catalog-toolbar__sort {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lm-catalog-toolbar__sort-label {
  font-size: 13px;
  color: var(--lm-text-muted);
}

.lm-catalog-toolbar__select {
  min-width: 200px;
  height: 38px;
  padding: 0 32px 0 12px;
  border: 1px solid var(--lm-line);
  border-radius: 2px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238a8478' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;
  font-family: inherit;
  font-size: 13px;
  color: var(--lm-text);
  appearance: none;
  cursor: pointer;
}

/* ——— Product grid overrides ——— */
.lm-catalog-grid-wrap {
  margin-bottom: 48px;
}

.lm-catalog-grid .lm-card {
  position: relative;
}

.lm-catalog-grid .lm-card__img {
  overflow: hidden;
}

.lm-catalog-grid .lm-card__img img {
  max-width: 100% !important;
  max-height: 180px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  padding: 8px;
}

.lm-catalog-grid .lm-card.is-hidden {
  display: none;
}

.lm-catalog-grid .lm-card.is-filtered-out {
  display: none;
}

.lm-catalog-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  padding: 4px 10px;
  background: var(--lm-green);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 2px;
}

.lm-btn--outline {
  background: #fff;
  border: 1px solid var(--lm-green);
  color: var(--lm-green);
}

.lm-btn--outline:hover {
  background: var(--lm-green-soft);
}

/* ——— Pagination ——— */
.lm-catalog-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 32px;
}

.lm-catalog-pagination__pages {
  display: flex;
  gap: 8px;
}

.lm-catalog-pagination__page {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--lm-line);
  border-radius: 2px;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  color: var(--lm-text-secondary);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.lm-catalog-pagination__page:hover {
  border-color: var(--lm-green);
  color: var(--lm-green);
}

.lm-catalog-pagination__page.is-active {
  border-color: var(--lm-text);
  background: var(--lm-text);
  color: #fff;
  font-weight: 600;
}

.lm-catalog-pagination__more {
  min-width: 200px;
}

/* ——— FAQ section spacing ——— */
.lm-catalog-faq-section {
  padding-top: 16px;
  border-top: 1px solid var(--lm-line);
}

.lm-catalog-faq-section .lm-faq {
  max-width: none;
  width: 100%;
}

.lm-catalog-faq-section .lm-faq__item {
  background: var(--lm-bg-gray);
  border-radius: var(--lm-radius);
  margin-bottom: 8px;
  overflow: hidden;
}

.lm-catalog-faq-section .lm-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.lm-catalog-faq-section .lm-faq__chevron,
.lm-catalog-faq-section .lm-faq__q svg {
  flex: 0 0 20px;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  max-width: 20px;
  display: block;
  color: var(--lm-text-muted, #888);
  transition: transform 0.2s ease;
}

.lm-catalog-faq-section .lm-faq__item.is-open .lm-faq__chevron,
.lm-catalog-faq-section .lm-faq__item.is-open .lm-faq__q svg {
  transform: rotate(180deg);
}

.lm-catalog-faq-section .lm-faq__a {
  display: none;
  padding: 0 20px 18px;
  font-size: 14px;
  line-height: 1.55;
}

.lm-catalog-faq-section .lm-faq__item.is-open .lm-faq__a {
  display: block;
}

/* ——— Reviews ——— */
.lm-catalog-reviews {
  padding-top: 16px;
  border-top: 1px solid var(--lm-line);
}

.lm-catalog-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.lm-catalog-review {
  padding: 24px;
  background: var(--lm-bg-gray);
  border-radius: var(--lm-radius);
}

.lm-catalog-review__head {
  margin-bottom: 14px;
}

.lm-catalog-review__head strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
}

.lm-catalog-review__meta {
  font-size: 12px;
  color: var(--lm-text-muted);
}

.lm-catalog-review__text {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--lm-text-secondary);
}

.lm-catalog-review__more {
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lm-catalog-reviews__all {
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ——— SEO block ——— */
.lm-catalog-seo {
  padding-top: 40px;
  border-top: 1px solid var(--lm-line);
}

.lm-catalog-seo__box {
  background: var(--lm-bg-warm);
  border: 1px solid var(--lm-line);
  border-radius: var(--lm-radius);
  padding: 36px 40px 32px;
}

.lm-catalog-seo__content {
  max-height: 200px;
  overflow: hidden;
  position: relative;
}

.lm-catalog-seo__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  background: linear-gradient(to bottom, rgba(246, 244, 239, 0), var(--lm-bg-warm));
  pointer-events: none;
  transition: opacity 0.2s;
}

.lm-catalog-seo.is-expanded .lm-catalog-seo__content {
  max-height: none;
}

.lm-catalog-seo.is-expanded .lm-catalog-seo__content::after {
  opacity: 0;
}

.lm-catalog-seo__content p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--lm-text-secondary);
}

.lm-catalog-seo__content h3 {
  margin: 28px 0 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--lm-green);
}

.lm-catalog-seo__content h3:first-of-type {
  margin-top: 8px;
}

.lm-catalog-seo__toggle {
  display: block;
  margin: 28px auto 0;
  min-width: 200px;
  height: 44px;
  padding: 0 28px;
  border: 1px solid #c8c4bc;
  border-radius: 2px;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  color: var(--lm-text-secondary);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.lm-catalog-seo__toggle:hover {
  border-color: var(--lm-green);
  color: var(--lm-green);
}

/* ——— Responsive ——— */
@media (max-width: 1100px) {
  .lm-catalog-reviews__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .lm-catalog-hero__title {
    font-size: 28px;
  }

  .lm-catalog-series {
    grid-template-columns: 1fr;
  }

  .lm-catalog-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .lm-catalog-toolbar__select {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .lm-catalog-series__card {
    grid-template-columns: 100px 1fr;
    padding: 16px;
  }

  .lm-catalog-reviews__grid {
    grid-template-columns: 1fr;
  }

  .lm-catalog-filters__chip {
    font-size: 12px;
    padding: 6px 12px;
  }

  .lm-catalog-seo__box {
    padding: 24px 20px 20px;
  }
}

/* End */
/* /bitrix/templates/aspro-landscape/components/bitrix/news.list/gallery_equipment/style.css?17110260401837 */
/* /test-card/css/lm-product.css?178559980314251 */
/* /test-listing/css/lm-catalog.css?178559690811037 */
