

/* Start:/local/templates/gm/components/bitrix/news/podcasts_new/style.css?176414989551*/
.podcasts{
    font-family: "Ubuntu", sans-serif;
}
/* End */


/* Start:/local/templates/gm/components/bitrix/news/podcasts_new/bitrix/news.detail/.default/style.css?17645519116596*/
.b-component-title{
	display: none;
}
.b-footer .container .footer-menu {
	border: none;
}
.podcasts__video__offers,
.podcasts__audio__offers {
	padding: 50px 0;
	margin-top: 80px;
}
.podcasts__offers__title{
	font-weight: 700;
	font-size: 24px;
	line-height: 112%;
	letter-spacing: -0.02em;
	color: #212529;
	margin-bottom: 24px;
}
.podcasts__video__offers {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.podcasts__audio__offers {
	background-color: #1E86CC;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(/local/templates/gm/components/bitrix/news/podcasts_new/images/audio_bg.jpg);
}

.podcast__detail__left{
	display: flex;
	flex-direction: column-reverse;
}
.podcast__detail__video__player{
	margin-bottom: 14px;
}
.podcast__detail__video__player iframe, .podcast__detail__video__player img {
	border-radius: 10px;
	width: 100%;
	aspect-ratio: 713 / 384;
	height: auto;
}
.podcast__detail__name{
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	gap: 10px;
}
.podcast__detail a.share-switch {
	background-position: center center;
	background-repeat: no-repeat;
	background-image:  url(/local/templates/gm/components/bitrix/news/podcasts_new/bitrix/news.detail/.default/images/share.png);
}

.podcast__detail__name__text{
	font-weight: 500;
	font-size: 20px;
	line-height: 117%;
	color: #212529;
	margin-bottom: 8px;
}

.podcast__detail__meta .podcast__detail__share{
	position: absolute;
	right: 25px;
}
.podcast__detail__meta{
	display: flex;
	gap: 10px;
	align-items:center;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: rgba(33, 37, 41, 0.5);
	margin-bottom: 14px;
	position: relative;
}
.podcast__detail__timecode{
	background: #f5f6f9;
	border-radius: 24px;
	padding: 24px;
	margin-top: 20px;
}
.podcast__detail__timecode__title{
	font-weight: 500;
	font-size: 18px;
	line-height: 133%;
	letter-spacing: -0.02em;
	color: #212529;
	margin-bottom: 10px;
}
.podcast__detail__timecode__list{}
.podcast__detail__timecode__item,
.podcast__detail__timecode__item:hover{
	text-decoration: none;
}
.podcast__detail__timecode__item:not(:last-child){
	margin-bottom: 10px;
}
.podcast__detail__timecode__item{
	display: flex;
	gap: 10px;
	font-size: 17px;
	line-height: 141%;
	color: rgba(33, 37, 41, 0.8);
}
.podcast__detail__timecode__item__time{
	font-weight: 500;
	color: #212529;
}
.old-timecodes{
	display: none;
}
.podcasts__video__offers .podcasts__video__wrap{
	margin-bottom: 0;
}

.podcast__detail__audio__player{
	background: linear-gradient(#1E86CC, #0168C0);
	border-radius: 10px;
	padding: 20px 33px;
}
.podcast__detail__audio__player .track-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.podcast__detail__audio__player .large-toggle-btn{
	border-radius: 50%;
	background-color: #3a9bdf;
}
.podcast__detail__audio__player{
	margin-bottom: 20px;
}
.podcast__detail__audio__player .large-play-btn {
	display: block;
	width: 100%;
	height: 100%;
}
.podcast__detail__audio__player .screen-reader-text {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.podcast__detail__audio__player .track-line{
	width: auto;
}
.podcast__detail__audio__player .track-line__bot{
	width: 100%;
	position: relative;
}
.podcast__detail__audio__player .current-procent{
	display: none;
}
.podcast__detail__audio__player input[type="range"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.podcast__detail__audio__player input[type="range"]::before{
	background-color: #fff;
}
.podcast__detail__audio__player input[type="range"]:focus-visible {
	outline-offset: 10px;
	outline: 1px solid #fff;
}

.podcast__detail__audio__player input[type="range"]:hover::-webkit-slider-thumb,
.podcast__detail__audio__player input[type="range"]:focus-visible::-webkit-slider-thumb {
	box-shadow: 0 0 0 10px inset #fff;
}
.podcast__detail__audio__player input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
}
.podcast__detail__audio__player input[type="range"]::-webkit-slider-runnable-track {
	background: #ccc;
	box-shadow: 0px 0px 0px #353535;
}
.podcast__detail__audio__player .audio-time{
	font-weight: 400;
	font-size: 14px;
	color: #e0e0e0;
	text-align: right;
	position: absolute;
	top: 100%;
	right: 0;
}
.podcast__detail__audio__player .player:not(.is-active) .progress-barV2 {
	opacity: 0.1;
}
.podcast__detail__audio__player  .progress-barV2 {
	background: conic-gradient(#fff, /* Цвет заполнения (можно заменить на переменную) */ #fff var(--a), /* От начала до значения прогресса */ rgba(31, 135, 204, 0.1) var(--a) /* Остальная часть круга */);
}
.podcast__detail__audio__player .progress-value {
	background: #0c74c5;
}
.podcast__detail__audio__player .player:not(.is-active) .large-toggle-btn .screen-reader-text_play-pause:before {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(/local/templates/gm/components/bitrix/news/podcasts_new/bitrix/news.list/audio/images/audio_play.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.podcast__detail__audio__player .player.is-active .large-toggle-btn .screen-reader-text_play-pause:before,
.podcast__detail__audio__player .player.is-active .large-toggle-btn .screen-reader-text_play-pause:after {
	display: block;
	position: absolute;
	content: "";
	width: 4px;
	height: 20px;
	top: 50%;
	left: 50%;
	background: #fff;
	margin-left: -6px;
	margin-top: -10px;
}

.podcast__detail__audio__player .player.is-active .large-toggle-btn .screen-reader-text_play-pause:after {
	margin-left: 2px;
}
@media (min-width: 992px) {
	.podcast__detail__timecode{
		padding: 30px;
	}
	.podcast__detail__timecode__title{
		font-size: 20px;
	}
	.podcasts__audio__offers,
	.podcasts__video__offers {
		padding: 100px 0;
	}
	.podcast__detail .container{
		display: flex;
		gap: 42px;
	}
	.podcast__detail__name__text{
		font-size: 36px;
		margin-bottom: 16px;
	}
	.podcast__detail__left{
		flex-direction: column;
	}
	.podcast__detail .container > *{
		width: 50%;
	}
	.podcasts__offers__title{
		font-size: 50px;
		margin-bottom: 40px;
	}
	.podcast__detail a.share-switch {
		width: 50px;
		height: 50px;
		background-color: #f5f6f9;
		border-radius: 50%;
	}
	.podcast__detail .share-dialog-left {
		left: 34px;
	}
	.podcast__detail .share-dialog {
		top: 15px;
	}
	.podcast__detail__audio__player .large-toggle-btn{
		width: 80px;
		height: 80px;
	}
}
/* End */


/* Start:/local/templates/gm/components/bitrix/news/podcasts_new/bitrix/news.list/video/style.css?17645710143043*/
.podcasts__video__wrap{
	margin-bottom: 50px;
}
.podcasts__video__list{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
}
.podcasts__video__player{
	margin-bottom: 14px;
}

.podcasts__video__player iframe,
.podcasts__video__player img{
	border-radius: 10px;
	width: 100%;
	aspect-ratio: 335/190;
	height: auto;
}
.podcasts__video__item{

}
.podcasts__video__item__content-top{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.podcasts__video__item__name{
	display: block;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	color: #212529;
	margin-bottom: 8px;
}
.podcasts__video__item__content-inner{

}

.podcasts__video__item__counter{
	margin-left: 20px;
}
.podcasts__video__item__guest{
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 14px;
}
.podcasts__video__item__guest__title{
	color: rgba(33, 37, 41, 0.6);
}
.podcasts__video__item__guest__fio{
	color: #212529;
}
.podcasts__video__item__meta{
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: rgba(33, 37, 41, 0.5);
	gap: 10px;
}

.podcasts__list-panel{
	margin-bottom: 30px;
}
.podcasts__list-panel__sort{
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}
.podcasts__list-panel__sort-link{
	display: block;
	border-radius: 10px;
	padding: 10px 14px;
	background: #edf6f9;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	color: #212529;
}
.podcasts__list-panel__sort-link.is-active{
	background-color: #46b4de;
	color: #fff;
}
.podcasts__video__loadmore{
	cursor: pointer;
	font-weight: 700;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #212529;
	border: none;
	background: #f5f6f9;
	border-radius: 100px;
	padding: 14px 30px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 30px;
}
.podcasts__list-panel__search-form{
	position: relative;
	max-width: 800px;
}
.podcasts__list-panel .podcasts__list-panel__search-form .podcasts__list-panel__search-field{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 6px;
	padding: 20px 24px;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: rgba(33, 37, 41, 0.8);
}
.podcasts__list-panel__search-btn{
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: none;
}
@media (min-width: 992px) {
	.podcasts__video__list{
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 20px;
	}
	.podcasts__video__wrap{
		margin-bottom: 100px;
	}
	.podcasts__video__loadmore {
		margin-top: 40px;
		padding: 24px 30px;
	}
	.podcasts__list-panel__sort-link{
		padding: 20px 24px;
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.podcasts__video__list{
		grid-template-columns: repeat(3, 1fr);
	}
	.podcasts__video__item__name, .podcasts__video__item__guest{
		font-size: 16px;
	}
}
/* End */
/* /local/templates/gm/components/bitrix/news/podcasts_new/style.css?176414989551 */
/* /local/templates/gm/components/bitrix/news/podcasts_new/bitrix/news.detail/.default/style.css?17645519116596 */
/* /local/templates/gm/components/bitrix/news/podcasts_new/bitrix/news.list/video/style.css?17645710143043 */
