@import url(artists2015.css);
@import url(player2015.css);
@import url(spanel2015.css);
a,
body {
    color: var(--site-text);
}
.footer,
.info-footer,
.nav,
.sharing-fdl,
.wrap,
.wrap-center {
    position: relative;
}
.singer-name,
a {
    text-decoration: none;
}
.fdl,
.hidden-menu li a,
.logo,
.main-nav > li > a,
.menu-link a {
    white-space: nowrap;
}
.go-top,
.hidden-menu,
.share-icons {
    visibility: hidden;
}
:root {
    --site-blue: #003a75;
    --site-yellow: #ffd700;
    --site-dark: #002f6c;
    --site-text: #222;
    --site-muted: #666;
    --site-line: #e5edf5;
    --site-soft: #eef5fb;
    --site-warm: #fffbe7;
    --site-green: #2fa85f;
    --site-red: #d93030;
    --site-speed: 0.15s;
}
* {
    background: 0 0;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    box-sizing: border-box;
}
html {
    min-width: 320px;
}
body {
    font-family:
		"SN Pro",
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		"Helvetica Neue",
		Helvetica,
		Arial,
		sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
    min-height: 100%;
    width: 100%;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.spanel .main-nav,
.spanel .nav,
.spanel-song-text,
article,
aside,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
img {
    max-width: 100%;
}
a {
    transition:
        color var(--site-speed) ease,
        background-color var(--site-speed) ease,
        border-color var(--site-speed) ease;
}
.p-meta:hover > *,
.side-item:hover *,
a:focus,
a:hover {
    color: var(--site-blue);
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
    line-height: 1.3;
    font-size: 20px;
}
button,
input[type="button"],
input[type="password"],
input[type="submit"],
input[type="text"],
select,
textarea {
    appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    font-family: "SN Pro" !important;
}
.btn,
.button,
.meta-fav a,
.pagi-load a,
.qq-upload-button,
.up-second li a,
.usp-btn a,
.usp-edit a,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    cursor: pointer;
    font-weight: 600;
    box-shadow: none;
    background: var(--site-blue);
    color: #fff;
    font-size: 14px;
    transition:
        background-color var(--site-speed) ease,
        color var(--site-speed) ease,
        border-color var(--site-speed) ease;
}
.fx-col,
.fx-row,
.mw {
    display: flex;
}
.ac-submit button:hover,
.btn:hover,
.button:hover,
.form-submit button:hover,
.meta-fav a:hover,
.pagi-load a:hover,
.qq-upload-button:hover,
.up-second li a:hover,
.usp-btn a:hover,
.usp-edit a:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #004999;
    color: var(--site-yellow);
}
input[type="password"],
input[type="text"],
select,
textarea {
    width: 100%;
    background: #fff;
    color: #111;
    border: 1px solid var(--site-line);
    border-radius: 0;
    box-shadow: none;
    transition:
        border-color var(--site-speed) ease,
        background-color var(--site-speed) ease;
}
input[type="password"],
input[type="text"],
select {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
select {
    width: auto;
}
textarea {
    padding: 15px;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
input[type="password"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
    border-color: var(--site-blue);
    background: #fff;
}
.nav,
.wrap-main {
    border-bottom: 1px solid var(--site-line);
}
input::placeholder,
textarea::placeholder {
    color: #777;
    opacity: 1;
    font-size: 14px;
}
input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent;
}
.clr {
    clear: both;
}
.mw {
    max-width: 920px;
    margin: 0 auto;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.img-box,
.img-fit,
.img-resp,
.img-resp-vert,
.img-wide {
    overflow: hidden;
    position: relative;
}
.img-resp {
    padding-top: 70%;
}
.img-resp-vert {
    padding-top: 140%;
}
.img-box img,
.img-resp img,
.img-resp-vert img {
    width: 100%;
    min-height: 100%;
    display: block;
}
.img-resp img,
.img-resp-vert img {
    position: absolute;
    left: 0;
    top: 0;
}
.img-wide img {
    width: 100%;
    display: block;
}
.img-fit img,
.note-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nowrap,
.nw-s,
.nw-s-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fx-row {
    flex-wrap: wrap;
    justify-content: space-between;
}
.fx-col {
    flex-direction: column;
}
.fx-center,
.go-top {
    justify-content: center;
}
.fx-middle {
    align-items: center;
}
.fx-start {
    justify-content: flex-start;
}
.fx-first {
    order: -1;
}
.fx-last {
    order: 10;
}
.fx-1,
.main-nav > li {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: 50px;
}
.fx-between,
.note-one {
    justify-content: space-between;
}
.fw700,
.logo span.logo-sname,
b,
strong {
    font-weight: 600;
}
.icon-left .icon,
.icon-left [class*="fa-"] {
    margin-right: 10px;
}
.icon-right .icon,
.icon-right [class*="fa-"] {
    margin-left: 10px;
}
#dofullsearch,
.dph,
.hidden,
.main-nav > li > a::after,
.menu-mobile,
.nav-load > span,
[data-switcher-name]:not(.selected) {
    display: none;
}
.anim,
.btn,
.button-change-cat,
.go-top,
.knopka,
.menu-link a,
.note-item,
.p-artist,
.p-meta,
.p-name,
.p-play,
.pisnya,
.share-button,
.share-icons,
.share-icons a,
.side-item,
.side-item *,
.track-download-button,
button {
    transition:
        color var(--site-speed) ease,
        background-color var(--site-speed) ease,
        border-color var(--site-speed) ease,
        opacity var(--site-speed) ease,
        visibility var(--site-speed) ease;
}
.form-wrap h1,
.mtitle,
.sub-title h1 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
#dle-content,
.form-secur {
    width: 100%;
}
.visible {
    display: block !important;
}
.subtitle-500,
.title-500 {
    font-weight: 600 !important;
    font-size: 16px !important;
}
.wrap {
    min-width: 320px;
    padding-bottom: 60px;
}
.wrap-center {
    margin: 0 auto;
    z-index: 20;
}
.hshare > *,
h1 a {
    margin-left: 15px;
}
.header {
    background: var(--site-blue);
}
.menu-nav {
    background: #fff !important;
}
.sharing-fdl {
    background: 0 0;
    border: 1px solid var(--site-blue);
    color: var(--site-blue);
}
.center-col {
    min-height: auto;
    height: 100%;
}
.r-col {
    border-left: 1px solid var(--site-line);
}
.l-col {
    border-right: 1px solid var(--site-line);
}
.footer,
.info-footer {
    background: var(--site-blue);
}
.go-top,
.overlay-box {
    position: fixed;
    cursor: pointer;
}
.info-menu a {
    font-weight: 600;
    color: var(--site-dark);
    border: 1px solid var(--site-line);
    display: block;
    margin-right: 15px;
}
.info-menu a:hover {
    color: var(--site-blue);
    border-color: var(--site-blue);
}
.overlay-box {
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background: #000;
}
.go-top {
    bottom: 30px;
    right: 25px;
    z-index: 9999;
    display: flex !important;
    align-items: center;
    width: 40px !important;
    height: 40px !important;
    border: none;
    background: var(--site-blue);
    color: #fff;
    font-size: 18px;
    opacity: 0;
}
.go-top:hover,
.p-play:hover,
.share-button:hover,
.share-icons a:hover {
    color: var(--site-yellow);
}
.go-top.show {
    opacity: 1;
    visibility: visible;
}
.logo {
    display: block;
    color: #fff !important;
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
}
.hshare > *,
.p-play,
.pisnya {
    display: flex;
    cursor: pointer;
}
.logo div {
    font-weight: 500;
    margin-top: 5px;
    text-transform: none;
}
.logo span:not(.logo-sname) {
    background: var(--site-yellow);
    display: inline-block;
    padding: 0 5px;
    margin: 0 3px;
    color: var(--site-blue);
}
.search-pole,
.song-lyric {
    position: relative;
}
.hidden-menu,
.search-pole button {
    position: absolute;
    text-align: center;
}
.search-pole input,
.search-pole input:focus {
    padding: 0 55px 0 15px;
    box-shadow: none;
}
.search-pole input:not(:focus)::placeholder {
    color: #333;
    opacity: 0.65;
    font-size: 13px;
}
.search-pole button {
    z-index: 10;
    padding: 0;
    cursor: pointer;
    color: var(--site-blue);
}
.hshare > * {
    width: 40px;
    height: 40px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
}
.hidden-menu,
.hidden-menu li a {
    border: 1px solid var(--site-line);
}
.hshare > .wbr-fb {
    background: url(../images/i-fb.svg) center center/10px no-repeat #315fae;
}
.hshare > .wbr-tlg {
    background: url(../images/i-tlg.svg) center center/16px no-repeat #229ed9;
}
.hshare > .wbr-vk {
    background: url(../images/i-vk.svg) center center/20px no-repeat #4c75a3;
}
.main-nav > li {
    background: var(--site-yellow);
    position: relative;
}
.main-nav > li > a {
    display: block;
    text-align: center;
    color: var(--site-blue);
    position: relative;
}
.main-nav > li:hover .hidden-menu {
    visibility: visible;
    opacity: 1;
    text-align: center;
}
.main-nav > li:hover > a {
    color: var(--site-blue);
    overflow: hidden;
}
.hidden-menu {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    z-index: 100;
    left: 0;
    top: 100%;
    width: 100%;
    column-width: 300px;
    column-gap: 20px;
    opacity: 0;
}
.hidden-menu li a {
    display: block;
    color: var(--site-dark);
}
.hidden-menu li a:hover,
.menu-link a:hover {
    background: var(--site-blue);
    color: var(--site-yellow);
    border-color: var(--site-blue);
}
.comms-title,
.info-title,
.menu-name,
.side-bt,
.side-bt-artist,
.side-bt-playlist,
.title-el,
.title-el-changer,
.title-el-footer {
    font-weight: 600;
    font-size: 15px;
    color: var(--site-blue);
    background: var(--site-soft);
    line-height: 40px;
    padding: 5px 20px;
    min-height: 50px;
    border-radius: 10px 10px 0 0;
    border: 1px solid var(--site-line);
    border-bottom: 1px solid rgba(0, 87, 183, 0.25);
}
.pisnya,
.sect-content {
    border-bottom: 1px solid var(--site-line);
}
.menu-name {
    font-size: 12px !important;
    background: #fff !important;
    color: #333 !important;
}
.sect-content {
    margin-bottom: 20px;
    height: 100%;
    min-height: 100%;
}
.info-footer {
    line-height: 1.6;
    font-size: 14px;
}
.info-footer .logo {
    margin-right: 30px;
    line-height: normal;
}
.info-footer a,
.info-rights span {
    color: #fff;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
}
.info-rights {
    margin-top: 10px;
    font-size: 13px;
}
.footer-text,
.info-text,
.seo-info-box,
.side-bt-text {
    background: var(--site-warm);
    border: 1px solid var(--site-line);
    padding: 15px;
    font-weight: 400;
    margin: 0 auto 15px;
}
.info-wrap {
    font-size: 14px;
    line-height: 1.6;
    color: var(--site-text);
}
.info-wrap h2 {
    background: #003a75;
    color: #fff;
    border-radius: 0;
    border: 0;
    border-bottom: 3px solid gold;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    min-height: 43px;
    padding: 0 10px;
    margin-left: 0;
}
.info-wrap p {
    margin: 0 0 15px;
    padding: 10px 10px 5px;
    border: 1px solid #f1f1f1;
    border-top: 0;
}
.info-wrap p:last-child {
    margin-bottom: 0;
}
.pisnya {
    align-items: center;
    justify-content: space-between;
}
.pisnya:hover,
.side-item:hover,
.spanel-song:hover {
    background: var(--site-soft);
}
.nav-load a,
.p-play {
    background: var(--site-blue);
}
.pisnya a,
.pisnya a.p-meta {
    display: block;
    color: var(--site-dark);
    font-size: 14px;
    font-weight: 500;
}
.pisnya:hover a,
.pisnya:hover a.p-meta,
.song-name .artist,
.song-name .track {
    color: var(--site-blue);
}
.p-cover {
    flex: 0 0 40px;
}
.p-play {
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid var(--site-blue);
    flex: 0 0 40px;
}
.p-artist,
.p-name,
.p-name:before {
    display: inline;
}
.rel-dl-button,
.track-download-button {
    background: var(--site-green);
    width: 40px;
    border-radius: 0;
    text-align: center;
    max-width: 35px;
    margin-left: 10px;
    height: 35px;
    line-height: 35px;
}
.p-name {
    color: var(--site-muted);
}
.p-name:before {
    content: "-";
    margin: 0 5px;
}
.p-duration {
    color: #111;
    max-width: 35px;
    text-align: center;
    flex: 0 0 45px;
}
.track-download-button {
    color: #fff;
    flex: 0 0 40px;
}
.rel-dl-button {
    color: #fff !important;
    flex: 0 0 40px;
}
.menu-link a,
.menu-list {
    border: 1px solid var(--site-line);
    display: flex;
}
.rel-dl-button:hover,
.track-download-button:hover {
    background: var(--site-blue);
    color: var(--site-yellow) !important;
}
.fa-angle-double-down,
.fa-arrow-down,
.track-dl i {
    color: #fff;
}
.js-item-played .fa-play:before,
.js-item-played .fplay .fa-play:before {
    content: "\f04c";
    color: var(--site-yellow);
}
.menu-list {
    flex-direction: column;
    align-items: stretch;
}
.menu-link a {
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    text-align: left;
    color: var(--site-dark);
    cursor: pointer;
}
.menu-name,
.side-bt,
.side-bt-artist,
.side-bt-playlist {
    margin: 0;
}
.side-item,
.spanel-song {
    display: flex;
    align-items: center;
    padding: 10px;
    color: var(--site-muted);
    font-size: 13px;
    border-bottom: 1px solid var(--site-line);
    position: relative;
    background: #fff;
}
.genre-button,
.side-artists {
    background: var(--site-soft);
    border-radius: 0;
}
.side-item div,
.spanel-song div {
    font-weight: 500;
    color: var(--site-text);
    font-size: 14px;
}
.side-artists {
    display: flex;
    height: 25px;
    margin: 10px;
    width: 110px;
    line-height: 25px;
}
.sidem {
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    text-align: left;
}
.fdl,
.fdl-rate,
.list-a,
.list-p,
.song-meta li span,
.song-name,
.speedbar a {
    font-weight: 600;
}
.list-a,
.list-name {
    position: relative;
    text-align: center;
}
.genre-button {
    padding: 5px 15px;
    margin: 5px;
    border: 1px solid var(--site-line);
}
.list-wrap,
.singer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20px;
    border-bottom: 1px solid var(--site-line);
}
.list-a,
.singer-p {
    align-items: center;
}
.list-name {
    display: block;
    width: 210px;
}
.list-a {
    display: flex;
    justify-content: center;
    background: var(--site-blue) url(../images/bg5pl.png) center/cover;
    border: 1px solid var(--site-line);
}
.list-a:hover,
.note-item:hover,
.singer-name:hover .singer-cover-a {
    border-color: var(--site-blue);
}
.list-p {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.playlist-count {
    font-size: 14px;
    right: 20px;
    position: absolute;
    line-height: 25px;
}
.singer-name {
    display: block;
    color: var(--site-dark);
}
.full-text a,
.reply,
.speedbar a:hover {
    text-decoration: underline;
}
.singer-cover-a {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid var(--site-line);
}
.singer-cover {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    background: var(--site-soft);
}
.nav-load a,
.singer-p {
    display: flex;
    text-align: center;
}
.singer-p {
    justify-content: center;
    min-height: 40px;
    padding: 10px 0 0;
    color: var(--site-text);
}
.bottom-nav {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--site-line);
}
.nav-load a {
    align-items: center;
    justify-content: center;
    max-width: 340px;
    margin: 0 auto;
}
.artist-a-end:hover,
.nav-load a:hover {
    background: #004999;
    color: var(--site-yellow) !important;
}
.navigation {
    text-align: center;
}
.navigation a,
.navigation span,
.pnext a,
.pnext > span,
.pprev a,
.pprev > span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    margin: 5px;
    padding: 0 10px;
    font-weight: 600;
    font-size: 14px;
    color: var(--site-dark);
    background: #fff;
    border: 1px solid var(--site-line);
    border-radius: 0;
    cursor: pointer;
}
.box-wrap-for-meta,
.song-name {
    border: 1px solid var(--site-line);
    display: flex;
}
.navigation span:not(.nav_ext),
.pagi-nav a:hover {
    background: var(--site-blue);
    color: #fff;
    border-color: var(--site-blue);
}
.speedbar {
    color: #444;
    background: var(--site-warm);
    border-bottom: 1px solid var(--site-line);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.song-name,
.song-name .fa-pencil,
.speedbar .fas,
.speedbar a {
    color: var(--site-blue);
}
.speedbar .fas {
    margin: 0 5px;
    font-size: 12px;
}
.button-block i,
.speedbar .fa-chevron-double-right {
    font-size: 8px;
}
.speedbar a:hover {
    color: #004999;
}
.song-t {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.complaint-title,
.fdl .fas,
.frate,
.main-nav .fal {
    position: absolute;
}
.song-name {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: var(--site-soft);
    width: 100%;
    line-height: 1.3;
}
.song-name .fa-pencil {
    margin-left: 5px;
    font-size: 14px;
    cursor: pointer;
}
.complaint-title,
.complaint-title a,
.info-footer .logo,
.info-footer-in,
.info-rights {
    color: #fff !important;
}
.complaint-title {
    top: 5px;
    right: 5px;
    background: var(--site-red);
    font-size: 13px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.complaint-title i {
    margin: 0 5px;
}
h1 > span {
    color: #222;
    font-size: 15px !important;
}
.song-str h1 {
    font-size: 20px;
}
.song-poster {
    height: stretch !important;
    flex: 0 0 170px;
}
.rington-poster {
    height: stretch !important;
    flex: 0 0 135px;
}
.box-wrap-for-meta {
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    flex-direction: row-reverse;
}
.song-meta {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    flex-wrap: nowrap;
}
.song-meta li {
    line-height: 1.5;
    min-height: 30px;
    position: relative;
}
.song-meta li > span:first-child {
    color: var(--site-muted);
    display: inline-block;
    min-width: 120px;
    position: absolute;
    left: 10px;
    top: 7px;
}
.song-meta li span {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}
.frate {
    z-index: 10;
    right: 0;
    top: 0;
    background: #fff;
    font-size: 12px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}
.frate a .fas {
    color: var(--site-green);
    margin-right: 2px;
}
.frate a + a .fas {
    color: var(--site-red);
    margin-left: 10px;
}
.frate-inline {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.fdl-rate {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    height: 40px;
    padding: 0 10px;
    font-size: 13px;
    cursor: pointer;
    background: #fff8d0;
    color: #0057b7;
    border: 1px solid #f1df75;
    border-radius: 0;
    transition:
        background-color 0.15s,
        color 0.15s;
}
.fdl-rate i {
    margin-right: 5px;
    font-size: 12px;
}
.fdl-like {
    color: green;
}
.fdl-dislike {
    color: red;
}
.song-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    margin: 15px 0;
    gap: 10px;
}
.fdl,
.fdl .fas,
.main-nav .fal {
    display: block;
    text-align: center;
}
.fdl {
    position: relative;
    color: #fff;
    flex-grow: 1;
    background: var(--site-green);
    cursor: pointer;
}
.fplay,
[data-switcher-name].selected + [data-switcher-show],
[data-switcher-show].selected {
    background: var(--site-blue);
    color: #fff;
}
.fdl:hover,
.fplay:hover {
    color: var(--site-yellow) !important;
}
.main-nav .fal {
    height: 40px;
    font-size: 24px;
    left: 0;
    right: 0;
    top: 15px;
    opacity: 0.65;
}
.fdl .fas {
    left: 15px;
    top: 14px;
    opacity: 0.8;
}
.rington-snippet,
.song-snippet,
.song-snippet-sharing,
.song-snippet-sharing-main {
    font-size: 14px;
    line-height: 1.6;
    border-radius: 0;
    position: relative;
    color: #111;
    background: var(--site-soft);
    padding: 15px;
    margin: 15px auto;
    border: 1px solid var(--site-line);
}
.p-artist,
.p-name,
.rington-snippet,
.song-snippet {
    font-size: 13px;
}
.rington-snippet div,
.song-snippet div,
.song-snippet-sharing div {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.song-snippet {
    background: #fffbe7;
    border: 1px solid #ead98c;
    padding: 15px 20px 15px 70px;
    margin: 15px 0;
}

.song-snippet::before {
    content: "\f028";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 50%;
    color: var(--site-blue);
    transform: translateY(-50%);
}

.rington-snippet {
    background: #fffbe7;
    border: 1px solid #ead98c;
    padding: 15px 70px 15px 20px;
    margin: 15px 0;
}

.rington-snippet::before {
    content: "\f0f3";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    top: 50%;
    color: var(--site-blue);
    transform: translateY(-50%);
}

.show-text {
    width: 40px;
    height: 40px;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background: var(--site-blue);
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -20px;
    z-index: 5;
}
.song-lyric[style]::before {
    content: "";
    pointer-events: none;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0, #fff 100%);
}
.video-box embed,
.video-box frame,
.video-box iframe,
.video-box object,
.video-box video {
    max-width: 100% !important;
    display: block;
    width: 100%;
    height: 400px;
}
.share-button,
.share-icons a {
    background: var(--site-blue);
    width: 40px;
    height: 40px;
}
.mejs-container {
    max-width: 100% !important;
}
.full-text img:not(.emoji) {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.full-text > .highslide img[style*="left"],
.full-text > img[style*="left"] {
    margin: 0 10px 10px 0;
}
.full-text > .highslide img[style*="right"],
.full-text > img[style*="right"] {
    margin: 0 0 10px 10px;
}
.full-text a {
    color: var(--site-blue);
}
.full-text a:hover,
.note-rate3 a {
    text-decoration: none;
}
.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
    margin: 10px 0;
}
.full-text p {
    margin-bottom: 10px;
}
.full-text > ul li {
    list-style: disc;
    margin-left: 40px;
}
.full-text > ol li {
    list-style: decimal;
    margin-left: 40px;
}
.share-container {
    position: fixed;
    top: 30px;
    right: 25px;
    z-index: 9999;
}
.share-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.fshare .fal,
.share-icons a,
.text-share {
    font-size: 18px;
}
.share-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    opacity: 0;
    pointer-events: none;
}
.share-icons a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}
.share-container.active .share-icons {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.sharing-sect {
    background: rgba(0, 87, 183, 0.12);
    padding: 15px;
    text-align: center;
}
.ffav,
.fshare {
    border-radius: 0;
    width: auto;
    padding: 0 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    position: absolute;
    color: #fff;
    height: 25px;
    line-height: 25px;
    right: 0;
}
.note-one,
.note-rate3 a i {
    font-size: 11px;
}
.fshare {
    background: var(--site-red) !important;
    bottom: 10px;
}
.ffav {
    background: var(--site-blue);
    cursor: pointer;
    margin-top: 5px;
    max-width: max-content;
}
.fshare .fal {
    margin-right: 10px;
}
.note-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    border: 1px solid var(--site-line);
}
.note-avatar {
    overflow: hidden;
    flex-shrink: 0;
}
.note-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.note-one {
    color: var(--site-muted);
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
    border-bottom: 1px solid #003a75;
    gap: 10px;
    margin-bottom: 5px;
}
.note-author {
    font-weight: 600;
    font-size: 13px;
    color: var(--site-blue);
}
.note-two {
    font-size: 14px;
    color: var(--site-text);
    line-height: 1.5;
    margin-bottom: 10px;
    word-wrap: break-word;
    padding: 0;
}
.note-three {
    font-size: 13px;
    color: var(--site-muted);
    display: flex;
    justify-content: space-between;
}
.note-three-left {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.note-rate3,
.note-rate3 a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.note-rate3 .fa-thumbs-up {
    color: var(--site-green);
    cursor: pointer;
}
.note-rate3 .fa-thumbs-down {
    color: var(--site-red);
    cursor: pointer;
}
.note-rate3 a {
    height: 24px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    background: #f2f2f2;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    line-height: 24px;
    transition:
        background-color 0.15s,
        color 0.15s,
        border-color 0.15s;
}
.logo div,
.logo span.logo-sname,
.note-rate3 a span {
    font-size: 12px;
}
.note-rate3 a:hover {
    background: gold;
    color: #003f87;
    border-color: gold;
}
.note-rate3 a:first-child:hover {
    background: #e6f4ea;
    color: #2e7d32;
    border-color: #b7dfc2;
}
.note-rate3 a:last-child:hover {
    background: #fdecea;
    color: #c62828;
    border-color: #f5c2c0;
}
.mass_comments_action {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
    padding: 10px;
    background: #f7f7f7;
    border: 1px solid #d8d8d8;
    font-size: 13px;
    color: #222;
}
.knopka i,
.reply {
    margin-left: 5px;
}
.mass_comments_action select {
    width: auto;
    height: 30px;
    line-height: 20px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    font-size: 13px;
    color: #222;
}
.btn-close,
.spanel .main-nav > li > a {
    line-height: 40px;
    height: 40px;
    display: block;
}
.mass_comments_action .bbcodes,
.mass_comments_action input[type="submit"] {
    height: 30px;
    margin: 0;
    padding: 0 15px;
    background: #0057b7;
    line-height: 30px;
    border: 1px solid #004080;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition:
        background-color 0.15s,
        color 0.15s;
}
.comms-title::before,
.last-note-link,
.reply {
    color: var(--site-blue);
}
@media screen and (max-width: 520px) {
    .mass_comments_action {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }
    .mass_comments_action .bbcodes,
    .mass_comments_action input[type="submit"],
    .mass_comments_action select {
        width: 100%;
    }
}
.reply {
    font-size: 12px;
    cursor: pointer;
}
.last-note-link {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.ac-inputs,
.form-item,
.form-textarea,
.menu-wrap {
    margin-bottom: 15px;
}
.add-comms {
    padding: 0 !important;
    border: 0 !important;
}
.comms-title::before {
    content: "\f4ad";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 18px;
    margin-right: 10px;
}
.ac-inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ac-inputs input {
    flex: 1;
}
.ac-textarea .bb-editor,
.ac-textarea textarea {
    width: 100%;
    min-height: 100px;
}
.ac-protect {
    margin-top: 15px;
}
.form-item label,
.form-textarea label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 13px;
    color: var(--site-text);
}
.page-item,
.spanel .main-nav > li > a,
body {
    font-size: 14px;
}
.ac-submit,
.form-submit {
    margin-top: 15px;
    text-align: right;
}
.btn-close,
.button-block,
.knopka {
    text-align: center;
}
.ac-submit button,
.form-submit button {
    background: var(--site-blue);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    cursor: pointer;
}
.close-overlay,
.spanel {
    height: 100%;
    position: fixed;
}
.button-block {
    margin: 0 auto;
    display: flex;
    border-top: 1px solid var(--site-line);
}
.knopka {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--site-green) !important;
    margin: 10px auto;
    max-width: 240px;
    width: 100%;
    cursor: pointer;
}
.knopka:hover {
    color: var(--site-yellow) !important;
    background: #004999 !important;
}
[data-switcher] {
    margin-bottom: 20px;
    position: relative;
}
[data-switcher-show] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    cursor: pointer;
}
.change-block-text {
    font-weight: 600;
    color: var(--site-muted);
}
.button-change-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 1px solid var(--site-line);
}
.button-change-cat {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid var(--site-line);
    color: var(--site-blue);
    cursor: pointer;
}
.button-change-cat.selected,
.button-change-cat:hover {
    background: var(--site-blue);
    color: var(--site-yellow) !important;
    border-color: var(--site-blue);
}
.page {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spanel {
    width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
    left: -320px;
    top: 0;
    transition: left var(--site-speed) ease;
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.15);
}
.spanel.active {
    left: 0;
}
.close-overlay {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 9998;
    display: none;
}
.btn-close {
    cursor: pointer;
    left: 280px;
    top: -40px;
    position: fixed;
    z-index: 9999;
    width: 40px;
    font-size: 18px;
    background: var(--site-red);
    opacity: 0;
    transition:
        top var(--site-speed) ease,
        opacity var(--site-speed) ease;
}
.btn-close.active {
    top: 0;
    opacity: 1;
}
body.opened-menu {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.spanel .main-nav {
    margin: 0 10px 15px;
    padding: 0;
    background: #fff;
    border: 1px solid var(--site-line);
    overflow: hidden;
}
.spanel .main-nav > li {
    border: 0;
    border-bottom: 1px solid var(--site-line);
    box-shadow: none;
    background: #fff;
}
.pisnya:last-child,
.spanel .main-nav > li:last-child {
    border-bottom: 0;
}
.spanel .main-nav > li > a {
    text-align: left;
    padding: 0 15px;
    background: #fff;
    color: var(--site-dark);
    font-weight: 600;
}
.spanel .main-nav > li > a:hover {
    background: var(--site-soft);
    color: var(--site-blue);
}
.spanel .hidden-menu {
    width: auto;
    margin: 0 10px 15px;
    column-width: auto;
    column-gap: 0;
    position: static;
    visibility: visible;
    opacity: 1;
    padding: 10px;
    text-align: left;
    background: #fff;
    border: 1px solid var(--site-line);
}
.spanel .hidden-menu li a {
    display: block;
    font-size: 13px;
    white-space: normal;
    margin-bottom: 5px;
    padding: 10px;
    color: var(--site-dark);
    background: var(--site-soft);
}
.fa-cloud-download {
    color: #fff;
    font-size: 18px;
}
@media screen and (max-width: 920px) {
    .footer,
    .info-footer {
        text-align: center;
    }
    .logo,
    .search-pole {
        max-width: 100%;
    }
    .dph {
        display: block;
    }
    .wrap {
        overflow: hidden;
    }
    .info-footer .logo,
    .nav {
        display: none;
    }
    .menu-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        cursor: pointer;
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 0;
        background: #004999;
    }
    .l-col,
    .r-col {
        width: 100%;
        margin: 0;
        border-left: 0;
    }
    .menu-mobile:hover {
        background: var(--site-yellow);
        color: var(--site-blue);
    }
    .columns,
    .footer,
    .info-footer {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0;
    }
    .header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .r-col {
        padding: 15px 0 0;
    }
    .l-col {
        padding: 0 0 15px;
    }
    .side-items {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .spanel-song {
        width: 50%;
        border-right: 1px solid var(--site-line);
    }
    .footer {
        display: block;
        padding-top: 30px;
    }
    .info-menu {
        justify-content: center;
    }
    .info-menu a {
        display: inline-block;
        margin: 0 5px 10px;
    }
    .logo {
        flex-basis: 0;
        flex-grow: 1;
        min-width: 50px;
    }
    .search-wrap {
        order: 10;
        margin: 15px 0 0;
        min-width: 100%;
    }
    .video-box embed,
    .video-box frame,
    .video-box iframe,
    .video-box object,
    .video-box video {
        height: 400px;
    }
    .go-top {
        bottom: 75px;
        right: 15px;
    }
}
@media screen and (max-width: 760px) {
    .hshare {
        background: var(--site-blue);
        justify-content: space-between;
        padding: 10px 15px;
        margin: 15px -15px 0;
        width: calc(100% + 30px);
        order: 10;
    }
    .hshare > * {
        margin: 0;
        width: 30px;
        height: 30px;
    }
    .header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .share-container {
        top: 15px;
    }
    .song-wrap {
        display: block;
    }
    .song-poster {
        margin: 0 auto 15px;
    }
    .rington-snippet {
        min-width: 100%;
        margin-top: 15px;
    }
    .song-snippet {
        min-width: 100%;
        margin-top: 15px;
    }
    .fdl {
        margin: 0;
    }
    .fplay {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        min-width: 50px;
    }
    .side-menu {
        padding: 10px;
        font-size: 14px;
    }
    .sidem {
        font-size: 15px;
        font-weight: 500;
        text-align: center;
    }
    .list-wrap {
        margin: 0 auto 20px;
    }
    .playlist-count {
        line-height: 40px;
    }
    .button-change-cat {
        flex-grow: 1;
    }
}
@media screen and (max-width: 590px) {
    .ac-inputs input {
        width: 100%;
        flex-basis: 100%;
    }
    .video-box embed,
    .video-box frame,
    .video-box iframe,
    .video-box object,
    .video-box video {
        height: 300px;
    }
    .ui-dialog {
        width: 100% !important;
    }
    .upop-left,
    .upop-right {
        float: none !important;
        width: 100% !important;
        margin: 0;
        padding: 0 20px;
    }
    .upop-left {
        margin-bottom: 10px;
        text-align: center;
    }
    .ui-dialog-buttonset button {
        display: block;
        margin: 0 0 5px;
        width: 100%;
    }
    #dofullsearch,
    #searchsuggestions span.seperator {
        display: none !important;
    }
    .attach .download-link {
        margin: 0 -15px 0 0;
        float: none;
        display: block;
        padding: 0 10px;
    }
    .attach-info {
        float: none;
    }
    .list-a,
    .list-name {
        width: 100%;
    }
    .list-a {
        height: 100px;
    }
    .song-controls {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 510px) {
    .change-block-text {
        width: 100%;
        text-align: center;
    }
    .box-wrap-for-meta {
        display: flex;
    }
    .song-meta {
        width: 100%;
    }
    .song-meta li span {
        display: flex;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 470px) {
    .pisnya {
        padding: 5px;
    }
    .p-play {
        width: 40px;
        margin-right: 5px;
    }
    .p-meta {
        padding: 0 5px;
    }
    .song-snippet {
        padding: 15px;
    }
    .p-duration,
    .song-snippet::before {
        display: none;
    }
    .track-download-button {
        height: 35px;
        line-height: 35px;
        width: 35px;
        max-height: 35px !important;
        margin-left: 5px;
        font-size: 18px;
    }
    .video-box embed,
    .video-box frame,
    .video-box iframe,
    .video-box object,
    .video-box video {
        height: 250px;
    }
    .spanel-song {
        width: 100%;
        border-right: 0;
    }
    .note-item {
        gap: 10px;
        padding: 10px;
    }
    .note-avatar {
        width: 40px;
        height: 40px;
    }
}
body {
    background: #e9eef3;
    color: #222;
}
.wrap-center {
    max-width: 920px;
}
.header {
    background: #003a75;
    padding: 15px 25px;
    border-bottom: 3px solid gold;
    box-shadow: none;
}
.logo span:not(.logo-sname) {
    background: gold;
    color: #003a75;
    border-radius: 0;
    box-shadow: none;
}
.search-wrap {
    margin: 0 0 0 25px;
}
.search-pole {
    margin: 0 0 0 auto;
    max-width: 400px;
}
.search-pole input,
.search-pole input:focus {
    height: 40px;
    border-radius: 0;
    border: 1px solid #00448f;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}
.search-pole button {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    background: gold;
    color: #003a75;
}
.search-pole button:hover {
    background: #f0c900;
    color: #003a75;
    transform: none;
}
.nav {
    border-bottom: 1px solid #c2cbd5;
    background: gold;
}
.main-nav {
    max-width: 1200px;
    margin: 0 auto;
}
.main-nav > li,
.main-nav > li:last-child {
    background: gold;
    border-right: 1px solid #d5b900;
}
.main-nav > li:first-child {
    border-left: 1px solid #d5b900;
}
.main-nav > li > a {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 600;
    color: #003a75;
}
.main-nav > li:hover > a {
    background: #003a75;
    color: #fff;
    transform: none;
}
.hidden-menu {
    background: #fff;
    padding: 20px;
    border: 1px solid #c2cbd5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(10px);
    transition:
        opacity 0.15s,
        transform 0.15s,
        visibility 0.15s;
}
.r-col,
.wrap-main {
    border-left: 1px solid #d8e0e8;
}
.l-col,
.wrap-main {
    border-right: 1px solid #d8e0e8;
}
.hidden-menu li a {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #d8e0e8;
    border-radius: 0;
    background: #f7f9fb;
    color: #003a75;
}
.hidden-menu li a:hover {
    background: #003a75;
    color: gold;
    transform: none;
}
.wrap-main {
    background: #fff;
    border-bottom: 1px solid #d8e0e8;
    box-shadow: none;
}
.columns {
    padding: 0 15px;
}
.center-col {
    padding: 15px 0;
}
.r-col {
    width: 250px;
    margin-left: 15px;
    padding: 15px 0 0 15px;
}
.l-col {
    width: 250px;
    margin-right: 15px;
    padding: 15px 15px 0 0;
}
.p-duration,
.p-play {
    width: 35px;
    height: 35px;
}
.sect {
    margin-bottom: 15px;
    position: relative;
}
.header-el,
.info-title,
.menu-name,
.side-bt,
.side-bt-artist,
.side-bt-playlist,
.title-el,
.title-el-changer,
.title-el-footer {
    background: #003a75;
    color: #fff;
    border-radius: 0;
    border: 0;
    border-bottom: 3px solid gold;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    min-height: 43px;
    padding: 0 15px;
    margin-left: 0;
}
.pisnya,
.pisnya:nth-child(odd) {
    background: #fff;
}
.title-500,
.title-600,
.title-el h1,
.title-el h2,
.title-el h3 {
    color: #fff;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.border-1,
.footer-text,
.info-text,
.sect-content,
.seo-info-box,
.side-bt-text {
    border: 1px solid #d8e0e8;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}
.p-play,
.pisnya {
    border-radius: 0;
}
.pisnya {
    padding: 7px 10px;
    border-bottom: 1px solid #edf1f5;
    transition:
        background-color 0.15s,
        color 0.15s;
}
.pisnya:hover {
    background: #eef5fb;
    box-shadow: none;
    transform: none;
}
.p-play {
    max-width: 35px;
    margin: 0 10px 0 0;
    background: #003a75;
    border: 0;
    box-shadow: none;
    font-size: 14px;
}
.p-play:active,
.p-play:hover {
    background: #003a75;
    transform: none;
    box-shadow: none;
}
.p-meta {
    padding: 0 5px;
}
.p-meta i {
    margin-left: -5px;
    margin-right: 7px;
    font-size: 12px;
}
.p-meta .fa-bell {
    color: var(--site-yellow);
}
.nw-s span,
.p-artist {
    font-weight: 600;
    color: #003a75;
}
.nw-s-title,
.p-name {
    color: #555;
}
.p-duration {
    line-height: 35px;
    border-radius: 0;
    font-size: 11px;
}
.fdl:hover,
.fplay:hover,
.track-dl:hover,
.track-download-button:hover {
    background: #003a75;
    color: gold !important;
    transform: none;
}
.btn,
.button,
.button-change-cat,
.knopka,
.nav-load a,
.pagi-load a,
button:not(.color-btn):not([class*="fr"]):not(.search-submit):not([class*="owl-"]),
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 0;
    background: #003a75;
    color: #fff;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    transition:
        background-color 0.15s,
        color 0.15s,
        border-color 0.15s;
}
.btn:hover,
.button-change-cat:hover,
.button:hover,
.knopka:hover,
.nav-load a:hover,
.pagi-load a:hover,
button:not(.color-btn):not([class*="fr"]):not(.search-submit):not([class*="owl-"]):hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #003a75;
    color: gold !important;
    box-shadow: none;
    transform: none;
}
.button-change-block {
    padding: 10px;
    margin: 0;
    background: #f7f9fb;
    border-bottom: 1px solid #d8e0e8;
}
.change-block-text {
    font-size: 13px;
    padding: 0 10px 0 0;
    color: #333;
}
.button-change-cat,
[data-switcher-show] {
    margin: 0 5px 5px 0;
    max-width: none;
    border: 1px solid #c2cbd5;
    background: #fff;
    color: #003a75;
    border-radius: 0;
}
.button-change-cat.selected,
[data-switcher-show].selected {
    background: #003a75;
    color: gold;
    box-shadow: none;
    border-color: #003a75;
    border-radius: 0;
}
.menu-list,
.side-menu {
    max-width: none;
    width: 100%;
    margin: 0 0 15px;
    padding: 10px 5px;
    border: 1px solid #d8e0e8;
    border-top: 0;
    background: #fff;
}
.menu-link a {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 5px;
    border: 1px solid #edf1f5;
    border-radius: 0;
    background: #f7f9fb;
    color: #003a75;
    box-shadow: none;
    font-size: 13px;
    transition:
        background-color 0.15s,
        color 0.15s;
}
.menu-link a:hover {
    background: #003a75;
    color: gold;
    box-shadow: none;
    transform: none;
}
.spanel-song {
    padding: 10px;
    margin: 0;
    border: 1px solid #edf1f5;
    border-top: 0;
    background: #fff;
}
.song-meta li:nth-child(odd),
.spanel-song:hover {
    background: #f7f9fb;
}
.p-cover,
.spanel-song .p-cover {
    width: 40px;
    height: 40px;
    border-radius: 0;
    margin-right: 10px;
}
.nw-s,
.nw-s-title,
.spanel-song-text,
.spanel-song-text div {
    min-width: 0;
    font-size: 13px;
}
.list-wrap,
.singer-wrap {
    gap: 10px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #d8e0e8;
    background: #fff;
}
.list-name {
    margin: 5px;
    border-radius: 0;
}
.list-a {
    width: 200px;
    height: 120px;
    padding: 45px 5px;
    border-radius: 0;
    border: 1px solid #c2cbd5;
    box-shadow: none;
}
.list-name :hover,
.singer-name:hover .singer-cover-a {
    transform: none;
}
.list-p {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 14px;
}
.singer-name {
    width: 140px;
}
.singer-cover-a {
    padding: 5px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #d8e0e8;
}
.singer-cover,
.spanel .hidden-menu li a,
.spanel .main-nav > li > a {
    border-radius: 0;
}
.singer-p {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
}
.speedbar {
    background: #f7f9fb;
    border: 1px solid #d8e0e8;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 12px;
}
.song-name {
    background: #eef5fb;
    border: 1px solid #d8e0e8;
    border-left: 5px solid #003a75;
    border-radius: 0;
    box-shadow: none;
    min-height: 43px;
    padding: 5px 15px;
    font-size: 20px !important;
    color: #003a75;
}
.song-t {
    margin: 0 0 15px;
}
.box-wrap-for-meta {
    border-radius: 0;
    border: 1px solid #d8e0e8;
    background: #fff;
}
.song-meta li {
    font-size: 13px;
    padding: 7px 10px 7px 130px;
    border-bottom: 1px solid #edf1f5;
}
.song-poster {
    width: 170px;
    border-radius: 0;
}
.rington-poster {
    width: 135px;
    border-radius: 0;
}
.complaint-title,
.frate,
.song-snippet,
.song-snippet-sharing,
.song-snippet-sharing-main {
    border-radius: 0;
    box-shadow: none;
}

.song-snippet::before {
    left: 20px;
    font-size: 30px;
    color: #003a75;
}
.rington-snippet::before {
    right: 20px;
    font-size: 30px;
    color: #003a75;
}
.fdl,
.fplay {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 0;
    background: #329644;
    box-shadow: none;
    font-size: 14px;
    min-width: 170px;
}
.fplay {
    background: #003a75;
    min-width: 190px;
    max-width: 190px;
}
.full-text {
    font-size: 14px;
    line-height: 1.6;
    padding: 5px 0;
}
.note-item {
    border: 1px solid #d8e0e8;
}
.add-comms,
.form-wrap,
.note-item {
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    padding: 15px;
}
.note-item:hover {
    transform: none;
    box-shadow: none;
    background: #f7f9fb;
}
.note-avatar {
    width: 45px;
    height: 45px;
    border-radius: 0;
}
.comms-title {
    background: #003a75;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    padding: 10px 15px;
    margin: 0 0 15px;
    min-height: auto;
    line-height: normal;
}
.comms-title::before {
    color: gold;
}
.ac-inputs input,
.ac-textarea .bb-editor,
.form-item input[type="text"],
input[type="password"],
input[type="text"],
select {
    border-radius: 0;
    border: 1px solid #c2cbd5;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
    background: #fff;
    font-size: 14px;
}
.ac-inputs input:focus,
.ac-textarea textarea:focus,
.form-item input[type="text"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
    border-color: #003a75;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}
.ignore-select {
    padding: 15px;
}
.go-top,
.share-button,
.share-icons a {
    border-radius: 0 !important;
    box-shadow: none;
    background: #003a75;
    transition:
        opacity 0.15s,
        visibility 0.15s,
        background-color 0.15s;
}
.go-top:hover,
.share-button:hover,
.share-icons a:hover {
    transform: none;
    background: #003a75;
}
.footer,
.info-footer {
    background: #003a75;
    color: #fff;
    padding: 20px 30px;
}
.info-menu a {
    border-radius: 0;
    background: #003a75;
    color: #fff;
    border: 1px solid #3378c5;
    padding: 7px 15px;
}
.info-menu a:hover {
    background: gold;
    color: #003a75;
    transform: none;
}
.spanel {
    background: #eef5fb;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
    transition: left 0.15s;
}
.btn-close,
.menu-mobile {
    border-radius: 0;
    box-shadow: none;
    background: gold;
    color: #003a75;
    transition:
        background-color 0.15s,
        color 0.15s,
        opacity 0.15s,
        top 0.15s;
}
.btn-close:hover,
.menu-mobile:hover {
    background: #f0c900;
    transform: none;
}
.spanel .hidden-menu,
.spanel .main-nav {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #c2cbd5;
}
@media screen and (max-width: 920px) {
    .l-col,
    .r-col {
        margin: 0;
        border-left: 0;
        width: 100%;
    }
    .header {
        padding: 15px;
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .mw {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .r-col {
        padding: 15px 0 0;
    }
    .l-col {
        padding: 0 0 15px;
    }
    .menu-link a {
        width: 100%;
        text-align: left;
    }
    .search-pole {
        max-width: unset;
        margin-left: auto;
    }
    .search-wrap {
        margin: 0 25px;
    }
    .info-footer {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}
@media screen and (max-width: 760px) {
    .song-snippet {
        padding: 15px;
    }
    .song-snippet::before {
        display: none;
    }
    .rington-snippet {
        padding: 15px;
    }
    .rington-snippet::before {
        display: none;
    }
}
@media screen and (max-width: 470px) {
    .list-a,
    .song-meta,
    .song-poster,
    .rington-poster {
        width: 100%;
    }
    .box-wrap-for-meta {
        display: flex;
        flex-direction: column;
    }
    .song-poster {
        height: auto;
        max-width: 140px;
        max-height: 140px;
        margin: 0;
    }
    .rington-poster {
        display: none;
    }
    .pisnya {
        padding: 7px 5px;
    }
    .p-artist,
    .p-name {
        display: block;
    }
    .p-duration,
    .p-name:before {
        display: none;
    }
    .list-a {
        height: 90px;
        padding: 35px 5px;
    }
}
