html, body {
    
    background: rgba(0,0,0,0);

}

.page:before {

background-image: none;

}
.page {
 
background-color: rgba(0,0,0,0);

}

.availablePromotions__item {
  background: #fcf2eb;
  color: #e67e35;
}
.availablePromotions__item_active {
  background: #e67e35;
  color: #fff;
}
.availablePromotions__item_active .availablePromotions__itemIcon {
  background: #fcf2eb;
  color: #e67e35;
}
.colorOrange {
  color: #e67e35;
}
.booking__title {
  background: #034580;
}
.buttonsGroup_common button {
  border: 1px solid rgba(0,0,0,0.2);
  color: #3a99c8;
  background: #fff;
}
.buttonsGroup_common button:active,
.buttonsGroup_common button.button_active {
  background: rgba(58,153,200,0.1);
}
.buttonsGroup_islands button {
  border: 1px solid #3a99c8;
  background: #fff;
}
.buttonsGroup_islands button:active,
.buttonsGroup_islands button.button_active {
  background: #3a99c8;
  color: #fff;
}
.confirmationApp__total {
  background: #fff;
}
.datepicker-days td.promoted:hover {
  background: #e67e35;
}
.datepicker-days td:not(.disabled).promoted {
  box-shadow: inset 0 0 0 1px #e67e35;
}
.datepicker-days td.active {
  background: #e67e35;
  color: #fff;
}
.icon_promotion .color1 {
  stop-color: #fff0c4;
}
.icon_promotion .color2 {
  stop-color: #df3800;
}
.icon_promotion .percentColor {
  fill: #fff;
}
.icon_promotion_grey .color1,
.icon_promotion_grey .color2 {
  stop-color: #a9a9a8;
}
.icon_percent path:nth-of-type(2) {
  fill: #e67e35;
}
.infoBox__title,
.infoBox__smallTitle {
  color: #165c7d;
}
.price__old {
  color: rgba(0,0,0,0.4);
}
.price__new {
  color: #000;
}
.price__old + .price__new {
  color: #e67e35;
}
.price__discount {
  font-weight: b;
  color: #e67e35;
}
.promotion {
  color: #fff;
}
.select_inline .select__optionSuffix {
  color: #e67e35;
}
.select__optionSuffix {
  color: #e67e35;
}
.severalBooking_mobile .severalBooking__togglerName {
  color: #3a99c8;
}
.severalBooking__clearButton {
  color: #3a99c8;
}
.severalBooking__clearButton:disabled {
  color: #a9a9a8;
}
.severalBooking__text p {
  color: #a9a9a8;
}
.severalBooking__bookButton {
  background: #3a99c8;
  color: #fff;
}
.severalBooking__bookButton:disabled {
  color: #a9a9a8;
  background: #fff;
}
.tag {
  background: rgba(58,153,200,0.1);
}
.tags .tag__name {
  color: #000;
}
