/* Кнопка выпадающего списка */
.dropbtn {
  content: ⋁;
  background-color: rgb(205,11,12);
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
font-family: Pompadur, 'site', cursive;
}
#pjs_thumbnail_player {
    border-radius: 15px;
}
/* Контейнер <div> - необходим для размещения выпадающего содержимого */
a{
    border-radius: 10px;
}
.topnav {
width: 100%;
  font-family: Pompadur, 'site', cursive;
  height: 50px;
  background-color: rgb(242, 242, 242);
  display: block ruby;
  box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.nav_a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  background-color: rgb(43, 36, 43);
}
.nav_a:hover {
  background-color: #ddd;
  color: black;
}
.nav_a.active {
  background-color: rgb(205,11,12);
  color: white;
}
@media screen and (max-width: 305px) /* Mobile */ {
.nav_a {
  color: #f2f2f2;
  text-align: center;
  padding: 11px 13px;
  text-decoration: none;
  font-size: 17px;
}
.topnav {
  width: 100%;
  font-family: Pompadur, 'site', cursive;
  height: 50px;
}
}
#player {
  border-radius: 10px;
}
.player{
  border-radius: 10px;
}
html {
    box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
a {
    text-decoration: none;
}
.header {
    box-shadow: 0px 4px 21px -1px rgba(34, 60, 80, 0.13);
    height: 50px;
}
.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header__burger-btn {
    z-index: 10000;
    display: none;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #0000;
    left: 20px;
    position: absolute;
    top: 5px;
}
.header__burger-btn span {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: black;
    left: 5px;
    transition: transform .5s, opacity .5s, background-color .5s;
}
.header__burger-btn span:nth-child(1) {
    transform: translateY(-10px);
}
.header__burger-btn span:nth-child(3) {
    transform: translateY(10px);
}
.header.open .header__burger-btn span {
    background-color: black;
}
.header.open .header__burger-btn span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
}
.header.open .header__burger-btn span:nth-child(2) {
    opacity: 0;
}
.header.open .header__burger-btn span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}
.logo {
    display: block;
}
.logo__img {
    width: 200px;
}
.menu__list {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu__item:not(:last-child) {
    margin-right: 20px;
}
.menu__link {
    font-size: 16px;
}
    .header__burger-btn {
        display: block;
        float: left;
        cursor: pointer;
    }
    .menu {
        left: -320px;
        top: 0;
        width: 300px;
        background-color: #fff;
        padding: 75px 20px 20px 40px;
        transition: transform .5s;
        height: 100%;
        box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.3);
        z-index: 9999;
        position: fixed;
    }
    .menu__list {
        display: grid;
    }
    .menu__link {
        color: black;
        font-size: 21px;
        display: block;
        padding: 10px 0;
    }
    .header.open .menu {
        transform: translateX(100%);
    }
.menu__item {
  width: fit-content;
  font-family: lobster, 'lobster', cursive;
  text-decoration: none;
  color: rgb(43, 36, 43);
  transition: all 0.2s;
}
.menu__item>a:hover{
  color: rgb(205,11,12);
  transition: all 0.2s;
}
   @font-face{
      font-family: lobster;
      /* Гарнитура шрифта */
      src: url(https://ledibagisupercot.ru/font/lobster.ttf)
      /* Путь к файлу со шрифтом */
    }
#glav_text {
  margin-bottom: 5px;
}
.header.open .header__burger-btn{
    position: fixed;
}
.element_niz {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: auto;
    display: flex;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  background-color: #FFD8D8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 10px;
  justify-content: center;
  display: flex;
  border: 1px red solid;
  border-bottom: none;
}