

/* 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/audio/style.css?176452547610794*/
.podcasts__audio__item{
	margin-bottom: 6px;
}
.podcasts__audio__item .player input[type="text"] {
	border-radius: 0;
	height: 38px;
}
.podcasts__audio__item .info-box {
	display: flex;
}

.podcasts__audio__item .sound-duration {
	font-weight: 500;
	font-size: 13px;
	line-height: 100%;
	color: rgba(33, 37, 41, 0.8);
	margin-top: 10px;
}
.podcasts__audio__item .share-switch {
	display: none;
}
.podcasts__audio__item .track-box {
	width: 100%;
}
.podcasts__audio__item .track-box,
.podcasts__audio__item .sound-box {
	display:flex;
	justify-content: space-between;
	gap: 10px;
}
.podcasts__audio__item .controls-box {
	display:flex;
	align-items: center;
	margin-left: 20px;
}
.podcasts__audio__item-share {
	display: flex;
}
.podcasts__audio__item-share-text {
	font-size: 14px;
}
.podcasts__audio__item .share-dialog {
	z-index: 1;
}
.podcasts__audio__item .next-track-btn {
	margin-left: 10px;
}
.podcasts__audio__item__text {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.podcasts__audio__item .vk-player{
	margin-bottom: 20px;
}
.podcasts__audio__item .vk-player iframe{
	max-width: 100%;
}
.podcast__item__meta{
	font-size: 12px;
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
}
.podcasts__audio__item__name {
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	color: #212529;
	margin-bottom: 6px;
}

.podcasts__audio__item__date{
	font-weight: 400;
	font-size: 13px;
	line-height: 100%;
	color: rgba(33, 37, 41, 0.5);
	margin-bottom: 6px;
}
.podcasts__audio__item .player.is-active .podcasts__audio__item__date,
.podcasts__audio__item .player:hover .podcasts__audio__item__date{
	font-size: 12px;
	margin-bottom: 2px;
}

.podcasts__audio__item .player:hover .podcasts__audio__item__name,
.podcasts__audio__item .player.is-active .podcasts__audio__item__name{
	margin-bottom: 0;
}
.podcasts__audio__item__loadmore{
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	text-decoration: underline;
	color: #0067c0;
}
.progress-barV2 {
	--a: calc((var(--p) * 360deg) / 100);
    width: 41px; /* Размер круга */
	height: 41px;
	box-sizing: border-box;
	padding: 2px;
	border-radius: 50%; /* Превращаем квадрат в круг */
	/* Используем градиент для отображения прогресса */
	background: conic-gradient(
			#1F87CC, /* Цвет заполнения (можно заменить на переменную) */
			#1F87CC var(--a), /* От начала до значения прогресса */
			rgba(31, 135, 204, 0.1) var(--a) /* Остальная часть круга */
	);
}

.progress-value {
	background: #fff;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.podcasts__audio__item .player{
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 20px;
	background: #fff;
}
.podcasts__audio__item .player.is-active,
.podcasts__audio__item .player:hover{
	border: 1px solid rgba(31, 135, 204, 0.5);
}
.podcasts__audio__item .large-play-btn{
	display: block;
	width: 100%;
	height: 100%;
}
.podcasts__audio__item .screen-reader-text{
	width: 100%;
	height: 100%;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.player-item_is-exists-preview .screen-reader-text{
	opacity: 0;
}
.player-item_is-exists-preview .player.is-active .screen-reader-text,
.player-item_is-exists-preview .player:hover .screen-reader-text{
	opacity: 1;
}
.player-item_is-exists-preview.is-active .screen-reader-text,
.player-item_is-exists-preview:hover .screen-reader-text{
	opacity: 1;
}
.podcasts__audio__item .current-procent,
.podcasts__audio__item .track-line__bot{
	display: none;
}
.podcasts__audio__item .track-line__top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.podcasts__audio__item .track-line__top,
.podcasts__audio__item .sound-line__top {
	margin-bottom: 10px;
}

.podcasts__audio__item .sound-icon {
	margin: 0 10px;
	display: flex;
	align-items: center;
}

.podcasts__audio__item .large-toggle-btn {
	cursor: pointer;

}
.podcasts__audio__item__loadmore{
	display: none;
}
.podcasts__audio__item .player .track-line .progress-barV2,
.podcasts__audio__item .player .track-line .audio-time__sep,
.podcasts__audio__item .player .track-line .current-time{
	opacity: 0;
}
.podcasts__audio__item .player.is-active .track-line .progress-barV2,
.podcasts__audio__item .player.is-active .track-line .audio-time__sep,
.podcasts__audio__item .player.is-active .track-line .current-time{
	opacity: 1;
}
.podcasts__audio__item .player.is-active .podcasts__audio__item__loadmore,
.podcasts__audio__item .player:hover .podcasts__audio__item__loadmore{
	display: block;
}

.podcasts__audio__item .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;
}
.podcasts__audio__item .player.is-active .large-toggle-btn .screen-reader-text_play-pause:before,
.podcasts__audio__item .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;
}
.podcasts__audio__item .player.is-active .large-toggle-btn .screen-reader-text_play-pause:after{
	margin-left: 2px;
}
.track-meta{
	width: 100%;
}
.track-line {
	flex: none;
	width: 200px;
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: rgba(33, 37, 41, 0.8);
	display: none;
}
.podcasts__audio__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;
}
/* Setup and list style
================================================== */
.podcast__banner {
	margin-bottom: 20px;
}

