

/* Start:/local/templates/aspro-allcorp3_copy/components/bitrix/catalog/main_custom/style.css?17736714352322*/
.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_copy/components/bitrix/catalog/main_custom/../../../../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);
}
.catalog-detail__gallery.catalog-detail__gallery--vertical {
  padding-left: 90px;
  max-width: calc(var(--sizeImage) + var(--paddingRightLeft, 90px));

}
.catalog_detail__main__title {
	font-size: clamp(26px, 1.3942em + 1.0256vw, 42px);
  max-width: 100%;
  word-break: break-word;
  text-overflow: clip;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 130%;
}

body > .body:not(.index) > .main {
  padding-bottom: 0 !important;
}
/* End */


/* Start:/local/templates/aspro-allcorp3_copy/components/aspro/catalog.section.list.allcorp3/gf_custom_2/style.css?177367143515628*/
/* item */
.sections-list__item {
    position: relative;
}
.sections-list__item--big-padding {
    padding: 34px 40px 40px;
}
.sections-list__item.sections-list__item--has-bg {
    cursor: pointer;
    padding: 0;
}
.sections-list__item--has-bg {
    overflow: hidden;
}
@media (max-width: 600px) {
    .sections-list__item.flexbox--direction-row-reverse,
    .sections-list__item.flexbox--direction-row {
        flex-direction: column;
    }
    .sections-list__item.maxwidth-theme,
    .sections-list__item-text-wrapper .maxwidth-theme {
        padding-right: 0;
        padding-left: 0;
    }
}

/* additional text */
.sections-list__item-additional-text-wrapper {
    padding: 19px 0 18px 24px;
}
.sections-list__item--has-bg .sections-list__item-additional-text-wrapper {
    position: absolute;
    right: 33px;
    bottom: 23px;
    left: 33px;
    z-index: 1;
    padding: 0;
}
.grid-list--items-3
    .sections-list__item--has-bg
    .sections-list__item-additional-text-wrapper {
    bottom: 28px;
}
.sections-list__item--has-bg:hover
    .sections-list__item-additional-text-wrapper {
    opacity: 0;
}

/* text */
.sections-list__item--has-additional-text .sections-list__item-text-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    justify-content: flex-end;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
        box-shadow 0.2s ease-in-out;
    border-radius: 4px 4px 2px 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 0;
    width: 100%;
    max-height: 100%;
}
.sections-list__item--has-additional-text .sections-list__item-text-top-part {
    max-height: 100%;
    overflow-y: auto;
}
.sections-list__item--has-additional-text
    .sections-list__item-text-wrapper
    .sections-list__item-text-top-part:not(.mCustomScrollbar) {
    visibility: hidden;
}
.sections-list__item--has-additional-text
    .sections-list__item-text-top-part
    .mCSB_container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 32px 0 24px;
    min-height: 100%;
}
.sections-list__item--has-bg
    .sections-list__item-text-top-part
    .mCSB_container {
    padding: 35px 32px 0 32px;
}
.sections-list__item--has-additional-text:hover
    .sections-list__item-text-wrapper {
    visibility: visible;
    opacity: 1;
}
.sections-list__item--has-bg .sections-list__item-text-wrapper .dark_link {
    color: #fff;
    /* color: var(--white_text_black_reverse); */
}
.sections-list__item--has-bg
    .sections-list__item-text-wrapper
    .dark_link.color_light--opacity:hover {
    opacity: 1;
}
.sections-list__item:not(.sections-list__item--has-additional-text)
    .sections-list__item-text-wrapper
    > *,
