.podcast__detail{
	/*background-color: #46b4de;*/
	background-color: #0665a2;
	padding: 40px 0;
	margin-bottom: 30px;
	color:#fff;
}
.podcast__detail .player input[type="text"] {
	border-radius: 0;
	height: 38px;
}
.podcast__detail .info-box {
	display: flex;
	background: #91aeb6;
	padding: 10px;
	color: #000;
}
.podcast__detail .share-switch {
	display: none;
}
.podcast__detail .track-box {
	width: 100%;
}
.podcast__detail .track-box,
.podcast__detail .sound-box {
	display:flex;
	align-items: center;
}
.podcast__detail .controls-box {
	display:flex;
	align-items: center;
	margin-left: 20px;
}
.podcast__detail-share {
	display: flex;
}
.podcast__detail-share-text {
	font-size: 14px;
}
.podcast__detail .share-dialog {
	z-index: 1;
}
.podcast__detail .next-track-btn {
	margin-left: 10px;
}
.podcast__detail__text {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.podcast__detail .vk-player{
	margin-bottom: 20px;
}
.podcast__detail .vk-player iframe{
	max-width: 100%;
}
.podcast__item__meta{
	font-size: 12px;
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
}
.podcast__detail h1 {
	margin: 0 0 15px;
}
.podcast__detail .screen-reader-text{
	width: 50px;
	height: 50px;
	border: 5px solid #fff;
	border-radius: 50%;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 27px;
	color: #fff;
}
.podcast__detail .track-line__top,
.podcast__detail .sound-line__top {
	margin-bottom: 10px;
}

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

.podcast__detail .large-toggle-btn {
	cursor: pointer;
}
.podcast__detail .large-toggle-btn:not(.is-active) .screen-reader-text_play-pause:before{
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: url(/local/templates/medica/components/bitrix/news/podcasts/images/play.svg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.podcast__detail .large-toggle-btn.is-active .screen-reader-text_play-pause:before,
.podcast__detail .large-toggle-btn.is-active .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 .large-toggle-btn.is-active .screen-reader-text_play-pause:after{
	margin-left: 2px;
}
.track-line {
	width: 100%;
}
/* Setup and list style
================================================== */
.podcast__banner {
	margin-bottom: 20px;
}

.player {
	position: relative;
	margin: 0 auto;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background-color: #0665a2;
	color: #fff;
	font-size: 1rem;
	font-family: "Source Sans Pro", arial, sans-serif;
	font-weight: 400;
	letter-spacing: .025rem;
	line-height: 1.618;
	padding: 1rem 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;
}

/*.controls-box {
    height: 30px;
    font-size: 2em;
    left: 20px;
    position: relative;
    top: -15px;
    padding-top: 10px;

.previous-track-btn {

&
:before {
    content: "\f049";
    font: 1em "FontAwesome";
}

cursor: pointer

;
display: inline-block

;
}
.next-track-btn {

&
:before {
    content: "\f050";
    font: 1em "FontAwesome";
}

cursor: pointer

;
display: inline-block

;
}
}*/


.large-toggle-btn {
	position: relative;
	width: 80px;
	margin-right: 20px;

}

.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 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%;
	}
	.podcast__detail .info-box{
		display: block;
	}
}
