.program_days_menu {
  font-weight: 400;
  position: sticky;
  top: 54px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content:space-between;
  background-color: #F3F3F3;
  z-index: 2;
}

.program_title {
  color: #3E536A;
  font-weight: 400;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content:space-between;
  background-color: #F3F3F3;
}

.program_line{
  font-size: 16px;
  color: #5C5C5C;
  font-weight: 400;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content:space-between;
  background-color: white;
}

.program_time {
  width: 15%;
  display: inline;
  text-align: center;
  padding: 10px 20px 13px;
  border-right: 2px solid #ffffff;
}

.program_text {
  position: relative;
  width: 60%;
  display: inline;
  text-align: left;
  padding: 10px 20px 13px;
  border-right: 2px solid #ffffff;
}

.program_place {
  width: 25%;
  display: inline;
  text-align: left;
  padding: 10px 20px 13px;
  border-right: 2px solid #ffffff;
}

.main_program_window {
  line-height: 30px;
  background-color: white;
  border: 1px solid #ededed;
  padding: 40px;
  margin-bottom: 30px;
}

  /* .container {
    width: 100%;
  } */

.program_day {
  width: 20%;
  font-size: 17px;
  display: inline;
  text-align: center;
  padding: 10px 20px 13px;
  border: 1px solid #BABABA;
  border-right: none;
  transition: 0.4s;
}

.under_line{
border-bottom: 1px solid rgb(209, 209, 209);
margin-bottom: 20px;
}

.program_day:hover {
  background-color: #b8c9e8;
  cursor: pointer;
}

.active_day {
    background-color: white;
}

.active_day:hover {
    cursor: auto;
    background-color: white;
}

.program_day:last-child {
  border-right: 1px solid #BABABA  
}

.center {
  text-align: center;
}

.day2_content {
  display: none;
}

.day3_content {
  display: none;
}

.day4_content {
  display: none;
}

.program_logo {
  align-self: center;
  width: 120px;
  margin-left: 30px;
}

.mobile_only {
  display: none;
}

.potok_theatrical{
  color: #00B050;
}

.potok_digital {
  color: #00B0F0;
}

.potok_infrastructure {
  color: #d7520f;
}

@media (max-width: 1180px) {
   .program_days_menu {
  top: 45px;
} 
}

@media (max-width: 950px) {
 .main_program_window {
  line-height: 30px;
  background-color: white;
  border: 1px solid #ededed;
  padding: 0px;
  margin-bottom: 30px;
}  

.program_day {
  font-size: 15px;
  padding: 8px 14px 8px;

}

.program_page_title {margin: 15px 0 0 15px;}
}

 

@media (max-width: 750px) {
.mobile_only {
display: block;
}

.under_line{
margin-bottom: 10px;
}

  .program_title {
  display: none;
}

  .weekday {display: none;}

  .program_line{
  line-height: 25px;
  font-size: 14px;
  flex-direction: column;
  gap: 10px;
}

.program_time {
  font-size: 13px;
  width: 100%;
  display: inline;
  text-align: left;
  padding: 0 10px;
  border-right: 2px solid #ffffff;
}

.program_text {
  width: 100%;
  display: inline;
  text-align: left;
  padding: 0 0 0 10px;
  border-right: 2px solid #ffffff;
}

.program_place {
  font-size: 13px;
  width: 100%;
  display: inline;
  text-align: left;
  padding: 0 10px;
  border-right: 2px solid #ffffff;
}

.program_logo {
  align-self: center;
  width: 80px;
  margin-left: 15px;
}

}

 