

/* Start:/local/templates/molnija-shop-v2026/components/bitrix/menu/left-menu/style.css?1784619780499*/
.left-menu {
	display:flex;
	flex-direction:column;
	gap:1rem;
	position: sticky;
	top: 88px;
	z-index: 1;
}
.left-menu .menu-item {
	display:flex;
	align-items:center;
	color: #000000;
	padding:5px;
}
.left-menu .menu-item.selected {
	background-color:#eee;
}
.left-menu a.menu-item {
	text-decoration:none;
	color: #000000;
}
.left-menu .menu-item span {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}
.left-menu a.menu-item:hover span {
	text-decoration:underline;
}

/* End */


/* Start:/local/templates/molnija-shop-v2026/components/bitrix/news.list/secrets/style.css?17846197801315*/
.secret-list {
	display:flex;
	flex-direction:column;
	align-items:stretch;
}
.secret-item {
	display:flex;
	flex-direction:column;
	align-items:stretch;
}

.secret-item .head {
	display:flex;
	flex-direction:row;
	align-items:stretch;
	@media (max-width:1200px) {
		flex-direction:column;
	}
}
.secret-item:nth-child(even) .head {
	flex-direction:row-reverse;
	@media (max-width:1200px) {
		flex-direction:column;
	}
}

.secret-item .head .image {
	flex: 0 0 auto;
	width:50%;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	@media (max-width:1200px) {
		width:100%;
	}	
}
.secret-item .head .image img {
	width:100%;
	height:100%;
	object-fit:cover
}
.secret-item .head .info {
	flex: 1 1 auto;
	padding:2rem;
	color:#fff;
	background-color:#000;
	display:inline-flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:1rem;
	@media (max-width:1200px) {
		width:100%;
	}	
}
.secret-item .head .info .title {
	font-size:1.5rem;
	text-transform:uppercase;
	text-align:center
}
.secret-item .head .info .redline {
	margin:0 auto;
	width:300px;
	max-width:calc(100% - 30px);
	height:1px;
	background-color:red;
}

.secret-item .body {
	display:none;
	
}
.secret-item .body-wrapper {
	padding:2rem;
	display:flex;
	align-items:center;
	flex-direction:column;
	gap:1rem;
}

/* End */
/* /local/templates/molnija-shop-v2026/components/bitrix/menu/left-menu/style.css?1784619780499 */
/* /local/templates/molnija-shop-v2026/components/bitrix/news.list/secrets/style.css?17846197801315 */
