#tm ul
    {
    min-height: 70px;
    }

#tm ul li:nth-child(1),
#tm ul li:nth-child(2),
#tm ul li:nth-child(3),
#tm ul li:nth-child(4),
#tm ul li:nth-child(5)
    {
    background-image: none;
    width: auto;
    padding-left: 0;
    margin-left: 40px;
    padding-top: 10px;
    }
#tm ul li:nth-child(6)
    {
    margin-left: 70px;
    }

#tm ul li a
    {
    font-weight: bold;
    }
#tm ul li .phones a
    {
    font-weight: normal;
    }


.order_table .radio_wrap span.hint_free
    {
    color: green;
    font-weight: bold;
    padding-left: 30px;
    }
.order_table .delivery_wrap span.hint_free
    {
    text-transform: capitalize;
    }
.order_table .delivery_wrap label.for_delivery_type:before
    {
    display: inline-block;
    margin: 0 5px -7px 5px;
    content: ' ';
    width: 25px;
    height: 25px;
    background: url('/img/nova_poshta.png') center center no-repeat;
    }
