* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
    z-index: 0;
}
body {
    background-color: #e2eaf4;
    color: #292D34;
    font-family: 'open sans',tahoma,sans-serif;
    font-size: 13px;
    height: 100%;
    line-height: 22px;
    overflow-y: scroll;
}
li {
    list-style: none outside none;
}
h2 {
    font-size: 23px;
    font-weight: bold;
    padding: 10px 0;
}
h3 {
    color: #444444;
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0;
    font-weight: normal;
}
hr {
    border-color: #E3E9EC;
    border-style: none none solid;
    border-width: medium medium 1px;
    height: 1px;
    margin: 5px 0;
    size: 1px;
}
.tac {
    text-align: center;
}
*::-moz-selection {
    background: #315598;
    color: #FFFFFF;
}
.content hr {
    margin: 5px -15px;
}
.content h1 {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 0 10px;
}
.bbTitle h1 {
    font-size: 21px;
    font-weight: normal;
    padding: 5px 0;
}
.bbTitle-big-mrgin h1 {
    font-size: 21px;
    font-weight: normal;
    padding: 5px 0 5px 30px;
}
.content h2 {
    font-size: 20px;
    line-height: 21px;
    text-transform: uppercase;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
.mt40 {
    margin-top: 40px;
}
.mt60 {
    margin-top: 60px;
}
.mt80 {
    margin-top: 80px;
}
.m20 {
    margin-top: 20px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: block;
}
.caption {
    margin-bottom: 10px;
}
img {
    border: 0 none;
}
label {
    cursor: pointer;
}
a {
    color: #01579b;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
input[type="text"], input[type="password"], textarea {
    border: 1px solid #CCCCCC;
    border-radius: 1px;
    padding: 8px 5px;
    font-family: 'open sans', sans-serif;
    font-size: 13px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    box-shadow: 0 0 0 3px #FFEF87;
    border: 1px solid #999;
    outline: none;
}
placeholder {
    color: #DDDDDD;
}
button, .button  {
    background: #315598;
    border: none;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'open sans', sans-serif;
    font-size: 13px;
    padding: 5px 25px;
    outline: none;
}
button:hover, .button:hover {
    background: #57709d;
    text-decoration: none;
}
button:active, .button:active {
    background: #4d5c76;
    margin: 1px 0 -1px;
}
.tabs li {
    float: left;
    font-weight: 600;
    line-height: 21px;
    padding-right: 30px;
}
.tabCats .tabs li {
    padding-right: 15px;
}
.tabCats  .tabs li a {
    font-size: 14px;
    padding: 0 0 4px;
}
.tabs .selected, .tabs .selected:hover {
    border-bottom: 1px solid #ff8400;
    color: #ff8400;
}
.tabs li a {
    display: block;
    font-size: 16px;
    padding: 0 0 5px 0;
}
.tabs li a:hover {
    border-bottom: 1px solid;
    text-decoration: none;
}ats .tabCats {
    display: block;
    margin-bottom: 5px;;
}
.cats .tabs {
    display:inline-block;
}
.cats .fVar {
    float: right;
    margin-top: 0;
}
.cats .fVar label {
    color: #777777;
    font-size: 13px;
}
.cats .fVar input {
    margin: 2px 0 0;
}
.cats .fVar .savesearch {
    border-radius: 2px;
    display: block;
    float: left;
    margin: 0;
    opacity: 0.6;
    padding: 4px 10px;
}
.cats .fVar .savesearch:hover {
    background: #e2eaf4;
    text-decoration: none;
    opacity: 1;
}
.cats .fVar .savesearch i {
    background: url("../img/icons.svg") no-repeat 0 -471px;
    display: inline-block;
    height: 11px;
    width: 11px;
}
.cats .fVar .savesearch span {
    color: #333;
    font-size: 13px;
    margin-left: 2px;
}
.sort_list {
    margin: 2px -4px;
}
.sort_list .box {
    display: none;
}
.sort_list .visible {
    display: block;
}
.sort_list li {
    display: inline-block;
    margin: 2px 1px;
}
.sort_list li a[data-id="68"], .sort_list li a[data-id="76"] {
    background: #f1f1f1;
}
.sort_list li a {
    color: #444444;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 1px 5px;
    text-decoration: none;
    border-radius: 3px;
}
.sort_list li.active a, .sort_list li.active a:hover {
    background: url("../img/catCloseX.png") no-repeat right 4px center #315598;;
    color: #FFFFFF;
    padding-right: 15px;
}
.sort_list li a:hover {
    background: #d9e2ee;
    color: #000000;
}
.information_sorting {
    border-bottom: 1px solid #EEEEEE;
    color: #555555;
    font-size: 13px;
    margin: 10px -15px 0;
    padding: 10px 15px;
}
.information_sorting a {
    color: #777777;
}
.information_sorting .sorting {
    border: 1px solid #d9e2ee;
    border-radius: 3px;
    display: block;
    float: right;
    margin-top: -6px;
    font-size: 13px;
}
.information_sorting .sorting a {
    color: #777777;
    float: right;
    margin-left: 0;
    padding: 4px 10px;
}
.information_sorting .sorting a:hover {
    text-decoration: none;
    background: #f5f5f5;
}
.information_sorting .sorting a.left {
    border-right: 1px solid #e2eaf4;
    float: left;
    padding-right: 10px;
}
.information_sorting .sorting .active, .information_sorting .sorting .active:hover {
    background: #e2eaf4;
    color: #333333;
    font-weight: bold;
}
.tabs2 li {
    width: 50%;
}
.top {
    background: #315598;
    height: 46px;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.top .topbar {
    height: 41px;
    margin: 0 auto;
    width: 943px;
}
.top .topbar .logo {
    float: left;
    width: 130px;
}
.top .topbar .logo .img {
    background: url("../img/logo-2021.svg?3") no-repeat 0 0;
    display: block;
    margin-left: 0;
    margin-top: 8px;
    opacity: 0.9;
    width: 100px;
    height: 29px;
    background-size: 100% auto;
}
.top .topbar .barControl {
    float: left;
    width: 40px;
}
.top .topbar .barControl .searchIcon i {
    background: url("../img/icons.svg") no-repeat 0 -90px;
    display: block;
    height: 19px;
    width: 19px;
}
.top .topbar .barControl .playerIcon i {
    background: url("../img/icons.svg") no-repeat -1px -112px;
    display: block;
    height: 19px;
    width: 18px;
}
.top .topbar .barControl a {
    display: block;
    height: 18px;
    opacity: 0.8;
    padding: 14px 10px;
}
.top .topbar .btn:active, .top .topbar .logo .img:active, .barControl a:active {
    transform: scale(0.92);
}
.top .topbar .barControl a:hover {
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
}
.top .topbar .player {
    float: left;
    margin-left: 0;
    width: 650px;
}
.top .topbar .player .buttons {
    cursor: pointer;
}
.top .topbar .player .buttons .btn {
    float: left;
    opacity: 0.8;
}
.top .topbar .player .buttons .btn:hover {
    background: rgba(0, 0, 0, 0.1);
    opacity: 1;
}
.top .topbar .player .buttons .prev {
    height: 11px;
    padding: 17px 8px;
}
.top .topbar .player .buttons .prev .img {
    background: url("../img/icons.svg") no-repeat 0 -51px;
    height: 10px;
    width: 19px;
}
.top .topbar .player .buttons .next {
     height: 11px;
    padding: 17px 8px;
}
.top .topbar .player .buttons .next .img {
    background: url("../img/icons.svg") no-repeat 0 -64px;
    height: 10px;
    width: 20px;
}
.top .topbar .player .buttons .play {
    height: 22px;
    padding: 12px 8px;
}
.top .topbar .player .buttons .play .img {
    background: url("../img/icons.svg") no-repeat -1px -27px;
    height: 21px;
    width: 18px;
}
.top .topbar .player .buttons .pause {
    height: 22px;
    padding: 12px 8px;
}
.top .topbar .player .buttons .pause .img {
    background: url("../img/icons.svg") no-repeat -1px -3px;
    height: 21px;
    width: 18px;
}
.top .topbar .player .station-top {
    color: #eeeeee;
    float: left;
    height: 41px;
    padding-top: 4px;
    width: 360px;
    margin: 0 10px;
}
.top .topbar .player .station-top .station-desc {
    height: 41px;
}
.top .topbar .player .station-top .station-desc .meta {
    margin-top: 2px;
}
.top .topbar .player .station-top .station-ico {
    display: none;
    float: left;
    height: 47px;
    margin-top: -4px;
    padding-right: 10px;
    width: 48px;
}
.top .topbar .player .station-top .station-ico img {
    cursor: pointer;
    display: block;
    height: 46px;
    width: 46px;
}
.top .topbar .player .station-top .title {
    color: #eeeeee;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    padding: 1px 0;
    text-overflow: ellipsis;
}
.top .topbar .player .station-top .title a {
    color: #eeeeee;
}
.top .topbar .player .station-top .station-desc .meta {
    margin-top: 0;
}
.top .topbar .player .station-top .time {
    float: left;
    line-height: 18px;
    margin-right: 10px;
}
.top .topbar .player .station-top .topSong {
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
}
.top .topbar .player .station-top .topSong a {
    color: #eeeeee;
    cursor: pointer;
}
.top .topbar .player .volume {
    float: left;
    padding: 18px 6px 0;
}
.top .topbar .player .volume .volIcon {
    float: left;
    margin: 0 5px 0 0;
    opacity: 0.8;
}
.top .topbar .player .volume .volIcon:hover {
    opacity: 1;
}
.top .topbar .player .volume .volIcon a {
    background: url("../img/icons.svg") repeat scroll -1px -77px;
    display: block;
    height: 10px;
    width: 8px;
}
.top .topbar .player .volume .disabled a {
    background: url("../img/icons.svg") repeat scroll -9px -77px;
    display: block;
    height: 10px;
    width: 8px;
}
.top .topbar .search {
    float: left;
    margin-left: 9px;
    margin-top: 11px;
}
.top .topbar .search input {
    background: rgba(255, 255, 255, 0.8);
    border: medium none;
    border-radius: 30px;
    box-shadow: none;
    height: 21px;
    padding: 3px 10px 3px 25px;
    width: 300px;
}
.top .topbar .search input:focus {
    background: #EEEEEE;
    transition-duration: 0.5s;
}
.top .topbar .search i {
    background: url("../img/icons.svg") no-repeat 0 -390px;
    display: block;
    height: 14px;
    margin: 7px 0 0 10px;
    opacity: 0.2;
    position: absolute;
    width: 14px;
}
.top .topbar .user {
    float: right;
}
.top .topbar .user .name {
    color: #ffffff;
    float: left;
    font-size: 13px;
    margin-right: 3px;
    overflow: hidden;
    text-align: right;
    white-space: nowrap;
    width: 72px;
}
.top .topbar .user .name a {
    color: #eeeeee;
    display: block;
    height: 22px;
    padding: 11px 5px 13px 0;
}
.top .topbar .user .photo {
    float: right;
    height: 45px;
    margin-top: 5px;
}
.top .topbar .user .photo img {
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 36px;
    width: 36px;
}
.mobile-menu {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1004;
    display: none;
}
.mobile-menu a {
    display: block;
    padding: 13px;
}
.mobile-menu a i {
    background: url("../img/icons.svg") -80px 0;
    display: block;
    height: 20px;
    width: 20px;
}
.rui-slider {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    cursor: pointer;
    float: left;
    height: 4px;
    margin-top: 3px;
    position: relative;
    width: 103px;
}
.rui-slider:after {
    height: 20px;
    width: 100%;
    background: transparrent;
    content: "";
    position: absolute;
    top: 4px;
}
.rui-slider:before {
    height: 23px;
    width: 100%;
    background: transparrent;
    content: "";
    position: absolute;
    bottom: 4px;
}
.rui-slider .level {
    background: #eeeeee;
    border-radius: 10px;
    height: 4px;
    left: 0;
    position: relative;
    top: 0;
    width: 50%;
}
.rui-slider .handle {
    background: #fff;
    cursor: pointer;
    display: none;
    height: 16px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    top: -6px;
    width: 16px;
    z-index: 5;
    border-radius: 16px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.rui-slider .handle:focus {
    outline: none;
}
.rui-slider .handle:active {
    transform: scale(0.92);
}
.rui-slider:hover .handle {
    display: block;
}
.upPage {
    bottom: 0;
    position: fixed;
    top: 0;
    width: 2.5%;
}
.upPage .pageUp {
    background: rgba(0, 0, 0, 0.05);
    display: block;
    height: 100%;
}
.upPage .pageUp:hover {
    background: rgba(0, 0, 0, 0.2);
    transition-duration: 0.5s;
}
.cont {
    margin: 0 auto;
    padding-top: 61px;
    width: 943px;
}
.sidebar {
    position: fixed;
    width: 336px;
}
.sidebar .playlists {
    background: #FFFFFF;
    border-radius: 2px;
    padding: 15px;
}
.sidebar .playlists .plBar {
    clear: both;
    height: 25px;
}
.sidebar .playlists .addPl {
    float: right;
}
.sidebar .playlists .addPl a {
    background: url("../img/icons.svg") no-repeat 0 -134px;
    display: block;
    height: 13px;
    opacity: 0.3;
    width: 14px;
}
.sidebar .playlists .addPl a:hover {
    opacity: 1;
}
.sidebar .playlists .title {
    color: #315598;
    float: left;
    font-weight: bold;
    line-height: 13px;
}
.sidebar .playlists .plInfo {
    color: #777;
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    text-align: center;
}
.sidebar .playlists .plInfo .playlist-icon {
    margin: 20px 0;
}
.sidebar .playlists .plInfo img {
    opacity: 0.2;
}
.sidebar .playlists .playlist a:hover {
    text-decoration: none;
}
.sidebar .playlists .playlist li {
    font-size: 13px;
    position: relative;
}
.sidebar .playlists .playlist .currentPlaylist .xname, .sidebar .playlists .playlist .currentPlaylist:hover .xname {
    background: #315598;
    color: #FFFFFF;
}
.sidebar .playlists .playlist li .xname {
    color: #444444;
    display: block;
    margin: 0 -15px;
    overflow: hidden;
    padding: 4px 15px;
    white-space: nowrap;
}
.sidebar .playlists .playlist li:hover .xname {
    background: #D8E0EA;
}
.sidebar .playlists .playlist .playlistButtons {
    background: #315598;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    display: none;
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 6px;
    width: 48px;
}
.sidebar .playlists .playlist li:hover .playlistButtons {
    display: block;
}
.sidebar .playlists .playlist .playlistButtons a {
    display: block;
    float: left;
    height: 16px;
    padding: 0 1px;
    width: 14px;
}
.sidebar .playlists .playlist .playlistButtons a:hover {
    background: rgba(0, 0, 0, 0.2);
}
.playlistButtons a i  {
    display: block;
    height: 10px;
    margin: 3px;
    width: 9px;
}
.playlistButtons .pledit i {
    background: url("../img/icons.svg") no-repeat -9px -163px; 
}
.playlistButtons .pldel i {
    background: url("../img/icons.svg") no-repeat -9px -175px;
}
.playlistButtons .plopen i {
    background: url("../img/icons.svg") no-repeat -9px -150px;
}
.sidebar .sponsor {
    background-color: #fff;
    background-image: url("../img/save_lovi_fm.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 2px;
    height: 280px;
    margin: 15px 0 0;
    padding: 0;
}
.sidebar .aboutSide {
    color: #555555;
    font-size: 13px;
    margin-top: 10px;
}
.sidebar .aboutSide a {
    color: #555555;
}
.sidebar .aboutSide .copy {
    float: left;
}
.sidebar .aboutSide .about {
    float: right;
}
.content {
    margin-left: 351px;
    width: 592px;
}
.cont .basicBlock {
    background: #FFFFFF;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 15px;
}
.cont .basicBlock .bbTitle .descr {
    color: #777777;
    font-size: 13px;
    margin-top: 8px;
}
.cont .basicBlock .bbTitle .descr .countryChange {
    color: #000000;
    font-size: 19px;
    font-weight: 600;
}
.cont .basicBlock .bbTitle .descr .countryChange span {
    float: left;
}
.cont .basicBlock .bbTitle .descr .countryChange i {
    background: url("../img/icons.svg") no-repeat 0 -382px;
    float: right;
    height: 5px;
    margin: 11px 0 0 5px;
    width: 9px;
}
.cont .basicBlock .list {
    background-color: #e2eaf4;
    border-bottom: 1px solid #FFFFFF;
    margin: 0 -15px 0;
}
.cont .basicBlock .plDay {
    font-size: 13px;
    margin: 10px 0 20px;
}
.cont .basicBlock .plDay a {
    border-bottom: 1px dotted #395892;
    margin-right: 20px;
}
.noStPlaylist {
    text-align: center;
}
.cont .basicBlock .nothing-found {
    background: #FFFFFF;
    color: #777777;
    padding: 50px 0;
    text-align: center;
}
.cont .basicBlock .plDay a:hover {
    text-decoration: none;
}
.cont .basicBlock .plDay .active {
    border-bottom: 0 none;
    color: #000000;
    cursor: pointer;
    font-weight: bold;
}
.cont .search {
    margin: 20px 0;
}
.cont .search input {
    border-radius: 5px;
    font-size: 16px;
    height: 25px;
    padding: 3px 10px 2px 25px;
    width: 94%;
}
.cont .search i {
    background: url("../img/icons.svg") no-repeat 0 -390px;
    display: block;
    height: 14px;
    margin: 11px 0 0 10px;
    opacity: 0.2;
    position: absolute;
    width: 14px;
}
.cont .stationBl {
    margin: 0 0 20px;
}
.cont .stationBl .in {
    margin-left: 260px;
}
.cont .stationBl .left {
    float: left;
}
.cont .stationBl .left .img {
    background: #e2eaf4;
    border-radius: 5px;
    height: 110px;
    margin: 0 15px 10px 0;
    padding: 20px;
    width: 110px;
    position: relative;
}
.cont .stationBl .left .img img {
    border: 5px solid #FFFFFF;
    border-radius: 10px;
    display: block;
    height: 100px;
    width: 100px;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
}
.cont .stationBl .left .img .st-add-pl {
    position: absolute;
    top:0;
    right: 0;
    background: #315598;
    width: 21px;
    height: 21px;
    display: block;
    border-radius: 0 4px;
}
.cont .stationBl .left .img .st-add-pl i {
    background: url("../img/icons.svg") no-repeat 0 -433px;
    display: block;
    height: 11px;
    width: 11px;
    margin: 5px 0 0 5px;
}
.cont .stationBl .play-button {
    border-right: 1px solid #d6e0ec;
    float: left;
    height: 148px;
    width: 40px;
    position: relative;
}
.cont .stationBl .play-button a {
    background: #315598;
    border-radius: 100%;
    display: block;
    height: 60px;
    left: 6px;
    position: absolute;
    top: 39px;
    width: 60px;
    border: 5px solid #FFFFFF;
}
.cont .stationBl .play-button a:hover {
    background: #57709d;
}
.cont .stationBl .play-button a:active {
    background: #4d5c76;
    margin: 1px 0 -1px;
}
.cont .stationBl .play-button a.st-page-play i {
    background: url("../img/icons.svg") no-repeat -47px -344px;
    display: block;
    height: 24px;
    width: 19px;
    margin: 18px 0 0 23px;
}
.cont .stationBl .play-button a.mPlay i {
    background: url("../img/icons.svg") no-repeat -47px -312px;
    display: block;
    height: 24px;
    width: 19px;
    margin: 18px 0 0 21px;
}
.cont .stationBl .stationDescr {
    color: #555555;
    font-size: 13px;
    line-height: 20px;
}
.cont .stationBl .stSite {
    color: #555555;
    font-size: 12px;
    line-height: 19px;
    margin-top: 10px;
}
.cont .stationBl .tags {
    margin-top: 10px;
}
.cont .stationBl .tags a {
    background: #e2eaf4;
    border-radius: 3px;
    color: #315598;
    font-size: 12px;
    margin-right: 3px;
    display: inline-block;
    margin-bottom: 6px;
    padding: 3px 8px 3px 20px;
    position: relative;
}
.cont .stationBl .tags a:before {
    background: #ffffff;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: 7px;
    position: absolute;
    top: 10px;
    width: 7px;
}
.cont .stationBl .tags a:hover {
    background: #ccd7e6;
    text-decoration: none;
}
.cont .stRating {
    background: #FFFFFF;
    color: #555555;
    float: right;
    font-size: 14px;
    margin-top: -18px;
    padding: 0 10px;
}
.cont .stRating .rating {
    background: url("../img/icons.svg") no-repeat 0 -459px;
    float: left;
    height: 9px;
    margin: 6px 0 0;
    padding-left: 10px;
    width: 3px;
}
.cont .stRating .ratingNum {
    float: left;
    font-size: 18px;
}
.cont .stTabs {
    float: left;
    margin: 10px 0 15px;
}
.cont .get-mono-player {
    padding-top: 10px;
}
.cont .get-mono-player .button2 {
    background: #ffffff;
    border: 2px solid #ff8400;
    color: #ff8400;
    font-weight: 600;
    padding: 6px 16px;
}
.cont .last10 {
    margin: 10px 0;
}
.hView {
    margin-top: 20px;
}
.hView ul {
    margin: 0 -11px 0 -9px;
}
.hView ul li {
    float: left;
    padding: 0 9px;
    width: 108px;
}
.hView ul li .img {
    border: 2px solid #315598;
    border-radius: 8px;
    height: 104px;
    text-align: center;
    width: 104px;
}
.hView ul li .img:hover {
    border: 2px solid #333333;
    transition-duration: 0.5s;
}
.hView ul li .img img {
    border: 2px solid #FFFFFF;
    border-radius: 7px;
    height: 100px;
    width: 100px;
}
.hView ul li .name {
    font-size: 11px;
    font-weight: 600;
    height: 28px;
    line-height: 13px;
    overflow: hidden;
    padding-top: 5px;
    text-align: center;
}
.hView ul li .name a {
    color: #000000;
}
.stationList li {
    background: #FFFFFF;
    cursor: pointer;
    height: 60px;
    margin-bottom: 1px;
    padding: 5px 15px;
    transition-duration: 0.1s;
}
.stationList li.banner-list,.stationList li.banner-list:hover {
    padding: 0;
    height: 90px;
    box-shadow: none;
    border: 0 none;
    margin: 10px 0;
}
.stationList li:hover {  
    background: #d9e2ee;
}
.stationList .stImg {
    border-radius: 3px;
    float: left;
    height: 60px;
    overflow: hidden;
    width: 60px;
}
.stationList .stImg .play {
    background: rgba(53, 67, 93, 0.4);
    border-radius: 3px;
    height: 60px;
    margin-left: -20px;
    opacity: 0;
    position: absolute;
    width: 60px;
}
.stationList .stImg .play i {
    background: url("../img/icons.svg") no-repeat -1px -342px;
    display: block;
    height: 30px;
    margin: 17px 0 0 19px;
    width: 25px;
}
.stationList li:hover .play {
    display: block;
    margin-left: 0;
    opacity: 1;
    transition-duration: 0.1s;
}
.stationList .stImg img {
    height: 60px;
    width: 60px;
}
.stationList .stDescr {
    float: left;
    overflow: hidden;
    padding-left: 10px;
    white-space: nowrap;
    width: 424px;
}
.stationList .stDescr .name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}
.stationList .stDescr .name a {
    color: #35435d;
}
.stationList .stDescr .name .stationError {
    color: #F0A1A1 !important;
}
.error {
    color: #F0A1A1 !important;
}
.stationList .stDescr .onAir {
    background: url("../img/icons.svg") no-repeat -92px -202px;
    color: #315598;
    font-size: 13px;
    line-height: 14px;
    margin-top: 2px;
    padding-left: 12px;
}
.stationList .stDescr .cat {
    color: #AAAAAA;
    font-size: 13px;
    margin-top: 1px;
}
.stationList .stOptions {
    display: none;
    float: right;
    height: 72px;
    margin-right: -7px;
    margin-top: -5px;
}
.stationList li:hover .stOptions {
    display: block;
}
.stationList .stOptions a {
    float: left;
}
.stationList .stOptions a {
    opacity: 0.5;
}
.stationList .stOptions a:hover {
    background: rgba(0, 0, 0, 0.05);
    opacity: 1;
}
.stationList .stOptions .stPl i {
    background: url("../img/icons.svg") no-repeat 0 -257px;
    display: block;
    height: 13px;
    margin: 30px 7px 27px;
    width: 18px;
}
.stationList .stOptions .stPage i {
    background: url("../img/icons.svg") no-repeat 0 -273px;
    display: block;
    height: 15px;
    margin: 29px 7px 26px;
    width: 8px;
}
.stationList .stOptions .addPl i {
    background: url("../img/icons.svg") no-repeat 0 -291px;
    display: block;
    height: 15px;
    margin: 29px 7px 26px;
    width: 16px;
}
.stationList .stOptions .remPl i {
    background: url("../img/icons.svg") no-repeat -20px -293px;
    display: block;
    height: 12px;
    margin: 31px 7px 27px;
    width: 12px;
}
.stationList .addPlWind {
    margin: 7px 0 0 425px;
    position: absolute;
    width: 200px;
}
.stationList .activeStation, .stationList .activeStation:hover {
    background: #315598;
    margin-top: -1px;
}
.stationList .activeStation .stOptions {
    display: block;
}
.stationList .activeStation .stOptions a {
    opacity: 0.7;
}
.stationList .activeStation .stOptions a:hover {
    opacity: 1;
}
.stationList .activeStation .stOptions .stPl i {
    background: url("../img/icons.svg") no-repeat 0 -205px;
}
.stationList .activeStation .stOptions .stPage i {
    background: url("../img/icons.svg") no-repeat 0 -221px;
}
.stationList .activeStation .stOptions .addPl i {
    background: url("../img/icons.svg") no-repeat 0 -239px;
}
.stationList .activeStation .stOptions .remPl i {
    background: url("../img/icons.svg") no-repeat -20px -241px;
}
.stationList .activeStation .stDescr .name a {
    color: #FFFFFF;
}
.stationList .activeStation .stDescr .onAir {
    background: url("../img/icons.svg") no-repeat -92px -172px;
    color: #FFFFFF;
    line-height: 15px;
    margin: 2px 0;
    padding-left: 13px; 
}
.stationList .activeStation .stDescr .cat {
    color: #EEEEEE;
}
.stationList .activeStation .stImg .playerButton, .stationList .activeStation .stImg .playerButtonPause {
    background: none;
    height: 60px;
    margin-left: 0;
    opacity: 1;
    width: 60px;
}
.stationList .activeStation .stImg .playerButton i, .stationList .activeStation .stImg .playerButtonPause i  {
    display: block;
    height: 30px;
    margin: 16px 0 0 18px;
}
.stationList .activeStation .stImg .playerButton i {
    background: url("../img/icons.svg") no-repeat 0 -342px;
}
.stationList .activeStation .stImg .playerButtonPause i {
    background: url("../img/icons.svg") no-repeat -1px -309px;
}
.stList {
    font-size: 14px;
    margin-top: 10px;
}
.stList .data {
    margin: 0 -15px;
    padding: 9px 15px;
    width: 100%;
}
.stList .data:hover {
    background: #F4F4F4;
}
.stList .time {
    color: #999999;
    float: left;
    width: 7%;
}
.stList .songTitle {
    float: left;
    overflow: hidden;
    width: 75%;
}
.stList .songTitle center, .stList .songTitle h1, .stList .songTitle hr {
    display:none;
}
.stList .songTitle p {
    padding: 0;
}
.stList .searchBtn {
    float: right;
    width: 50px;
}
.stList .searchBtn .btn {
    display: none;
    float: right;
}
.stList .searchBtn .btn {
    padding: 0 5px;
}
.stList .searchBtn .btn:hover {
    background: #315598;
    border-radius: 3px;
    color: #FFFFFF;
    text-decoration: none;
}
.stList .data:hover .searchBtn .btn {
    display: block;
}
.stList .artist {
    float: left;
    font-weight: 600;
    margin-right: 10px;
    text-transform: capitalize;
}
.stList .song {
    float: left;
}
.stList .searchSong {
    display: none;
    float: right;
    margin: -16px 0 0 -155px;
    padding: 5px;
    position: absolute;
    width: 200px;
}
.stList .searchSites img {
    margin-bottom: -4px;
    margin-right: 5px;
    width: 16px;
}
.stList .searchSites {
    margin-left: 0;
    padding-left: 0;
}
.mWind {
    background: #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    font-size: 13px;
    min-width: 160px;
    overflow: hidden;
}
.mWind .title {
    padding: 10px;
}
.mWind .title .mWTitle {
    float: left;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
}
.mWind .title .mWClose {
    float: right;
}
.mWind .title .mWClose a {
    background: url("../img/icons.svg") no-repeat -20px -293px;
    display: block;
    height: 12px;
    margin: 5px 0 0;
    opacity: 0.5;
    width: 12px;
}
.mWind .title .mWClose a:hover {
    opacity: 1;
}
.mWind .mWBody {
    padding: 0;
}
.mWind .mWBody a {
    color: #000000;
    display: block;
    overflow: hidden;
    padding: 3px 10px;
    white-space: nowrap;
}
.mWind .mWBody a:hover {
    background: #315598;
    color: #FFFFFF;
    text-decoration: none;
}
.commentAdd {
    margin: 10px 0 40px;
}
.commentAdd .commUserAvatar {
    float: left;
    margin-right: 10px;
}
.commentAdd .commUserAvatar img {
    border-radius: 3px;
    height: 50px;
    width: 50px;
}
.commentAdd .commMassage {
    color: #777777;
    margin-left: 35px;
}
.commentAdd .addButton {
    margin-left: 60px;
    margin-top: 10px;
}
.commentAdd .addButton span {
    color: #999999;
    line-height: 28px;
    margin-left: 30px;
}
.commentAdd .commMassage textarea {
    height: 32px;
    resize: vertical;
    width: 410px;
}
.commentAdd .commTitle {
    margin: 10px 0;
}
.allComments {
    margin-top: 20px;
}
.comment-add-info {
    background: #f5f5f5;
    border-radius: 3px;
    margin: 15px 0;
    padding: 5px 15px;
}
.comments {
    margin-top: 10px;
}
.comments .level2 {
    margin-left: 20px;
}
.comment {
    border-top: 1px solid #eeeeee;
    font-size: 13px;
    line-height: 19px;
    margin: 0 -15px;
    padding: 10px 20px;
}
.comments .level2 .comment {
    margin-left: -40px;
    padding-left: 80px;
}
.comment .userAvatar {
    float: left;
    margin-left: -5px;
}
.comment .userAvatar img {
    border-radius: 3px;
    height: 50px;
    width: 50px;
}
.comment .userNameComm {
    font-weight: bold;
    margin-left: 55px;
}
.comment .userNameComm .comSource {
    color: #999999;
    font-weight: normal;
}
.comment .commText {
    color: #555555;
    margin-left: 55px;
    margin-top: 5px;
    line-height: 21px;
}
.comment .commText img {
    border-radius: 5px;
    margin: 10px 0;
    max-width: 100%;
}
.comment .commText iframe {
    height: 300px;
    width: 100%;
}
.comment .commText object {
    height: 300px;
    width: 100%;
}
.comment .commDetails {
    color: #777777;
    font-size: 12px;
    height: 20px;
    margin-left: 55px;
    margin-top: 8px;
}
.comment .commDetails .time {
    color: #999999;
    float: left;
    width: 140px;
}
.comment .commDetails .reply {
    float: left;
    width: 100px;
}
.comment .commDetails .commRating {
    float: right;
    font-weight: 600;
    min-width: 70px;
    text-align: right;
}
.comment .commDetails .commRating a {
    display: block;
    float: left;
    opacity: 0.7;
}
.comment .commDetails .changeRating {
    border-radius: 2px;
    display: none;
    float: left;
    margin-top: 2px;
    overflow: hidden;
}
.comment:hover .changeRating {
    display: block;
}
.comment .commDetails .commRating a:hover {
    opacity: 1;
}
.comment .commDetails .commRating .directionplus {
    background: url("../img/icons.svg") no-repeat 5px -482px #315598;
    height: 16px;
    width: 20px;
}
.comment .commDetails .commRating .directionminus {
    background: url("../img/icons.svg") no-repeat -10px -482px #315598;
    height: 16px;
    width: 20px;
}
.comment .commDelete {
    display: none;
}
.comment:hover .commDelete {
    display: block;
}
.comment .commDelete .comDel {
    background: url("../img/icons.svg") no-repeat -20px -293px;
    display: block;
    float: right;
    height: 12px;
    margin-top: -12px;
    opacity: 0.4;
    width: 12px;
}
.comment .commDelete .comDel:hover {
    opacity: 1;
}
.content .userBlock {
    margin: 20px 0;
}
.content .userBlock .uLeft {
    float: left;
}
.content .userBlock .uLeft .uPhoto {
    border-radius: 5px;
    height: 120px;
    overflow: hidden;
    width: 120px;
}
.content .userBlock .uLeft .uPhoto .photo {
    border-radius: 5px;
    width: 120px;
}
.content .userBlock .uLeft .uPhoto .uEdit {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 5px 5px;
    margin-top: -33px;
    position: relative;
}
.content .userBlock .uLeft .uPhoto .uEdit ul li {
    float: left;
    text-align: center;
}
.content .userBlock .uLeft .uPhoto .uEdit ul li a {
    border-radius: 0 0 5px 5px;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    padding: 3px 0;
    text-decoration: none;
}
.content .userBlock .uLeft .uPhoto .uEdit ul li a:hover {
    background: rgba(0, 0, 0, 0.7);
}
.content .userBlock .uLeft .uPhoto .uEdit .editProfile {
    width: 46%;
}
.content .userBlock .uLeft .uPhoto .uEdit .editPhoto {
    width: 40%;
}
.content .userBlock .uLeft .uPhoto .uEdit .edit {
    width: 14%;
}
.content .userBlock .uLeft .uPhoto .uEdit .edit i {
    background: url("../img/icons.svg") no-repeat -9px -163px;
    display: block;
    height: 10px;
    margin: 9px 0 0 6px;
    width: 9px;
}
.content .userBlock .uRight {
    margin-left: 140px;
}
.content .userBlock .uRight .statuse {
    color: #555555;
    font-size: 13px;
}
.content .userBlock .uRight .userInfo {
    font-size: 13px;
    margin-top: 15px;
}
.content .userBlock .uRight .userInfo span {
    display: block;
    float: left;
}
.content .userBlock .uRight .userInfo p {
    height: 23px;
}
.content .userBlock .uRight .userInfo .staticText {
    color: #484848;
    width: 150px;
}
.form {
    margin: 50px auto;
    width: 300px;
}
.form input {
    width: 100%;
    box-sizing: border-box;
}
.form textarea {
    width: 100%;
}
.form select {
    margin-right: 10px;
    padding: 3px 5px;
}
.form .level {
    margin: 20px 0 0;
}
.form .level a {
    font-size: 12px;
}
.form .level .levTitle {
    color: #555555;
    font-size: 13px;
    font-weight: 600;
    margin: 12px 0 5px;
}
.form .level .levTitle .forgot {
    float: right;
    font-weight: normal;
}
.form .level .levDescr {
    color: #999999;
    font-size: 11px;
}
.register .terms {
    color: #777777;
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 15px;
}
.b404 {
    padding: 100px 0 !important;
}
.b404 img {
    display: block;
    margin: 0 auto;
    max-width: 471px;
}
.popup {
    background: rgba(79, 105, 153, 0.3);
    bottom: 0;
    left: 0;
    position: fixed !important;
    /*position: fixed;*/
    right: 0;
    top: 0 !important;
    z-index: 101;
}
.popup .popupPos {
    position: absolute;
    top: 24%;
    width: 100%;    
}
.popup .popupPos:after{
    clear: both;
}
.popup .popupPos .popupWindowBody {
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 13px;
    margin: 0 auto;
    min-height: 150px;
    min-width: 350px;
    overflow: hidden;
    padding: 20px;
    width: 350px;
}
.popup .pWTitle {
    background: #e2eaf4;
    margin: -20px -20px 20px;
    padding: 15px 20px;
}
.popup .popupTitle {
    font-weight: 600;
    font-size: 15px;
}
.popup .popupCloseButton {
    cursor: pointer;
    float: right;
    margin: -19px -20px -15px 0;
    padding: 19px 16px 21px;
}
.popup .popupCloseButton:hover {
    background: rgba(0, 0, 0, 0.1);
}
.popup .popupCloseButton i {
    background: url("../img/icons.svg") no-repeat -20px -293px;
    display: block;
    height: 12px;
    margin: 4px 0 0;
    width: 12px;
}
.popup .popupBody {
    min-height: 60px;
}
.popup .popupBody .level input {
    padding: 5px 3%;
    width: 94%;
}
.popup .popupBody .level .inpTitle {
    margin: 5px 0 2px;
}
.popup .popupControl {
    margin: 20px 0 0;
}
.popup .popupControl .cancel {
    border: 1px solid #315598;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
    padding: 3px 25px;
}
.popup .popupControl .cancel:hover {
    text-decoration: none;
    border: 1px solid #35435d;
}
.pGen {
    margin-bottom: 100px;
}
.pGen .pageTitle {
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
}
.pGen .colorOption {
    height: 130px;
}
.pGen .colorOption ul li {
    float: left;
    margin: 10px 15px;
}
.pGen .colorOption ul li a img {
    border: 5px solid #ECECEC;
    border-radius: 3px;
    width: 110px;
}
.pGen .colorOption ul li a img:hover {
    border: 5px solid #315598;
}
.pGen .colorOption ul li img:active {
    border: 5px solid #53617c !important;
}
.pGen .colorOption ul li .active img {
    border: 5px solid #315598;
    box-shadow: 0 0 20px #315598;
}
.pGen .level {
    font-size: 13px;
}
.pGen .level ul {
    height: 60px;
}
.pGen .level ul li {
    float: left;
    margin-right: 20px;
}
.pGen .levTitle {
    color: #777777;
    line-height: 17px;
    margin: 0 0 10px;
}
.pGen .inpTitle {
    color: #555555;
    line-height: 20px;
    margin-bottom: 5px;
}
.changeStation .embedList {
    border: 1px solid #cccccc;
    float: left;
    height: 350px;
    margin-right: -2px;
    overflow: auto;
    width: 40%;
}
.changeStation .embedList p:hover {
    background: #EEEEEE;
}
.changeStation .embedList input {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
}
.changeStation .embedList label {
    display: block;
    font-size: 13px;
    line-height: 16px;
    padding: 7px 10px 7px 30px;
}
.changeStation .fastSel {
    float: left;
    margin-left: 5%;
    width: 50%;
    margin-top: -32px;
}
.changeStation .playerGen a {
    font-weight: normal !important;
}
.selectAll {
    background: #D9EBE0;
}
.selectAll:hover {
    background: #C2E2CE !important;
}
.main-page-block {
    background: #315598 url("../img/main-page-wave.png") no-repeat center 320px;
    bottom: 0;
    color: #fff;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 46px;
    min-height: 560px;
}
.main-page-block:after {
    content: "Lovi.fm © 2016";
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 200px;
    text-align: center;
    margin-left: -100px;
}
.main-page-block .main-page-button .button {
    border-radius: 100px;
    font-size: 18px;
    color: #ffffff;
    background: #ffa800;
    padding: 14px 70px;
}
.aboutSite {
    padding: 0 30px;
}
.caption {
    color: #444444;
    font-size: 16px;
    line-height: 25px;
    margin: 35px 0 10px;
}
.aboutSite .description {
    margin-bottom: 20px;
}
.aboutSite .description p {
    margin-bottom: 5px;
}
.aboutSite .description p b {
    font-weight: 600;
}
.aboutSite .login {
    border-right: 1px solid #D4D4D4;
    float: left;
    width: 290px;
}




/* added 23.12.2013 */
.cont .pres .all {
    color: #01579b;
    font-size: 18px;
    line-height: 28px;
    margin: 20px auto 0;
    text-align: center;
    width: 70%;
}
.cont .pres .presButton {
    margin: 20px 0;
    text-align: center;
}

.cont .pres .presButton .button {
    font-size: 17px;
    padding: 10px 40px;
}
.cont .embedPres .img {
    float: left;
    margin-right: 20px;
}
.cont .embedPres .players {
    margin-top: 20px;
}
.cont .embedPres .descr b {
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
}
.cont .embedPres .descr .text {
    line-height: 19px;
    margin-top: 10px;
}
.cont .embedPres .embButton {
    float: left;
    margin-top: 30px;
}
.cont .embedPres .embButton span {
    margin-left: 10px;
    color: #e64a19;
}




/*social buttons */
a.sn-icon {
    padding-right: 3px!important;
}

/***********************************************************/
/***********************************************************/
/***********************************************************/
/***********************************************************/
#pllist, .popupWindow {
    position: absolute;
    /*overflow-y: scroll; */
/*                top: 30%;*/
/*                left: 30%;*/
/*                left: 50%;*/
/*                width: 300px;*/
/*                margin-left: -150px;*/
    min-height: 100px;
    min-width: 300px;
    z-index: 100501;
}
            
.addPLWindow {
    width:180px;
    background: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.2);
    padding:0;
    border-radius:3px;
    z-index:1000!important;
    
}

#pllist {
    margin-left: -23px !important;
    margin-top: 0px;
    width: 200px !important;
    min-width: 200px !important;
}

.plInfo {
    color: #999999;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    font-size:11px;
    margin:5px 0;
}

.addPLWindow .addPLTitle {
    padding: 10px;
    font-weight:bold;
}
.addPLWindow .addPLPluseButton {
    float:right;
    background: url("../img/icons.svg") no-repeat -20px -293px;
    height: 14px;
    width: 14px;
    margin: 15px 8px 0 0;
    opacity:0.5;
    cursor: pointer;
}
.addPLWindow .addPLPluseButton:hover{
    opacity:1.0;
}
.addPLWindow .addPLTBody {
    padding: 0 0 10px 0;
    margin-top: -5px;
}
.addPLWindow .addPLTBody a {
    color: #444;
    display: block;
    padding: 4px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}
.addPLWindow .addPLTBody a:hover {
    background:#e2eaf4;
    text-shadow: none;
}

.nothing-found {
    text-align:center;
    color:#555555;
    margin-top:50px
}

/*browse*/
.bTitle {
    padding: 10px 0; 
    font-weight:bold; 
}
.mostPop {
    height: 120px;
    overflow: hidden;
    margin: -10px -10px 0;
}
.mostPopular {
    margin-top:10px; 
    height:120px;
}
.mostPopular li {
    float: left;
    width:20%;
    text-align:center;
}
.browseLi {
    position: relative!important;
}
.mostPopular li img {
    border-radius: 3px;
    height: 100px;
    width: 100px;
}
.mostPopular li img:active {
    border: 3px solid #01579b;
    transition-duration: 0.2s;
}
.weekPopular {
    background: #F5F5F5;
    padding:10px 0;
    height:50px;
    margin: 5px -15px;
}
.stationcl:hover {
    cursor:pointer;
}
.teaser {
    float: left;
    height: 40px;
    line-height: 100%;
    margin-left: 10px;
    width: 190px;
    z-index: 0;
}
.teaser a {
    color: #414141;
    float: left;
    height: 40px;
    position: relative;
    text-decoration: none;
    width: 200px;
}
.teaser img {
    border-radius: 3px 3px 3px 3px;
    float: left;
    width: 50px;
}
.teaser h3.clips {
    color: #39587C;
}
.teaser h3 {
    font-size: 12px;
    font-weight: 600;
    height: 32px;
    line-height: 16px;
    margin: 0 0 0 60px;
    overflow: hidden;
}
.teaser p {
    color: #777777;
    font-size: 73%;
    font-weight: bold;
    left: 60px;
    line-height: 100%;
    margin: 0;
    position: absolute;
    top: 36px;
    z-index: 2;
}
#player {
    margin-left: -100000px!important;
}


