.odorik_cnt {
    display: flex; 
    flex-wrap: wrap; 
    width: 100% !important; 
    padding: 0 !important;
}

.odorik_blok1 {
    width: 50% !important; 
    padding: 0 !important;    
}

.odorik_blok2 {
    width: 40% !important; 
    font-size:14px; 
    line-height: 1.6em;
}

.odorik_status {
    width: 100% !important;
    margin-top:8px !important; 
    font-size:12px; 
    margin-left:0 !important; 
    margin-right: auto !important; 
}

.odorik_sign {
    margin: 0 15px -16 15px; 
    width: 45px !important; 
    height: 45px !important;
}

.but_start:disabled, .but_start[disabled]{
  border: 1px solid #fc0303;
  opacity: 0.6;
  cursor: not-allowed;  
}

@media only screen and (max-width: 480px) {
    .odorik_blok2 {  width: 35%; }
}