

/* 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/podcasts.css?17645710858336*/
.top-meta-container{
    display: none;
}
.b-footer .container .footer-menu{
    border: none;
}
.podcasts{}
.podcasts__banner{
    --podcasts-image-banner: none;
    --podcasts-image-banner_tablet: var(--podcasts-image-banner);
    --podcasts-image-banner_mobile: var(--podcasts-image-banner_tablet);
    background-color: #1E86CC;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: var(--podcasts-image-banner_mobile);
    aspect-ratio: 375/675;
    margin-bottom: 50px;
}
.podcasts__audio{
    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);
    padding: 50px 0;
}
.podcasts__banner__breadcrumbs{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 25px;
    margin-bottom: 31px;
    gap: 10px;
}
.podcasts__banner__breadcrumbs__sep{
    display: block;
    width: 6px;
    height: 6px;
    background: #d9d9d9;
}
.podcasts__banner__breadcrumbs__item{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
}
.podcasts__banner__title{
    font-weight: 500;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}
.podcasts__banner__title_top{

}
.podcasts__banner__title_bottom{
    display: flex;
    align-items: center;
    gap:10px;
    white-space: nowrap;
}
.podcasts__banner__title_bottom:before{
    content: '';
    display: block;
    width: 58px;
    height: 58px;
    background-image: url("/local/templates/gm/components/bitrix/news/podcasts_new/images/icon_play.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.podcasts__banner__posttitle{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}
.podcasts__banner__fio-author{
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.04em;
    color: #fff;
    margin-bottom: 4px;
}
.podcasts__banner__post-author{
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.6);
}

.podcasts__quote{
    margin-bottom: 50px;
}
.podcasts__quote__inner{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 24px;
}
#podcasts__quote__content__checkbox{
    display: none;
}
#podcasts__quote__content__checkbox:not(:checked) + .podcasts__quote__text .podcasts__quote__text__end{
    display: none;
}
#podcasts__quote__content__checkbox:checked + .podcasts__quote__text .podcasts__quote__text__trim-marker{
    display: none;
}
.podcasts__quote__text__switch__text_opened{
    display: none;
}
#podcasts__quote__content__checkbox:checked + .podcasts__quote__text .podcasts__quote__text__switch__text_opened{
    display: block;
}

#podcasts__quote__content__checkbox:checked + .podcasts__quote__text .podcasts__quote__text__switch__text_closed{
    display: none;
}
#podcasts__quote__content__checkbox:checked + .podcasts__quote__text .podcasts__quote__text__switch__icon{
    transform: rotate(180deg) translate(0, -3px);
}
.podcasts__quote__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 159%;
    color: #8f8f91;
    margin-bottom: 20px;
}
.podcasts__quote__text__switch{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 138%;
    color: #0067c0;
    cursor:pointer;
    margin-top: 10px;
}
.podcasts__quote__author__name{
    font-weight: 400;
    font-size: 22px;
    line-height: 118%;
    letter-spacing: -0.04em;
    color: #212529;
    margin-bottom: 12px;
}
.podcasts__quote__author__post{
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: rgba(33, 37, 41, 0.6);
}
.podcasts__quote__author{
    display: flex;
    align-items: center;
    gap: 20px;
}
.podcasts__platform{
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.podcasts__platform .container{
    position: relative;
    z-index: 2;
}
.podcasts__platform:not(.podcasts__platform_is-only-one):before{
    content: '';
    position: absolute;
    width: 341px;
    height: 393px;
    top: 158px;
    left: 50%;
    margin-left: 470px;
    background: url(/local/templates/gm/components/bitrix/news/podcasts_new/images/vk_bg.png) no-repeat;
}
.podcasts__platform__title{
    font-weight: 700;
    font-size: 30px;
    line-height: 112%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #212529;
    margin-bottom: 24px;
}
.podcasts__platform__list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap:10px;
}
.podcasts__platform__item{
    border-radius: 24px;
    width: 160px;
    height: 100px;
    background: #f5f6f9;
    padding: 17px 0px;
    text-decoration: none;
}
.podcasts__platform__item:hover{
    text-decoration: none;
}
.podcasts__platform__item__logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin: 0 auto 11px;
}
.podcasts__platform__item__logo img{
    flex: none;
    max-height: 100%;
}

