

/* Start:/local/templates/aspro-allcorp3/components/bitrix/catalog/main/style.css?17877361896264*/
.group_description_block.bottom {
  padding: 40px 0 0;
  margin-bottom: 30px;
}

.no_goods {
  padding: 87px 30px 50px;
  border-top: 1px solid #e5e5e5;
}
.js-load-wrapper > .no_goods {
  margin-top: -1px;
}
.no_goods .no_products {
  position: relative;
}
.no_goods .no_products:before {
  content: "";
  position: relative;
  width: 117px;
  height: 117px;
  background: url("/local/templates/aspro-allcorp3/components/bitrix/catalog/main/../../../../images/empty_catalog.png") 0px 0px no-repeat;
  display: block;
  margin: auto auto 23px;
}
.no_goods .button {
  float: right;
  margin: 17px 0px 0px;
}
.wrap_text_empty {
  padding: 10px 0px 15px 0px;
  text-align: center;
}
.wrap_text_empty .middle_text {
  padding: 16px 0px 0px;
  display: inline-block;
}

#main .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers),
#main .catalog-maxwidth .bottom-links-block{
  margin-left: auto;
  margin-right: auto;
}
html.bx-ie #main .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers),
html.bx-ie #main .catalog-maxwidth .bottom-links-block{
  flex-basis: auto;
}
.right_block.narrow_N .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers),
.right_block.narrow_N .catalog-maxwidth .bottom-links-block{
  max-width: 1156px;
}

.section-content-wrapper .text_after_items{
  margin-top: 49px;
}

.catalog-detail__gallery {
  max-width: calc(var(--sizeImage) + var(--paddingRightLeft, 0px));
  max-height: calc((var(--sizeImage) * var(--ratio, 1)) + var(--bottomGallery, 70px));
}
.catalog-detail__gallery-wrapper {
  position: relative;
  width: 100%;
  padding-top: var(--paddingImage, 100%);
}
.catalog-detail__gallery__item--big {
  position: relative;
  padding-top: var(--paddingImage, 100%);
  width: 100%;
  height: 100%;
  line-height: var(--sizeImage);
  max-width: var(--sizeImage);
  max-height: var(--sizeImage);
  margin: 0 auto;
}
.catalog-detail__gallery.catalog-detail__gallery--vertical {
  padding-left: 90px;
  max-width: calc(var(--sizeImage) + var(--paddingRightLeft, 90px));
}

@media (max-width:1199px) {
  .catalog-detail__gallery.catalog-detail__gallery--vertical {
    padding-left: 0px;
    max-width: var(--sizeImage);
  }
}

.catalog-summary-table {
  margin-top: 44px;
}

.catalog-summary-table__section + .catalog-summary-table__section {
  margin-top: 54px;
}

.catalog-summary-table__title {
  margin-bottom: 18px;
  color: #222;
  color: var(--white_text_black);
  font-size: 1.466em;
  font-weight: 700;
  line-height: 1.3;
}

.catalog-summary-table__scroller {
  overflow: visible;
}

.catalog-summary-table__table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
  border-radius: 4px;
  background: #fff;
  background: var(--card_bg_black);
}

.catalog-summary-table__table th,
.catalog-summary-table__table td {
  padding: 14px 18px;
  border-right: 1px solid #e5e5e5;
  border-right-color: var(--stroke_black);
  border-bottom: 1px solid #e5e5e5;
  border-bottom-color: var(--stroke_black);
  vertical-align: middle;
  text-align: center;
}

.catalog-summary-table__table th:last-child,
.catalog-summary-table__table td:last-child {
  border-right: none;
}

.catalog-summary-table__table tr:last-child td {
  border-bottom: none;
}

.catalog-summary-table__table th {
  background: #fafafa;
  background: var(--darkerblack_bg_black);
  color: #999;
  font-size: 0.933em;
  font-weight: 600;
}

.catalog-summary-table__row {
  cursor: pointer;
}

