h1{
    margin: 10px 0 10px 0;
    letter-spacing: 1px;
}
.radio-station{
    padding-left: 220px;
    position: relative;
    width: 300px;
    display: inline-block;
    border: 8px solid #efefef;
    min-height: 242px;
    padding-top: 10px;
    margin-bottom: -45px;
}
.radio-station .rating{
    display: flex;
    align-items: center;
    font-size: 13px;
    /*color: rgb(115, 117, 121);*/
}
.radio-station .rating:hover #head-ec-rating {
    z-index: 8;
}
.radio-station .rating a{
    text-decoration: none;
    border-bottom: #382a88 1px dotted;
}
.radio-station img{
    border: rgb(231, 231, 231) solid 1px;
    top: 10px;
    left: 10px;
    position:absolute;
}
.radio-station p{
    position: relative;
    padding-left: 80px;
    margin: 10px 0px;
}
.radio-station p>span{
    color:rgb(115, 117, 121);
    left:0;
    position:absolute;
    margin-right: 10px;
}
.genres a{
    background: #B6C3E3;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 2px 8px;
    font-family: msc1;
    font-size: 14px;
}
.player{
    display: inline-block;
    position: absolute;
    height: 268px;
    width: 195px;
    right: 0;
    background: #efefef;
    padding-left: 7px;
}
.player .listens{
    display: inline-block;
    background-color: #f7f7f7;
    width: 54px;
    height: 30px;
    border-radius: 5px;
    color: grey;
    margin: 10px 0 0 10px;
    border-left: 1px solid #7f9bb1;
}
.player .listens svg,.player .listens .count{
    vertical-align: -webkit-baseline-middle;
}
.player .listens svg{
    margin-left:5px;
}
.player .listens .count{
    font-size: 13px;
    display: inline-block;
    width: 32px;
    text-align: center;
}
#favorite{
    display: inline-block;
    background-color: #f7f7f7;
    width: 102px;
    height: 30px;
    border-radius: 5px;
    color: grey;
    margin-left: 8px;
}
#favorite svg.heart{
    width: 20px;
    vertical-align: bottom;
}
#like-favorite{
    vertical-align: -webkit-baseline-middle;
    background-color: #7f9bb1;
    padding: 5px;
    border-radius: 5px;
    display: inherit;
}
#like-favorite>a{
    text-decoration: none;
    color: #ffffff;
}
#count-favorites{
    vertical-align: -webkit-baseline-middle;
    text-align: center;
    width: 34px;
    display: inline-block;
    font-size:13px;
}
footer {
    border: black 1px solid;
    height: 50px;
    width: 100%;
}
.load{
    position: absolute;
    left: 33px;
}
.button-play, .button-pause{
    cursor: pointer;
    margin: auto;
    display: block;
    margin-top: 15px;
}
.playerJs-unmute, .playerJs-mute{
    cursor: pointer;
    margin-left: 10px;
}
.button-play #svg_play_1, .button-pause #svg_pause_1, .playerJs-unmute polygon, .playerJs-unmute path, .playerJs-mute polygon, .playerJs-mute path{
    fill:rgb(30, 43, 77);
}
.button-play:hover #svg_play_1, .button-pause:hover #svg_pause_1, .playerJs-unmute:hover polygon, .playerJs-unmute:hover path, .playerJs-mute:hover polygon, .playerJs-mute:hover path{
    fill:rgb(87, 109, 167);
}
.position{
    background-color: #efefef;
    margin: 0 0 20px 18px;
    width: 200px;
    float: left;
}
.position span{
    vertical-align: -webkit-baseline-middle;
}
.position .number{
    background-color: #9cc63e;
    padding: 5px;
    color: rgb(255, 255, 255);
    display: inline-block;
    text-align: center;
    min-width: 30px;
}
.position span:nth-child(2){
    font-size: 13px;
    color: rgb(20, 20, 20);
    padding:5px;
}
.socialite{
    display: inline-block;
    text-align: center;
    width: 310px;
    height: 25px;
    clear:both;
}
#playList, #trackList{
    width: 50%;
    display: inline-table;
}
#playList>p:first-child, #trackList>p:first-child{
    color: rgb(20, 20, 20);
    font-size: 16px;
}
#playList>p:first-child>span, #trackList>p:first-child>span {
    vertical-align: text-top;
    padding: 2px 10px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    margin-right: 20px;
}
#playList>a, #trackList>a{
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    margin-top: -10px;
    display: -webkit-box;
}
#playList>a>svg, #trackList>a>svg{
    padding-left: 5px;
}

