

/* Start:/local/templates/aspro_max/landing_pages/style.css?17836593668741*/
.catalog-landing-schema-org,
.catalog-landing-schema-website {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.catalog-landing-page {
    padding: 16px 0 0;
}

.catalog-landing-banner-wrap {
    margin-bottom: 30px;
}

/* SEO-посадочные: полная ширина, компактнее по высоте (каталог не затрагиваем) */
.wrapper_inner.wide_page .catalog-landing-banner-wrap {
    width: 100%;
}

.wrapper_inner.wide_page .catalog-landing-banner-wrap .section-content-wrapper {
    float: none;
    width: 100%;
    max-width: 100%;
}

.wrapper_inner.wide_page .catalog-landing-banner-wrap .section-banner {
    width: 100%;
    align-items: flex-start;
}

.wrapper_inner.wide_page .catalog-landing-banner-wrap .section-banner-cnt {
    padding: 26px 10px 26px 26px;
}

.wrapper_inner.wide_page .catalog-landing-banner-wrap .section-banner-text {
    margin-top: 8px;
    font-size: 17px;
}

.wrapper_inner.wide_page .catalog-landing-banner-wrap .section-banner-tizers {
    margin-top: 22px;
    row-gap: 12px;
}

.wrapper_inner.wide_page .catalog-landing-banner-wrap .section-banner-footer {
    margin-top: 22px;
}

.wrapper_inner.wide_page .catalog-landing-banner-wrap #pagetitle {
    font-size: 33px;
    line-height: 1.2;
}

.wrapper_inner.wide_page .catalog-landing-banner-wrap .section-banner-pict {
    aspect-ratio: 545 / 453;
    max-height: 320px;
    min-height: 0;
    align-self: flex-end;
}

.wrapper_inner.wide_page .catalog-landing-banner-wrap .section-banner-pict__img,
.wrapper_inner.wide_page .catalog-landing-banner-wrap .section-banner-pict img {
    max-height: 320px;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: right center;
}

@media (min-width: 1200px) {
    .wrapper_inner.wide_page .catalog-landing-banner-wrap .section-banner-pict {
        max-height: 360px;
    }

    .wrapper_inner.wide_page .catalog-landing-banner-wrap .section-banner-pict__img,
    .wrapper_inner.wide_page .catalog-landing-banner-wrap .section-banner-pict img {
        max-height: 360px;
    }
}

@media (max-width: 1199px) {
    .wrapper_inner.wide_page .catalog-landing-banner-wrap .section-banner-cnt {
        padding: 24px;
    }

    .wrapper_inner.wide_page .catalog-landing-banner-wrap .section-banner-pict {
        aspect-ratio: auto;
        max-height: 240px;
        margin-top: 20px;
    }

    .wrapper_inner.wide_page .catalog-landing-banner-wrap .section-banner-pict__img,
    .wrapper_inner.wide_page .catalog-landing-banner-wrap .section-banner-pict img {
        max-height: 240px;
        height: auto;
    }
}

@media (max-width: 479px) {
    .wrapper_inner.wide_page .catalog-landing-banner-wrap .section-banner-cnt {
        padding: 18px;
    }

    .wrapper_inner.wide_page .catalog-landing-banner-wrap #pagetitle {
        font-size: 28px;
    }

    .wrapper_inner.wide_page .catalog-landing-banner-wrap .section-banner-tizers,
    .wrapper_inner.wide_page .catalog-landing-banner-wrap .section-banner-footer {
        margin-top: 18px;
    }
}

.catalog-landing-banner-wrap + .catalog-landing-top-wrap .catalog-landing-page {
    padding-top: 0;
}

.catalog-landing-top-wrap .catalog-landing-page__top-text {
    margin-bottom: 0;
}

.catalog-landing-top-wrap .catalog-landing-page__top-text p {
    margin: 0;
}

.catalog-landing-top-wrap .catalog-landing-page__top-text p + p {
    margin-top: 1em;
}

.catalog-landing-page__bottom-text {
    margin-top: 6px;
    padding-bottom: 32px;
}

.catalog-landing-bottom-wrap .catalog-landing-page__bottom-text.group_description_block.bottom {
    padding-top: 10px;
    margin-bottom: 30px;
}

.catalog-landing-applicability-wrap.maxwidth-theme,
.catalog-landing-node-groups-wrap.maxwidth-theme,
.catalog-landing-top-wrap.maxwidth-theme,
.catalog-landing-bottom-wrap.maxwidth-theme,
.catalog-landing-faq-wrap.maxwidth-theme {
    padding-left: 0;
    padding-right: 0;
}

.catalog-landing-page .section-banner-footer {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.catalog-landing-page .section-banner-footer .btn-banner-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    background-color: #e6bb00;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .15s ease;
}

