.content.video-chat {
    height: auto !important;
    padding: 0;
    background-color: transparent;
    display: flex;
    flex-direction: row-reverse;
}

.setting-communication-window .success {
    color: #4bb5ab
}

.miss .icon-videochat-timetable, .busy .icon-videochat-timetable  {
    opacity: 0.3;
}

.tooltip-videochat {
    display: none;
    left: 20%;
    width: 180px;
    height: 27px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 12px #00000033;
    border-radius: 3px;
    opacity: 1;
    color: #666666;
    position: absolute;
    padding: 8px;
    z-index: 9999;
}

.endOfReception {
    float: right;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF !important;
    background-color: #26A69A;
    border-radius: 4px;
    padding: 10px 20px;
    margin-right: 8px;
    border: none !important;
    cursor: pointer;
}

.decline-call-window {
    display: none;
    top: 35%;
    width: 312px;
    height: 314px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 12px #00000033;
    border-radius: 10px;
    opacity: 1;
    position: fixed;
    padding: 30px;
    z-index: 9999;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

.repeat-visit:before  {
    background: url(../img/repeat_icon.png) no-repeat;
    content: '';
    display: inline-block;
    width: 20px;
    height: 16px;
    opacity: 1;
    position: relative;
    top: 4px;
    margin-left: 10px;
}

.icon-videochat-timetable {
    display: inline-block;
    background: url(../img/earth-black.png) 0% 0% no-repeat padding-box;
    width: 16px;
    height: 16px;
    opacity: 0.6;
}

.ttg-cell {
    display: flex;
    justify-content: space-around;
}

.ttg-cell-time {
    padding-top: 2px;
}

.decline-call-window a {
    margin-top: 21px;
}

.decline-call-window h1 {
    margin-top: 24px;
}

.decline-call {
    width: 96px;
    height: 96px;
    display: inline-block;
    margin-left: 18px;
    margin-right: 18px;
    border-radius: 50px;
    background-color: lightgray;
}
.img-decline-call {
    background: url(../img/videochat/call_end-x2.png) no-repeat center;
    width: 96px;
    height: 96px;
    display: block;
    transform: scale(0.75);
}

.RegisteredVideoChat {
    display: block;
    top: 30%;
    left: 35%;
    width: 300px;
    height: 260px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 12px #00000033;
    border-radius: 10px;
    opacity: 1;
    position: fixed;
    padding: 30px;
    z-index: 9999;
    text-align: center;
}

.choose-way-communication {
    display: none;
    top: 35%;
    left: 35%;
    width: 340px;
    height: 190px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 12px #00000033;
    border-radius: 10px;
    opacity: 1;
    position: fixed;
    padding: 30px;
    z-index: 9999;
}

.select-time-videochat {
    display: none;
    top: 30%;
    left: 35%;
    width: 312px;
    height: 300px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 12px #00000033;
    border-radius: 10px;
    opacity: 1;
    position: fixed;
    padding: 30px;
    z-index: 9999;
}

.videochatFree {
    background: #64ffda;
    color: #000;
    cursor: pointer;
}

.message-videochat p {
   text-align: left;
}

.message-videochat {
    font-size:14px;
    color:#00000099;
}

.RegisteredVideoChat .message-videochat {
    margin-bottom: 17px;
}

.RegisteredVideoChat h1 {
    margin: 0 0 19px;
}

.RegisteredVideoChat .img-success{
    background: url(../img/alert-success.png) no-repeat left top;
    width: 39px;
    height: 39px;
    margin: 10px 133px 29px 133px !important;
}

.choose-way-communication .option {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    width: 340px;
    height: 50px;
    margin-bottom: 10px;
    display: flex;
}
.choose-way-communication .option:hover {
    border: 1px solid #0288D1;
}

.choose-way-communication h1 {
    margin-bottom: 31px !important;
}

.choose-way-communication .option span.text {
    font-size: 18px;
    letter-spacing: 0px;
    color: #01579B;
    opacity: 1;
    margin-top: 17px;
    cursor:pointer;
    display: block;
}

.choose-way-communication .option span {
    height: 24px !important;
    width: 24px !important;
    display: inline-block;
    margin: 13px 11px 13px 11px
}

.img-audiocall {
    background: url(../img/videochat/call-blue.png) no-repeat padding-box;
}

.img-videocall {
    background: url(../img/videochat/camera-blue.png) no-repeat padding-box;
}

.contact-list {
    width: 15%;
    background-color: lightgrey;
    display: block;
    border: 0;
    padding: 15px 10px;
    border-radius: 10px;
    height: 400px;
    position: absolute;
    opacity: 0.6;
    margin-top: 20px;
    margin-left: 20px;
    z-index: 999;
}

.contact-list table {
    width: 100%;
}

.contact-list table tr {
    height: 20px;
}

.video-chat-main-window {
    width: 100%;
    /*background-color: #383c40;*/
    display: none;
    border: 0;
    padding: 0;
    margin: 0;
    height: 694px;
    z-index: 1;
    position: relative;
    background: rgb(38, 50, 56);
    background: radial-gradient(circle, rgb(128, 128, 128) 0%, rgb(38, 50, 56) 39%);
}

.serviceContentVideoChat {
    min-height: 75px !important;
}

.remind-block {
    display: flex;
    justify-content: flex-end;
    height: 15px
}

.serviceContentVideoChat .status-bar .status {
    position: absolute !important;
    right: 0px !important;
    bottom: 12px !important;
}

.button-timer, .endOfReception {
    margin-top: 12px !important;
    font-size: 14px;
    line-height: 17px;
    color: #546E7A !important;
    background-color: #ECEFF1;
    border-radius: 4px;
    padding: 10px 20px;
    border: none !important;
}

.button-timer {
    position: relative;
    z-index: 2;
}
@keyframes stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 0;
        left: 100%;
    }
}

