

/* Start:/bitrix/templates/aspro-lite/components/bitrix/catalog/main/style.css?17652883982191*/
.group_description_block.bottom {
  padding: 40px 0 0;
  margin-bottom: 30px;
}

.no_goods {
  padding: 30px 30px 0px;
}
.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("/bitrix/templates/aspro-lite/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;
}

.ordered-block--hide-icons .sticker,
.ordered-block--hide-icons .btn-fast-view,
.ordered-block--hide-icons .catalog-block__info-tech {
  display: none;
}

.group_description_block.bottom.color_666 .text-collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 10; /* ограничение до 10 строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.group_description_block.bottom.color_666 .text-expanded {
  -webkit-line-clamp: unset; /* снимаем ограничение */
}

.read-more-btn {
  display: flex;
  justify-content: center;
  margin-top: 24px !important;
  cursor: pointer;
  font-weight: bold;
  font-size: 19px;
}

.read-more-btn-button{
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
  --darkgrey_bg: var(--light, #f4f4f4) var(--dark, #2b2b2b);
}
/* End */


/* Start:/bitrix/templates/aspro-lite/components/bitrix/catalog.section.list/main-custom/style.css?17649497916385*/
.sections-block__item-link {
  --item-pl: 20px;
  --item-pr: 20px;
  --item-pt: 32px;
  --item-pb: 27px;

  padding: var(--item-pt) var(--item-pr) var(--item-pb) var(--item-pl);
  text-align: center;
  display: block;
}
.items-6 .sections-block__item-link {
  --item-pt: 36px;
  --item-pb: 31px;
}
.items-5 .sections-block__item-link {
  --item-pt: 40px;
  --item-pb: 35px;
}
.items-4 .sections-block__item-link {
  --item-pt: 44px;
  --item-pb: 39px;
}

.sections-block__item-image-wrapper {
  --section-image-width: 80px;
  --section-image-height: 80px;
  width: var(--section-image-width);
  height: var(--section-image-height);
  margin: auto auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sections-block__item-image {
  max-width: 100%;
  max-height: 100%;
}

.sections-block__item-image-wrapper--ICONS {
  --section-image-width: 40px;
  --section-image-height: 40px;
}

.sections-block__item-image-wrapper--ICONS svg {
  width: var(--section-image-width);
  height: var(--section-image-height);
}

.sections-block__item-text {
  display: block;
}

.sections-new_block__item-next{
  height: 50px;
  width: 50px;
  align-items: center;
}

.sections-new_block__item-name{
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  margin-top: 30px;
  align-items: center;
}

.sections-new_block__item-name-text{
  font-weight: 600;
  font-size: 19px;
  align-items: center;
  line-height: 1.2;
}

.sections-new_block__item{
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.sections-block__item-background{
  background-color: #F2F2F2 !important;
}

.sections-new_block__item-background{
  background-color: #FFFFFF;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sections-new_block__item-img{
  display: flex;
  padding: 40px;
}

.sections-new_block__item-logo{
  width: 50%;
  margin-top: 15px;
  margin-left: 15px;
}

@media (max-width: 1200px) {

.sections-new_block__item-img{
  padding: 30px;
}

.sections-new_block__item-next{
    height: 30px;
    width: 30px;
    margin-left: 10px;
  }

.sections-new_block__item-name-text{
  font-size: 15px;
 }

}

@media (max-width: 960px) {

  .sections-new_block__item-img{
    padding: 20px;
  }

  .sections-new_block__item{
    padding: 15px;
  }

}

@media (max-width: 600px) {

  .sections-new_block__item-logo{
    display: none;
  }

  .sections-new_block__item-img{
    padding: 17px;
  }

  .sections-new_block__item-img{
    max-height: 80px;
  }

  .sections-new_block__item-name-text{
    font-size: 14px;
  }

  .sections-new_block__item-name{
    margin-top: 0px;
  }

  .sections-new_block__item-next{
    height: 18px;
    width: 18px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }

  .sections-new_block__item-background{
    margin-right: 10px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sections-new_block__item{
    flex-direction: row;
    position: relative;
    display: flex;
    padding: 0px;
  }

  .sections-new_block__item-name{
    margin-right: auto;
    margin-left: 0px;
  }

}

@media (min-width: 1200px) {
  .items-6 .sections-block__item-image-wrapper--PICTURES {
    --section-image-width: 104px;
    --section-image-height: 104px;
  }
  .items-5 .sections-block__item-image-wrapper--PICTURES,
  .items-4 .sections-block__item-image-wrapper--PICTURES {
    --section-image-width: 120px;
    --section-image-height: 120px;
  }
}
@media (max-width: 600px) {
  .sections-block__item-image-wrapper--PICTURES {
    --section-image-width: 70px;
    --section-image-height: 70px;
  }
  .sections-block__item-link {
    --item-pl: 16px;
    --item-pr: 16px;
    --item-pt: 16px;
    --item-pb: 16px;
  }
   .normal .sections-block__item-image-wrapper {
    --section-image-width: auto;
    --section-image-height: auto;
  }
  .sections-block--mobile-compact.grid-list{
    grid-gap: 12px;
  }
  .sections-block--mobile-compact.mobile-scrolled{
    grid-gap: 0;
  }
  .sections-block--mobile-compact .sections-block__item-image-wrapper {
    --section-image-width: 32px;
    --section-image-height: 32px;
    margin: 0 18px 0 0;
  }
  .sections-block--mobile-compact .sections-block__item-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
  }
  .sections-block--mobile-compact .sections-block__item-link{
    --item-pt: 16px;
    --item-pb: 16px;
  }
  .sections-block--mobile-compact .sections-block__item-text{
    /* font-size: 1rem; */
  }
}

.custom-flex-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
  .custom-flex-list {
      gap: 20px;
  }
}

.custom-flex-item {
    box-sizing: border-box;
    flex: 0 0 calc((100% - 2 * 30px) / 3);
    max-width: calc((100% - 2 * 30px) / 3);
}

.custom-flex-item:nth-child(5n+4),
.custom-flex-item:nth-child(5n+5) {
    flex: 0 0 calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
    max-height: 530px;

}

.custom-flex-item:nth-child(5n+4) .sections-new_block__item-img,
.custom-flex-item:nth-child(5n+5) .sections-new_block__item-img {
    max-height: 333px;
    max-width: 333px;
}


.custom-flex-item:nth-child(5n+4) .sections-new_block__item-logo,
.custom-flex-item:nth-child(5n+5) .sections-new_block__item-logo {
    max-width: 230px;
    max-height: 51px;
    margin: 0px;
}


.custom-flex-item:nth-child(5n+4) .sections-new_block__item-background,
.custom-flex-item:nth-child(5n+5) .sections-new_block__item-background {
    display: flex;
    padding: 12px;
}


.custom-flex-item:nth-child(5n+4) .sections-new_block__item-img,
.custom-flex-item:nth-child(5n+5) .sections-new_block__item-img {
    padding: 10px;
    margin-left: auto;
    max-width: 75%;
    height: auto;
}

@media (max-width: 600px) {

  .custom-flex-list{
    display: block;
  }

  .custom-flex-item {
    max-width: 100%;
    margin-bottom: 10px;
  }

.custom-flex-item:nth-child(5n+4) .sections-new_block__item-img,
.custom-flex-item:nth-child(5n+5) .sections-new_block__item-img {
    max-width: 100%;
    padding: 0px;
  }
  .custom-flex-item:nth-child(5n+4), .custom-flex-item:nth-child(5n+5){
    max-width: 100%;
  }
  .sections-new_block__item-background{
    min-width: 90px;
  }
}
/* End */
/* /bitrix/templates/aspro-lite/components/bitrix/catalog/main/style.css?17652883982191 */
/* /bitrix/templates/aspro-lite/components/bitrix/catalog.section.list/main-custom/style.css?17649497916385 */
