

/* Start:/bitrix/components/kraytcosmetics/krayt.articles/templates/articles/bitrix/news.detail/news_child/style.css?17562914415362*/
.receipt-detail-content {
	line-height: 1.8;
	font-size: 14px;
}
.static_page img.receipt-detail-image {
	width: 100%;
	height: 472px;
	max-height: 500px;
	object-fit: cover;

	margin: 0;
	margin-bottom: 40px;
}

.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: 16px;
	font-weight: 500;
	line-height: 150%;
	color: #1B1B1B;
}
.receipt-detail-top-row{
	max-width: 640px;
	margin: 0 auto;
	margin-bottom: 16px;
}

.receipt-detail-top-row{
	font-weight: 500;
	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 .receipt-detail-top h1 {
	margin:0 0 20px 0;
	font-size: 50px;
	font-weight: 800;
	line-height: 110%;
	letter-spacing: -2px;
}
.receipt-detail .receipt-detail-top h1 + div{
	margin-bottom: 30px;
	color:  #808080;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}
.brand-products{
	padding-top: 100px;
	margin-bottom: 16px;
}
.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: 800;
	font-size: 50px;
	line-height: 110%;
	letter-spacing: -2px;
}
.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);

	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: 24px!important;
		margin-bottom: 24px!important;
		letter-spacing: -0.96px;
	}
	.brand-products .title_box{
		margin-bottom: 24px;
	}
	.brand-products h2{
		font-size: 26px;
		letter-spacing: -0.96px;
	}
	.receipt-detail-top-row{
		max-width: 100%;
	}
}
@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: 50px;
		margin: 0 0 25px 0;
	}
	.brand-products .product__list.mini_tiles{
		margin: 0 -16px;
	}
	.promo-detail .receipt-detail .static_page h1 {
		font-size: 24px !important;
		margin-bottom: 16px !important;
		font-style: normal;
		font-weight: 800;
		line-height: 120%; /* 28.8px */
		letter-spacing: -0.96px;
	}
	.promo-detail .receipt-detail .receipt-detail-top h1 + div {
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 110%; /* 15.4px */
	}
	.promo-detail .brand-products h2 {
		font-size: 24px;
		font-style: normal;
		font-weight: 800;
		line-height: 120%; /* 28.8px */
		letter-spacing: -0.96px;
	}
	.promo-detail .brand-products .tiles .product_card-flags {
		gap: 4px;
	}
	.promo-detail .product_item__price .price {
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%;
		letter-spacing: -0.72px;
	}
	.promo-detail .tiles .old_price span {
		font-size: 14px;
	}
	.product-item-button-container .button {
		margin-top: 6px;
	}
	.static_page img.receipt-detail-image {
		width: 100%;
		height: 359px;
		max-height: 500px;
		object-fit: cover;

		margin: 0;
		margin-bottom: 40px;
	}
}
/* End */
/* /bitrix/components/kraytcosmetics/krayt.articles/templates/articles/bitrix/news.detail/news_child/style.css?17562914415362 */
