

/* 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/components/bitrix/catalog.section/catalog_block/style.min.css?17765115802295*/
.ajax_load .top_wrapper{margin-right:1px}.ajax_load .top_wrapper .catalog_block .catalog_item>div{padding-left:25px;padding-right:25px}.ajax_load .top_wrapper .catalog_item .footer_button{margin-left:-25px;margin-right:-25px}.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer{margin:0 -1px 0 0;padding:0 1px 0 0}.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer .owl-item:hover{z-index:2}.catalog_block_template .catalog_block.owl-carousel .catalog_item:hover .inner_wrap{box-shadow:inset 0 0 0 1px #ececec;box-shadow:inset 0 0 0 1px var(--stroke_black);height:100%}.ordered-block .catalog_block_template .catalog_block .TYPE_2 .cost.prices .more-item-info>.svg{top:-2px}.catalog_block_template .catalog_block.owl-carousel .catalog_item:hover .inner_wrap.TYPE_2 .footer_button{margin-top:0}@media (min-width:1200px){.col-lg-5_2.custom-line,.wrapper1 .right_block.wide_Y .ajax_load .top_wrapper .col-lg-3:not(.custom-line){width:20%}#main .catalog_in_content .section-content-wrapper.with-leftblock .col-lg-3:not(.custom-line),#main .catalog_page .section-content-wrapper.with-leftblock .col-lg-3:not(.custom-line),.right_block.wide_Y .ajax_load .top_wrapper .col-lg-4:not(.custom-line){width:25%}#main .catalog_in_content .section-content-wrapper.with-leftblock .col-lg-4:not(.custom-line),#main .right_block.wide_Y.catalog_page .section-content-wrapper.with-leftblock .col-lg-4:not(.custom-line){width:33.33%}}@media (min-width:1200px) and (max-width:1499px){.wrapper1.header-v28 .right_block.wide_Y .ajax_load .top_wrapper .col-lg-3:not(.custom-line){width:25%}.wrapper1.header-v28 .controls-linecount{display:none}}@media (max-width:600px){.wrapper1.front_page .compact-catalog-slider .catalog_block.items{width:auto;padding-left:16px;margin:0 -16px -20px!important;padding-bottom:20px}.wrapper1.front_page .compact-catalog-slider .catalog_block.items .item-parent{flex-shrink:0;margin:0;width:172px}.wrapper1.front_page .compact-catalog-slider .catalog_block.items .item-parent:last-of-type{padding-right:16px;width:calc(172px + 16px)}.wrapper1.front_page .compact-catalog-slider .catalog_block.items:not(.has-bottom-nav) .bottom_nav.mobile_slider *{display:none}.wrapper1.front_page .compact-catalog-slider~.bottom_nav:not(.mobile_slider){display:none}}
/* End */


/* Start:/local/templates/aspro_max/css/bonus-system.min.css?17765115801535*/
.bonus-system-block,.bonus_item_cart,.lt_cart_bonus_all{font-size:.8rem;line-height:1rem;position:relative;padding:4px 0 0 14px;width:max-content}.bonus-system-block:empty,.bonus_item_cart:empty,.lt_cart_bonus_all:empty{display:none}.bonus-system-block:after,.bonus_item_cart:after,.lt_cart_bonus_all:after{content:'';display:block;position:absolute;left:0;top:3px;bottom:0;width:11px;background:url(/local/templates/aspro_max/css/../images/svg/bonus_icon.svg) center no-repeat}.catalog_item.big .bonus-system-block{color:#fff}.catalog_item.big .bonus-system-block:not(:empty):after{background:url(/local/templates/aspro_max/css/../images/svg/bonus_icon_white.svg) center no-repeat}.services_buy_block .bonus-system-block{margin-left:9px}.body-info__bottom .sale_block~.bonus-system-block{margin-top:5px}.prices-services-detail .bonus-system-block{margin-left:8px}.bonus_item_cart{margin-bottom:5px}.basket_fly .items_wrap .bonus-system-block,.basket_hover_block .bonus-system-block,.lt_cart_bonus_all{margin-left:auto}#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line [id^=bonus]>span{background:var(--card_bg_black);position:relative;z-index:1}.bx-soa-section-content.lt_bonus_cont_success{background-color:var(--black_bg_black);padding-top:26px}.bonus_comment_min_max{color:var(--white_text_black)}#bonus_payment_block .bx-soa-coupon-input.lt_no_arrow:before{display:none}#bonus_payment_block #bonus_payfield_block .bx-soa-coupon-input{display:inline-block;vertical-align:baseline;overflow:visible}#bonus_payment_block #bonus_payfield_block .bx-soa-coupon-input input{margin-bottom:10px}
/* End */


/* Start:/local/templates/aspro_max/css/animation/animation_ext.css?17765115804934*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.transition{
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.animated.duration03{

-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
-o-animation-duration: 0.3s;
animation-duration: 0.3s;
}
.animated.duration04{

-webkit-animation-duration: 0.4s;
-moz-animation-duration: 0.4s;
-o-animation-duration: 0.4s;
animation-duration: 0.4s;
}
.animated.duration05{

-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.animated.duration06{

-webkit-animation-duration: 0.6s;
-moz-animation-duration: 0.6s;
-o-animation-duration: 0.6s;
animation-duration: 0.6s;
}
.animated.duration07{

-webkit-animation-duration: 0.7s;
-moz-animation-duration: 0.7s;
-o-animation-duration: 0.7s;
animation-duration: 0.7s;
}
.animated.duration08{

-webkit-animation-duration: 0.8s;
-moz-animation-duration: 0.8s;
-o-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.animated.duration09{

-webkit-animation-duration: 0.9s;
-moz-animation-duration: 0.9s;
-o-animation-duration: 0.9s;
animation-duration: 0.9s;
}
.animated.duration10{

-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}

.delay01{

-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
-o-animation-delay: 0.1s;
animation-delay: 0.1s;}

.delay03{

-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
-o-animation-delay: 0.3s;
animation-delay: 0.3s;}


.delay05{

-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-o-animation-delay: 0.5s;
animation-delay: 0.5s;}

.delay055{

-webkit-animation-delay: 0.55s;
-moz-animation-delay: 0.55s;
-o-animation-delay: 0.55s;
animation-delay: 0.55s;}

.delay06{

-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
-o-animation-delay: 0.6s;
animation-delay: 0.6s;}
.delay065{

-webkit-animation-delay: 0.65s;
-moz-animation-delay: 0.65s;
-o-animation-delay: 0.65s;
animation-delay: 0.65s;}

.delay07{

-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
-o-animation-delay: 0.7s;
animation-delay: 0.7s;}

.delay08{

-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
-o-animation-delay: 0.8s;
animation-delay: 0.8s;}

.delay09{

-webkit-animation-delay: 0.9s;
-moz-animation-delay: 0.9s;
-o-animation-delay: 0.9s;
animation-delay: 0.9s;}

.delay11,.delay011{

-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
-o-animation-delay: 1.1s;
animation-delay: 1.1s;}

.delay12, .delay012{

-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
-o-animation-delay: 1.2s;
animation-delay: 1.2s;}

.delay13,.delay013{

-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
-o-animation-delay: 1.3s;
animation-delay: 1.3s;}

.delay15, .delay015{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay17, .delay017{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay19, .delay019{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay21, .delay021{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

@-webkit-keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: .55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .55;
  }
  100% {
    opacity: 1;
  }
}

/* WebKit  Opera */
@-webkit-keyframes spinner{
  from{
    -webkit-transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
  }
}
/* Other */
@keyframes spinner{
  from{
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  to{
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}
/* 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/components/bitrix/catalog.section/catalog_block/style.min.css?17765115802295 */
/* /local/templates/aspro_max/css/bonus-system.min.css?17765115801535 */
/* /local/templates/aspro_max/css/animation/animation_ext.css?17765115804934 */
/* /local/templates/aspro_max/css/catalog-section-faq.css?1780471211564 */