.player {
	position: relative;
	--p: 0;
}

.list_wrap {
	max-width: 80%;
	left: 10%;
	position: relative;
}

.playlist-track {
	text-decoration: none;
	color: white;
}

.playlist-track:hover {
	color: black;
}

.track-desc {
	position: relative;
	top: -25px;
	left: 20px;
	width: 85%;
}

.track_time {
	position: relative;
	left: 95%;
	top: -50px;
	max-width: 10%;
}

.short_track_time {
	position: relative;
	left: 95%;
	top: -50px;
	max-width: 10%;
}

.track {
	display: block;
	color: white;
	height: 50px;
	padding-top: 10px;
	position: relative;
	width: 110%;
	right: 10%;
}

.track:hover {
	background-color: #16b1de;
	color: black;
}

::marker {
	color: #0665a2;
}


.large-toggle-btn {
	position: relative;
	background-color: #A2C2D7;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	flex: none;
}

.audio-time {
	position: relative;
	/*left: 20px;*/
	white-space: nowrap;
}

.track-title-text {
	position: relative;
	left: 20px;
}

input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}

input[type="range"]::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0;
	width: var(--seek-before-width);
	height: 3px;
	background-color: #007db5;
	cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
	position: relative;
	-webkit-appearance: none;
	box-sizing: content-box;
	border: 1px solid #007db5;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	margin: -7px 0 0 0;
}

input[type="range"]:active::-webkit-slider-thumb {
	transform: scale(1.2);
	background: #007db5;
}

input[type="range"]::-moz-range-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}

input[type="range"]::-moz-range-progress {
	background-color: #007db5;
}

input[type="range"]::-moz-focus-outer {
	border: 0;
}

input[type="range"]::-moz-range-thumb {
	box-sizing: content-box;
	border: 1px solid #007db5;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}

input[type="range"]:active::-moz-range-thumb {
	transform: scale(1.2);
	background: #007db5;
}

input[type="range"]::-ms-track {
	width: 100%;
	height: 3px;
	cursor: pointer;
	background: transparent;
	border: solid transparent;
	color: transparent;
}

input[type="range"]::-ms-fill-lower {
	background-color: #007db5;
}

input[type="range"]::-ms-fill-upper {
	background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}

input[type="range"]::-ms-thumb {
	box-sizing: content-box;
	border: 1px solid #007db5;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}

input[type="range"]:active::-ms-thumb {
	transform: scale(1.2);
	background: #007db5;
}

.seek-slider,
.volume-slider{
	height: auto;
	border: 0;
	line-height: 1;
	padding: 0;
}
.seek-slider {
	position: relative;
	border-radius: 15px;
	/*left: 20px;*/
	width: 100%;
	/*padding-left: 20px;*/
	background: #16b1de;
	/*padding-right: 20px;*/
}

.volume-output {
	width: 25px;
}

.volume-slider {
	position: relative;
	border-radius: 15px;
	background: #16b1de;
}

.mute-icon {
	height: 30px;
	width: 30px;
}

.myInput {
	left: 10%;
	position: relative;
	top: 60px;
	width: 80%;
}

/* Media Queries
================================================== */
@media (min-width: 800px) {
	.podcasts__audio__item .sound-duration {
		display: none;
	}
	.large-toggle-btn {
		width: 60px;
		height: 60px;
	}
	.podcasts__audio__item .track-box,
	.podcasts__audio__item .sound-box {
		align-items: center;
		gap: 20px;
	}
	.podcasts__audio__item__name {
		font-size: 16px;
	}
	.podcasts__audio__item__date{
		font-size: 14px;
	}
	.track-line{
		display: block;
	}
	.podcasts__audio__loadmore {
		margin-top: 40px;
		padding: 24px 30px;
	}
}
@media only screen and (max-width: 767px) {
	.volume-slider {
		left: 20px;
	}

	.mute-icon {
		left: 20px;
	}

	.volume-output {
		top: 25px;
		left: -160px;
	}

	.list_wrap {
		left: 5%;
	}

	.track {
		height: 70px;
	}

	.track_time {
		left: 90%;
		top: -77px;
	}

	.myInput {
		left: 20%;
		width: 70%;
	}

	.volume-slider {
		margin-top: 25px;
	}

	.short_track_time {
		left: 90%;
	}
	.podcasts__audio__item .info-box{
		display: block;
	}
}

/* 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/audio/style.css?176452547610794 */