.sections-list__item--has-additional-text
    .sections-list__item-text-top-part
    .mCSB_container
    > * {
    cursor: initial;
}
.sections-list__item--has-additional-text
    .sections-list__item-text-wrapper
    .sections-list__item-text-top-part
    .mCSB_container
    > div:last-of-type {
    margin-bottom: 21px;
}
.sections-list__item--has-bg
    .sections-list__item-text-wrapper
    .sections-list__item-text-top-part
    .mCSB_container
    > div:last-of-type {
    margin-bottom: 28px;
}
.sections-list .shadow-target {
    position: absolute;
    right: 0;
    left: 0;
    transition: bottom 0.2s ease-in-out;
    background-color: #fff;
    background-color: var(--card_bg_black);
}
.sections-list
    .shadow-parent-all:not(.sections-list__item-without-image)
    .shadow-target {
    bottom: -10px;
}
.sections-list .shadow-parent-all:hover .shadow-target {
    bottom: 0;
}
.sections-list__item-additional-text-top-part {
    height: 100%;
}
.sections-list--img-srl .sections-list__item-text-top-part {
    word-break: break-word;
}
@media (min-width: 601px) {
}
@media (max-width: 600px) {
    .bx-ie .sections-list__item-text-wrapper {
        flex-basis: auto;
    }
}

/* image */
.sections-list__item-image-wrapper {
    position: relative;
}
.sections-list--img-srl
    .sections-list__item-image-wrapper
    .sections-list__item-link {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 6px 0 0 32px;
    width: 140px;
    height: 140px;
}
.sections-list--img-srl
    .sections-list__item-image-wrapper--LEFT
    .sections-list__item-link {
    margin-right: 32px;
    margin-left: 0;
}
.sections-list--img-srl
    .grid-list--items-2
    .sections-list__item-image-wrapper:not(
        .sections-list__item-image-wrapper--ICONS
    )
    .sections-list__item-link,
.sections-list--img-srl
    .grid-list--items-2-wide
    .sections-list__item-image-wrapper:not(
        .sections-list__item-image-wrapper--ICONS
    )
    .sections-list__item-link {
    width: 110px;
    height: 110px;
}
.sections-list--img-srl
    .grid-list--items-3
    .sections-list__item-image-wrapper:not(
        .sections-list__item-image-wrapper--ICONS
    )
    .sections-list__item-link,
.sections-list--img-srl
    .grid-list--items-3-wide
    .sections-list__item-image-wrapper:not(
        .sections-list__item-image-wrapper--ICONS
    )
    .sections-list__item-link {
    width: 90px;
    height: 90px;
}
.sections-list--img-srl
    .sections-list__item-image-wrapper--ICONS
    .sections-list__item-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
.sections-list--img-srl .sections-list__item-image-wrapper--ICONS a svg {
    max-width: 100%;
    max-height: 100%;
}
.sections-list--img-srl
    .sections-list__item-image-wrapper--BIG_PICTURES
    .sections-list__item-link {
    width: 300px;
    height: 200px;
}
.sections-list--img-srl
    .sections-list__item-image-wrapper--PICTURES
    .sections-list__item-link {
    width: 120px;
    height: 120px;
}
.sections-list__item-image-wrapper--TOP {
    padding-top: 67%;
}
.sections-list__item-image-wrapper--BG {
    padding-top: 67%;
    width: 100%;
}
.sections-list__item-image-wrapper--BG:after {
    position: absolute;
    top: 51%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    content: "";
}
.sections-list__item-image {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 601px) {
    .sections-list--img-srl
        .grid-list--items-1
        .sections-list__item-image-wrapper
        .sections-list__item-link {
        margin-right: 0;
        margin-left: 48px;
    }
    .sections-list--img-srl
        .grid-list--items-1
        .sections-list__item-image-wrapper--LEFT
        .sections-list__item-link {
        margin-right: 48px;
        margin-left: 0;
    }
}
@media (max-width: 600px) {
    .sections-list--img-srl
        .sections-list__item-image-wrapper
        .sections-list__item-link {
        margin: 0 0 33px 0;
    }
    .sections-list--img-srl
        .grid-list--items-1
        .sections-list__item--big-padding {
        padding: 40px;
    }
    .mobile-scrolled .sections-list__item-image-wrapper--BG {
        padding-top: 150%;
    }
    .mobile-scrolled .sections-list__item-image-wrapper--BG:after {
        top: 40%;
    }
    .sections-list--img-srl
        .sections-list__item-image-wrapper:not(
            .sections-list__item-image-wrapper--ROUND_PICTURES
        )
        .sections-list__item-image {
        border-radius: 4px;
    }
}
@media (max-width: 424px) {
    .sections-list--img-srl
        .sections-list__item-image-wrapper--BIG_PICTURES
        .sections-list__item-link {
        padding-top: 67%;
        width: 100%;
        max-width: 300px;
        height: auto;
    }
}