#playList>p:first-child>span{
    background-color: #8dbb27;
}
#trackList>p:first-child>span{
    background-color: #ef482b;
}
#playList li, #trackList li{
    overflow: hidden;
    width: 350px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#playList li{
    padding: 7px 0;
}
#trackList li{
    padding: 6px 0;
}

#playList li span, #trackList li span {
    display: inline-block;
    font-size: 14px;
}
#playList .ic-tr, #trackList .ic-tr{
    background: url(https://top-radio.ru/assets/image/triangle.webp) no-repeat right;
    width: 7px;
    height: 12px;
}
#playList .date{
    color: rgb(115, 117, 121);
    padding:0 14px;
}
#trackList .number{
    background-color: #aabae4;
    border-radius: 25px;
    width: 16px;
    text-align: center;
    color: white;
    margin: 0px 15px;
    padding: 2px 3px;
}
#playList .artist, #trackList .artist{
  color: #000000;
  text-decoration: underline;
}
#playList .song, #trackList .song{
    color:black;
}
#qualities{
    margin: 40px 0 20px 10px; 
}
.quality{
    margin: 5px;
    cursor: pointer;
    color: #3868e4;
    border-bottom: 1px dashed rgb(126, 169, 255);
}
.quality:active, .quality.active{
    margin: 5px;
    cursor: default;
    border: none;
    color:black;
}
/* контейнер */
input[type=range]{
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
    outline: none;
    border: none;
    vertical-align: text-top;
    max-width: 125px;
    margin-left: 20px;
}
/* ползунок в Хроме */
input[type=range]::-webkit-slider-thumb{
    -webkit-appearance: none;
    width:10px;
    height:10px;
    background:#1e2b4d;
    border-radius:18px;
    cursor:pointer;
}
input[type="range"]::-ms-fill-upper {
    background-color: #f0f0f0;
}
input[type="range"]::-ms-fill-lower {
    background-color: #697fb8;
}
input[type="range"]::-ms-track {
    color: yellow;
    border: none;
}
input[type="range"]::-ms-thumb {
    width:10px;
    height:10px;
    background:#1e2b4d;
    border-radius:18px;
    cursor:pointer;
}
.ad720{
    margin:10px 0;
}
.similar{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.similar li{
 display:block;
 width:49%;
 float:left;  
 font-size: 14px;
}
.similar img{
    vertical-align: middle;
    padding: 5px 10px 0 0;
    width: 35px;
}
.fm-freq{
    font-size: 14px;
    color: rgb(255, 255, 255);
    background-color: rgb(190, 190, 190);
    padding: 2px 6px;
    text-decoration: none;
    float: right;
}
.text{
  font-size: 14px;
}
.contact-info-radio{
    background-color: #f7f7f7;
    padding: 2px 0 0 25px;
    position: relative;
    min-height: 125px;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 15px;
}
.contact-info-radio p{
    margin: 0 0 5px 0;
    font-size: 14px;
    width: 535px;
    float: left;
}
.contact-info-radio p>span:first-child{
    position:absolute;
    color: rgb(115, 117, 121);
}
.contact-info-radio p>span:nth-child(2), .contact-info-radio p>a:nth-child(2){
    margin-left: 111px;
    display: -webkit-inline-box;
}
.contact-info-radio ul{
    margin-top: -35px;
    padding: 0 0 0 560px;
}
.contact-info-radio ul li{
    margin:7px 0;
}
.contact-info-radio ul svg{
    vertical-align: middle;
    margin-right: 10px;
}

.message-count{
  color: #b1acac;
}
.button-form-message-visible{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(48, 67, 119);
  background-color: rgb(48, 67, 119);
  font-size: 15px;
  color: rgba(255,255,255,.9);
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block;
  margin:20px 0 10px 0;
}
.button-add-message{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(48, 67, 119);
    background-color: rgb(48, 67, 119);
    font-size: 15px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
    display: block;
    margin: auto;
    width: 101px;
    margin-bottom: 10px;
}
.button-send-message{
    border: none;
    background-color: rgb(48, 67, 119);
    font-size: 15px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
    margin: 36px 0 0 132px;
}
.ec-form {
    background: #f7f7f7;
    padding: 20px 30px 10px 30px;
    margin: 20px 50px;
    display:none;
}
.ec-form>p {
  font-size: 22px;
/*  font-family: "msc5";*/
  color: rgb(20, 20, 20);
  text-align: center;
  margin: 0;
}
.ec-form label {
    font-size: 16px;
    color: rgba(16, 16, 16, 0.502);
    display: inline-block;
    margin-bottom: .5rem;
}
.ec-form label.rat{
    float: left;
    margin-right: 25px;
}
.ec-form .name,.ec-form .email {
    width:238px;
}
.ec-form .name{
    margin-right: 40px;
}
.ec-form textarea{
    width: 543px;
}
.has-error{
    color:red;
}
.has-error input, .has-error textarea{
    border-color: red;
}
.form-control {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
}

.banner{
    width:100%;
}
.sk-fading-circle {
    width: 105px;
    height: 105px;
    position: absolute;
    top: 0px;
    right: 44px;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #c5c5c5;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

svg#microphone, svg#playlist{
    fill: #9cc63e;
    width: 28px;
    vertical-align: sub;
    margin-right: 10px;
}
svg#microphone ~ h2, svg#playlist ~ h2{
    display:inline-block;
    width: 85%;
}
#programs .program-info{
    position: relative;
    width: 360px;
    display: inline-table;
    min-height: 140px;
}
#programs img {
    float: left;
    margin: 0 25px 0 0;
}
#programs .title {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 12px;
    width: 200px;
}
#programs .program-info > p{
    font-size: 13px;
    text-align: justify;
    line-height: 1.4;
}
#programs .span-time {
    padding-bottom: 6px;
    display: inline-block;
    font-size: 12px;
    width: 200px;
}
#programs .div-dni {
    display: inline-block;
    min-width: 70px;
}
#programs .dni {
    display: inline-block;
    background-color: #99c63e;
    padding: 4px 12px;
    color: #fff;
}

