header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.header_block{
    padding: 24px 0 20px 0;
}
.burger_svg, .close_navbar{
    cursor: pointer;
    display: none;
}
.logo_head{
    margin-right: auto;
    max-width: 120px;
}
.last_block_head{
    align-items: stretch;
    gap: 45px;
}
.contactw_admin{
    cursor: pointer;
    gap: 12px;
}
.admins_svg, .calendar_time_svg{
    width: 24px;
    height: 24px;
}
.admins_svg img, .calendar_time_svg img{
    object-fit: contain;
}
.admins_cont_sp{
    font-size: var(--twelve);
    font-family: 'Manrope-Bold';
    text-transform: uppercase;
}
.date_time_head{
    margin: 0 50px;
    padding: 12px;
    gap: 18px;
    border-radius: 12px;
    background: #DFE5EA;
}
.time_date{
    gap: 4px;
    font-size: var(--twenty);
}
.play_listen_btn{
    margin-left: 45px;
    cursor: pointer;
    padding: 14px;
    gap: 13px;
    border-radius: 12px;
    background: #E8EDF1;
}
.hidden_audio{
    opacity: 0;
    width: 0; 
} 
.play_btn_head{
    cursor: pointer;
    min-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    justify-content: center;
    background-color: var(--white);
}
.listen_sp{
    font-size: var(--sixteen);
}
.soundon_off{
   cursor: pointer; 
}
.login_register_blck{
    gap: 22px;
}
.login_btn{
    cursor: pointer;
    height: 100%;
    padding: 14px 28px;
    font-size: var(--eighteen);
    color: var(--white);
    background-color: var(--brandBlue);
    border-radius: 12px;
}
.login_btn:hover{
    background-color: var(--boldBlue);
} 
.register_btn{
    cursor: pointer;
    font-size: var(--sixteen);
    font-family: 'Manrope-Medium';
    text-transform: uppercase;
}
.register_btn:hover{
    color: var(--boldBlue);
}
.nav_bar{
    margin-left: 20px;
    position: relative;
    gap: 40px;
    justify-content: start;
    margin-right: auto;
}
.bottom_border{
    position: absolute;
    bottom: -30px;
    width: 1000%;
    left: 0;
    border-bottom: 1px solid rgba(16, 61, 97, 0.20);
}
.underline_nav{
    position: absolute;
    border-bottom: 2px solid var(--brandBlue);
    transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
}
.nav_alink{
    min-width: fit-content;
    font-size: var(--twenty);
}
.nav_alink_active{
    font-family: 'Manrope-Bold';
}
.users_head_blck{
    justify-content: end;
    gap: 20px;
}
.users_head_img{
    position: relative;
    width: 56px;
    height: 56px;
}
.users_head_img img{
    border-radius: 50%;
}
.user_head_block{
    justify-content: end;
    gap: 18px;
}
.user_head_block .users_head_blck {
    margin: 0;
}
.start_vacation{
    font-size: var(--forteen);
    min-width: fit-content;
    padding: 12px 30px;
    background-color: rgba(16, 61, 97, 0.40);
    border-radius: 90px;
    color: var(--white);
    cursor: pointer;
}
.start_vacation:hover{
    background-color: var(--brandBlue);
}
.notif_rel{
    position: relative;
    justify-content: center;
}
.notif_ring_btn{
    min-width: 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    justify-content: center;
    cursor: pointer;
    border: 1px solid var(--brandBlue);   
}
.notif_ring_btn:hover, .notif_ring_btn_active{
    background-color: var(--brandBlue);
}
.notif_ring_btn_active .ring_active{
    display: block;
}
.notif_ring_btn_active .ring_no{
    display: none;
}
.ring_active{
    display: none;
}
.notif_ring_btn:hover svg path{
    stroke: var(--white);
}
.notification_window{
    display: none;
    z-index: 10;
    top: 62px;
    background-color: var(--white);
    padding: 12px;
    gap: 14px;
    border-radius: 12px;
    flex-direction: column;
    align-items: start;
    position: absolute;
    width: 300px;
}
.notification_window::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    border-width: 12px;
    border-style: solid;
    border-color: white transparent transparent white;
    transform: translate(-50%, 0) rotate(45deg);
}
.notif_red_ring{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--red);
    justify-content: center;
}
.notfs_name{
    font-style: var(--sixteen);
    font-family: 'Manrope-Bold';
}
.notifs_descrip{
    font-size: var(--forteen);
}
.pay_tarrif{
    cursor: pointer;
    font-family: 'Manrope-SemiBold';
}
.user_on_off{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    justify-content: center;
    background-color: #E8EDF1;
}
.user_online{
    background-color: #36B410;
    width: 90%;
    height: 90%;
    border-radius: 50%;
}
.users_info_blck{
    flex-direction: column;
    align-items: start;
    gap: 6px;
}
.users_name{
    font-size: var(--eighteen);
    font-family: 'Manrope-Bold';
}
.users_controls{
    gap: 15px;
}
.settings_svg{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--brandBlue);
    justify-content: center;
    cursor: pointer;
}
.log_out{
    cursor: pointer;
    gap: 15px;
    font-size: var(--twelve);
}
.pause_svg{
    display: none;
}
.pagination_block{
    gap: 10px;
    justify-content: center;
}
.next_prev_arow, .pagination_sp, .tochki_{
    font-size: var(--forteen);
    color: var(--brandBlue);
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    justify-content: center;
    background-color: var(--white);
}
.pagination_sp_active, .pagination_sp:hover, .next_prev_arow:hover{
    background-color: var(--brandBlue);
    color: var(--white);
}
.next_prev_arow:hover svg path{
    stroke: var(--white);
}
.tochki_{
    cursor: initial;
    text-align: center;
}
textarea{
    resize: none;
}
.range_audio_block{
    position: relative;
    width: 230px;
    height: 4px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.20);
}
.play_audio_block{
    padding: 8px 20px 8px 8px;
    background-color: var(--brandBlue);
    border-radius: 90px;
    gap: 20px;
}
.fill_range_blck{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    justify-content: start;
}
.filled_range_back{
    height: 100%;
    width: 0;
    border-radius: 10px;
    background-color: rgba(123, 165, 198, 1);
}
.range_round{
    width: 12px;
    min-width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: -3px;
    background-color: rgba(123, 165, 198, 1);
}
.time_audio{
    min-width: 25px;
    font-size: var(--twelve);
    color: var(--white);
}
.audio_btns{
    cursor: pointer;
}
.audio_btns:hover svg path, .audio_btns:hover svg,
.loop_active svg, .loop_active svg path{
    fill-opacity: 1;
    stroke-width: 1;
}
.right_header_blck{
    gap: 20px;
    min-width: 35%;
}
ul, ol{
    padding-left: 20px;
}
.access_required .description_{
    align-self: flex-start;
}
.threat_blck{
    border-radius: 12px;
    background: #DFE5EA;
    padding: 14px;
    flex-direction: column;
    gap: 14px;
}
.thr_title{
    max-width: 315px;
    text-align: center;
    color: var(--boldBlue);
    font-family: 'Manrope-Bold';
}
.camera_micro, .microphone_video_lab{
    gap: 20px;
}