/* items products count */
.sections-list__item-products-count {
    margin: 3px 0 0 0;
}
.sections-list--img-srl
    .grid-list--items-1
    .sections-list__item-products-count {
    margin-top: 8px;
}

/* title */
.sections-list__item-title {
    position: relative;
}
.sections-list__item-link--absolute {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
@media (min-width: 601px) {
    .sections-list--img-srl .sections-list__item-title {
        padding-right: 54px;
    }
}
@media (max-width: 600px) {
    .sections-list--img-srl
        .sections-list__item--compact
        .sections-list__item-title {
        font-size: 1.6em;
        line-height: calc(1em + 7px);
    }
}

.sections-list__item-preview-wrapper {
    margin: 14px 0 0 0;
}

.sections-list__item-childs {
    margin: 12px 0 7px 0;
}
.sections-list--img-srl .grid-list--items-1 .sections-list__item-childs {
    margin-top: 20px;
}
.sections-list__item-childs > ul {
    margin: 0;
}
.sections-list__item-childs > ul > li {
    display: inline;
    line-height: calc(1em + 10px);
} /*25px*/
.sections-list__item-childs-item-separator {
    margin: 0 7px 0 4px;
    color: #ccc;
}
.sections-list__item--has-bg .sections-list__item-childs-item-separator {
    color: #fff;
}

/* arrow */
@media (min-width: 601px) {
    .sections-list--img-srl .sections-list__item-image-wrapper .arrow-all {
        display: none;
    }
}
@media (max-width: 600px) {
    .sections-list--img-srl .sections-list__item-text-top-part .arrow-all {
        display: none;
    }
}

/*compact*/
.sections-list__item--compact {
    padding: 22px 23px;
}
.sections-list__item--compact .sections-list__item-title {
    padding-right: 0px;
}
.sections-list__item--compact
    .sections-list__item-image-wrapper
    .sections-list__item-link {
    margin: 1px 24px 0px 0px;
}
.sections-list__item--compact
    .sections-list__item-image-wrapper:not(
        .sections-list__item-image-wrapper--ICONS
    )
    .sections-list__item-link {
    width: 50px;
    height: 50px;
}
.sections-list__item--compact
    .sections-list__item-image-wrapper:not(
        .sections-list__item-image-wrapper--ICONS
    )
    + .sections-list__item-text-wrapper {
    padding-top: 5px;
}
.sections-list__item--compact .sections-list__item-products-count {
    margin: 0px;
}

.arrow-span__text {
    position: absolute;
    top: -3px;
    right: 37px;
    transition: all 0.3s ease;
    color: #97a7bf;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    font-family: Montserrat;
    text-align: center;
}
.arrow-all--wide {
    width: 160px !important;
}
.sections-list__wrapper:hover .arrow-span__text {
    right: 60px;
    transition: all 0.3s ease;
    color: var(--theme-base-color);
}
.sections-list__item-childs-item-name {
    transition: all 0.3s ease;
    border-radius: 8px;
    background: #e6eaf0;
    padding: 8px;
    color: var(--theme-base-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 21.28px;
    text-wrap: nowrap;
}
.sections-list__item-childs > ul > li {
    line-height: calc(1em + 30px);
}
ul.list-unstyled li {
    padding-right: 4px;
}
.sections-list__item-childs-item:hover .sections-list__item-childs-item-name {
    transition: all 0.3s ease;
    background: #00569c52;
}
.arrow-all--mobile {
    display: none;
}
@media (max-width: 767px) {
    .arrow-all {
    }
    .sections-list--img-srl
        .grid-list--items-1
        .sections-list__item--big-padding {
        padding: 15px;
    }
    body .mobile-scrolled {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap !important;
        gap: 32px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: unset !important;
    }
    #main .mobile-scrolled:not(.grid-list--no-gap) > div {
        padding: 0px !important;
    }
    #main .mobile-scrolled--items-2 > div {
        width: 100% !important;
    }
    .sections-list__item-text-top-part {
        padding-bottom: 16px;
    }
    .arrow-all--mobile {
        display: block;
        position: relative !important;
        top: unset !important;
        right: unset !important;
        z-index: unset !important;
        width: 100% !important;
        height: 15px !important;
    }
    .arrow-span__text {
        top: -5px;
    }
    .sections-list__item-image-wrapper {
        display: flex;
        position: relative;
        justify-content: center;
    }
    .sections-list--img-srl
        .sections-list__item-image-wrapper
        .sections-list__item-link {
        margin: 0;
    }
    .sections-list__item-title .dark_link {
        display: block;
        width: 100%;
    }
}
.gf_custom_2-template
    .sections-list--img-srl
    .grid-list--items-1
    .sections-list__item--big-padding,
