@font-face {
    font-family: 'msc1';
    src: url('https://top-radio.ru/assets/fonts/museosanscyrl_100.eot');
    src: url('https://top-radio.ru/assets/fonts/museosanscyrl_100.eot?#iefix') format('embedded-opentype'),
         url('https://top-radio.ru/assets/fonts/museosanscyrl_100.woff') format('woff'),
         url('https://top-radio.ru/assets/fonts/museosanscyrl_100.ttf') format('truetype'),
         url('https://top-radio.ru/assets/fonts/museosanscyrl_100.svg#Sri-TSCRegular') format('svg');
    font-display: swap;
}
@font-face {
    font-family: 'msc3';
    src: url('https://top-radio.ru/assets/fonts/museosanscyrl_300.otf');
    font-display: swap;
}
.icon-menu{position:absolute;right:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:hidden;padding:15px;cursor:pointer}.icon-menu.active:before{-webkit-animation:slideLeft .3s .01s ease-out forwards;animation:slideLeft .3s .01s ease-out forwards}.icon-menu.active:after{-webkit-animation:slideRight .3s .01s ease-out forwards;animation:slideRight .3s .01s ease-out forwards}.icon-menu.active .bar{-webkit-animation:rotate45 .3s ease-out forwards;animation:rotate45 .3s ease-out forwards}.icon-menu.active .bar:last-child{-webkit-animation:rotate135 .3s .3s ease-out forwards;animation:rotate135 .3s .3s ease-out forwards}.icon-menu.back:before{-webkit-transform:translateX(-120%);transform:translateX(-120%);-webkit-animation:slideBack .3s .01s ease-out forwards;animation:slideBack .3s .01s ease-out forwards}.icon-menu.back:after{-webkit-transform:translateX(120%);transform:translateX(120%);-webkit-animation:slideBack .3s .01s ease-out forwards;animation:slideBack .3s .01s ease-out forwards}.icon-menu.back .bar{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:rotateBack .3s ease-out forwards;animation:rotateBack .3s ease-out forwards}.icon-menu.back .bar:last-child{-webkit-transform:rotate(-135deg);transform:rotate(-135deg);-webkit-animation:rotateBack .3s .3s ease-out forwards;animation:rotateBack .3s .3s ease-out forwards}.icon-menu:before{content:"";display:block;width:30px;height:5px;background:#fff;border-radius:25px}.icon-menu:after{content:"";display:block;width:30px;height:5px;background:#fff;border-radius:25px}.icon-menu .bar{display:block;width:30px;height:5px;background:#fff;border-radius:25px;margin:7px 0}.icon-menu .bar:last-child{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);position:absolute;top:20px}@-webkit-keyframes rotate135{form{opacity:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}}@keyframes rotate135{form{opacity:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}}@-webkit-keyframes rotate45{to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotate45{to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@-webkit-keyframes rotateBack{to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes rotateBack{to{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes slideRight{to{-webkit-transform:translateX(152%);transform:translateX(152%)}}@keyframes slideRight{to{-webkit-transform:translateX(152%);transform:translateX(152%)}}@-webkit-keyframes slideLeft{to{-webkit-transform:translateX(-152%);transform:translateX(-152%)}}@keyframes slideLeft{to{-webkit-transform:translateX(-152%);transform:translateX(-152%)}}@-webkit-keyframes slideBack{to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideBack{to{-webkit-transform:translateX(0);transform:translateX(0)}}
html,
body {
  height:100%;
}
ul{
    list-style: none;
    padding:0;
}
body {
  margin:0;
  font-family: msc3, sans-serif;
  /*background: #040712 url('https://top-radio.ru/assets/image/bg-1920.webp') no-repeat;*/
  background: #f7f6f9;
}
.wrapper{
    flex-flow: wrap;
    display: flex;
    display: -webkit-flex; 
    width: 1370px;
    background-color: white;
    /*margin:auto;
    padding: 15px;*/
}
header{
    background-color: rgb(30, 43, 77);
    width: 220px;
    padding: 25px 15px 15px 15px;
    margin:0 15px 0 0;
    color:white;
    font-size: 20px;
    display: -webkit-flex; 
    display: flex; /*отображает контейнер как блочный элемент*/
    flex-direction: column;
}
header hr{
    border: none;
    border-top: rgb(247, 247, 247) solid 1px;
    margin: 15px;
    opacity: 0.2;
}
header ul{
    position:relative;
    line-height: 2.15;
    width:250px;
}
header ul a{
    color: white;
    display: inline-block;
    text-decoration: none;
    margin: 0 30px;
    width: 190px;
}
header>ul{
    margin: -15px;
}
header li:hover{
    background-color:black;
}
main{
    width: 1060px;
}
article{
    width:728px;
    float: left;
    position: relative;
}
aside{
    float:right;
    max-width: 300px;
    width: 300px;
}
footer {
    
}
.ad160{
    width:160px;
    height:600px;
}
.ad300{
    width:300px;
    /*height:250px;*/
}
.ad720 {
    width: 635px;
    height: 90px;
}
h1{
    font-size: 26px;
    /*font-family: "msc5";*/
}
h2{
    font-size: 24px;
}
input:active, input:focus, button:active, button:focus {
  outline: none !important;
}
input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0 !important;
}

