.audio-player-img-buttons .control-panel.black-style > div {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.call-video-btn {
    width: 60px;
    height: 50px;
    cursor: pointer;
}

.call-video-popup-black {
    background: url(/custom_code/images/camera-black.png) no-repeat center;
    background-size: 100%;
}

.audio-player-img-buttons .control-panel.black-style > div:hover,
.call-video-popup-black:hover{
    opacity: 0.7;
}

.control-panel.black-style .control-play {
    background: url(/custom_code/images/sound-on-black.png) no-repeat center;
    background-size: 100%;
}

.control-panel.black-style .control-pause {
    background: url(/custom_code/images/sound-off-black.png) no-repeat center;
    background-size: 100%;
}

.control-panel.playing .control-pause {
    display: block !important
}

.control-panel.playing .control-play {
    display: none;
}

.modal-video {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-video-content {
    background-color: #fefefe;
    margin: auto;
    padding: 35px;
    border: 1px solid #888;
    width: 1000px;
    position: relative;
}

.modal-close {
    color: #aaa;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 4px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    height: 30px;
}

.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-iframe iframe {
    width: 1000px;
    height: 562px;
    display: block;
}

.user-info-1 {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.user-info-1 .user-fio {
    font-size: 20px;
    font-weight: bold;
}

.user-info-1 .user-doroga {
    color: #787878;
    margin-top: 5px;
}

.user-info-1 .user-avatar {
    width: 120px;
}








