

/* Start:/bitrix/components/kraytsantehnika/krayt.articles/templates/articles/bitrix/news.detail/news_child/style.css?17479224264060*/
.receipt-detail-content {
	line-height: 1.8;
	font-size: 14px;
}
.static_page img.receipt-detail-image {
	width: 100%;
	height: auto;
	max-height: 500px;
	object-fit: cover;
	margin-bottom: 60px;
	border-radius: 4px;
	margin: 0;
	margin-bottom: 60px;
}

.news-detail-title.title_box {
	margin: 0;
	padding-top: 0;
}
.receipt-time, .receipt-person {
	padding-top: 10px;
	padding-bottom: 10px;
}
.receipt-time span, .receipt-person span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 500;
	color: #8c8c8c;
}

.receipt-time-icon, .receipt-person-icon {
	width: 25px;
	height: 25px;
	opacity: .7;
	background-size: 23px;
	background-position: center;
	background-repeat: no-repeat;
}
.receipt-bottom-title {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
}

.receipt-ingredients, .receipt-instruction {
	margin-bottom: 20px;
}


.section_recipes{
	padding-top: 30px;
}
.section_recipes h2{
	font-size: 24px;
	padding: 0 0 25px;
	position: relative;
	overflow: hidden;
}
.recipes_block_wrapper{
	padding-left: 10px;
	padding-right: 10px;
}
.recipes_block{
	height: 100%;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	transition: .5s;
	background-color: #fff;
}

.recipes_block_content .recipes_block_list ul{
	margin-bottom: 19px;
}
.recipes_block_btn{
	border-top: 0.5px solid #D3D3D3;
	padding-top: 22px;
	padding-bottom: 26px;
	margin: 0 30px;
	display: flex;
	justify-content: center;
}


.block_how_to_title{
	font-size: 20px;
	line-height: 19px;
	color: var(--main_font_color);
	font-weight: 500;
	margin-bottom: 20px;
}
.receipt-detail-top p{
	font-size: 14px;
	font-weight: 400;
	line-height: 200%;
}
.receipt-detail-top-row{
	max-width: 860px;
}

.receipt-detail-top-row{
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
}

.receipt-detail-top-col .title_box{
	margin-top: 12px;
	margin-bottom: 30px;
}

.receipt-detail-content_title{
	margin-bottom: 16px;
}
.receipt-detail-content_title h3{
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: var(--main_font_color);
}
.receipt-detail-content_text p{
	font-size: 14px;
	line-height: 25px;
	color: var(--main_font_color);
}
.receipt-detail-content_text{
	margin-top: 33px;
}
.link-back.link_back_news{
	margin-top: 40px;
	margin-bottom: 45px;
}

.receipt-detail {
	margin-bottom: 60px;
}
.receipt-detail .receipt-detail-top h1 {
	margin:0 0 40px 0;
	font-size: 36px;
	font-weight: 500;
	line-height: 140%;
	max-width: 710px;
}
.brand-products{
	padding-top: 60px;
	margin: 0 0 60px 0;
}
.brand-products .bx_pagination_bottom{
	padding-top: 40px;
}
.brand-products .title_box {
	margin-bottom: 40px;
}
.brand-products h2 {
	display: inline-block;
	position: relative;
	margin: 0;
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
}
.clear {
	clear: both;
}
.static_page ol li{
	padding-left: 35px;
}
.static_page ol li:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	font-size: 14px;
	line-height: 22px;
	color: var(--main_text_button);
	font-weight: 500;
	text-align: center;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	bottom: 0;
	right: 0;
	margin: auto 0;
	background-color: var(--main_color);
	border-radius: 4px;
	counter-increment: myCounter;
	content: counter(myCounter);
}
@media (max-width: 992px) {
	.receipt-detail{
		margin-bottom: 0;
	}
	.brand-products{
		padding-top: 40px;
		margin: 0 0 40px 0;
	}
	.receipt-detail .static_page h1{
		font-size: 26px!important;
		margin-bottom: 24px!important;
	}
	.brand-products .title_box{
		margin-bottom: 24px;
	}
	.brand-products h2{
		font-size: 26px;
	}
}
@media (max-width: 768px) {
	.receipt-detail-image {
		margin: 0 0 24px;
	}
}
@media(max-width: 576px){
	.receipt-detail .static_page h1{
		font-size: 20px!important;
		font-weight: 700;
	}
	.brand-products h2{
		font-size: 20px;
	}
	.brand-products{
		padding-top: 25px;
		margin: 0 0 25px 0;
	}
	.brand-products .product__list.mini_tiles{
		margin: 0 -16px;
	}
}
/* End */


/* Start:/bitrix/components/kraytsantehnika/krayt.facade.promo/templates/.default/style.css?17845275556063*/
.facade-promo-widget {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 980;
    width: 240px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-left: none;
    border-radius: 0 16px 16px 0;
    box-shadow:
        0 8px 28px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(4px) saturate(1.2);
    -webkit-backdrop-filter: blur(10px) saturate(1.2);
    transform: translate3d(-110%, -50%, 0) scale(1);
    opacity: 0;
    visibility: hidden;
    transform-origin: center center;
    overflow: visible;
}