/*** MONO PLAYER ***/
.mono-player {
    width: 500px!important;
}
.mono-choice-color ul li {
    display: inline-block;
    margin-right: 9px;
}
.mono-choice-color ul li.selected a {
    box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.5) inset;
}
.mono-choice-color ul li.selected a:after {
    background: #ffffff;
    border-radius: 100%;
    content: "";
    height: 12px;
    left: 50%;
    margin: -6px 0 0 -6px;
    position: absolute;
    top: 50%;
    width: 12px;
}
.mono-choice-color ul li a {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    display: block;
    position: relative;
    cursor: pointer;
}
.sponsor-mobile {
    display: none;
}
.m-station-name {
    display: none;
}
/*responsive*/
@media (max-width: 1000px) {        
    .top .topbar, .cont {
        width: 850px;
    }
    .top .topbar .logo {
        width: 100px;
    }
    .top .topbar .player {
        width: 495px;
    }

    .top .topbar .player .station-top {
        margin-right: 10px;
        width: 270px;
    }
    .top .topbar .user .name {
        width: 60px;
    }
    .rui-slider {
        width: 70px;
    }
    .content {
        width: 535px;
        margin-left: 315px;
    }   
    .cont .stationBl .left .img {
        height: 100px;
        padding: 7px;
        width: 100px;
    }
    .cont .stationBl .left .img img {
        border: 0 none;
        border-radius: 5px;
    }
    .cont .stationBl .in {
        margin-left: 210px;
    }
    .cont .stationBl .play-button {
        height: 100px;
        margin-left: -28px;
    }
    .cont .stationBl .play-button a {
        top: 14px;
    }
    .stationList .stDescr {
        width: 380px;
    }   
    .mostPopular li img {
        height: 90px;
        width: 90px;
    }
    .teaser {
        width: 165px;
    }
    .teaser h3 {
        font-size: 12px;
        height: 30px;
    }
    .teaser a {
        width: 165px;
    }
    .teaser p {
        font-size: 68%;
        overflow: hidden;
        white-space: nowrap;
    }
    .stList .time {
        width: 9%;
    }
    .upPage {
        display: none!important;
    }   
    .cont .pres .all {
        width: 90%;
    }   
    .cont .embedPres .img {
        width: 50%;
        margin-right: 0;
    }   
    .cont .embedPres .img img {
        width: 100%;
    }   
    .cont .embedPres .descr {
        float: left;
        margin-left: 5%;
        width: 45%;
    }   
    .cont .embedPres .descr b {
        font-size: 19px;
        line-height: 26px;
    }
    .cont .embedPres .embButton {
        margin-top: 15px;
    }
    .cont .embedPres .button {
        font-size: 14px;
        padding: 4px 20px;
    }
    .pGen .colorOption ul li a img {
        width: 90px;
    }   
    .changeStation .embedList {
        height: 430px;
    }       
    .cont .pres .presButton .button {
        font-size: 15px;
        font-weight: 600;
        padding: 8px 25px;
    }
    .content h1 {
        font-size: 18px;
        line-height: 24px;
        padding: 0 0 10px;
    }
}
@media (max-width:767px) { 

    .cont {
        width: auto;
        padding: 0 0 160px 0;
        box-sizing: border-box;
    }
    .main-page-block .cont {
        padding: 100px 0;
    }
    .sidebar {
        display: block;
        position: relative;
        padding-top: 0;
        width: 100%;
        z-index: 109;
    }
    .sidebar .playlists {
        display: none;
    }
    .sidebar .aboutSide {
        display: none;
    }
    .sidebar .sponsor {
        display: none;
    }
    .sponsor-desctop {
        display: none;
    }
    .sponsor-mobile {
        display: block;
    }
    .sidebar .sponsor .vkapp {
        text-align: center;
    }
    .content {
        width: 100%;
        margin-left: 0;
    }
    .cont .basicBlock {
        margin-top: 0;
        border-radius: 0;
    }
    .stationList {
        background: #ffffff;
    }
    .top {
        height: 54px;
        width: auto;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 12px 12px 0 0;
        background-color: #000;
    }
    .top, .top .topbar {
        height: 60px;
    }
    .top .topbar .logo {
       padding-top: 20px;
       width: 22%;
    }
    .top .topbar .logo .img {
        margin-top: 0;
        width: 100%;
        background-size: 100% auto;
    }
    .top .topbar .barControl {
        width: 13%;
    }
    .top .topbar .player {
        width: 45%;
    }
    .top .topbar .search {
        width: 40%;
        margin-top: 15px;
    }
    .top .topbar .search input {
        height: 28px;
        width: 100%;
        box-sizing: border-box;
    }
    .top .topbar .player .station-top, .top .topbar .player .volume {
        display: none;
    }
    .top .topbar .user {
        width: 20%;
    }
    .top .topbar .user .name {
        display: none;
    }
    .stationList .stDescr {
        width: auto;
        float: none;
    }
    .stationList .stDescr .name {
        display: none;
    }
    .m-station-name {
        color: #000000;
        font-size: 16px;
        margin-top: 9px;
        display: block;
        font-weight: 600;
    }
    .stationList li {
        position: relative;
        margin-bottom: 0;
        padding: 2px 15px;
        height: 68px;
    }
    .stationList .stOptions {
        position: absolute;
        right: 15px;
        top: 0;
        margin-top: 0;
    }
    .stationList .stImg .play {
        border-radius: 12px;
        height: 68px;
        width: 68px;
    }
    .top .topbar {
        padding: 0 15px;
        width: auto;
    }
    .cats .tabs {
        display: block;
        margin: -15px -15px 15px -15px;
        height: 32px;
    }
    .tabCats .tabs li {
        padding-right: 0;
        width: 33%;
        text-align: center;
    }
    .tabCats .tabs li a {
        padding: 8px 0 8px;
    }
    .tabCats .fVar {
        display: none;
    }
    .tabs li a {
        font-size: 14px;
    }
    .top .topbar .player .buttons .play, .top .topbar .player .buttons .pause {
        height: 22px;
        padding: 19px 12px;
    }
    .top .topbar .player .buttons .prev, .top .topbar .player .buttons .next {
        padding: 24px 12px;
    }
    .top .topbar .barControl a {
        padding: 21px 10px;
    }
    .top .topbar .user .photo {
        margin-top: 10px;
    }
    .stList .time {
        width: 15%;
    }
    .commentAdd .commMassage {
        margin-left: 60px;
    }
    .commentAdd .commMassage textarea {
        box-sizing: border-box;
        width: 100%;
    }
    .information_sorting {
        border-bottom: 0;
    }
    .information_sorting .sorting {
        font-size: 11px;
    }
    .main-page-block {
        top: 0;
        position:fixed;
        padding: 0 10px;
        z-index: 122;
    }
    .main-page-block .main-page-button .button {
        padding: 14px 30px;
    }
    .stationList .stImg {
        border-radius: 12px;
        height: 68px;
        width: 68px;
        position: relative;
    }
    .stationList .stImg:after {
        border: 1px solid rgba(0,0,0,0.12);
        position: absolute;
        top:0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        border-radius: inherit;
    }
    .stationList .stImg img {
        height: 68px;
        width: 68px;
    }
    .stationList .activeStation, .stationList .activeStation:hover {
        border-radius: 12px;
        margin-top: 0;
    }
    .stationList .activeStation .stImg .playerButton, .stationList .activeStation .stImg .playerButtonPause {
        height: 68px;
        width: 68px;
    }
    .stationList .activeStation .stImg .playerButton i, .stationList .activeStation .stImg .playerButtonPause i {
        margin: 20px 0 0 22px;
    }

    .stationList .activeStation .m-station-name {
        color: #ffffff;
    }
    .cont .stationBl .in {
	    margin-left: 0;
	}
	.cont .stationBl .play-button {
	    display: none;
	}
	.get-mono-player {
		display: none;
	}
	#expdesc {
		max-height: 80px;
    	overflow-y: auto;
	}
	.cont .stationBl .left .img {
		padding: 0;
	}
	.cont .stationBl .left .img {
		margin: 0 16px 0px 0;
	}
	.content h1 {
	    font-size: 15px;
	    padding: 0 0 12px;
	    font-weight: bold;	    
	}
	.add-social {
		display: none;
	}
	.tabs li {
	    padding-right: 16px;
	}
	.sort_list {
		max-height: 145px;
    	overflow-y: auto;
    	position: relative;
	}
	.sort_list li a {
	    font-size: 14px;
	    padding: 2px 5px;
	    text-decoration: none;
	    border-radius: 8px;
	}
	.sort_list_separator {
	    background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	    bottom: 0;
	    left: 0;
	    right: 0;
	    position: relative;
	    height: 12px;
	    top:-12px;
	}


}
@media (max-width: 640px) {     
    
}
@media (max-width: 560px) { 
    
}
@media (max-width: 430px) { 
    
}
/*responsive end*/