nav{
    margin: -15px;
}

nav li{
    height: 43px;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
nav img{
    vertical-align: middle;
    margin-left: -24px;
    padding-right: 8px;
    opacity: .6;
}
nav ul>li>ul{
    display:none;
    right: -282px;
    top: -43px;
    background-color: #1e2b4d;
    z-index:5;
}
nav>ul>.submenu_wrapp:hover>ul{
    display: block;
    top: 0;
    right: -251px;
    position: absolute;
    border-left: 1px solid;
    opacity: 0.9;
}
nav>ul>li>ul>.submenu_wrapp:hover>ul{
    display:block;
    top: 0;
    position: absolute;
}
.nav .ad{
    width:160px;
    height:600px;
    margin: auto;
}
.logo{
    margin: auto;
    display: block;
}
.search{
    padding:15px;
    display:flex;
    position:relative;
}
.search hr {
    position: absolute;
    width: 220px;
    top: 80px;
    left: 0;
    margin: 0;
}
.search input{
    width: 100%;
    font-size: 20px;
}
.search input::-webkit-input-placeholder {color:white;/*font-family:msc1;*/font-size: 20px;}
.search input::-moz-placeholder          {color:white;/*font-family:msc1;*/font-size: 20px;}/* Firefox 19+ */
.search input:-moz-placeholder           {color:white;/*font-family:msc1;*/font-size: 20px;}/* Firefox 18- */
.search input:-ms-input-placeholder      {color:white;/*font-family:msc1;*/font-size: 20px;}
.search input, .search button{
    border: none;
    background: none;
    color: white;
    margin: 30px 0 10px 5px;
}
.breadcrumb{
    padding-left:0;
}
.breadcrumb li{
    display: inline;
    padding: 8px;
}
.breadcrumb li:hover a, .breadcrumb li:active a{
    color:red;
}
.arrow-right{
    background: url(https://top-radio.ru/assets/image/triangle.webp) no-repeat right;
    width: 10px;
    height: 43px;
    position: absolute;
    right: 15px;
}
.burger{
    display:none;
}
#result.hide {
    display:none;
}
#result {
    position: absolute;
    z-index: 999;
    background: #efefef;
    top: 180px;
}
#result a{
    color: black;
    margin: 5px 0 -10px 15px;
    overflow: hidden;
    width: 225px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#result a img{
    vertical-align: middle;
    width: 40px;
    padding-right: 10px;
}
#result li:hover {
    background-color: #ffffff;
}
.links{
    margin: 25px 0;
}
.links ul{
    margin-bottom: 0;
}
.links hr{
    display: block;
    border-top: 0px solid #e7e7e7;
    width: 100%;
}
.links li {
    border-top: solid 1px #e7e7e7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.links a {
    text-decoration: none;
}
.links img {
    vertical-align: middle;
    margin: 7px 30px 7px 0;
    width: 40px;
}
.button-add-links {
    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: 116px;
}
.description{
  margin: auto;
  margin-top:10px;
}
span.date-update{
    font-size: 14px;
    color: darkgray;
}

.date-update{
    font-size: 14px;
    color: dimgrey;
}

.stations-list td{
    line-height:48px;
}