.button-timer:before {
    content: "";
    background: white;
    height: 40px;
    width: 50px;
    position: absolute;
    top: -3px;
    left: -75px;
    transform: skewX(-35deg);
    animation: stripes 3s infinite linear;
    opacity: 0.6;
    z-index: -1;
}

.endOfReception {
    background-color: #26A69A !important;
    color: white !important;
}

.serviceContentVideoChat .status-bar .status-buttons .reminder-block .remind {
    margin-right: 12px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.serviceContentVideoChat .status-bar .status-buttons .reminder-block .remind .videochat-call-start-timer {
    margin: 0px;
    text-align: center;
}

.remind {
    float: right;
}

.serviceContentVideoChat .place {
   height: 75px !important;
}

.text-videochatIsOn {
    color: #F37F21;
}

.endOfReception {
    will-change: transform;
    background-color: #26A69A !important;
    color: white !important;
    animation: radial-pulse 1s infinite;
    float: right;
    cursor: pointer;

}

@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
    }

    100% {
        box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
    }
}

.serviceContentVideoChat .remind-block {
    align-items: center;
}

.serviceContentVideoChat .btnCancelRecord {
    margin: 0 !important;
}

.videochat-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

.videochat-buttons div {
    margin-right: 10px !important;
}

.videochat-buttons div:last-child {
    margin-right: 0 !important;
}

.videochat-call-start-timer {
    margin: 0 !important;
}

.videochat-message-panel-button-container {
    float: right;
    text-align: center;
}

.videochat-message-panel-button {
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF !important;
    background-color: #26A69A;
    border-radius: 4px;
    padding: 10px 20px;
    margin: 0;
    border: none !important;
    cursor: pointer;
    will-change: transform;
    animation: radial-pulse 1s infinite;
}

.chat-window {
    display: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    line-height: 18px;

    /*position: relative;*/
    z-index: 1;
}

