

/* Start:/local/templates/lzmmg/components/bitrix/catalog/catalog/style.css?17334723822125*/
/*body.blackout:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #000;*/
/*    opacity: 0.3;*/
/*}*/

/*body.blackout {*/
/*    filter: brightness(0.5);*/
/*}*/

.sidebar {
    position: relative;
}

.sidebar-filter {
    /*position: relative;*/
}

@media (max-width: 1280px) {
    .sidebar-filter {
        background-color: #fff;
    }
}

.sidebar-filter__btn {
    display: none;
    max-width: 175px;
    width: 100%;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #D9D9D9;
    padding: 15px;
    height: fit-content;
    transition: border 0.5s, color 0.5s;
}

.sidebar-filter__btn:hover {
    border: 1px solid var(--blue, #008CFF);
    color: var(--blue, #008CFF);
}

.sidebar-filter__btn svg {
    stroke: black;
    transition: stroke 0.5s;
}

.sidebar-filter__btn:hover svg {
    stroke: var(--blue, #008CFF);
}


@media (max-width: 1280px) {
    .sidebar-filter__btn {
        display: flex;
    }
}

@media (max-width: 450px) {
    .sidebar-filter__btn {
        max-width: fit-content;
    }
}

@media (max-width: 450px) {
    .sidebar-filter__btn svg,
    .sidebar-menu__all-icon {
        display: none;
    }
}

@media (max-width: 1280px) {
    .sidebar-filter {
        position: absolute;
        top: 0;
        right: -40px;
        transform: translateX(200%);
        transition: transform 0.5s;
        max-width: 365px;
        width: 100%;
        z-index: 2;
        box-shadow: -27px 4px 44px 0 rgba(0, 0, 0, 0.25);
        border-top-left-radius: 20px;
    }
}

@media (max-width: 1000px) {
    .sidebar-filter {
        right: -16px;
    }
}

.sidebar-filter.active {
    /*display: block;*/
    transform: translateX(0);
}

.sidebar-filter__top {
    display: none;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 1280px) {
    .sidebar-filter__top {
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }
}

/* End */


/* Start:/local/templates/lzmmg/components/bitrix/breadcrumb/bread/style.css?1733410066933*/
.crumbs {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    overflow: auto;
    padding-bottom: 10px;
}

.crumbs__item:not(:first-child) {
    position: relative;
    margin-left: 20px;
}

.crumbs__item:not(:first-child):before {
    content: '>';
    position: absolute;
    /*top: 50%;*/
    left: -13px;
    /*transform: translateY(-50%);*/

}

.crumbs__item .link, .crumbs__item span {
    text-wrap: nowrap;
}

/* W3C standard
   сейчас только для Firefox */
.crumbs {
    scrollbar-width: thin;
    scrollbar-color: #c7c7c7 #e7e7e7;
}

/* для Chrome/Edge/Safari */
.crumbs::-webkit-scrollbar {
    height: 12px;
    width: 12px;
}

.crumbs::-webkit-scrollbar-track {
    background: #e7e7e7;
}

.crumbs::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border-radius: 5px;
    border: 3px solid #e7e7e7;
}
/* End */


/* Start:/local/templates/lzmmg/components/bitrix/catalog.element/catalog/style.css?173485703727746*/
.products-additional .products-list.card-view {
  display: block;
}

.products-additional__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  padding-right: 140px;
}
@media (max-width: 767px) {
  .products-additional__title {
    font-size: 24px;
    margin-bottom: 24px;
    padding-right: 0;
  }
}

.products-additional__slider {
  margin-top: -88px;
}
@media (max-width: 767px) {
  .products-additional__slider {
    margin-top: 0;
  }
}

.product-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .product-page__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-content {
  padding-top: 10px;
}
.product-content__price-per-one {
  font-size: 20px;
  color: var(--blue-text, #072754);
  margin-bottom: 32px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .product-content__price-per-one {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1000px) {
  .product-content__price-per-one {
    font-size: 14px;
  }
}
.product-content__price-per-one span {
  color: var(--blue, #008CFF);
}
.product-content__specifications {
  font-size: 20px;
  color: var(--blue-text, #072754);
  font-weight: 500;
}
@media (max-width: 1280px) {
  .product-content__specifications {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .product-content__specifications {
    font-size: 14px;
  }
}
.product-content__specification {
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .product-content__specification {
    margin-bottom: 6px;
  }
}
.product-content__specification-name {
  color: rgb(119, 119, 119);
}
.product-content__all {
  margin-bottom: 32px;
  font-size: 20px;
  color: var(--blue, #008CFF);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media (max-width: 1280px) {
  .product-content__all {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .product-content__all {
    font-size: 14px;
  }
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .product-content__all:hover {
    color: var(--orange, #FF7700);
  }
}
.product-content__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}
@media (max-width: 470px) {
  .product-content__order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.product-content__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: rgb(154, 156, 170);
}
.product-content__quantity-btn {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(217, 217, 217);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .product-content__quantity-btn:hover {
    background-color: rgb(71, 74, 81);
  }
}
.product-content__value {
  font-size: 14px;
  color: rgb(154, 156, 170);
  height: 44px;
  width: 58px;
  border: none;
  line-height: 44px;
  text-align: center;
}
.product-content__summary {
  font-size: 40px;
  color: var(--blue, #008CFF);
  font-weight: 500;
}
@media (max-width: 1000px) {
  .product-content__summary {
    font-size: 32px;
  }
}
.product-content__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.product-content__cart {
  max-width: 180px;
  width: 100%;
  background-color: #474A51;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  height: 44px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.product-content__cart svg {
  width: 20px;
  height: 20px;
  fill: transparent;
  stroke: white;
  stroke-width: 2px;
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .product-content__cart:hover {
    background-color: var(--blue, #008CFF);
  }
}
.product-content__buy {
  max-width: 180px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  background-color: var(--blue, #008CFF);
  color: white;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .product-content__buy:hover {
    background-color: #474A51;
  }
}
.product-content__additional {
  font-size: 14px;
}
.product-content__order-one-click {
  display: block;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-bottom: 10px;
  color: var(--blue-text, #072754);
  font-weight: 500;
}
.product-content__order-chipper {
  display: block;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-bottom: 20px;
  color: var(--blue-text, #072754);
  font-weight: 500;
}
.product-content__additional-text {
  margin-bottom: 10px;
}
.product-content__additional-check {
  color: var(--orange, #FF7700);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
}

.product-info {
  text-wrap: pretty;
}
@media (max-width: 470px) {
  .product-info {
    font-size: 14px;
  }
}
.product-info__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 10px;
}
.product-info__tab {
  font-size: 14px;
  padding: 10px 13px;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.product-info__tab.active {
  background-color: var(--orange);
  color: white;
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .product-info__tab:hover {
    border-color: var(--orange);
  }
}
.product-info__content {
  display: none;
  padding: 20px;
  border: 1px solid #D9D9D9;
}
.product-info .product-info__content h1,
.product-info .product-info__content h2,
.product-info .product-info__content h3,
.product-info .product-info__content h4,
.product-info .product-info__content h5,
.product-info .product-info__content h6,
.product-info .product-info__content .h1,
.product-info .product-info__content .h2,
.product-info .product-info__content .h3,
.product-info .product-info__content .h4,
.product-info .product-info__content .h5,
.product-info .product-info__content .h6 {
  text-transform: initial;
  font-weight: 500;
  /*color: #474A51;*/
}

.product-info .product-info__content h2,
.product-info .product-info__content .h2 {
  font-size: 1.35em;
}
.product-info__content a {
  color: var(--blue, #008CFF);
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .product-info__content a:hover {
    color: var(--orange, #FF7700);
  }
}
.product-info__content.active {
  display: block;
}
.product-info__content--specifications {
  padding: 0;
}

.product-info__payment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 10px 0 20px;
}
@media (max-width: 470px) {
  .product-info__payment-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-info__payment-item {
  padding: 20px 30px;
  text-align: center;
  color: #474A51;
  border: 1px solid #D9D9D9;
  max-width: 316px;
  width: 100%;
  font-size: 14px;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(34, 60, 80, 0.1);
          box-shadow: 2px 2px 6px 0 rgba(34, 60, 80, 0.1);
  text-wrap: balance;
}
@media (max-width: 767px) {
  .product-info__payment-item {
    padding: 15px 5px;
  }
}
@media (max-width: 470px) {
  .product-info__payment-item {
    padding: 15px;
  }
}
.product-info__payment-item svg {
  width: 40px;
  height: 40px;
  fill: var(--blue, #008CFF);
  margin-bottom: 10px;
}
.product-info__elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding: 10px 20px;
}
@media (max-width: 470px) {
  .product-info__elem {
    font-size: 14px;
  }
}
.product-info__elem:nth-child(even) {
  background-color: rgba(217, 217, 217, 0.3019607843);
}
.product-info__elem-value a {
  color: var(--blue, #008CFF);
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .product-info__elem-value a:hover {
    color: var(--orange, #FF7700);
  }
}

@media (max-width: 1000px) {
  .product-slider {
    max-width: 365px;
  }
}
@media (max-width: 767px) {
  .product-slider {
    max-width: 100%;
  }
}
.product-slider .swiper-container {
  width: 100%;
  height: 100%;
  padding: 2px;
}
.product-slider .swiper-slide {
  cursor: pointer;
}
.product-slider__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1000px) {
  .product-slider__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.product-slider__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 124px;
  margin-right: 10px;
}
@media (max-width: 1280px) {
  .product-slider__col {
    width: 90px;
  }
}
@media (max-width: 1000px) {
  .product-slider__col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
}
.product-slider__prev, .product-slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1000px) {
  .product-slider__prev, .product-slider__next {
    width: 40px;
  }
}
.product-slider__prev:hover svg, .product-slider__next:hover svg {
  fill: var(--blue, #008CFF);
}
.product-slider__prev svg, .product-slider__next svg {
  width: 24px;
  height: 24px;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}
.product-slider__prev svg {
  rotate: 180deg;
}
@media (max-width: 1000px) {
  .product-slider__prev svg {
    rotate: 90deg;
  }
}
@media (max-width: 1000px) {
  .product-slider__next svg {
    rotate: -90deg;
  }
}
.product-slider__prev:focus, .product-slider__next:focus {
  outline: none;
}
.product-slider__thumbs {
  height: 500px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media (max-width: 1280px) {
  .product-slider__thumbs {
    height: 340px;
  }
}
@media (max-width: 1000px) {
  .product-slider__thumbs {
    height: 65px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .product-slider__thumbs {
    height: 100px;
  }
}
@media (max-width: 470px) {
  .product-slider__thumbs {
    height: 65px;
  }
}
.product-slider__thumbs .product-slider__image {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.product-slider__thumbs .product-slider__image:hover {
  opacity: 1;
}
.product-slider__thumbs .swiper-slide-thumb-active .product-slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.product-slider__images {
  height: 580px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .product-slider__images {
    height: 420px;
  }
}
@media (max-width: 1000px) {
  .product-slider__images {
    width: 100%;
  }
}
@media (max-width: 470px) {
  .product-slider__images {
    height: 340px;
  }
}
.product-slider__image {
  width: 100%;
  height: 100%;
  border: 1px solid rgb(217, 217, 217);
}
@media (max-width: 767px) {
  .product-slider__image {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
}
.product-slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.fancybox__backdrop {
  --fancybox-bg: rgba(24, 24, 27, 0.8);
}

.page-name {
  margin-bottom: 10px;
}



.products-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 15px;
}
.products-list__item {
  max-width: 350px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 178px 1fr 230px;
  grid-template-columns: 178px 1fr 230px;
  padding: 10px;
  gap: 24px;
  border: 1px solid rgb(217, 217, 217);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .products-list__item:hover {
    -webkit-box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
            box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
  }
}
@media (max-width: 1000px) {
  .products-list__item {
    -ms-grid-columns: 150px 1fr 200px;
    grid-template-columns: 150px 1fr 200px;
  }
}
@media (max-width: 767px) {
  .products-list__item {
    -ms-grid-columns: 150px 1fr;
    grid-template-columns: 150px 1fr;
    padding: 16px;
  }
}
@media (max-width: 500px) {
  .products-list__item {
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media (max-width: 390px) {
  .products-list__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 390px) {
  .products-list__img img {
    max-height: 150px;
    width: auto;
    margin: 0 auto;
  }
}
.products-list__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 125px;
  grid-template-columns: 1fr 125px;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--blue-text, #072754);
  padding: 20px 0;
}
@media (max-width: 1000px) {
  .products-list__info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .products-list__info {
    padding: 0;
  }
}
@media (max-width: 390px) {
  .products-list__info {
    gap: 15px;
  }
}
.products-list__name {
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .products-list__name:hover {
    color: var(--blue, #008CFF);
  }
}
@media (max-width: 1240px) {
  .products-list__name {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .products-list__name {
    font-size: 14px;
  }
}
.products-list__parameters {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .products-list__parameters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.products-list__parameter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.products-list__parameter-colon {
  display: none;
}
.products-list__parameter-value {
  font-weight: 500;
}
.products-list__parameter-name {
  color: #777777;
}
.products-list__order {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .products-list__order {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media (max-width: 767px) {
  .products-list__order {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 390px) {
  .products-list__order {
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: auto;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.products-list__order-inner {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .products-list__order-inner {
    margin-bottom: 0;
  }
}
@media (max-width: 390px) {
  .products-list__order-inner {
    width: 100%;
  }
}
.products-list__order-price {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: var(--blue, #008CFF);
  margin-bottom: 10px;
}
@media (max-width: 390px) {
  .products-list__order-price {
    text-align: center;
  }
}
.products-list__order-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.products-list__order-buy {
  font-weight: 500;
  background-color: var(--blue, #008CFF);
  color: var(--white, #FFF);
  padding: 12px 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.products-list__order-buy svg {
  width: 20px;
  height: 20px;
  fill: transparent;
  stroke: white;
  stroke-width: 2px;
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .products-list__order-buy:hover {
    background-color: var(--light-range, #f18e02);
  }
}
.products-list__order-buy.in-basket {
  background-color: var(--dark-blue, #082956);
}

@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
.products-list__order-buy.in-basket:hover {
  background-color: var(--dark-blue, #082956);
}
}
.products-list__order-cart {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--blue, #008CFF);
  background-color: var(--white, #ffffff);
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  color: var(--blue, #008CFF);
}
.products-list__order-cart span {
  display: none;
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .products-list__order-cart:hover {
    border-color: var(--light-range, #f18e02);
  }
  .products-list__order-cart:hover svg {
    stroke: var(--light-range, #f18e02);
  }
}
.products-list__order-cart svg {
  width: 18px;
  height: 18px;
  stroke: var(--blue, #008CFF);
  stroke-width: 2px;
  fill: transparent;
  -webkit-transition: stroke 0.5s;
  transition: stroke 0.5s;
}
.products-list__order-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 390px) {
  .products-list__order-add {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.products-list__order-one-click, .products-list__order-chipper {
  font-weight: 500;
  font-size: 14px;
  color: var(--blue-text, #072754);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-align: left;
}
@media (max-width: 470px), ((hover: hover) and (pointer: fine)) {
  .products-list__order-one-click:hover, .products-list__order-chipper:hover {
    color: var(--light-range, #f18e02);
  }
}
@media (max-width: 390px) {
  .products-list__order-one-click, .products-list__order-chipper {
    width: 100%;
    text-align: center;
  }
}
.products-list.card-view {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.products-list.card-view .products-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products-list.card-view .products-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.products-list.card-view .products-list__name {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 70px; /*для 4 строк высота 98px*/
}
@media (max-width: 1240px) {
  .products-list.card-view .products-list__name {
    height: 61px; /*для 4 строк высота 85px*/
  }
}
@media (max-width: 500px) {
  .products-list.card-view .products-list__name {
    height: 50px; /*для 4 строк высота 65px*/
  }
}
.products-list.card-view .products-list__parameters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
}
@media (max-width: 500px) {
  .products-list.card-view .products-list__parameters {
    gap: 10px;
  }
}
.products-list.card-view .products-list__parameter {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px;
}
.products-list.card-view .products-list__parameter-colon {
  display: inline;
}
.products-list.card-view .products-list__info {
  padding: 0;
  gap: 9px;
}
.products-list.card-view .products-list__order {
  padding-top: 0;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .products-list.card-view .products-list__order {
    grid-row: auto;
    -ms-grid-column: 1;
    grid-column: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .products-list.card-view .products-list__img img {
    max-height: 150px;
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .products-list.card-view .products-list__order-inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .products-list.card-view .products-list__order-add {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media (max-width: 1000px) {
  .products-list.card-view {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .products-list.card-view {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .products-list.card-view .products-list__order-buy {
    padding: 12px 5px;
  }
}
@media (max-width: 500px) {
  .products-list.card-view .products-list__order-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products-list.card-view .products-list__order-cart {
    width: auto;
    height: auto;
    padding: 12px 5px;
  }
  .products-list.card-view .products-list__order-cart span {
    display: block;
  }
  .products-list.card-view .products-list__order-cart svg {
    display: none;
  }
}
@media (max-width: 470px) {
  .products-list.card-view {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}


.detail-services__list {
  /*display: grid;*/
  gap: 30px;
  /*grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));*/
  display: flex;
  flex-wrap: wrap;

}

.detail-services__link {
  width: 200px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 100%;
  gap: 20px;
  border: 1px solid #D9D9D9;
  -webkit-transition: color 0.5s, background-color 0.5s, border-color 0.5s;
  transition: color 0.5s, background-color 0.5s, border-color 0.5s;
}

.detail-services__link:hover {
  border: 1px solid var(--blue);
}

.detail-services__icon {
  max-width: 80px;
}

/*.products-additional .product-item-small {*/
/*  padding: 10px;*/
/*  border: 1px solid black;*/
/*  text-align: center;*/
/*  max-width: 250px;*/
/*  width: 100%;*/
/*}*/

/*.products-additional .detail-products-slider-small,*/
/*.products-additional .detail-products-slider-small .slider-item {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  gap: 30px;*/
/*}*/

/*.products-additional .detail-products-slider-small .item-image img {*/
/*  max-width: 120px;*/
/*  width: 100%;*/
/*  flex-wrap: wrap;*/
/*  margin: 0 auto 20px;*/
/*}*/

.detail-products-small__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.detail-products-small__item {
  width: 200px;
  padding: 20px;
  border: 1px solid #D9D9D9;
  -webkit-transition: color 0.5s, color 0.5s, border-color 0.5s;
  transition: color 0.5s, color 0.5s, border-color 0.5s;
}
.detail-products-small__item:hover {
  border: 1px solid var(--blue, #008CFF);
  color: var(--blue, #008CFF);

}
.detail-products-small__img {
    max-width: 120px;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto 20px;
}


/* End */


/* Start:/local/components/lzmmg/oneclick.buy/templates/.default/style.css?17341138804273*/
.modal-content.one-click-buy {
    width: 100%;
    max-width: 628px;
    padding: 50px 40px;
    z-index: 102;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    background: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.modal-shadow.one-click-buy {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 101;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity .3s ease;
}

.modal-shadow.one-click-buy.active {
    opacity: 1;
}

.modal-container.one-click-buy {
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -100;
    opacity: 0;
}

.modal-container.one-click-buy.active {
    opacity: 1;
    z-index: 100;
}

.popup.one-click-buy {
    width: 100%;
    max-width: 628px;
    padding: 50px 40px;
    z-index: 102;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    background: #ffffff;
    top: 50%;
    transform: translateY(-50%);
}

@media (any-hover: hover) {
    .no-scroll {
        overflow: hidden;
        padding-right: 15px;
    }
}

@media (any-pointer: coarse) {
    .no-scroll {
        overflow: hidden;
    }
}

.progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -2;
    opacity: 0;
    transition: opacity .3s ease;
}

.progress.active {
    opacity: 1;
    z-index: 2;
}

.one-click-buy__modal-top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.one-click-buy__modal-top-logo {
    max-width: 130px;
    max-height: 65px;
}

.one-click-buy__modal-top-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}

.one-click-buy__modal-top-close-btn:before,
.one-click-buy__modal-top-close-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
}

.one-click-buy__modal-top-close-btn:before {
    rotate: 45deg;
}

.one-click-buy__modal-top-close-btn:after {
    rotate: -45deg;
}

.one_click_form-text-input {
    width: 100%;
    border: 1px solid #c2c3cc;
    border-radius: 4px;
    background-color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #7c7e92;
    padding: 12px;
}

.one_click_form-textarea {
    width: 100%;
    border: 1px solid #c2c3cc;
    border-radius: 4px;
    background-color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #7c7e92;
    padding: 12px;
}

.one_click_form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.oneclickid, .oneclick_price {
    position: absolute;
    top: 0;
    left: 0;
}

.one_click_form-text-input.error {
    border: 2px solid red;
}

.form__policy-link {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #7C7E92;
    text-decoration: underline;
}

.status {
    font-size: 20px;
    color: var(--blue, #008CFF);
    font-weight: 500;
}

#checkbox {
    display: none;
}

.one-click-buy__label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.one-click-buy__label::before {
    flex-shrink: 0;
    content: "\00A0";
    display: block;
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    background-color: #D9D9D9BF;
    border: none;
    border-radius: 4px;
    margin-right: 6px;
    vertical-align: baseline;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #f4f7fc;
}

#checkbox:checked + .one-click-buy__label::before {
    content: "\2713";
    color: #0a7ddd;
    border: 2px solid #1C252D;
}
.form-checkbox.one-click-buy a {
    text-decoration: underline;
    color: #0a7ddd;
}
/* End */


/* Start:/local/components/lzmmg/find.cheeper/templates/.default/style.css?17341140134317*/
.modal-content.find-cheeper {
    width: 100%;
    max-width: 628px;
    padding: 50px 40px;
    z-index: 102;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    background: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
.modal-shadow.find-cheeper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 101;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity .3s ease;
}
.modal-shadow.find-cheeper.active {
    opacity: 1;
}
.modal-container.find-cheeper {
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -100;
    opacity: 0;
}
.modal-container.find-cheeper.active {
    opacity: 1;
    z-index: 100;
}
.popup.find-cheeper {
    width: 100%;
    max-width: 628px;
    padding: 50px 40px;
    z-index: 102;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    background: #ffffff;
    top: 50%;
    transform: translateY(-50%);
}

@media (any-hover: hover) {
    .no-scroll {
        overflow: hidden;
        padding-right: 15px;
    }
}

@media (any-pointer: coarse) {
    .no-scroll {
        overflow: hidden;
    }
}

.progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -2;
    opacity: 0;
    transition: opacity .3s ease;
}

.progress.active {
    opacity: 1;
    z-index: 2;
}

    .find-cheeper__modal-top {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 20px;
    }

    .find-cheeper__modal-top-logo {
        max-width: 130px;
        max-height: 65px;
    }

    .find-cheeper__modal-top-close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }

    .find-cheeper__modal-top-close-btn:before,
    .find-cheeper__modal-top-close-btn:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000000;
    }

    .find-cheeper__modal-top-close-btn:before {
        rotate: 45deg;
    }

    .find-cheeper__modal-top-close-btn:after {
        rotate: -45deg;
    }

    .find-cheeper_form-text-input {
        width: 100%;
        border: 1px solid #c2c3cc;
        border-radius: 4px;
        background-color: #fff;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.01em;
        color: #7c7e92;
        padding: 12px;
    }
    .find-cheeper_form {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .oneclickid, .oneclick_price {
        position: absolute;
        top: 0;
        left: 0;
    }
    .find-cheeper_form-text-input.error {
        border: 2px solid red;
    }
    .form__policy-link {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.01em;
        color: #7C7E92;
        text-decoration: underline;
    }

    .status {
        font-size: 20px;
        color: var(--blue, #008CFF);
        font-weight: 500;
    }

#find-cheeper-form-checkbox {
    display: none;
}

.find-cheeper__label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.find-cheeper__label::before {
    flex-shrink: 0;
    content: "\00A0";
    display: block;
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    background-color: #D9D9D9BF;
    border: none;
    border-radius: 4px;
    margin-right: 6px;
    vertical-align: baseline;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #f4f7fc;
}

#find-cheeper-form-checkbox:checked + .find-cheeper__label::before {
    content: "\2713";
    color: #0a7ddd;
    border: 2px solid #1C252D;
}
.form-checkbox.find-cheeper a {
    text-decoration: underline;
    color: #0a7ddd;
}
/* End */


/* Start:/local/components/lzmmg/detail.info/templates/.default/style.css?17341141354503*/
.modal-content.detail-info {
    width: 100%;
    max-width: 628px;
    padding: 50px 40px;
    z-index: 102;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    background: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.modal-shadow.detail-info {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 101;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity .3s ease;
}

.modal-shadow.detail-info.active {
    opacity: 1;
}

.modal-container.detail-info {
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -100;
    opacity: 0;
}

.modal-container.detail-info.active {
    opacity: 1;
    z-index: 100;
}

.popup.detail-info {
    width: 100%;
    max-width: 628px;
    padding: 50px 40px;
    z-index: 102;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    background: #ffffff;
    top: 50%;
    transform: translateY(-50%);
}

@media (any-hover: hover) {
    .no-scroll {
        overflow: hidden;
        padding-right: 15px;
    }
}

@media (any-pointer: coarse) {
    .no-scroll {
        overflow: hidden;
    }
}

.progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -2;
    opacity: 0;
    transition: opacity .3s ease;
}

.progress.active {
    opacity: 1;
    z-index: 2;
}

.detail-info__modal-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    gap: 16px;
}

.detail-info__modal-top-logo {
    max-width: 130px;
    max-height: 65px;
}

.detail-info__modal-top-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}

.detail-info__modal-top-close-btn:before,
.detail-info__modal-top-close-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
}

.detail-info__modal-top-close-btn:before {
    rotate: 45deg;
}

.detail-info__modal-top-close-btn:after {
    rotate: -45deg;
}

.detail-info-text-input {
    width: 100%;
    border: 1px solid #c2c3cc;
    border-radius: 4px;
    background-color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #7c7e92;
    padding: 12px;
}

.detail-info-textarea {
    width: 100%;
    border: 1px solid #c2c3cc;
    border-radius: 4px;
    background-color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #7c7e92;
    padding: 12px;
}

#detail-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.oneclickid, .oneclick_price {
    position: absolute;
    top: 0;
    left: 0;
}

.detail-info-text-input.error {
    border: 2px solid red;
}

.detail-info-textarea.error {
    border: 2px solid red;
}

.form__policy-link {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #7C7E92;
    text-decoration: underline;
}

.status {
    font-size: 20px;
    color: var(--blue, #008CFF);
    font-weight: 500;
}

.detail-info__modal-top-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000000;
}

#detail-info-checkbox {
    display: none;
}

.detail-info__label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail-info__label::before {
    flex-shrink: 0;
    content: "\00A0";
    display: block;
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    background-color: #D9D9D9BF;
    border: none;
    border-radius: 4px;
    margin-right: 6px;
    vertical-align: baseline;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #f4f7fc;
}

#detail-info-checkbox:checked + .detail-info__label::before {
    content: "\2713";
    color: #0a7ddd;
    border: 2px solid #1C252D;
}
.form-checkbox.detail-info a {
    text-decoration: underline;
    color: #0a7ddd;
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?172650715151*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/lzmmg/components/bitrix/catalog/catalog/style.css?17334723822125 */
/* /local/templates/lzmmg/components/bitrix/breadcrumb/bread/style.css?1733410066933 */
/* /local/templates/lzmmg/components/bitrix/catalog.element/catalog/style.css?173485703727746 */
/* /local/components/lzmmg/oneclick.buy/templates/.default/style.css?17341138804273 */
/* /local/components/lzmmg/find.cheeper/templates/.default/style.css?17341140134317 */
/* /local/components/lzmmg/detail.info/templates/.default/style.css?17341141354503 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?172650715151 */