#btn-goroda {
    padding: 9px 30px;
    outline: none;
    color: #fff;
    background-color: #9cc63e;
    cursor: pointer;
    border-radius: 7px;
}
.goroda {
    max-height: 163px;
    position: relative;
    overflow: hidden;
    transition: max-height .75s;
    list-style-type: none;
    line-height: 1.8;
}
.open-goroda {
    transition: max-height 1s ease-in;
    max-height: 9999px;
}
.goroda a{
    color: #2350BD;
    text-decoration: none;
}
.twocolumn{
    list-style-position: inside;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.radio-brat {
    width: 110px;
    margin: 5px;
    text-align: center;
    float: left;
    height: 160px;
    font-size: 13px;
}
.radio-brat a{
    text-decoration: none;
}
@media screen and (max-width: 1366px) {
.radio-station {
    padding: 10px 0 0 10px;
    width: 460px;
}
.radio-station img {
    position: inherit;
    width: 100px;
    float: left;
    top: 0;
    left: 0;
}
.radio-station p {
    padding-left: 115px;
}
.radio-station p>span {
    position: inherit;
}
.position {
    width: 190px;
}
.socialite {
    width: 250px;
}
.contact-info-radio #adress {
    width: 280px;
}
.contact-info-radio ul {
    padding: 0px 0 0 490px;
}
.ec-form {
    margin: 20px 0;
}
#playList, #trackList {
    display: inline-block;
    width: 100%;
}
#playList li, #trackList li {
    width: 340px;
}
#programs .program-info {
    width: 345px;
}
}

@media screen and (max-width: 1280px) {
.radio-station {
   width: 335px;
}

.socialite {
    width: 250px;
    text-align: left;
    display: block;
    clear:bo;
}
}


