.table-weblab-2 {border-collapse:collapse;}
.table-weblab-2 td, th {border:1px solid #ccc !important;padding:0.5ex 0.5em !important;}
.table-weblab-2 th {background-color:#e3e3e3;}

.table-weblab-3 {border-collapse:collapse;}
.table-weblab-3 td, th {border:1px solid #ccc !important;padding:1ex 1em !important;}
.table-weblab-3 th {background-color:#e3e3e3;}

.video_blc{
  overflow:hidden;
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
}
.video_blc iframe {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}
legend {
    display: block;
    width: 20em;
    color: #26779e;
margin:5px;
}

/* алерт про куки */
#cookie_note{
z-index:200;
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:auto;
margin-top: 1em;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}
/* алерт про куки */