.tabsmenu {
	margin-bottom: -1px;
    display: flex;
}
.tabsmenu li {
	margin: 2%;
    padding: 2%;
    height: 50px;
    width: 320px;
    display: flex;
    background-color: #464242;
    border-top-right-radius: 30px;
    align-items: center;
    justify-content: center;
    user-select:none;
	cursor: pointer;
} 
.tabsmenu li.active {
	/* background: linear-gradient(90deg,#c1083bb3 0,#ff5860 100%); */
    background-color: #c1083bb3;
    cursor: default;
}
.tabsmenu li:hover {
	background: linear-gradient(90deg,#c1083bb3 0,#ff5860 100%);
}
.container > div {
	margin-bottom: 50px;
	padding: 20px;
	border-radius: 0 5px 5px 5px;
    
}

div#content-schedule and div#content-new-episodes{
overflow-y: auto;
    height: 400px;
}



.page-header-not {
  float: right;
  background-color: rgba(186, 26, 230, 0.31);
}

.page-header {
  margin-top: 2%;
  margin-bottom: 2%;
}

.page-header h3 {
  color: #6e6d6d;
}

@media only screen and (min-width: 769px) {
    .tabsmenu {
	margin-bottom: -1px;
    display: flex;
}
   .tabsmenu li {
	margin: 2%;
    padding: 2%;
    height: 50px;
    width: 320px;
    display: flex;
    background-color: #2c2c2c;
    border-top-right-radius: 30px;
    align-items: center;
    justify-content: center;
    user-select:none;
	cursor: pointer;
} 
    
  .sect-about-text.shadow1.clearfix.full-text {
    display: block;
  }

  .table-container {
    display: flex;
    width: 100%;
    margin-top: 2%;
    text-align: center;
  }

  .table-container-item {
    width: 50%;
    margin-top: 1%;
  }

  .table-container-item-header {
    background: linear-gradient(90deg, #c1083bb3 0, #ff5860 100%);
    border-radius: 15px;
    color: #000;
  }

  div.table-container div.table-container-item:nth-child(1),
  div.table-container div.table-container-item:nth-child(2) {
    margin-right: 1%;
  }

  .item-ser {
    background: linear-gradient(90deg, #d64d5475 0, #472d2e 100%);
    border-radius: 15px;
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .item-ser a {
    font-weight: 400;
    color: #f0f8ff;
    border: 0;
    transition: color 0.3s ease;
  }

  .item-ser a:hover {
    color: #c1083bb3;
    font-weight: 600;
  }

  .table-container-item-header-activ {
    color: #fcfcfc;
    background: linear-gradient(90deg, #c1083bb3 0, #ff5860 100%);
    border-radius: 15px;
  }

  hr {
    border: 1px solid #ccc;
    margin: 5% 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .tabsmenu {
	margin-bottom: -1px;
    display: flex;
}
  .tabsmenu li {
	margin: 2%;
    padding: 2%;
    height: 50px;
    width: 320px;
    display: flex;
    background-color: #2c2c2c;
    border-top-right-radius: 30px;
    align-items: center;
    justify-content: center;
    user-select:none;
	cursor: pointer;
}
    .sect-about-text.shadow1.clearfix.full-text {
    display: block;
  }

  .table-container {
    display: flex;
    width: 100%;
    margin-top: 2%;
    text-align: center;
  }

  .table-container-item {
    width: 50%;
    margin-top: 1%;
  }

  .table-container-item-header {
    background: linear-gradient(90deg, #c1083bb3 0, #ff5860 100%);
    border-radius: 15px;
    color: #000;
  }

  div.table-container div.table-container-item:nth-child(1),
  div.table-container div.table-container-item:nth-child(2) {
    margin-right: 1%;
  }

  .item-ser {
    background: linear-gradient(90deg, #d64d5475 0, #472d2e 100%);
    border-radius: 15px;
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .item-ser a {
    font-weight: 400;
    color: #f0f8ff;
    border: 0;
    transition: color 0.3s ease;
  }

  .item-ser a:hover {
    color: #c1083bb3;
    font-weight: 600;
  }

  .table-container-item-header-activ {
    color: #fcfcfc;
    background: linear-gradient(90deg, #c1083bb3 0, #ff5860 100%);
    border-radius: 15px;
  }

  hr {
    border: 1px solid #ccc;
    margin: 5% 0;
  }
}

@media only screen and (max-width: 480px) {
    .tabsmenu {
	margin-bottom: -1px;
    display: block;
}
    .tabsmenu li {
	margin: 2%;
    padding: 2%;
    height: 50px;
    width: 320px;
    display: block;
    background-color: #2c2c2c;
    border-top-right-radius: 30px;
    align-items: center;
    justify-content: center;
    user-select:none;
	cursor: pointer;
}
  .sect-about-text.shadow1.clearfix.full-text {
    display: block;
  }

  .table-container {
    display: block;
    width: 100%;
    margin-top: 2%;
    text-align: center;
  }

  .table-container-item {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .table-container-item:nth-child(1) {
    margin-top: 2%;
    margin-bottom: 1%;
  }

  .table-container-item-header {
    background: linear-gradient(90deg, #c1083bb3 0, #ff5860 100%);
    border-radius: 15px;
    color: #000;
  }

  div.table-container div.table-container-item:nth-child(1),
  div.table-container div.table-container-item:nth-child(2) {
    margin-right: 1%;
  }

  .item-ser {
    background: linear-gradient(90deg, #d64d5475 0, #472d2e 100%);
    border-radius: 15px;
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .item-ser a {
    font-weight: 400;
    color: #f0f8ff;
    border: 0;
    transition: color 0.3s ease;
  }

  .item-ser a:hover {
    color: #c1083bb3;
    font-weight: 600;
  }

  .table-container-item-header-activ {
    color: #fcfcfc;
    background: linear-gradient(90deg, #c1083bb3 0, #ff5860 100%);
    border-radius: 15px;
  }

  hr {
    border: 1px solid #ccc;
    margin: 5% 0;
  }
}