.speach{
    position: relative;
    display: block;
}

#speach-voice {
    position: absolute;
    background: red;
    color: #fff;
    top: -36px;
    right: 0;
    padding: 10px;
    user-select: none;
    font-weight: 600;
    white-space: nowrap;
    font-size: 14px;
    width: 30px;
    height: 30px;

    background: url("/bitrix/images/yandex.speechkit/play.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}

#speach-voice.loading {
    background: url("/bitrix/images/yandex.speechkit/spin.gif");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}

#speach-voice.played {
    background: url("/bitrix/images/yandex.speechkit/pause.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}

.chosen {
    outline: 1px solid red;
    position: relative;
}

#speach-panel {
    position: fixed;
    top: 40px;
    left: 0;
    color: #ffffff;
    padding: 10px 5px;
    background: url('/bitrix/images/yandex.speechkit/sound_off.png');
    background-color: #fff;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
}

#speach-panel.active {
    background: url('/bitrix/images/yandex.speechkit/sound_on.png');
    background-color: #fff;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
}