.catalog-landing-page .section-banner-footer .btn-banner-cta:hover,
.catalog-landing-page .section-banner-footer .btn-banner-cta:focus {
    background-color: #d4aa00;
    color: #ffffff;
    text-decoration: none;
}

.catalog-landing-page .section-banner-footer .btn-banner-cta__ico {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.catalog-landing-page .section-banner-footer .btn-banner-cta__ico svg {
    display: block;
    width: 100%;
    height: 100%;
}

.catalog-landing-node-groups {
    margin: 32px 0 8px;
}

.catalog-landing-node-groups__title {
    margin: 0 0 12px;
}

.catalog-landing-node-groups__title a {
    text-decoration: none;
}

.catalog-landing-node-groups__title a:hover {
    text-decoration: underline;
}

.catalog-landing-node-groups__subtitle {
    margin: 0 0 24px;
    max-width: none;
    width: 100%;
    font-size: 15px;
    line-height: 1.55;
}

.catalog-landing-node-groups__group--next {
    margin-top: 40px;
    padding-top: 8px;
}

.catalog-landing-node-groups__products {
    margin-top: 0;
}

.catalog-landing-node-groups__products .catalog_block.items {
    margin-left: 0;
    margin-right: 0;
}

.catalog-landing-page .catalog-section-faq {
    margin: 32px 0 8px;
}

.catalog-landing-applicability {
    margin: 32px 0 8px;
}

.catalog-landing-applicability__title {
    margin: 0 0 12px;
}

.catalog-landing-applicability__description {
    margin: 0 0 24px;
    max-width: none;
    width: 100%;
    font-size: 15px;
    line-height: 1.55;
}

.catalog-landing-applicability__group--next {
    margin-top: 40px;
    padding-top: 8px;
}

.catalog-landing-applicability .section-compact-list {
    margin-top: 0;
}

.catalog-landing-applicability__list {
    margin-top: 0;
}

.catalog-landing-applicability__tile {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    padding: 16px 16px 18px;
    text-align: center;
}

.catalog-landing-applicability__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    margin: 0 0 14px;
    text-decoration: none;
}

.catalog-landing-applicability__thumb img {
    display: block;
    max-width: 120px;
    max-height: 120px;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.catalog-landing-applicability__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}

.catalog-landing-applicability__link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.catalog-landing-applicability__link span {
    display: inline-block;
}

@media (max-width: 767px) {
    .catalog-landing-node-groups {
        margin-top: 24px;
    }

    .catalog-landing-node-groups__title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 1.3;
    }

    .catalog-landing-node-groups__subtitle {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .catalog-landing-node-groups__group--next {
        margin-top: 28px;
    }

    .catalog-landing-applicability {
        margin-top: 24px;
    }

    .catalog-landing-applicability__title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 1.3;
    }

    .catalog-landing-applicability__description {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .catalog-landing-applicability__group--next {
        margin-top: 28px;
    }

    .catalog-landing-applicability__list > .row.flexbox {
        margin-left: -8px;
        margin-right: -8px;
    }

    .catalog-landing-applicability__list > .row.flexbox > [class*="col-"] {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }
}