@media screen and (max-width: 1152px){
.position{
    display:block;
    margin-bottom:25px;
}
#playList li, #trackList li {
    width: 260px;
}
}
@media screen and (max-width: 1093px){
#playList li, #trackList li {
    width: 380px;
}
#playList, #trackList {
    width: 100%;
}
#playList li, #trackList li {
    width: 400px;
}
}
@media screen and (max-width: 1024px){
.radio-station {
    width: 390px;
}
.player {
    display: inline-block;
    position: relative;
    height: 85px;
    width: 416px;
    padding: 20px 0;
}
.radio-station .rating {
    padding: 0;
}
.radio-station img{
    position: unset;
    width: 96px;
    float: left;
    margin: 0 10px 10px 0;
}
.radio-station p{
    padding-left: 0;
}
.radio-station p>span {
    left: 0px;
}
.button-play, .button-pause {
    float: left;
    margin: 0 20px;
}
.sk-fading-circle {
    top: 5px;
    right: 306px;
}
#qualities {
    margin: -15px 0 20px 0;
}
input[type=range] {
    margin-right: 70px;
}
.position {
    margin: 15px 15px 15px 0px;
    float:none;
}
.contact-info-radio p {
    width: 420px;
}
.ec-form textarea {
    width: 335px;
}
}
@media screen and (max-width: 820px) {
.radio-station {
    width: 520px;
}
.radio-station img {
    width: 175px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.radio-station p {
    padding-left: 200px;
}
.radio-station .rating {
    padding: 0 0 0 200px;
}
h1 {
    margin: 20px 0 10px 200px;
}
.player {
    display: inline-block;
    position: relative;
    height: 85px;
    width: 546px;
    padding: 20px 0;
}
.socialite {
    width: 380px;
}
.contact-info-radio ul {
    padding: 0px 0 0 600px;
}
.contact-info-radio #adress {
    width: 330px;
}
.ec-form {
    margin: 20px 66px;
}
#playList, #trackList {
    display: inline-table;
}
#playList li, #trackList li {
    width: 380px;
}
#programs .program-info {
    width: 390px;
}
}






@media screen and (max-width: 768px) {
.player {
    display: inline-block;
    position: absolute;
    height: 228px;
    width: 195px;
    padding-left: 7px;
}
.button-play, .button-pause {
    float: none;
    margin: auto;
    margin-top: 15px;
}
#qualities {
    margin: 40px 0 20px 10px;
}
input[type=range] {
    margin-right: 0;
}
.position {
    margin: 0 0 25px 15px;
}
#playList, #trackList {
    display: inline-block;
    width: 50%;
}
#playList li, #trackList li, #programs .program-info {
    width: 350px;
}
}


@media screen and (max-width: 685px) {
.radio-station {
    width: 95%;
}
.radio-station .rating {
    padding: 0;
}
h1 {
    margin-left: 0;
}
.radio-station img {
    position: unset;
    width: 96px;
    float: left;
    margin: 0 10px 10px 0;
}
.radio-station p {
    padding-left: 0;
}
.player {
    position: relative;
    height: 85px;
    width: 99%;
    padding: 20px 0;
}
.button-play, .button-pause {
    float: left;
    margin: 0 20px;
}
.position {
    display: block;
    margin: 30px 0 10px 0;
}
.sk-fading-circle {
    top: 5px;
    right: 276px;
}

#qualities {
    margin: 0px 0 15px 0px;
}

input[type=range] {
    margin-right: 50px;
}

#playList, #trackList {
    display: inline-block;
    width: 50%;
}
#playList li, #trackList li, #programs .program-info {
    width: 300px;
}
}




@media screen and (max-width: 640px) {
.radio-station img {
    width: 70px;
}
.radio-station .rating {
    padding: 0 0 0 90px;
}
h1 {
    margin: 20px 0 10px 90px;
}
.radio-station p {
    padding-left: 90px;
}
.radio-station {
    width: 560px;
}
.position {
    display: block;
}
.sk-fading-circle {
    top: 20px;
    right: 44px;
}
#playList li, #trackList li {
    width: 300px;
}
.links li {
    float: left;
    width: 32%;
    margin: 0px 4px;
}
.links img {
    margin: 7px 15px 7px 0;
}
.contact-info-radio p {
    width: 560px;
}
}


@media screen and (max-width: 380px) {
h1{
margin-left: 0;
}
.radio-station{
    width: 320px;
    padding: 20px 0 0 10px;
    margin-bottom: 0;
}
.radio-station .rating {
    padding: 0;
}
.radio-station img{
    position: unset;
    width: 96px;
    float: left;
    margin: 0 10px 10px 0;
}
.radio-station p{
    padding-left: 0;
}
.radio-station p>span {
    left: 0px;
}
.genres a {
    font-size: 14px;
}
.player {
    display: inline-block;
    position: relative;
    height: 85px;
    width: 346px;
    padding: 20px 0;
}
.button-play, .button-pause{
    float:left;
    margin:0 20px;
}
#qualities{
    margin: -15px 0 20px 0;
}
.quality{
    margin: 6px;
}
input[type=range]{
    width: 180px;
}
.position {
    margin: 30px 0 10px 0;
}
.socialite {
    width: 320px;
    top: 290px;
    left: 18px;
}
#playList, #trackList {
    width: 100%;
}
#playList li, #trackList li, #programs .program-info  {
    width: 340px;
}
.contact-info-radio #adress{
    position:initial;
    width: 300px;
}
.contact-info-radio p {
    width: 320px;
}
.contact-info-radio ul {
    margin:0;
    display:inline-flex;
    font-size: 14px;
    padding: 0;
}
.contact-info-radio ul li {
    margin: 15px 30px 15px 0;
}
.contact-info-radio ul svg {
    margin-right: 1px;
}
.ec-message {
    padding: 20px 0 0 0;
}
.ec-form {
    margin: 20px 0;
}
.ec-form textarea {
    width: 240px;
}
.ec-captcha{
    margin-left: -18px;
}
.button-send-message {
    margin: 25px 0 0 65px;
}
.sk-fading-circle {
    top: 5px;
    right: 236px;
}
.player .listens {
    margin-left: 35px;
}
.twocolumn {
    list-style-position: inside;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}
}



