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

.list-offers li.current {
  background: #A5CDE4;
  color: #41484D;
}
.list-offers li.current:after {
  border-color: transparent transparent transparent #A5CDE4; }

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

.btn-green {
  background: #CFAF4F;
  color: #41484D;
}
.btn-green:hover {
  background: #caa63b; }

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

.time .time__entry {
  color: #CFAF4F;
  border-color: #CFAF4F; }
.time .time__entry:hover, .time .time__entry.selected {
  color: #CFAF4F; }
.time .time__entry:hover:before, .time .time__entry.selected:before {
  border-color: #CFAF4F; }
.time .time__entry.confirm {
  background: #CFAF4F;
  color: #41484D; }