@media (max-width: 600px) {
    .catalog-landing-applicability__list > .row.flexbox > [class*="col-"] {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
}

/* End */


/* Start:/local/templates/aspro_max/css/catalog-section-banner.css?17836593668990*/
.top-block-wrapper .topic,
.top-block-wrapper #navigation,
.top-content-block,
.topic .element-count-wrapper {
	display: none;
}
.section-banner .topic,
.section-banner #navigation,
#sections-wrapper .top-content-block {
	display: block;
}
.top-block-wrapper {
	height: 30px;
}
.section-banner .topic__inner>div:not(.topic__heading) {
	margin: 0;
	width: auto;
	text-align: left;
	position: static;
	cursor: default;
	float: none;
}
#pagetitle {
	font-weight: 700;
	font-size: 36px;
}
#navigation {
	margin-top: 8px;
}
.breadcrumbs__item span,
.breadcrumbs__separator {
	color: #999999;
}
.breadcrumbs__item a:hover span {
	color: #333333;
}
.section-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background-color: #f4f4f4;
}
.section-banner-cnt {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	width: 50%;
	max-width: 50%;
}
.section-banner-pict {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	width: 50%;
	max-width: 50%;
}
.section-banner-cnt {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 30px 10px 30px 30px;
}
.section-banner-text {
	margin-top: 10px;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
}
.section-banner-tizers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 30px -7px 0 -7px;
	row-gap: 15px;
}
.section-banner-tizers-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	gap: 8px;
	padding: 0 7px;
}
.section-banner-tizers-item img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 32px;
	        flex: 0 0 32px;
	width: 32px;
	height: 32px;
	margin: 0;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center center;
	   object-position: center center;
}
.section-banner-tizers-item svg {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 32px;
	        flex: 0 0 32px;
	width: 32px;
	height: 32px;
}
.section-banner-tizers-item span {
	display: inline-block;
	padding-top: 2px;
	font-weight: 600;
	font-size: 15px;
	color: #333333;
}
.section-banner-pict {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-item-align: end;
	    align-self: flex-end;
	aspect-ratio: 545 / 453;
	position: relative;
	overflow: hidden;
	padding: 0;
}
.section-banner-pict__bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}
.section-banner-footer {
	margin-top: 30px;
	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: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	width: 100%;
}
.section-banner-pict__img,
.section-banner-pict img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: right center;
	   object-position: right center;
}
.section-banner-footer .btn-banner-cta {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	gap: 10px;
	padding: 14px 24px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: auto;
	max-width: 100%;
	background-color: #e6bb00;
	color: #ffffff;
	border: none;
	border-radius: 6px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.2;
	text-decoration: none;
	-webkit-transition: background-color .15s ease;
	-o-transition: background-color .15s ease;
	transition: background-color .15s ease;
}
.section-banner-footer .btn-banner-cta:hover,
.section-banner-footer .btn-banner-cta:focus {
	background-color: #d4aa00;
	color: #ffffff;
	text-decoration: none;
}
.section-banner-footer .btn-banner-cta__ico {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 20px;
	        flex: 0 0 20px;
	width: 20px;
	height: 20px;
	display: inline-block;
}
.section-banner-footer .btn-banner-cta__ico svg {
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width: 1199px) {
	.section-banner {
		display: block;
	}
	.section-banner-cnt {
		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: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		padding: 30px;
	}
	.section-banner-pict {
		width: 100%;
		max-width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		aspect-ratio: auto;
		-ms-flex-item-align: stretch;
		    align-self: stretch;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 0;
		margin: 24px 0 0;
	}
	.section-banner-pict__img,
	.section-banner-pict img {
		display: none !important;
	}
	.section-banner .topic__inner {
		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: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 12px;
	}
	.section-banner .topic__heading {
		overflow: visible;
		-o-text-overflow: clip;
		   text-overflow: clip;
		max-width: 100%;
	}
	.section-banner #pagetitle {
		word-wrap: break-word;
		overflow-wrap: break-word;
	}
	.section-banner-footer {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media (max-width: 575px) {
	.section-banner-cnt {
		padding: 20px;
	}
	.section-banner .topic__inner {
		gap: 10px;
	}
}
@media (max-width: 479px) {
	.section-banner-cnt {
		padding: 15px;
	}
	.section-banner .topic__heading #pagetitle {
		font-size: 30px;
		line-height: 36px;
	}
	.section-banner .topic__inner {
		gap: 5px;
	}
	.section-banner-text {
		font-size: 14px;
	}
	.section-banner-tizers,
	.section-banner-footer {
		margin-top: 15px;
	}
	.section-banner-tizers-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		width: 100%;
	}
	.section-banner-footer .btn,
	.section-banner-footer .btn-banner-cta {
		width: auto;
		max-width: 100%;
	}
}

/* Мобильный фон баннера: белый текст для читаемости на тёмном изображении */
@media (max-width: 1199px) {
	.section-banner.section-banner--mob-bg .section-banner-cnt,
	.section-banner.section-banner--mob-bg .section-banner-cnt .section-banner-text,
	.section-banner.section-banner--mob-bg .section-banner-cnt .section-banner-tizers-item span,
	.section-banner.section-banner--mob-bg .section-banner-cnt #pagetitle {
		color: #ffffff;
	}

	.section-banner.section-banner--mob-bg .section-banner-cnt .breadcrumbs__item span,
	.section-banner.section-banner--mob-bg .section-banner-cnt .breadcrumbs__separator {
		color: rgba(255, 255, 255, 0.85);
	}

	.section-banner.section-banner--mob-bg .section-banner-cnt .breadcrumbs__item a:hover span {
		color: #ffffff;
	}
}

/* End */


/* Start:/local/templates/aspro_max/css/catalog-section-faq.css?1780471211564*/
.catalog-section-faq {
    margin: 32px 0 0;
}

.catalog-section-faq__head {
    margin-bottom: 20px;
}

.catalog-section-faq__title {
    margin: 0 0 12px;
}

.catalog-section-faq__description {
    line-height: 1.6;
}

.catalog-section-faq__accordion .item_wrap {
    margin-bottom: 0;
}

.catalog-section-faq__answer {
    line-height: 1.65;
}

.catalog-section-faq__answer p {
    margin: 0 0 12px;
}

.catalog-section-faq__answer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .catalog-section-faq {
        margin-top: 24px;
    }
}

/* End */
/* /local/templates/aspro_max/landing_pages/style.css?17836593668741 */
/* /local/templates/aspro_max/css/catalog-section-banner.css?17836593668990 */
/* /local/templates/aspro_max/css/catalog-section-faq.css?1780471211564 */