.sections-list.gf_custom_2-template.sections-list--img-srl
    .grid-list--items-1
    .sections-list__item--big-padding {
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    padding: 16px 32px 32px 32px;
}

.sections-list__item--simple-layout {
    position: relative;
    align-items: center;
}

.sections-list__item--simple-layout .sections-list__item-image-wrapper {
    flex-shrink: 0;
    padding-top: 0;
    width: auto;
    height: auto;
}

.sections-list__item--simple-layout .sections-list__item-image {
    display: block;
    position: unset;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: clamp(140px, 8.2308rem + 2.3077vw, 176px);
    height: clamp(140px, 8.2308rem + 2.3077vw, 176px);
}

.sections-list__item--simple-layout .sections-list__item-content-wrapper {
    display: flex;
    position: relative;
    flex: 1;
    flex-direction: column;
    gap: 16px;
}

.sections-list__item--simple-layout .sections-list__item-preview-wrapper {
    margin: 0;
}

.sections-list__item--simple-layout .sections-list__item-title {
    margin: 0;
    border: none;
    padding: 0;
}

.sections-list__item--simple-layout .sections-list__item-link--absolute {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 600px) {
    .gf_custom_2-template
        .sections-list--img-srl
        .grid-list--items-1
        .sections-list__item--big-padding,
    .sections-list.gf_custom_2-template.sections-list--img-srl
        .grid-list--items-1
        .sections-list__item--big-padding {
        align-items: center;
    }

    .sections-list__item--simple-layout .sections-list__item-content-wrapper {
        margin-left: 0;
        width: 100%;
    }
}
.dark_link.new_link {
    color: #00569c;
    font-weight: 700;
    font-size: clamp(1.25rem, 1.1923rem + 0.2564vw, 1.5rem);
    line-height: 100%;
    font-family: "Montserrat", sans-serif;
}
.sections-list--img-srl
    .grid-list--items-1
    .sections-list__item-preview-wrapper {
    vertical-align: middle;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    font-family: "Montserrat", sans-serif;
}
.shadow-hovered:hover {
    cursor: pointer;
}

/* End */
/* /local/templates/aspro-allcorp3_copy/components/bitrix/catalog/main_custom/style.css?17736714352322 */
/* /local/templates/aspro-allcorp3_copy/components/aspro/catalog.section.list.allcorp3/gf_custom_2/style.css?177367143515628 */
