.header {
  background: #000000; }
.header .avatar {
  color: #fff; }

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

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

.btn-green {
  background: #FF5100;
  color: #fff;
}
.btn-green:hover {
  background: #ff621a; }

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

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