div.uslugi-list {word-wrap: break-word;}
div.uslugi-list table {width: 100%; margin-bottom: 20px; font-size: 12px; line-height: 14px; border-collapse: collapse;}
div.uslugi-list table th {padding: 15px 10px; text-align: left;}
div.uslugi-list table th:last-child {text-align: right;}
div.uslugi-list table td {padding: 15px 10px; text-align: left; vertical-align: middle}
div.uslugi-list table td:last-child {text-align: right}
div.uslugi-list table tr:nth-child(odd) {background: #EAEAEA;}
div.uslugi-list table tr:first-child {background: transparent;}
div.uslugi-list table .name {display: block;}
div.uslugi-list table .price {font-weight: 700; white-space: nowrap;}
div.uslugi-list table .old_price {text-decoration: line-through;}
div.uslugi-list table .gift {position: relative; }
div.uslugi-list table .gift img {width: 24px; height: 25px;}
div.uslugi-list table .gift span {display: none;position: absolute; z-index: 1; bottom: -35px; right: 0; color: #d72225; white-space: nowrap; padding: 5px; border: 1px solid #d72225;}
div.uslugi-list table .gift:hover span {display: block}
@media only screen and (min-width: 1024px) {
	div.uslugi-list table {font-size: 20px; line-height: 24px;}
	div.uslugi-list table .name {min-height: 48px;}
	div.uslugi-list table .gift span {font-size: 16px; line-height: 16px;}
}