.header {
  background: #41484D; }
.header .avatar {
  color: #fff; }

.list-offers li.current {
  background: #3287C6;
  color: #fff;
}
.list-offers li.current:after {
  border-color: transparent transparent transparent #3287C6; }

.list-steps li {
  color: #fff; }
.list-steps li.current {
  color: #fff; }
.list-steps li.current:after {
  background: #3287C6; }
.list-links a {
  color: #3287C6; }

.btn-green {
  background: #6DAE62;
  color: #fff;
}
.btn-green:hover {
  background: #5fa354; }

.calendar .calendar__dates li a:hover {
  color: #6DAE62; }
.calendar .calendar__date:not(.unavailable):hover, .calendar .calendar__date:not(.unavailable).selected {
  border-color: #6DAE62;
  color: #6DAE62; }
.calendar .calendar__date:not(.unavailable):hover:before, .calendar .calendar__date:not(.unavailable).selected:before {
  border-color: #6DAE62; }

.time .time__entry {
  color: #6DAE62;
  border-color: #6DAE62; }
.time .time__entry:hover, .time .time__entry.selected {
  color: #6DAE62; }
.time .time__entry:hover:before, .time .time__entry.selected:before {
  border-color: #6DAE62; }
.time .time__entry.confirm {
  background: #6DAE62;
  color: #fff; }