#table-rating li{
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #e7e7e7;
    padding: 10px 0;
}
#table-rating li.best {
    background: aliceblue;
}
#table-rating li .top{
    min-width: 20px;
    text-align: center;
    margin: 0px 25px;
    padding: 7px;
    background: #dcdada;
    color: white;
    font-weight: bold;
}
#table-rating li.best .top {
    background: #9cc63e;
}
#table-rating li a{
    display: flex;
    align-items: center;
    width: 430px;
}
#table-rating li a img{
    width: 60px;
    margin-right: 30px;
}
#table-rating li .rating{
    width: 90px;
    padding-left: 30px;
}
#table-rating li.best .rating{
    background: url(https://top-radio.ru/assets/image/star.svg) no-repeat center;
    background-position: left;
}

.button-add-rating{
    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: 115px;
}
.button-add-online{
    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: 115px;
}
.button-add-web-radio{
    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: 115px;
}
.button-add-track{
    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: 115px;
}
ul.catalog li{
    display:inline-block;
    text-align:center;
    margin:10px 16px;
    width:110px;
    position: relative;
    overflow: hidden;
}

ul.catalog.countries li {
    width: 87px;
}

.online-play{
    background: url(https://top-radio.ru/assets/image/online_play.svg) no-repeat center;
}
.online-pause{
    background: url(https://top-radio.ru/assets/image/online_pause.svg) no-repeat center;
}
.online-play, .online-pause{
    cursor:pointer;
    width: 32px;
    height: 32px;
}
ul.catalog .online-play, ul.catalog .online-pause{
    position: absolute;
    bottom: 45px;
    right: -40px;
    transition: right .4s;
}
ul.catalog .online-pause{
    right: 7px;
}
ul.catalog li:hover .online-play, ul.catalog li:hover .online-pause{
    right: 7px;
    transition: right .4s;
}

ul.catalog a{
    text-decoration:none;
    font-size:17px;
    color: #1e56ea;
}
ul.catalog img{
    border: #f1f1f1 2px solid;
    padding: 3px;
    margin-bottom: -15px;
}
ul.catalog p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.links-footer{
   display: -webkit-flex;
    -webkit-justify-content: flex-start;
    display: flex;
    justify-content: space-between;
    align-items: center; 
}
.divider{
    width:100%;
    display: flex;
}
svg#plus {
    vertical-align: bottom;
    margin-right: 5px;
}
.formm{
    background: #f7f7f7;
    padding: 20px 30px 10px;
    margin: 20px 50px;
}
.formm .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
}
.formm label {
    font-size: 16px;
    color: rgba(16,16,16,.502);
    display: inline-block;
    margin-bottom: .5rem;
}
.formm .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;
}
.formm  .btn {
    border: none;
    background-color: #304377;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
}
.formm  textarea.form-control {
    width:100%;
}
@media screen and (max-width: 1366px) {
.wrapper {
    width: 100%;
}
main {
    width: 1000px;
    margin-left: 0;
}
article {
    width: 680px;
}
}

