/*.__childrens {}*/

.__head { margin-bottom: 40px; }

.__head li {
    display: inline-block;
    border-right: 1px solid #e8e7e7;
    padding: 18px 0;
    border-radius: 4px;
    background: #f4f4f4;
    font-size: 16px;
    
}

.__table { padding: 0; }

.__table li { 
    display: inline-block;
    border-right: 1px solid #ccc;
    width: 12%;
    text-align: center;
    font-size: 16px;
}

.__head .vara, .__table .vara {  width: 30%; }

.__table li:last-child { border: none; }

.__line{ 
    display:block; margin: 40px 0; border-bottom: 1px solid #ccc; 
}