

/* Start:/local/templates/kids/components/bitrix/system.pagenavigation/.default/style.css?1758364861138*/
.btn.btnActive{
    background-color: var(--gray-color);
}
.nav_admin{
    display: flex;
    align-items: center;
    gap: 15px;
}
/* End */


/* Start:/local/templates/kids/components/bitrix/news.list/readNL/style.css?17583648613453*/
.universal_section_items{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.universal_section_items .shop_item, .universal_section_items .blog_item{
	width: 100%;
	border-radius: 10px;
}
.shop_item{
	position: relative;
	color: var(--black-color);
	text-decoration: none;
}
.shop_item img{
	width: calc(100% + 10px);
	position: relative;
	top: -5px;
	left: -5px;
	right: -5px;
	height: 300px;
	object-fit: contain;
	display: block;
	transition-duration: 0.3s;
	transition-timing-function: ease-in;
}
.shop_item_color{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.7;
	z-index: -1;
	border-radius: 10px;
	
}
.shop_item:hover img{
	transform: scale(1.05);
}
.shop_item:hover .shop_item_title{
	text-decoration: underline;
}
.shop_item_title{
	font-size: var(--big-font);
	font-weight: 450;
	font-family: 'Casus Pro', sans-serif;
}
.shop_item_text, .blog_item_text{
	padding: 10px 20px 25px 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.blog_item{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	color: var(--black-color);
	text-decoration: none;
}
.blog_item:hover .blog_item_title{
	text-decoration: underline;
}
.blog_item:after{
	content: attr(data-age);
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 3px 8px 5px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background: white;
}
.blog_item img{
	width: 100%;
	height: 230px;
	object-fit: cover;
	display: block;
}
.blog_item_text{
	border-left: 1px solid var(--gray-color);
	border-right: 1px solid var(--gray-color);
	border-bottom: 1px solid var(--gray-color);
	border-radius: 0 0 10px 10px;
}
.blog_item_category_and_data{
	display: flex;
	justify-content: space-between;
}
.blog_item_title{
	font-size: var(--big-font);
	font-weight: 450;
	font-family: 'Casus Pro', sans-serif;
	transition-duration: 0.3s;
}
.blog_item_disc{		
	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
}

@media screen and (min-width: 768px){
	.universal_section_items .shop_item, .universal_section_items .blog_item{
		width: calc(50% - 15px);
		display: flex;
		flex-direction: column;
	}
	.blog_item img{
		height: 260px;
	}
	.shop_item img, .blog_item img{
		flex-shrink: 0;
	}
	.shop_item_text, .blog_item_text{
		height: 100%;
	}
	.shop_item_text{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
@media screen and (min-width: 992px){
	.shop_item img{
		height: 350px;
	}
	.shop_item_text, .blog_item_text{
		padding-bottom: 35px;
	}
}
@media screen and (min-width: 1200px){

}
@media screen and (min-width: 1600px){
	.universal_section_items .shop_item:nth-child(5n+1), .universal_section_items .blog_item:nth-child(5n+1), .universal_section_items .shop_item:nth-child(5n+2), .universal_section_items .blog_item:nth-child(5n+2){
		width: calc(50% - 15px);
	}
	.universal_section_items .shop_item:nth-child(5n+1) img, .universal_section_items .shop_item:nth-child(5n+2) img{
		height: 450px;
	}
	.universal_section_items .shop_item:nth-child(5n+1), .universal_section_items .shop_item:nth-child(5n+2){
		gap: 50px;
	}
	.universal_section_items .blog_item:nth-child(5n+1) img, .universal_section_items .blog_item:nth-child(5n+2) img{
		height: 400px;
	}
	.universal_section_items .shop_item, .universal_section_items .blog_item{
		width: calc(calc(100% - 60px) / 3 );
	}
}	
/* End */
/* /local/templates/kids/components/bitrix/system.pagenavigation/.default/style.css?1758364861138 */
/* /local/templates/kids/components/bitrix/news.list/readNL/style.css?17583648613453 */