@media screen and (max-width: 1280px) {
/*.wrapper {
    width: 1280px;
}*/
main {
    width: 870px;
}
article {
    width: 550px;
}
}
@media screen and (max-width: 1152px){
main {
    width: 810px;
}
article {
    width: 500px;
}
#table-rating li a {
    width: 250px;
}
}
@media screen and (max-width: 1093px){
main {
    width: 740px;
}
article {
    width: 420px;
}
#table-rating li a {
    width: 220px;
}
}
@media screen and (max-width: 1023px){
body {
  background:white;
}
.burger{
    display:block;
}
.wrapper {
    flex-flow: column;
    margin-right: auto;
    margin-left: auto;
    width: 790px;
}
header {
    width: 790px;
    min-height: 85px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
main {
    width: 790px;
    margin: 15px 0;
}
article {
    width: 790px;
}
aside {
    width: 790px;
    display: contents;
}
header ul {
    width: 250px;
}
header ul a {
    width: 160px;
}
.ad300 {
    width: 50%;
    display: inline-block;
}
.arrow-right {
    left: 220px;
}
.logo {
    margin-left: 25px;
}
.search{
	width: 250px;
	left: -40px;
}
.search input, .search hr, .search button{
    margin:0;
}
.search hr {
    top: 50px;
    width: 250px;
}
.nav{
    position: absolute;
    top: 116px;
    background: #1e2b4d;
    width:0px;
    height: 100%;
    transition:width .3s linear;
}
.nav.active{
    position: absolute;
    top: 116px;
    background: #1e2b4d;
    width: 790px;
    transition: width .3s linear;
    opacity: 0.9;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    z-index:2;
}
nav{
    display:none;
    margin: 0;
}
nav li {
    width: 250px;
}
nav ul>li>ul{
    right: -290px;
}
.nav.active nav{
    display:block;
    width: 250px;
}
.nav .ad {
    position: absolute;
    left: 570px;
    top: 30px;
    display: none;
}
.nav.active .ad{
    display: block;
}
.noLink {
  pointer-events: none;
}
.backward{
    position: absolute;
    height: 100%;
    width: 37px;
    background: #121d39 url(https://top-radio.ru/assets/image/arrow-left.svg) no-repeat center;
    left: -40px;
}
nav>ul{
    left: 0;
    transition: left .3s linear;
}
nav>ul.hide{
    left: -248px;
    transition: left .3s linear;
}
nav>ul>.submenu_wrapp:hover>ul{
    right: -290px;
}
#result {
    top: 105px;
    right: 235px;
}
.links li {
    float: left;
    width: 300px;
    margin: 0px 12px;
    white-space: nowrap;
    overflow: hidden;
}

.links li:nth-child(3n+1) {

}

#table-rating li a {
    width: 430px;
}
}

@media screen and (max-width: 768px) {
.wrapper, main, header, .nav.active {
    width: 710px;
}

article {
    width: 100%;
}
}


@media screen and (max-width: 690px) {
.wrapper, main, header, .nav.active {
    width: 650px;
}

article {
    width: 100%;
}
}



@media screen and (max-width: 640px) {
.wrapper, main, header, .nav.active, article {
    width: 610px;
}
#table-rating li a {
    width: 360px;
}
}
@media screen and (max-width: 414px) {
.wrapper, main, header, .nav.active, article {
    width: 380px;
}
aside {
    width: 300px;
    margin: auto;
    float: none;
}
.search {
    left: -500px;
}
.nav.active .search {
    margin: auto;
    left: 0;
}
nav>ul>li>ul>.submenu_wrapp:hover>ul{
    display:block;
    top: 0;
    position: absolute;
}

nav>ul {
    left: 33px;
}

nav>ul>li>ul.hide{
    right: 0px;
    transition: right .3s linear;
}
.nav.active .ad{
    position: unset;
}
#result {
    right: 80px;
    top: 190px;
}
#result a{
    margin: 5px 0 -10px 15px;
}
.links li {
    width: 90%;
    margin: 0;
}
#table-rating li .top {
    margin: 0px 10px;
}
#table-rating li a img {
    width: 50px;
    margin-right: 15px;
}
#table-rating li .rating {
    width: 140px;
}
span.date-update {
    float: none;
}
.links-footer {
    flex-direction: column;
}
.links-footer li {
    margin: 10px 0;
}

.breadcrumb li {
font-size: 13px;
margin-top: 30px;
}

header {
min-height: 65px;
}

.nav.active {
top: 82px;
}

}

@media screen and (max-width: 375px) {
.wrapper, main, header, .nav.active, article {
    width: 340px;
}
aside {
    width: 300px;
    margin: auto;
    float: none;
}
.search {
    left: -500px;
}
.nav.active .search {
    margin: auto;
    left: 0;
}
nav>ul>li>ul>.submenu_wrapp:hover>ul{
    display:block;
    top: 0;
    position: absolute;
}

nav>ul {
    left: 33px;
}

nav>ul>li>ul.hide{
    right: 0px;
    transition: right .3s linear;
}
.nav.active .ad{
    position: unset;
}
#result {
    right: 80px;
    top: 190px;
}
#result a{
    margin: 5px 0 -10px 15px;
}
.links li {
    width: 90%;
    margin: 0;
}
#table-rating li .top {
    margin: 0px 10px;
}
#table-rating li a img {
    width: 50px;
    margin-right: 15px;
}
#table-rating li .rating {
    width: 140px;
}
span.date-update {
    float: none;
}
.links-footer {
    flex-direction: column;
}
.links-footer li {
    margin: 10px 0;
}
}