.facade-promo-widget.is-visible {
    visibility: visible;
    opacity: 1;
    animation: facadePromoSlideIn 0.7s ease-out forwards;
}

.facade-promo-widget.is-visible.is-pulsing {
    transform: translate3d(0, -50%, 0);
    animation: facadePromoGlow 2.4s ease-in-out infinite;
}

.facade-promo-widget.is-closing {
    animation: facadePromoSlideOut 0.45s ease-in forwards !important;
    pointer-events: none;
}

.facade-promo-widget.is-navigating {
    animation: none !important;
    transform: translate3d(0, -50%, 0) scale(1);
    pointer-events: none;
}

@keyframes facadePromoSlideIn {
    from {
        transform: translate3d(-110%, -50%, 0) scale(1);
    }
    to {
        transform: translate3d(0, -50%, 0) scale(1);
    }
}

@keyframes facadePromoGlow {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.28);
        box-shadow:
            0 8px 28px rgba(0, 0, 0, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.35),
            0 0 0 0 color-mix(in srgb, var(--main_color, #c0392b) 0%, transparent),
            0 0 0 0 color-mix(in srgb, var(--main_color, #c0392b) 0%, transparent);
    }
    50% {
        border-color: color-mix(in srgb, var(--main_color, #c0392b) 55%, rgba(255, 255, 255, 0.28));
        box-shadow:
            0 8px 28px rgba(0, 0, 0, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.35),
            0 0 10px 1px color-mix(in srgb, var(--main_color, #c0392b) 45%, transparent),
            0 0 18px 3px color-mix(in srgb, var(--main_color, #c0392b) 28%, transparent);
    }
}

@keyframes facadePromoSlideOut {
    from {
        transform: translate3d(0, -50%, 0) scale(1);
        opacity: 1;
    }
    to {
        transform: translate3d(-110%, -50%, 0) scale(1);
        opacity: 0;
    }
}

.facade-promo-widget__top {
    margin-bottom: 10px;
    background: transparent;
    transition: transform 0.55s cubic-bezier(0.55, 0.05, 0.8, 0.15), opacity 0.45s ease;
    will-change: transform, opacity;
}

.facade-promo-widget.is-navigating .facade-promo-widget__top {
    transform: translateX(-120vw);
    opacity: 0;
}

.facade-promo-widget__title {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--main-txt, #222);
    text-align: left;
    background: transparent;
}

.facade-promo-widget__close {
    position: absolute;
    top: 0;
    left: calc(100% + 10px);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    color: #333;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: color 0.2s ease, transform 0.2s ease, background 0.2s ease, opacity 0.35s ease;
}

.facade-promo-widget.is-navigating .facade-promo-widget__close {
    opacity: 0;
    pointer-events: none;
}

.facade-promo-widget__close:hover {
    color: #000;
    background: #fff;
    transform: scale(1.1);
}

.facade-promo-widget__btn {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 10px 12px;
    border: none;
    border-radius: 8px;
    background: var(--main_color, #c0392b);
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transition: background 0.2s ease, transform 0.2s ease, opacity 0.35s ease;
}

.facade-promo-widget__btn:hover {
    background: color-mix(in srgb, var(--main_color, #c0392b) 82%, #000);
    color: #fff !important;
    transform: translateY(-1px);
}

.facade-promo-widget.is-navigating .facade-promo-widget__btn {
    opacity: 0;
    transform: translateX(-40px);
}

.facade-promo-expand {
    position: fixed;
    z-index: 10000;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background: var(--main_color, #c0392b);
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    will-change: transform, opacity;
}

@media (max-width: 768px) {
    .facade-promo-widget {
        top: auto;
        bottom: 80px;
        width: 190px;
        padding: 12px;
        transform: translate3d(-110%, 0, 0) scale(1);
    }

    .facade-promo-widget.is-visible {
        animation: facadePromoSlideInMobile 0.7s ease-out forwards;
    }

    .facade-promo-widget.is-visible.is-pulsing {
        transform: translate3d(0, 0, 0);
        animation: facadePromoGlow 2.4s ease-in-out infinite;
    }

    .facade-promo-widget.is-closing {
        animation: facadePromoSlideOutMobile 0.45s ease-in forwards !important;
    }

    .facade-promo-widget.is-navigating {
        transform: translate3d(0, 0, 0) scale(1);
    }

    .facade-promo-widget__title {
        font-size: 11px;
    }

    .facade-promo-widget__btn {
        font-size: 12px;
        padding: 8px 10px;
    }
}

@keyframes facadePromoSlideInMobile {
    from {
        transform: translate3d(-110%, 0, 0) scale(1);
    }
    to {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes facadePromoSlideOutMobile {
    from {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1;
    }
    to {
        transform: translate3d(-110%, 0, 0) scale(1);
        opacity: 0;
    }
}

/* End */
/* /bitrix/components/kraytsantehnika/krayt.articles/templates/articles/bitrix/news.detail/news_child/style.css?17479224264060 */
/* /bitrix/components/kraytsantehnika/krayt.facade.promo/templates/.default/style.css?17845275556063 */
