.title, .timer > div, .form {
background: #29ca59; /* Old browsers */
background: -moz-linear-gradient(left, #29ca59 0%, #0da746 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #29ca59 0%,#0da746 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #29ca59 0%,#0da746 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ca59', endColorstr='#0da746',GradientType=1 ); /* IE6-9 */
}


.prices ul li {
background: #29ca59; /* Old browsers */
background: -moz-linear-gradient(left, #29ca59 0%, #0da746 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #29ca59 0%,#0da746 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #29ca59 0%,#0da746 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ca59', endColorstr='#0da746',GradientType=1 ); /* IE6-9 */
}


.title h1 {
    color: #fff;
}

.title h2 {
    color: #fff;
}