@media screen and (max-width: 360px) {
.wrapper, main, header, .nav.active, article{
    
}
span.date-update {
    position: inherit;
}
#table-rating li .top {
    margin: 0px 5px;
}
#table-rating li a {
    width: 130px;
}
#table-rating li .rating {
    width: 70px;
}
}



@media screen and (max-width: 320px) {
.wrapper, main, header, .nav.active, article, aside{
    width: 290px;
}
.search {
    left: -400px;
}
.nav.active .search {
    margin: auto;
    left: 0;
}
nav>ul>li>ul>.submenu_wrapp:hover>ul{
    display:block;
    top: 0;
    position: absolute;
}

nav>ul {
    left: 33px;
}

nav>ul>li>ul.hide{
    right: 0px;
    transition: right .3s linear;
}
.nav.active .ad{
    position: unset;
}
.icon-menu {
    right: -15px;
}
#table-rating li .rating {
    width: 160px;
    padding-left: 20px;
}
}


.adslot_1 {
height:280px;
margin: 15px 0 15px;
width: 100%;
}

.adslot_4 {
margin-bottom:10px;
min-width: 300px;
min-height: 250px;
}

.adslot_3 {
min-width: 300px;
min-height: 250px;
}

@media screen and (max-width:600px) {
.adslot_1 {
    height:300px;
    /*width: 300px;*/
    display: inline-block;
    
    will-change: transform, opacity;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmerSmall;
    animation-timing-function: linear;
    background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
    background-position: -468px 0;
}

@-webkit-keyframes placeHolderShimmerSmall {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmerSmall {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
}

.adslot_2-1 {
display:none;
}


@media screen and (max-width:750px) {
.adslot_6 {
display:none;
}
}

@media screen and (max-width:800px) {
.adslot_2-1 {
display:block;
width: 300px;
margin: auto;
margin-bottom: 25px;
}
}


@media screen and (max-width:1000px) {
.adslot_3 {
max-height: 280px;
}
}


#se_igra{
    background-color: #efefef;
    padding: 5px;
    margin-top: 25px;
    text-align: center;
}

#se_igra span {
  font-weight:bold;
}

/* свойства модального окна по умолчанию */
.modal {
    position: fixed; /* фиксированное положение */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); /* цвет фона */
    z-index: 1050;
    opacity: 0; /* по умолчанию модальное окно прозрачно */
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in; /* анимация перехода */
    pointer-events: none; /* элемент невидим для событий мыши */
}

/* при отображении модального окно */
.modal:target {
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
}

/* ширина модального окна и его отступы от экрана */
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }
}

/* свойства для блока, содержащего контент модального окна */
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}

/* свойства для заголовка модального окна */
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}

.modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
}

/* свойства для кнопки "Закрыть" */
.close {
    float: right;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}

/* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}

/* свойства для блока, содержащего основное содержимое окна */
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    overflow: auto;
}