.chat-panel {
    position: fixed;
    border: 1px solid #000;
    background-color: #fff;
    bottom: 10px;
    right: 10px;
    justify-content: space-between;
    flex-direction: column;
    border: none;
    border-radius: 3px;
    box-shadow: 0 3px 25px #0000004D;
    z-index: 99;
}

.chat-panel.chat-panel-in-call {
    border-radius: 0;
    box-shadow: none;
    height: 694px;
}

/* header ----------------------------------------------------------- */

.chat-panel-header {
    width: 426px;
    background-color: #333333;
    border: none;
    border-radius: 3px 3px 0 0;
}

.chat-panel-in-call .chat-panel-header {
    display: none;
}

.chat-panel-header p {
    color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 36px;
    position: relative;
}

.chat-panel-header p:before {
    background: transparent url(../img/videochat/user.svg);
    position: absolute;
    left: 10px;
    top: 1px;
    width: 16px;
    height: 16px;
    content: "";
}

/* Область сообщений */

.messages-view {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 16px;
    height: 100%;
}
.message-view {
    background-color: #F5F5F5;
    border-radius: 16px;
    width: auto;
}

.message-view.message-right {
    align-self: flex-end;
    background-color: #E0F2F1;
}

.message-view__content {
    overflow-wrap: break-word;
    white-space: normal;
    margin: 0;
}

.message-view__content a {
    position: relative;
    color: #00796B;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.message-view__content a::before {
    content: "";
    position: absolute;
    background-image: url(../img/videochat/paper.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.day-border {
    align-self: center;
    width: 92px;
    height: 16px;
    font-size: 11px;
    line-height: 13px;
    border: 1px solid #ECECEC;
    border-radius: 2px;
    text-align: center;
    box-shadow: 0 3px 6px #00000029;
    position: relative;
    margin: 5px 2px;
}

.day-border::before {
    content: "";
    position: absolute;
    border-top: 1px solid #DDDDDD;
    width: 160px;
    top: 7px;
    left: -161px;
}


.day-border::after {
    content: "";
    position: absolute;
    border-top: 1px solid #DDDDDD;
    width: 160px;
    top: 7px;
    right: -161px;
}

.day-border p {
    margin: 0;
}

/* Область написания сообщения */

#chat-message-form {
    position: relative;
    z-index: 10;
}
#chat-message-form input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    position: absolute;
    z-index: -10;
}

.chat-message-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    border-top: 1px solid #dddddd;
}

#chat-message-input {
    flex-grow: 1;
    resize: none;
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    outline: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    box-shadow: none;
}

#chat-message-input::placeholder {
    color: #9E9E9E;
    font-style: italic;
}

#chat-message-form .chat-message-container .chat-file-input-label {
    display: inline-block;
    margin: 0;
    font-size: 0;
    background-image: url(../img/videochat/paperclip2.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.chat-message-submit-btn {
    opacity: .5;
    background-image: url(../img/videochat/send.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    font-size: 0;
    border: none;
    cursor: pointer;
}

.chat-message-submit-btn:hover {
    opacity: 1;
}

/* close-btn-------------------------------------------------------- */

.chat-window #chat-window-close-btn {
    position: absolute;
    top: 13px;
    right: 13px;
    opacity: 0.3;
    background-color: transparent;
    border: none;
    width: 20px;
    height: 20px;
    font-size: 0;
    z-index: 10;
    cursor: pointer;
}

.chat-window .chat-panel-in-call #chat-window-close-btn {
    display: none;
}

.chat-window #chat-window-close-btn:hover {
    opacity: 1;
}

.chat-window #chat-window-close-btn:before,
.chat-window #chat-window-close-btn:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #fff;
    top: 0;
}
.chat-window #chat-window-close-btn:before {
    transform: rotate(45deg);
}
.chat-window #chat-window-close-btn:after {
    transform: rotate(-45deg);
}

