   @font-face  {
    font-family: "Tenor Sans";
    src: local(''),
     url('TenorSans-Regular.ttf');

  }
    body {
  overflow: hidden;
 font-family: "Tenor Sans";
}
 
.outerDiv {
  padding-top: 100%; position: relative;  /* 1:1 Aspect Ratio   remove to use JS in my_api_script */


  background: url("https://omfm.ru/assets/img/bg-capa.jpg") no-repeat;
  background-size: cover;
  transition: background-image 1s;
  width: 100%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px; 
}
.outerDiv_video {
  padding-top: 100%; position: relative;  /* 1:1 Aspect Ratio   remove to use JS in my_api_script */


  background: url("https://omfm.ru/assets/img/bg-capa.jpg") no-repeat;
  background-size: cover;
  transition: background-image 1s;
  width: 100%;
  border-radius: 16px;
}
#radiostat3-cover {
  position: absolute; top: 0; left: 0; bottom: 0; right: 0;/* remove to use JS in my_api_script */
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s;
  background-size: cover;
  width: 100%; height: 100%; 
  border-radius: 16px; 
}
#radiostat2-cover,#radiostat-cover {
  position: absolute; top: 0; left: 0; bottom: 0; right: 0;/* remove to use JS in my_api_script */



  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s;
  background-size: cover;
  width: 100%; height: 100%; 
  border-top-left-radius: 16px;
  border-top-right-radius: 16px; 
}
 

.historic {
    height: 100%;
    color: #fff;
  
    }
.historic .cover-historic {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    float: left;
    background: url('https://omfm.ru/assets/img/bg-capa.jpg') no-repeat;
    background-size: cover;
    border: 1px solid #383838;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    transition: background-image 1s;
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: peachpuff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url('cb17b80a942d7c317a35ff1324fae12f.gif');
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

 .backgroundst {
 
     background: url('3xN23mT0F0bPNNpAHdl59Pf1qgT.png') 70% 70% no-repeat;
 
     background-size:  cover;
     
     position: relative;
 }
 .backgroundst::before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   background: rgba(0, 0, 0, 0.7);
   filter: sepia(50%);
  z-index: -1;
 }
  h1,h2,h2,h3,h4,h5,a{color: peachpuff;}
  span {color: #df9069;}
  h6 {color: peachpuff;}
  .mejs__container:focus {
   outline-offset: 0;
   outline-style: solid;
   outline-width: 0;}
.mejs__container {
background: none ;
}
 .mejs__controls { border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px; 
}
  #mep_1 .mejs__controls {
   background: #7d794669 !important;}
    #mep_0 .mejs__controls {
   background: #391202c7 !important;}
.imgradius {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px; 
}
a,p {text-decoration: none; font-size: 14px;}

#results img {width: 100%; height: auto;}

.btn-101,
.btn-101 *,
.btn-101 :after,
.btn-101 :before,
.btn-101:after,
.btn-101:before {
  border: 0 solid;
  box-sizing: border-box;
}
.btn-101 {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: button;
  background-color: #000;
  background-image: none;
  color: #fff;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 100%;
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  padding: 0;
 
}
.btn-101:disabled {
  cursor: default;
}
.btn-101:-moz-focusring {
  outline: auto;
}
.btn-101 svg {
  vertical-align: middle;
}
.btn-101 [hidden] {
  display: none;
}
.btn-101 {
  --thickness: 0.2rem;
  --roundness: 1.2rem;
  --color: #eff6ff;
  --opacity: 0.6;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background: none;
  background: hsla(0, 47.9%, 23.3%, 0.3);
  border: none;
  border-radius: var(--roundness);
  color: var(--color);
  cursor: pointer;
  display: block;
  font-family: Poppins, "sans-serif";
  font-size: 1rem;
  font-weight: 500;
  color: peachpuff;
  padding: 0.8rem 3rem;
  position: relative;
}
.btn-101:hover {
  background: hsla(0, 0%, 100%, 0.3);
  filter: brightness(1.2);
  color: peachpuff;
}
.btn-101:active {
  --opacity: 0;
  background: hsla(0, 0%, 100%, 0.1);
}
.btn-101 svg {
  border-radius: var(--roundness);
  display: block;
  filter: url(#glow);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn-101 rect {
  fill: none;
  stroke: var(--color);
  stroke-width: var(--thickness);
  rx: var(--roundness);
  stroke-linejoin: round;
  stroke-dasharray: 185%;
  stroke-dashoffset: 80;
  -webkit-animation: snake 2s linear infinite;
  animation: snake 2s linear infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
  width: 100%;
}
.btn-101:hover rect {
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: var(--opacity);
}
@-webkit-keyframes snake {
  to {
    stroke-dashoffset: 370%;
  }
}
@keyframes snake {
  to {
    stroke-dashoffset: 370%;
  }
}