ul.catalog li{display:block;text-align:left;position:relative;font-size:1.15rem;width:100%;margin:0;padding:15px 0;border-bottom:1px solid #d4d3d3}.catalog li a{display:flex;align-items:center}.catalog li a img{border-radius:10%;margin:0 0 0 1rem;padding:0;float:left;border:0;box-shadow:0 0 .3em #999;}.catalog li a p{display:inline;padding:0 0 0 2em;margin:0}main{margin:0}.checkbox-label{float:right;margin-right:5px;padding-left: 1px;width:33.3px;height:33.3px;transform:translateY(100%);display:block;position:relative}input[type="checkbox"]{display:none}input[type="checkbox"] + span{position:absolute;left:0;top:0;width:70%;height:70%;background:url(https://top-radio.ru/assets/image/heart.svg) no-repeat;cursor:pointer}input[type="checkbox"]:checked + span{background:url(https://top-radio.ru/assets/image/heart-checked.svg) no-repeat}@media screen and (max-width: 1023px){.catalog li a img{width:75px}.catalog li{font-size:.9rem}.checkbox-label{width:25px;height:25px}}@media screen and (max-width: 768px){.catalog li a img{width:60px}.catalog li{font-size:.8rem}.checkbox-label{width:20px;height:20px}}

.setapps {
  height: 85px;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background: #58B3CB url('https://top-radio.ru/assets/image/android/banner_back.png') center right no-repeat;

  background-size: auto;
}
.setapps__close {
  width: 45px;
  height: 45px;
  border: none;
  padding: 0;
  background: #111e48 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABgmlDQ1BzUkdCIElFQzYxOTY2LTIuMQAAKJF1kb9LQlEUxz9pUZRhUENDkYQ1aViB1NKglAXVYAb9WvT5K1B7vKeEtAatQkHU0q+h/oJag+YgKIogWlqai1pKXuepYESey7nnc7/3nsO954IllFLSer0H0pmsFgz4HAuLS47GF1ropolResKKrs7MTYSoaZ/31Jnx1m3Wqn3uX2uJxnQF6pqExxRVywpPCk+vZ1WTd4Q7lGQ4Knwm7NLkgsJ3ph4p86vJiTJ/m6yFgn6wtAk7Er848ouVpJYWlpfjTKdySuU+5ktsscz8nMRe8S50ggTw4WCKcfx4GZS+eGW4GWJAVtTI95TyZ1mTXEVmlTwaqyRIksUlak6qxyTGRY/JSJE3+/+3r3p8eKhc3eaDhmfDeO+Dxm0oFgzj68gwisdgfYLLTDV/7RBGPkQvVDXnAdg34fyqqkV24WILOh/VsBYuSVZxSzwOb6fQugjtN9C8XO5ZZZ+TBwhtyFddw94+9Mt5+8oPuMpoC8uc8FUAAAAJcEhZcwAACxMAAAsTAQCanBgAAACjSURBVDiNjZExDoMwDEWtDtl6AhY4BnfgONyMq3QvQ3fm0OF1qKNGNI5tyUMcvxdFX0QLuEuw/naBFXgCYwAedXctgwnIfGvvSRTedTcDU7lYPEkDXq4LpsSFe5IwbEhe2jH4Ijn51WnBN8PxEJGjOh86C71e//mt7UbcgrN+xY3YhKu7viQSlSkBhmjODckgQAK2aM6VZANSGSZg9uBKMhf4AzU7vFJ3pq3VAAAAAElFTkSuQmCC') center no-repeat;
  position: absolute;
  right: 15px;
  top: -23px; 
  border-radius: 50%;
}
.setapps__box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  -ms-align-items: center;
  align-items: center;
  background: rgba(17, 30, 72, 0.85);
  padding: 0 15px;
    color: #fff;
  text-decoration: none;
}
.setapps__logo {
  margin-right: 15px;
}
.setapps__message {
  font-weight: 900;
  font-size: 12px;
  margin-right: 41px;
  line-height: 1.6em;
}






/*  skeleton loader */
.skeleton-loader {
  border-bottom: solid 1px lightgrey;
  padding: 15px 10px;
}
.skeleton-loader .skeleton-1,
.skeleton-loader .skeleton-2,
.skeleton-loader .skeleton-3 {
  float: left;
  height: 10px;
  -webkit-animation: skeleton-loader-shimmer 1s linear infinite forwards;
          animation: skeleton-loader-shimmer 1s linear infinite forwards;
  background: #eee;
  background-image: gradient(linear, left center, right center, from(#333), color-stop(0.2, #333), color-stop(0.4, #333), to(#333));
  background-image: -webkit-gradient(linear, left top, right top, from(#eee), color-stop(20%, #ccc), color-stop(40%, #ddd), to(#eee));
  background-image: linear-gradient(to right, #eee 0%, #ccc 20%, #ddd 40%, #eee 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  border-radius: 3px;
}
.skeleton-loader .skeleton-1:not(:first-child),
.skeleton-loader .skeleton-2:not(:first-child),
.skeleton-loader .skeleton-3:not(:first-child) {
  margin: 10px 10px 0 0;
}
.skeleton-loader .skeleton-1 {
  width: 100%;
}
.skeleton-loader .skeleton-2 {
  width: 130px;
  clear: both;
}
.skeleton-loader .skeleton-3 {
  width: 60px;
}

@-webkit-keyframes skeleton-loader-shimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes skeleton-loader-shimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}