/* Лоадер для окна сообщений */
.chat-message-panel-mask {
    display: none;
    position: absolute;
    background-color: #c1c1c1;
    opacity: .5;
    z-index: 10;
}

.chat-panel-in-call .chat-message-panel-mask {
    height: 694px;
}

.chat-message-panel-loader,
.chat-message-panel-loader:before,
.chat-message-panel-loader:after {
    border-radius: 50%;
}
.chat-message-panel-loader {
    color: #ffffff;
    font-size: 11px;
    text-indent: -99999em;
    margin: 55px auto;
    position: absolute;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.chat-message-panel-loader:before,
.chat-message-panel-loader:after {
    position: absolute;
    content: '';
}
.chat-message-panel-loader:before {
    width: 5.2em;
    height: 10.2em;
    background: #c1c1c1;
    border-radius: 10.2em 0 0 10.2em;
    top: -0.1em;
    left: -0.1em;
    -webkit-transform-origin: 5.1em 5.1em;
    transform-origin: 5.1em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s;
}
.chat-message-panel-loader:after {
    width: 5.2em;
    height: 10.2em;
    background: #c1c1c1;
    border-radius: 0 10.2em 10.2em 0;
    top: -0.1em;
    left: 4.9em;
    -webkit-transform-origin: 0.1em 5.1em;
    transform-origin: 0.1em 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Лоадер для инпута сообщений */
.chat-message-container-mask {
    display: none;
    position: absolute;
    background-color: #c1c1c1;
    opacity: .5;
}

.chat-message-container-loader {
    text-align: center;
}

.chat-message-container-loader > div {
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.chat-message-container-loader .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.chat-message-container-loader .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}


.video-chat-main-window video#remote-video {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.video-chat-main-window .no-video-view {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(0deg, #263238CC 0%, #26323833 49%, #263238CC 100%) 0% 0% no-repeat padding-box;
}

.video-chat-main-window .no-video-view .no-video-inner-panel {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-chat-main-window div.vc-self-video-panel {
    position: absolute;
    overflow: hidden;
}

.vc-chat-panel {
    width: 20%;
    background-color: lightgrey;
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0;
    height: 100%;
}

.icon-mic {
    background: url(/design/common_new/img/videochat/mic_off.png) no-repeat center;
    height: 18px;
    width: 18px;
}

.icon-camera {
    background: url(/design/common_new/img/videochat/camera_off.png) no-repeat center;
    height: 18px;
    width: 18px;
}

.acceptVideoCall:hover, .acceptAudioCall:hover, .declineCall:hover {
    transform: scale(1.2);
}

.video-chat-offer-window {
    display: none;
    position: fixed;
    background: rgb(38, 50, 56);
    background: transparent linear-gradient(0deg, #546E7A 0%, #78909C 49%, #546E7A 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    right: 0;
    z-index: 999;
}

.video-chat-offer-window-inner-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.video-chat-offer-window-title {
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
}

.video-chat-offer-window .vc-component {
    /*margin: 20px;*/
    text-align: center;
}

.video-chat-offer-window .ow-header {
    background: url("../img/videochat/doctor-avatar.svg") no-repeat center;
}

.video-chat-offer-window .ow-content {
    color: #fff;
}

.video-chat-offer-window .ow-tools {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.vc-btn {
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, 0.2);
    border: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.video-chat-offer-window .vc-btn[disabled] {
    opacity: 0.5;
    background-color: #4c5d66;
    cursor: auto;
}

.video-chat-offer-window .vc-btn.acceptVideoCall[disabled]:hover {
    transform: scale(1) !important;
}

.vc-btn.green {
    background-color: #4CAF50;
}

.vc-btn.red {
    background-color: #F44336;
}

.vc-btn span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

.vc-btn span[disabled] {
    cursor: auto;
    opacity: 0.5;
}

.vc-btn span.videocall {
    background-image: url("../img/videochat/camera_on.svg");
}

.vc-btn span.audiocall {
    background-image: url("../img/videochat/call.svg");
}

.vc-btn span.call-end {
    background-image: url("../img/videochat/call_end.svg");
}

.vc-btn span.camera {
    background-image: url("../img/videochat/camera_on.svg");
}

.vc-btn span.mic {
    background-image: url("../img/videochat/micro_on.svg");
}

.vc-btn span.camera.off {
    background-image: url("../img/videochat/camera_off.svg");
}

.vc-btn span.mic.off {
    background-image: url("../img/videochat/micro_off.svg");
}

.vc-tools-panel {
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.vc-header-panel {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
}

.vc-header-panel .contact-name {
    width: 70%;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-align: center;
}

.vc-header-panel .state {
    position: relative;
    color: #fff;
}

.vc-header-panel .state::before {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url("../img/videochat/rec.svg");
}

.vc-header-panel .debug-tmk{
    font-size: 14px;
    margin: 10px 160px;
    color: #fff;
    opacity: 0.8;
}

.vc-header-panel .debug-tmk>a{
    color: #fffefe;
    font-size: 13px;
    text-decoration: underline;
}

.video-chat-template {
    display: none;
}

.vc-default-doctor-avatar {
    position: absolute;
    height: 200px;
    background: url("../img/videochat/doctor-avatar.svg") no-repeat center;
    display: block;
    top: 50%;
    width: 100%;
    transform: translate(0%, -50%);
}
.call-view-notice {
    color: #FFFFFF;
    text-align: center;
    opacity: 0.8;
    position: absolute;
}

.contact-list {
    display: block;
    position: absolute;
    top: 200px;
}

#videoChat-call-is-over-window {
    display: none;
    top: 30%;
    width: 372px;
    height: 326px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 12px #00000033;
    border-radius: 10px;
    opacity: 1;
    position: fixed;
    padding: 30px;
    z-index: 9999;
    margin: auto;
    left: 0;
    right: 0;
}
.img-call-is-over, .img-select-time-videochat {
    background: url(../img/earth-big.png) no-repeat center;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    opacity: 0.2;
}

.img-call-is-over {
    margin: 18px 116px 32px 146px !important;
}

.select-time-videochat a  {
    padding: 10px 30px 10px 30px !important;
    margin-top: 25px;
}

.select-time-videochat {
    text-align: center;
}

.img-select-time-videochat {
    margin: 18px 116px 32px 126px !important;
}

.call-is-over {
    text-align: center;
}

.call-is-over p {
    font-size: 16px;
}
.call-is-over a {
    margin-top: 26px;
}
.call-is-over h1{
    margin: 0 0 5px !important;
}
.call-is-over p.time {
    margin-bottom: 17px !important;
}
.close {
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(../img/close.png) no-repeat left top #FFF;
    right: 17px;
    top: 15px;
    cursor: pointer;
    opacity: 0.5;
}

.setting-communication-window {
    display: none;
    top: 50%;
    left: 50%;
    width: 1100px;
    height: 450px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 12px #00000033;
    border-radius: 10px;
    opacity: 1;
    position: fixed;
    padding: 30px;
    z-index: 9999;
    transform: translate(-50%, -50%);
    max-width: 90%;
}

.img-settings {
    width: 180px;
    height: 120px;
    background-color: transparent;
    margin-bottom: 40px;
    overflow: hidden;
    box-sizing: border-box;
}

.img-settings.bordered {
    border: 4px dashed #cac7c7;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.big-text {
    font-weight: bold;
    font-size: 20px;
}

.low-text {
    font-size: 16px;
    width: 284px;
}

.text-settings {
    margin-left:24px;
}
.low-text {
    margin-top: 15px;
}

.text-settings .button {
    margin-top: 18px;
}

.setting-communication-column {
    display: flex;
    flex-direction: column
}
.setting-communication-content {
    display: flex;
    justify-content: space-between;
}

.setting-communication-column .item {
    display: flex;
    margin-bottom: 50px;
}

.vc-icon {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.vc-icon.check-sound {
    opacity: 0.4;
    background: url(../img/videochat/dynamic_black.png) no-repeat center center;
}

.vc-icon.check-mic {
    opacity: 0.4;
    background: url(../img/videochat/mic_black_big.png) no-repeat center center;
}

.analyzer-container {
    width: 100%;
    margin-top: 13px;
}

.analyzer-square {
    width: calc(10% - 4px);
    height: 14px;
    display: inline-block;
}

.settings-device-selector {
    width: 275px;
    margin-top: 10px;
    padding: 5px;
}

#settings-self-video {
    width: 180px;
}

.messages-block {
    display: flex;
    justify-content: space-between;
}

.bodyWrapper.videoChatMax {
    overflow: hidden;
    height: 100% !important;
}

.bodyWrapper.videoChatMax .content.video-chat {
    height: 100% !important;

}

.bodyWrapper.videoChatMax .content.video-chat .video-chat-main-window {
    height: 100% !important;
}

.bodyWrapper.videoChatMax .chat-panel.chat-panel-in-call {
    height: 100% !important;
}

.bodyWrapper.videoChatMax .messages-view {
    flex-grow: 1 !important;
    height: auto !important;
}

.message-view-is-empty {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #616161;
    text-align: center;
}

@media not screen and (max-width: 1024px) {
    body {
        min-width: 1024px;
    }

    .videoChatMax .content .videoChatMax-img {
        margin-bottom: 40px;
    }

    .videoChatMax .content .videoChatMax-title {
        margin-bottom: 12px;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
    }

    .videoChatMax .content .videoChatMax-descr {
        width: 400px;
        font-size: 16px;
        line-height: 24px;
    }

    .open-chat-btn {
        display: none;
    }

    .hide-chat-btn {
        display: none;
    }

    .chat-window {
        z-index: 1;
    }

    .chat-panel {
        display: flex;
        width: 426px;
        height: 446px;
    }

    .chat-panel-header-mobile {
        display: none;
    }

    .chat-panel.chat-panel-in-call {
        position: relative;
        bottom: 0;
        right: 0;
    }

    .chat-message-panel-mask {
        width: 426px;
        height: 446px;
        top: 0;
    }

    .chat-message-panel-loader {
        top: calc(50% - 55px);
        left: calc(50% - 55px);
    }

    .chat-message-container {
        width: 426px;
    }

    #chat-message-form .chat-message-container .chat-file-input-label {
        width: 25px;
        height: 25px;
        background-size: 20px 20px;
        padding: 15px;
    }

    #chat-message-input {
        padding: 5px;
        margin: 15px 8px;
        font-size: 13px;
        line-height: 18px;
    }

    .chat-message-submit-btn {
        width: 50px;
        height: 50px;
        background-size: 20px 20px;
        padding: 15px;
    }

    .chat-message-container-mask {
        width: 426px;
        height: 60px;
    }

    .chat-message-container-loader {
        margin: 20px auto 0;
        width: 70px;
    }

    .chat-message-container-loader > div {
        width: 10px;
        height: 10px;
    }

    .bodyWrapper.videoChatMax .chat-panel-in-call .chat-message-panel-mask {
        height: 100%;
    }

    .day-border {
        display: block;
    }

    .message-view {
        margin: 5px;
        max-width: 266px;
        padding: 8px 10px 10px;
    }

    .message-view__content {
        font-size: 13px;
        line-height: 16px;
    }

    .message-view__content a {
        font-size: 13px;
        line-height: 16px;
    }

    .message-view.message-view-link .message-view__content {
        padding-left: 24px;
    }

    .message-view__content a::before {
        width: 24px;
        height: 24px;
        left: -28px;
        top: calc(50% - 12px);
        background-size: 24px 24px;
    }

    .message-view-is-empty {
        font-size: 16px;
        line-height: 20px !important;
    }

    .vc-btn {
        border-radius: 35px;
        width: 64px;
        height: 64px;
        margin-left: 18px;
    }

    .vc-btn span {
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
    }

    .vc-btn span.call-end {
        background-size: 32px 32px;
        width: 32px;
        height: 32px;
    }

    .vc-btn span.mic {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }

    .vc-btn span.mic.off {
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
    }

    .vc-header-panel .contact-name {
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 24px;
    }

    .vc-header-panel .state {
        padding-left: 20px;
        font-size: 16px;
    }

    .vc-header-panel .state::before {
        left: 0;
        top: 2px;
        width: 10px;
        height: 10px;
        background-size: 10px 10px;
    }

    .vc-header-panel {
        top: 32px;
    }

    .video-chat-main-window video#self-video {
        width: 131px;
    }

    .video-chat-main-window div.vc-self-video-panel {
        width: 128px;
        border-radius: 10px;
        top: 32px;
        left: 32px;
    }

    .vc-tools-panel {
        bottom: 50px;
    }

    .call-view-notice {
        height: 38px;
        width: 100%;
        font-size: 16px;
        top: 50%;
    }

    .vc-default-doctor-avatar {
        height: 200px;
        transform: translate(0%, -50%);
        background-size: 200px 200px;
    }

    .video-chat-offer-window {
        width: 372px;
        height: auto;
        border-radius: 10px;
        margin-right: 24px;
        bottom: 50px;
    }

    .video-chat-offer-window .vc-btn.acceptVideoCall {
        margin: 0;
    }

    .video-chat-offer-window .vc-btn.acceptVideoCall span {
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
    }

    .video-chat-offer-window .vc-btn.acceptAudioCall span {
        width: 24px;
        height: 24px;
        background-size: 24px 24px;
    }

    .video-chat-offer-window .ow-header {
        padding: 0;
        margin-bottom: 24px;
        background-size: 72px 72px;
        width: auto;
        height: 72px;
    }

    .video-chat-offer-window .ow-content .contact-name {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .video-chat-offer-window .ow-content .contact-desc {
        font-size: 16px;
        line-height: 20px;
    }

    .video-chat-offer-window .ow-tools {
        margin: 0;
        width: 100%;
        height: 64px;
    }

    .video-chat-offer-window-inner-block {
        padding: 24px;
    }

    .video-chat-offer-window-title {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        font-weight: 400;
    }

    .video-chat-offer-window .ow-content {
        margin: 0 0 32px;
    }

    .videoChatMax .content .videoChatMax-content {
        height: 100%;
    }

    .videoChatMax .content #videoChat-call-is-over-window {
        width: 400px;
    }

    .videoChatMax .content .call-is-over .message-videochat p {
        font-size: 16px;
        line-height: 20px;
    }

    .videoChatMax .content .call-is-over .img-call-is-over {
        width: 172px;
        height: 172px;
        margin-bottom: 30px !important;
        background-size: 172px 172px;
    }

    .videoChatMax .content .decline-call-window .img-decline-call {
        background-size: 96px 96px;
    }

    .videoChatMax-enableSoundModal {
        width: 462px;
        padding: 44px 32px 32px 0;
        border-radius: 8px;
    }

    .videoChatMax-enableSoundModal::before {
        width: 40px;
        height: 40px;
        left: 32px;
        top: 44px;
        background-size: 40px 40px;
    }

    .videoChatMax-enableSoundModal-title {
        margin-left: 96px;
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 24px;
    }

    .videoChatMax-enableSoundModal-descr {
        margin-left: 96px;
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 20px !important;
    }

    .videoChatMax-enableSoundModal-apply-btn {
        margin-left: 88px;
        padding: 14px 20px;
        border-radius: 4px;
        font-size: 16px;
        line-height: 20px;
    }
}