.text-red {
  color: #ff0000;
}

.text-black {
  color: #000;
}

.text-gray {
  color: #191919;
}

.svg-drop-shadow {
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,1));
}

.bg-modal {
  background-color: #b40000;
}

.bg-header {
  background-color: #191919;
  background: linear-gradient(to bottom, rgba(40,40,40,1) 0%,rgba(25,25,25,1) 30%,rgba(25,25,25,1) 100%);
}

.bg-tint {
  background-color: #191919;
}

.bg-black {
  background-color: #000;
}

.text-shadow-lg {
  text-shadow: 2px 2px 2px #000;
}

.shadow-element {
  box-shadow: 0px 0px 40px #000, 0px 0px 40px #000;
  clip-path: inset(0px -40px 0px -40px);
}

.shadow-element-bot {
  box-shadow: 0px 0px 40px #000, 0px 0px 40px #000;
}

.border-rt {
  border-right: 1px solid #4f4f4f;
}

.border-bot {
  border-bottom: solid 10px rgba(0,0,0,0.15);
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .border-tp {
    border-top: solid 20px #404040;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .border-tp {
    border-top: solid 20px #404040;
  }
}

.day-bg {
  background-color: #303030;
  color: #fff;
}

.bg-private-lessons {
  background: rgb(0,90,129);
}

.bg-tiger-cubs {
  background-color: #a37500;
}

.bg-children {
  background-color: #87582d;
}

.bg-teens {
  background-color: #8b4300;
}

.bg-open-teens-adults {
  background-color: #6c3400;
}

.bg-adults {
  background-color: #630600;
}

.bg-tai-chi {
  background-color: #8c3693;
}

.bg-towns {
  background-color: #282828;
  padding: 20px;
}

.bg-schedule {
  background: #404040;
}

