.block-slider .personal-table .item {
  display: none;
}
.block-slider .personal-table .item.active {
  display: flex;
}

/**/

.audio.green-audio-player {
  width: 300px;
  height: 56px;
  display: flex;
  align-items: center;
}
.audio.green-audio-player .play-pause-btn {
  /* display: none; */
  cursor: pointer;
}
.audio.green-audio-player .spinner {
  width: 18px;
  height: 18px;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/355309/loading.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation: spin 0.4s linear infinite;
}
.audio.green-audio-player .slider {
  flex-grow: 1;
  background-color: #f00;
  cursor: pointer;
  position: relative;
}
 .audio.green-audio-player .slider .progress {
	 background-color: #fff;
	 border-radius: inherit;
	 position: absolute;
	 pointer-events: none;
}
 .audio.green-audio-player .slider .progress .pin {
	 height: 16px;
	 width: 16px;
	 border-radius: 8px;
	 background-color: #f00;
	 position: absolute;
	 pointer-events: all;
	 box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}
 .audio.green-audio-player .controls {
	 font-family: 'Roboto', sans-serif;
	 font-size: 16px;
	 line-height: 18px;
	 color: #f00;
	 display: flex;
	 flex-grow: 1;
	 justify-content: space-between;
	 align-items: center;
	 margin-left: 24px;
	 margin-right: 24px;
}
 .audio.green-audio-player .controls .slider {
	 margin-left: 16px;
	 margin-right: 16px;
	 border-radius: 2px;
	 height: 4px;
}
 .audio.green-audio-player .controls .slider .progress {
	 width: 0;
	 height: 100%;
}
 .audio.green-audio-player .controls .slider .progress .pin {
	 right: -8px;
	 top: -6px;
}
 .audio.green-audio-player .controls span {
	 cursor: default;
}
 .audio.green-audio-player .volume {
	 position: relative;
}
 .audio.green-audio-player .volume .volume-btn {
	 cursor: pointer;
}
 .audio.green-audio-player .volume .volume-btn.open path {
	 fill: #f00;
}
 .audio.green-audio-player .volume .volume-controls {
	 width: 30px;
	 height: 135px;
	 background-color: rgba(0, 0, 0, 0.62);
	 border-radius: 7px;
	 position: absolute;
	 left: -3px;
	 bottom: 52px;
	 flex-direction: column;
	 align-items: center;
	 display: flex;
}
 .audio.green-audio-player .volume .volume-controls.hidden {
	 display: none;
}
 .audio.green-audio-player .volume .volume-controls .slider {
	 margin-top: 12px;
	 margin-bottom: 12px;
	 width: 6px;
	 border-radius: 3px;
}
 .audio.green-audio-player .volume .volume-controls .slider .progress {
	 bottom: 0;
	 height: 100%;
	 width: 6px;
}
 .audio.green-audio-player .volume .volume-controls .slider .progress .pin {
	 left: -5px;
	 top: -8px;
}
.player .controls {
  margin: -4px 10px 0;
}
.position {
  margin: 10px 0;
}
 @keyframes spin {
	 from {
		 transform: rotateZ(0);
	}
	 to {
		 transform: rotateZ(1turn);
	}
}
.fio {
	display: flex;
}
.fio a {
  color: #f00;
  font-size: 16px;
	margin-left: 15px;
  background: #fff;
	border-radius: 100%;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.fa-phone {
	transform: rotate(95deg);
}
