  body, html {
  background: #111;
    color: #fff;
    
}


nav {

  background: #111;
    border-bottom: 1px solid #444;
}

.nav__list-item {

  color: #fff!important;

}

.nav__list-item.active {
  background: #444!important;
  color: #000;
  }
  
 .menu__h1 {
 
  color: #fff;
  
  }
  
  
  .menu__titleText {

  color: #fff;
}


.menu__price {
  color: #fff;
}

.menu__titleAdd {

  color: #ccc;

}

.cover {

  background-color: #111;
}

.item {

  background-color: #111;
  }
  
  
  .item__menu .menu__title .menu__titleFlex .menu__titleText {

  color: #fff;
}


.menu__card {

  border-bottom: 7px solid #333;

}


.navigate {

  background-color: #111;

  color: #fff;
  }
  
  .navigate__list-item {

  color: #fff;

}

.navigate__title span {

  color: #fff;
}


.navigate__arrow {
  background: #ccc;

}


.nav__svg {
  color: #fff;
  background: #ccc;
  padding: 0px 10px;
    border-radius: 15px;
}


.menu__structure {
  color: #ccc;
}


.order {
  background-color: #111;
  }
  
  
  .order__title span {

  color: #fff;
}


.order__arrow {
  background: #ccc;
  border-radius: 10px;
}

.order__titleText {
  color: #fff;

}

.order__titleAdd {

  color: #ccc;
  }
  
  
  .order__price {
  color: #fff;
}

.order__clear svg {

fill: #fff;

}

.order__clearAll svg {

fill: #fff;

}

.menu__cardSmallContainer .menu__titleText {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  width: 100%;
}

.menu__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.01em;
  color: #fff;
  text-align: center;
}

.menu__cardSmallContainer .menu__price {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}