.section-player {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* Canvas для абстрактного фона - прозрачный */
.section-player .abstract-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.section-player .player-container {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.section-player .visualizer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 30px;
    gap: 0px;
}

@media (min-width: 64rem) {
    /*\@md*/
    .section-player .visualizer {
        gap: 4px;
    }
}

.section-player .bar {
    width: 8px;
    background: linear-gradient(to top, #4cc9f0, #4361ee);
    border-radius: 4px 4px 0 0;
    transition: height 0.1s ease;
}

.section-player .controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.section-player .play-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.section-player .play-btn:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.3);
}

.section-player .play-btn i {
    color: white;
    font-size: 24px;
}

.section-player .volume-control {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.section-player .volume-slider {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.2);
    outline: none;
    -webkit-appearance: none;
}

.section-player .volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
}

.section-player .status {
    margin-top: 15px;
    font-size: 14px;
    opacity: 0.8;
    color: white;
}

.section-player .loading {
    display: none;
    margin-top: 10px;
    color: white;
}

.section-player .loading.active {
    display: block;
}

.section-player .frequency-info {
    margin-top: 15px;
    font-size: 12px;
    opacity: 0.7;
    color: white;
    display: none;
}































.footer-v5{
	position:relative;
	z-index:1
}
.footer-v5__popular-link{
	display:inline-block;
	padding:var(--space-xxs);
	background-color:hsla(var(--color-contrast-higher-h),var(--color-contrast-higher-s),var(--color-contrast-higher-l),0.1);
	border-radius:var(--radius-md);
	color: var(--color-contrast-higher);
	line-height:1;
	transition:.2s
}
.footer-v5__popular-link:hover{
	color:var(--color-contrast-high);
	background-color:hsla(var(--color-contrast-higher-h),var(--color-contrast-higher-s),var(--color-contrast-higher-l),0.075)
}
.footer-v5__back-to-top{
	color:var(--color-contrast-medium);
	transition:color .2s
}
.footer-v5__back-to-top:hover{
	color:var(--color-contrast-high)
}
.footer-v5__link{
	color:var(--color-contrast-medium);
	text-decoration:none;
	transition:color .2s
}
.footer-v5__link:hover{
	color:var(--color-contrast-high);
	text-decoration:underline
}
.footer-v5__social-btn{
	display:block;
	text-decoration:none;
	color:var(--color-contrast-medium);
	transition:color .2s
}
.footer-v5__social-btn .icon{
	display:block
}
.footer-v5__social-btn:hover{
	color:var(--color-contrast-high)
}

.footer-v5__white-tel {
    color:var(--color-white)
}
.footer-v5__white-tel:hover {
    color:var(--color-white)
}