.survey{
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .85rem;
    background-color: #8B3A1ACC;
    height: 3.25rem;
    border-radius: 10px 10px 0 0;
    font-size: var(--fsize2);
    font-weight: 600;
}
.survey::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: inset 0px 2px 5px #FFFFFF80;
    -moz-box-shadow: inset 0px 2px 5px #FFFFFF80;
    box-shadow: inset 0px 2px 5px #FFFFFF80;
}
.survey a{
    background-color: #FF9D00;
    color: #FFF;
    border-radius: 8px;
    padding: 5px 7px;
    font-size: var(--fsize1);
    font-weight: 700;
    z-index: 1;
}
.btn-sound.horeg{bottom:4rem}
@media (min-width: 640px){
    .survey{display:none}
    .btn-sound.horeg{bottom:.75rem}
}