

/* 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/listentNL/style.css?17583648617586*/
.listent_items{
	display: flex;
	flex-direction: column;
	gap: var(--miniblock-padding);
}
.listent_item{
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid var(--gray-color);
	font-size: 12px;
	gap: 10px;
	padding-bottom: var(--miniblock-padding);
}
.listent_item_top{
	display: flex;
	gap: 10px;
}
.listent_item_top img{
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 4px;
	flex-shrink: 0;
}
.listent_item_top_text{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.listent_item_title{
	font-weight: 700;
	font-size: var(--normal-font);
	font-family: 'Casus Pro', sans-serif;
}
/* 
.listent_item_disc{
	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
  	overflow: hidden;	
}*/

.audioplayer
{
	height: 30px;
	color: var(--black-color);
	position: relative;
	z-index: 1;
	background:  transparent;
}

.audioplayer > div
{
	position: absolute;
}


.audioplayer-playpause
{
	width: 40px;
	height: 100%;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	left: 0;
}
.audioplayer-playpause:hover a,
.audioplayer-playpausee:focus a
{
	opacity: 0.7;
}
.audioplayer-playpause a{
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2230%22%20viewBox%3D%220%200%2027%2030%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M0.728516%202.12701C0.728516%201.79925%200.806755%201.47783%200.954777%201.19025C1.44113%200.259827%202.54072%20-0.0763935%203.41405%200.441681L25.1732%2013.3153C25.4692%2013.4908%2025.7124%2013.7509%2025.8752%2014.066C26.3616%2014.9964%2026.0444%2016.17%2025.1732%2016.686L3.41405%2029.5596C3.14866%2029.718%202.84554%2029.802%202.53649%2029.8028C1.5384%2029.8028%200.728516%2028.94%200.728516%2027.8764V2.12701Z%22%20fill%3D%22%23CD193F%22%2F%3E%0A%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.audioplayer-playing .audioplayer-playpause a{
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2226%22%20viewBox%3D%220%200%2018%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%226%22%20height%3D%2226%22%20rx%3D%222%22%20fill%3D%22%23CD193F%22%2F%3E%0A%3Crect%20x%3D%2212%22%20width%3D%226%22%20height%3D%2226%22%20rx%3D%222%22%20fill%3D%22%23CD193F%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.audioplayer-time/*не надо*/
{
	display: none;
}
.audioplayer-time-current/*не надо*/
{
	border-left: 1px solid #111;
	border-left-color: rgba( 0, 0, 0, .25 );
	left: 2.5em; /* 40 */
}
.audioplayer-time-duration/*не надо*/
{
	border-right: 1px solid #555;
	border-right-color: rgba( 255, 255, 255, .1 );
	right: 2.5em; /* 40 */
}

.audioplayer-bar
{
	height: 4px; 
	background-color: var(--gray-color);
	cursor: pointer;
	z-index: 1;
	top: 50%;
	right: 10px;  /*для мобилок, для пк 50*/
	left: 50px; 
	top: 13px;
}

.audioplayer-bar div
{
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.audioplayer-bar-loaded
{
	background-color: #F4F4F4;
	z-index: 1;
}
.audioplayer-bar-played
{
	background: var(--alert-color);
	z-index: 2;
}


.audioplayer-volume
{
	display: none; /*для мобилок*/
	width: 40px;
	height: 100%;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0;

}
.audioplayer-volume:hover .audioplayer-volume-button a,
.audioplayer-volume:focus .audioplayer-volume-button a
{
	opacity: 0.7;
}
.audioplayer-volume-button
{
	width: 100%;
	height: 100%;
}
.audioplayer-volume-button a
{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20id%3D%22player%22%3E%0A%3Cpath%20id%3D%22Vector%22%20d%3D%22M20%2026.25C24.4088%2024.3162%2027.4988%2020.1138%2027.4988%2015C27.4988%209.88625%2024.4088%205.68375%2020%203.75V6.25C22.9838%207.9825%2024.9988%2011.3088%2024.9988%2015C24.9988%2018.6912%2022.9838%2022.0175%2020%2023.75V26.25Z%22%20fill%3D%22%23CD193F%22%2F%3E%0A%3Cpath%20id%3D%22Vector_2%22%20d%3D%22M20%208.74998V21.25C21.5312%2019.875%2022.5%2017.2137%2022.5%2015C22.5%2012.7862%2021.5312%2010.125%2020%208.74998ZM5%2021.25H8.37125L17.5%2027.335V2.66498L8.37125%208.74998H5C3.62125%208.74998%202.5%209.87123%202.5%2011.25V18.75C2.5%2020.1287%203.62125%2021.25%205%2021.25Z%22%20fill%3D%22%23CD193F%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.audioplayer-mute .audioplayer-volume-button a{
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20id%3D%22player%22%3E%0A%3Cpath%20id%3D%22Vector%22%20d%3D%22M9.65875%207.89129L4.63375%202.86629L2.86625%204.63379L25.3662%2027.1338L27.1338%2025.3663L24.6087%2022.8413C26.4826%2020.6595%2027.5085%2017.8761%2027.4988%2015C27.4988%209.88629%2024.4088%205.68379%2020%203.75004V6.25004C22.9837%207.98254%2024.9988%2011.3088%2024.9988%2015C24.9923%2017.2208%2024.2587%2019.3783%2022.91%2021.1425L21.3025%2019.535C22.055%2018.17%2022.5%2016.4875%2022.5%2015C22.5%2012.7863%2021.5312%2010.125%2020%208.75004V18.2325L17.5%2015.7325V2.66504L9.65875%207.89129ZM5%2021.25H8.37125L17.5%2027.335V22.6513L3.8775%209.02879C3.46486%209.23534%203.11762%209.55233%202.87443%209.94449C2.63123%2010.3366%202.50162%2010.7886%202.5%2011.25V18.75C2.5%2020.1288%203.62125%2021.25%205%2021.25Z%22%20fill%3D%22%23CD193F%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
.audioplayer-volume-adjust
{
	height: 100px; 
	cursor: default;
	position: absolute;
	left: 0;
	right: 0;
	background: white;
	top: auto;
	bottom: 100%;
}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust
{
	opacity: 0;
}

.audioplayer-volume-adjust > div
{
	width: 4px;
	height: 80%;
	background-color: var(--gray-color);
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 30% auto 0;
}
.audioplayer-volume-adjust div div
{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--alert-color);
}
.audioplayer-novolume .audioplayer-volume
{
	display: none;
}

.audioplayer *,
.audioplayer *:before,
.audioplayer *:after
{
	-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}


@media screen and (min-width: 1200px){
	.audioplayer{
		margin-top: 35px;
	}
	.audioplayer-volume{
		display: block;
	}
	.audioplayer-bar{
		right: 50px;
	}
	.listent_item{
		position: relative;
		padding-left: 250px;
		gap: 15px;
	}
	.listent_item_top img{
		position: absolute;
		height: 200px;
		width: 200px;
		left: 0;
		top: 0;
	}
	.listent_item_top_text{
		gap: 15px;
	}
	.listent_item_title{
		font-size: 18px;
	}
	.listent_item_type{
		font-size: 16px;
	}
	.listent_item_disc{
		font-size: 14px;
		min-height: 40px;
	}
	.listent_items .listent_item:last-child{
		border-bottom: none;
	}
}
/* End */
/* /local/templates/kids/components/bitrix/system.pagenavigation/.default/style.css?1758364861138 */
/* /local/templates/kids/components/bitrix/news.list/listentNL/style.css?17583648617586 */