.catalog-summary-table__table td {
  transition: background-color 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.catalog-summary-table__row:hover td {
  background-color: rgba(37, 164, 241, 0.08);
  border-bottom-color: rgba(37, 164, 241, 0.35);
}

.catalog-summary-table__row:hover .catalog-summary-table__link {
  color: #25a4f1;
}

.catalog-summary-table__row td:hover {
  background-color: rgba(37, 164, 241, 0.16);
  box-shadow: inset 0 0 0 2px #25a4f1;
}

.catalog-summary-table__name-cell {
  position: relative;
  width: 34%;
}

.catalog-summary-table__link {
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}

.catalog-summary-table__preview {
  position: absolute;
  left: 0;
  bottom: calc(100% + 12px);
  z-index: 20;
  display: block;
  width: 220px;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
  border-radius: 4px;
  background: #fff;
  background: var(--card_bg_black);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
  color: #222;
  color: var(--white_text_black);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  pointer-events: none;
}

.catalog-summary-table__row:hover .catalog-summary-table__preview,
.catalog-summary-table__row:focus-within .catalog-summary-table__preview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.catalog-summary-table__preview-image {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.catalog-summary-table__preview-image img {
  display: block;
  width: 100%;
  max-height: 140px;
  object-fit: contain;
}

.catalog-summary-table__preview-name {
  display: block;
  color: #222;
  color: var(--white_text_black);
  font-size: 0.933em;
  font-weight: 700;
  line-height: 1.35;
}

.catalog-summary-table__preview-description {
  display: block;
  margin-top: 6px;
  color: #666;
  color: var(--light_basic_text_black);
  font-size: 0.866em;
  font-weight: 400;
  line-height: 1.4;
}

.catalog-summary-table__preview-price {
  display: block;
  margin-top: 8px;
  color: #666;
  color: var(--light_basic_text_black);
  font-size: 0.933em;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .catalog-summary-table {
    margin-top: 32px;
  }

  .catalog-summary-table__title {
    font-size: 1.2em;
  }

  .catalog-summary-table__table {
    min-width: 680px;
  }

  .catalog-summary-table__table th,
  .catalog-summary-table__table td {
    padding: 12px;
  }
}

@media (max-width: 991px) {
  .catalog-summary-table__scroller {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

#main .catalog-container .left_block .sticky-block.sticky-block--show-Y{
  position: relative;
  top: inherit;
}
/* End */


/* Start:/local/templates/aspro-allcorp3/css/landings-list.min.css?17624910342681*/
.landings-list__title{padding-bottom:15px;margin-top:30px;}.landings-list__info .landings-list__info-wrapper{gap:8px;}.landings-list__info-wrapper.with-slider{overflow-x:auto;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;}#main .landings-list__info-wrapper.with-slider{padding-right:24px;}.landings-list__info-wrapper.with-slider::-webkit-scrollbar{width:0;background:0 0;}.landings-list__item{display:inline-block;padding-bottom:8px;order:1;}.landings-list__item.active{order:0;}.landings-list__info-wrapper.last,.landings-list__item.last{padding-right:18px;}.landings-list__item .landings-list__name,.landings-list__item .landings-list__item--js-more{padding:6px 10px 6px;position:relative;display:block;line-height:16px;cursor:pointer;}.landings-list__item .landings-list__name:not(.landings-list__item--active){color:#333;color:var(--white_text_black);background-color:#fafafa;background-color:var(--light_bg_black);border-color:#cacaca;border-color:var(--stroke_black);}.landings-list__item .landings-list__name:not(.landings-list__item--active):hover{background-color:#fff;background-color:var(--card_bg_black);border-color:#fff;border-color:var(--card_bg_hover_black);}.landings-list__name:not(.landings-list__item--js-more) .svg{display:none;}.landings-list__name.landings-list__item--active{border-color:transparent;}.landings-list__name.landings-list__item--js-more{background-color:transparent;}.landings-list__item--js-more span{border-bottom:1px dotted;}.landings-list__name.landings-list__item--reset{padding-right:29px;}.landings-list__name.landings-list__item--reset .landings-list__clear-filter{position:absolute;top:0;right:0;bottom:0;width:33px;border-radius:0 3px 3px 0;cursor:pointer;}.landings-list__name.landings-list__item--reset .landings-list__clear-filter svg{position:absolute;right:9px;top:50%;margin-top:-4px;}.landings-list__name.landings-list__item--reset .landings-list__clear-filter svg path{fill:#fff;}.landings-list__item--filled-bg.landings-list__name span{border-bottom:none;}.landings-list__item--filled-bg:not(:hover),.landings-list__item--hover-bg:hover{background:#f0f0f0;}.landings-list__item--js-more span{margin-right:10px;}.landings-list__item--js-more svg{transition:transform .2s;}.landings-list__item--js-more.opened svg{transform:rotate(180deg);}.landings-list__item--active{color:#fff;}.landings-list + .landings-list .landings-list__title{display:none;}.landings-list__section-wrap{display:flex;}.landings-list__section-title{margin-right:8px;white-space:nowrap;}.landings-list__info .landings-list__section-title{padding-bottom:10px;}@media(max-width:767px){.landings-list__section-wrap{flex-direction:column}}
/* End */


/* Start:/local/templates/aspro-allcorp3/css/images_detail.min.css?1762491034274*/
.catalog-detail__gallery{--sizeImage:520px;--bottomGallery:74px}.catalog-detail__gallery--322px{--sizeImage:322px}.catalog-detail__gallery--388px{--sizeImage:388px}.catalog-detail__gallery--454px{--sizeImage:454px}.ratio--horizontal{--ratio:2/3}.ratio--vertical{--ratio:3/2}
/* End */


/* Start:/bitrix/components/aspro/smartseo.content/templates/.default/style.css?176249104080*/
.aspro-smartseo-content__wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* End */
/* /local/templates/aspro-allcorp3/components/bitrix/catalog/main/style.css?17877361896264 */
/* /local/templates/aspro-allcorp3/css/landings-list.min.css?17624910342681 */
/* /local/templates/aspro-allcorp3/css/images_detail.min.css?1762491034274 */
/* /bitrix/components/aspro/smartseo.content/templates/.default/style.css?176249104080 */