.podcasts__platform__item__name{
    font-weight: 400;
    font-size: 14px;
    line-height: 113%;
    text-transform: uppercase;
    text-align: center;
    color: rgba(33, 37, 41, 0.8);
    text-decoration: none;
}
.podcasts__platform__list_is-multiplicity-3 .podcasts__platform__item:last-child{
    width: 330px;
}
.podcasts__vk-block{
    border-radius: 14px;
    background: #edf6f9;
    padding: 43px;
    margin-top: 50px;
}
.podcasts__vk-block__title{
    font-weight: 700;
    font-size: 24px;
    line-height: 122%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #212529;
    margin-bottom: 14px;
}
.podcasts__vk-block__logo img{
    width: 40px;
}
.podcasts__vk-block__link{
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 141%;
    color: #0067c0;
    text-decoration: underline;
}
@media (min-width: 800px) {
    .podcasts__banner{
        background-image: var(--podcasts-image-banner_tablet);
        aspect-ratio: 1376/534;
    }
    .podcasts__quote__inner{
        padding: 64px;
        display: flex;
        gap: 64px;
    }
    .podcasts__quote__text {
        font-size: 17px;
        margin-bottom: 34px;
    }
    .podcasts__banner,
    .podcasts__quote,
    .podcasts__platform{
        margin-bottom: 100px;
    }

    .podcasts__platform__title{
        font-size: 50px;
        margin-bottom: 40px;
    }

    .podcasts__platform__item{
        width: 246px;
        height: 180px;
        padding: 41px 0 20px;
    }
    .podcasts__platform__list_is-multiplicity-3 .podcasts__platform__item:last-child{
        width: 246px;
    }
    .podcasts__platform__item__logo{
        height: 60px;
        margin: 0 auto 42px;
    }
    .podcasts__platform__item__name{
        font-size: 15px;
    }
    .podcasts__vk-block{
        margin-top: 100px;
    }
    .podcasts__vk-block__title{
        font-size: 36px;
    }
    .podcasts__vk-block__link{
        font-size: 17px;
    }
    .podcasts__audio{
        padding: 100px 0;
    }
}
@media (min-width: 992px) {
    .podcasts__banner{
        background-image: var(--podcasts-image-banner);
        aspect-ratio: 1920/534;
    }
    .podcasts__banner__title{
        font-size: 38px;
        margin-bottom: 12px;
    }
}

@media (min-width: 1106px) {
    .podcasts__banner__title{
        font-size: 54px;
    }
}
@media (min-width: 1200px) {
    .podcasts__banner__title{
        margin-bottom: 30px;
    }
}
@media (min-width: 1700px) {

    .podcasts__banner__breadcrumbs{
        padding-top: 30px;
        margin-bottom: 57px;
    }
    .podcasts__banner__title{
        font-size: 100px;
        margin-bottom: 30px;
    }
    .podcasts__banner__title_top{

    }
    .podcasts__banner__title_bottom{
        gap: 10px;
    }
    .podcasts__banner__title_bottom:before{
        width: 108px;
        height: 108px;
    }
    .podcasts__banner__posttitle{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .podcasts__banner__fio-author{
        font-size: 30px;
        margin-bottom: 12px;
    }
    .podcasts__banner__post-author{
        font-size: 20px;
    }
}

/* 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 */


/* Start:/local/components/custom.appsweb/load.more/templates/.default/style.css?176424249276*/
.btn.button-loadmore {
	border: 1px solid #e4e4e4;
	background-color: red;
}
/* 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/podcasts.css?17645710858336 */
/* /local/templates/gm/components/bitrix/news/podcasts_new/bitrix/news.list/video/style.css?17645710143043 */
/* /local/components/custom.appsweb/load.more/templates/.default/style.css?176424249276 */
/* /local/templates/gm/components/bitrix/news/podcasts_new/bitrix/news.list/audio/style.css?176452547610794 */
