@font-face {
  font-family: 'Merryweather';
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Merriweather/Merriweather-Regular.f417c6ecc223.ttf");
  src: url("../fonts/Merriweather/Merriweather-Regular.f417c6ecc223.ttf") format('truetype');
}
body {
  margin: 0;
  overflow: hidden;
}
.radio {
  background-color: #ffe474;
  width: 411px;
  height: 390px;
  padding: 10px;
  font-size: 12px;
  font-family: 'Merryweather', "Open Sans";
}
.radio__header {
  background-image: url("/static/built/assets/images/design/radio/radio_frame.444917578307.png");
  width: 411px;
  height: 140px;
  padding-top: 250px;
  background-repeat: no-repeat;
}
.radio__info_row {
  width: 251px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 80px 16px 80px;
}
.radio__info_row .title {
  width: 198px;
  margin-left: 20px;
  height: 20px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
}
.radio__info_row .title > div {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  position: absolute;
  text-align: center;
}
.radio__info_row .player {
  width: 38px;
  height: 38px;
  overflow: hidden;
  border: solid #000 1px;
  border-radius: 50%;
}
.radio__info_row .player iframe {
  width: 62px !important;
  position: relative;
  left: -1px;
  -moz-transform: scale(0.62);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.62);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.62);
  -webkit-transform-origin: 0 0;
}
.radio .radio__delim {
  background-image: url("/static/built/assets/images/design/radio/radio_delim.b02195f88ba0.png");
  width: 301px;
  height: 9px;
  margin-bottom: 15px;
}
.radio .glagolev_link {
  text-align: center;
  margin-bottom: 15px;
}
.radio a {
  text-decoration: none;
  color: #000;
}
.radio a:hover {
  text-decoration: underline;
}
.radio .social__list {
  text-align: center;
}
.radio .social__list div {
  display: inline;
}
