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

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

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

.btn-green {
  background: #bc613f;
  color: #fff;
}
.btn-green:hover {
  background: #c47050; }

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

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