.header {
  background: #3C0143; }
.header .avatar {
  color: #fff; }

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

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

.btn-green {
  background: #5C7161;
  color: #fff;
}
.btn-green:hover {
  background: #677f6d; }

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

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