@media screen and (max-width: 414px) {
.radio-station {
    width: 360px;
}
.radio-station .rating {
    padding: 0;
}
h1 {
    margin-left: 0;
}
.radio-station img {
    position: unset;
    width: 96px;
    float: left;
    margin: 0 10px 10px 0;
}
.radio-station p {
    padding-left: 0;
}
.player {
    position: relative;
    height: 85px;
    width: 386px;
    padding: 20px 0;
}
.button-play, .button-pause {
    float: left;
    margin: 0 20px;
}
.position {
    display: block;
    margin: 30px 0 10px 0;
}
.sk-fading-circle {
    top: 5px;
    right: 276px;
}
#qualities {
    margin: -15px 0 20px 0;
}
input[type=range] {
    margin-right: 50px;
}
#playList, #trackList {
    width: 100%;
}
#playList li, #trackList li {
    width: 350px;
}
.contact-info-radio p {
    width: 320px;
}
.ad300 {
    width: 100%;
}
.links li {
    float: left;
    width: 98%;
    margin: 0px 4px;
}
.ec-form {
    margin: 20px 10px;
}
.ec-form textarea {
    width: 275px;
}
}



@media screen and (max-width: 375px) {
.radio-station {
    width: 320px;
}
.radio-station .rating {
    padding: 0;
}
h1 {
    margin-left: 0;
}
.radio-station img {
    position: unset;
    width: 96px;
    float: left;
    margin: 0 10px 10px 0;
}
.radio-station p {
    padding-left: 0;
}
.player {
    position: relative;
    height: 85px;
    width: 346px;
    padding: 20px 0;
}
.button-play, .button-pause {
    float: left;
    margin: 0 20px;
}
.position {
    display: block;
    margin: 30px 0 10px 0;
}
.sk-fading-circle {
    top: 5px;
    right: 235px;
}
#qualities {
    margin: -15px 0 20px 0;
}
input[type=range] {
    margin-right: 50px;
}
#playList, #trackList {
    width: 100%;
}
#playList li, #trackList li {
    width: 340px;
}
.contact-info-radio p {
    width: 320px;
}
.ad300 {
    width: 100%;
}
.links li {
    float: left;
    width: 98%;
    margin: 0px 4px;
}
.ec-form {
    margin: 20px 10px;
}
.ec-form textarea {
    width: 275px;
}
}
@media screen and (max-width: 360px) {
input[type=range] {
    margin-right: 0;
}
.player{
    width: 330px;
}
.radio-station {
    width: 305px;
}
.contact-info-radio p {
    width: 306px;
}
#playList li, #trackList li, #programs .program-info {
   
}
.sk-fading-circle {
    top: 4px;
    left: 5px;
}
}
@media screen and (max-width: 320px) {
.contact-info-radio p {
    width: 260px;
}
.ec-form .name, .ec-form .email, .ec-form textarea {
    width: 185px;
    margin-right: 0px;
}
.ec-captcha {
    margin-left: -45px;
}
.button-send-message {
    margin: 27px 0 0 40px;
}
.wrapper, main, header, .nav.active, #playList li, #trackList li, #programs .program-info {
    width: 305px;
}
.wrapper, main, header, .nav.active, #playList li, #trackList li, #programs .program-info img {
   
   
}

.contact-info-radio {
    width: 265px;
}
.player .listens {
    margin-left: 0;
}
.radio-station {
    width: 265px;
}
.radio-station .rating {
    display: inline-block;
}
.radio-station .rating a {
    margin-left: 60px;
}
.socialite {
    width: 256px;
}
.player {
    width: 291px;
}
input[type=range] {
    max-width: 110px;
}
}

.prog-desc {
display:block;  
float:left;
margin-bottom:20px;
}
