@media screen and (max-width: 472px){
.element_niz>.theme-mode-toggle {
    display: block;
    transform: scale(1.2);
}
}
.spinner {
  border: 3px solid rgba(0,0,0,0.1);
  border-radius: 50%;
  border-top: 3px solid var(--main-color);
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.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;
}
a{
    border-radius: 10px;
}
@media screen and (min-width: 370px) {
    .topnav{
height: 62px;
display: block ruby;
}
}
@media screen and (max-width: 369px) {
.topnav {
  height: 110px;
}
}
.topnav {
width: 100%;
  font-family: Pompadur, 'site', cursive;
  background-color: rgb(242, 242, 242);
  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;
  /*! font-size: 8px; */
}
.menu__item>a:hover{
  color: var(--main-color);
  transition: all 0.2s;
}
   @font-face{
      font-family: lobster;
      /* Гарнитура шрифта */
      src: url(https://ledybug.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;
    top: 10px;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  background-color: var(--main-color-light-opaque);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 10px;
  justify-content: center;
  display: flex;
  border-top: 1px solid var(--main-color);
  border-bottom: none;
}
.pystota {
    height: 300px;
}