

/* 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/museumNL/style.css?17583648613622*/
.colorful_block{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.colorful_block_item:hover{
	margin-top: -20px;
	margin-bottom: 20px;
}
.colorful_block_item:hover .colorful_block_title{
	text-decoration: underline;
}
.colorful_block_item{
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 10px;
	color: var(--black-color);
	text-decoration: none;
	font-weight: 400;
	transition-duration: 0.3s;
	transition-timing-function: ease-in;
}
.colorful_block_item img{
	width: 100%;
	height: 230px;
	object-fit: cover;
	flex-shrink: 0;
}
.colorful_block_text{
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 30px 20px;
	position: relative;
}
.colorful_block_color{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.5;
	z-index: -1;
}
.colorful_block_type{
	font-size: var(--big-font);
}
.colorful_block_title{
	font-size: var(--big-font);
	font-family: 'Casus Pro', sans-serif;
	font-weight: 450;
}
.colorful_block_address{
	position: relative;
	padding-left: 25px;
	font-style: normal;
}
.colorful_block_address:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M9.99935%209.58366C9.44681%209.58366%208.91691%209.36417%208.52621%208.97346C8.13551%208.58276%207.91602%208.05286%207.91602%207.50033C7.91602%206.94779%208.13551%206.41789%208.52621%206.02719C8.91691%205.63649%209.44681%205.41699%209.99935%205.41699C10.5519%205.41699%2011.0818%205.63649%2011.4725%206.02719C11.8632%206.41789%2012.0827%206.94779%2012.0827%207.50033C12.0827%207.77391%2012.0288%208.04482%2011.9241%208.29758C11.8194%208.55034%2011.6659%208.78001%2011.4725%208.97346C11.279%209.16692%2011.0494%209.32038%2010.7966%209.42507C10.5438%209.52977%2010.2729%209.58366%209.99935%209.58366ZM9.99935%201.66699C8.45225%201.66699%206.96852%202.28157%205.87456%203.37554C4.7806%204.4695%204.16602%205.95323%204.16602%207.50033C4.16602%2011.8753%209.99935%2018.3337%209.99935%2018.3337C9.99935%2018.3337%2015.8327%2011.8753%2015.8327%207.50033C15.8327%205.95323%2015.2181%204.4695%2014.1241%203.37554C13.0302%202.28157%2011.5464%201.66699%209.99935%201.66699Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.colorful_block_age{
	margin-top: auto;
}

@media screen and (min-width: 768px){
	.colorful_block_item{
		width: calc(50% - 15px);
	}
	.colorful_block_item img{
		height: 260px;
	}
	.colorful_block_text{
		height: 100%;
		gap: 20px;
		padding: 30px;
	}
	.colorful_block_item:nth-child(3n+3){
		width: 100%;			
		flex-direction: row-reverse;
	}
	.colorful_block_item:nth-child(3n+3) img{
		width: 50%;
		height: 100%;
		min-height: 350px;			
	}
	.colorful_block_item:nth-child(3n+3) .colorful_block_text{
		width: 50%;
		padding: 50px 30px;
	}
}
@media screen and (min-width: 992px){
	.colorful_block_item img{
		height: 400px;
	}
}
@media screen and (min-width: 1200px){

}
/*@media screen and (min-width: 1600px){
	.colorful_block_item{
		width: calc(50% - 25px);
		flex-direction: row-reverse;
	}
	.colorful_block{
		gap: 50px;
	}
	.colorful_block_item img{
		width: 50%;
		height: 100%;
		min-height: 550px;
	}
	.colorful_block_item .colorful_block_text{
		width: 50%;
		padding: 50px 30px;
		gap: 30px;
	}
}*/
/* End */
/* /local/templates/kids/components/bitrix/system.pagenavigation/.default/style.css?1758364861138 */
/* /local/templates/kids/components/bitrix/news.list/museumNL/style.css?17583648613622 */
