.alert h4 {
  padding-bottom: 5px;
}
.alert p a {
  text-decoration: underline;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border-bottom-color: white;
}
.pagination {
  margin-bottom: 0;
}
.pagination ul {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.breadcrumb {
  padding-top: 8px;
  padding-bottom: 0;
}
.breadcrumb > li {
  padding-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.breadcrumb > li > a {
  padding: 5px 0;
}
.breadcrumb i[class^="icon-"] {
  position: relative;
  top: 2px;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input.reverted::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
h1,
h2,
h3,
h4 {
  color: #313131;
}
h1 {
  font-size: 23.4px;
}
h2 {
  font-size: 19.8px;
}
h3 {
  font-size: 18px;
}
a {
  color: #2B587A;
}
details > summary {
  margin: 0;
  outline: none;
  cursor: pointer;
}
.b_embed {
  display: block;
  margin: 25px auto;
  max-width: 100%;
  width: 560px;
  height: 315px;
}
@media (max-width: 767px) {
  .b_embed {
    width: 360px;
    height: 240px;
  }
}
a {
  color: #313131;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #313131;
}
h2 {
  font-size: 18px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 5px;
  font-weight: normal;
}
h2 a:hover {
  text-decoration: none;
}
h3 {
  font-size: 18px;
  margin: 18px 0 5px 0;
  font-weight: normal;
}
mark {
  background-color: #e2e2e2;
}
.b_body {
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.b_body > .info {
  padding-top: 195px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-grow: 1;
}
.no-touch .b_body > .info {
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .b_body > .info {
    padding-top: 133px;
  }
}
@media (max-width: 767px) {
  .b_body > .info {
    flex-direction: column;
  }
}
.b_body > .info > .main {
  flex-grow: 1;
  margin: 10px 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .b_body > .info > .main {
    width: auto;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .b_body > .info > .main .b_rklm.desktop {
    display: none;
  }
}
.b_body > .info > .main .b_rklm.tablet {
  display: none;
}
@media (max-width: 979px) and (min-width: 768px) {
  .b_body > .info > .main .b_rklm.tablet {
    display: flex;
  }
}
.b_body > .info > .main h1 {
  margin: 15px 0 10px 0;
}
.b_body > .info > .b_sidebar {
  width: 315px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.b_body > .info > .b_sidebar a:hover {
  text-decoration: none;
}
.b_body > .info > .b_sidebar h3 {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 5px;
  overflow: hidden;
}
@media (max-width: 979px) and (min-width: 768px) {
  .b_body > .info > .b_sidebar {
    width: 195px;
  }
  .b_body > .info > .b_sidebar h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .b_body > .info > .b_sidebar {
    width: auto;
  }
}
.b_body .b_recently_added {
  display: none;
}
@media (min-width: 980px) {
  .b_body .b_recently_added {
    display: block;
  }
}
.b_body .page_loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.b_body .page_loading img {
  width: 50vmax;
  height: 50vmax;
  max-width: 192px;
  max-height: 192px;
}
.b_auth {
  display: block;
  height: 100%;
}
.b_auth a:hover {
  text-decoration: none;
}
.b_auth .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.b_auth .btns .btn {
  display: flex;
  border: 1px solid #5494dc;
  padding: 8px 20px;
  border-radius: 5px;
  margin: 0 10px;
}
.b_auth .btns .btn:hover {
  background-color: #e8ecef !important;
  color: #313131;
}
@media (max-width: 979px) and (min-width: 768px) {
  .b_auth .btns .btn {
    margin: 0;
    border-radius: 0;
  }
  .b_auth .btns .btn:first-of-type {
    border: 1px solid #285aaf;
    border-right: 0 solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .b_auth .btns .btn:last-of-type {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media (max-width: 767px) {
  .b_auth .btns .btn {
    display: none;
  }
}
.b_auth .btns .btn.dark {
  background-color: #285aaf;
  border-color: #285aaf;
}
.b_auth .btns .btn_phone {
  display: none;
  width: 20px;
}
@media (max-width: 767px) {
  .b_auth .btns .btn_phone {
    display: inline-block;
  }
}
.b_auth .btns .btn_phone img {
  height: 20px;
}
.b_auth .b_menu {
  height: 100%;
}
@media (max-width: 767px) {
  .b_auth .b_menu {
    display: none;
  }
}
.b_auth .b_menu .title {
  opacity: 0.5;
  font-size: inherit;
}
@media (max-width: 767px) {
  .b_auth {
    background-color: #1054c3;
  }
}
.b_auth .icon_phone {
  display: none;
}
@media (max-width: 767px) {
  .b_auth .icon_phone {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
  }
}
.b_auth .icon_phone img {
  width: 25px;
  height: 25px;
}
.b_menu {
  display: block;
}
.b_menu.open .arrow.up {
  display: inline-block !important;
}
.b_menu.open .arrow.down {
  display: none !important;
}
.b_menu.open ul {
  display: block;
}
.b_menu .title {
  display: flex;
  align-items: center;
  margin: 0;
  height: 65px;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .b_menu .title {
    height: 48px;
  }
}
.b_menu .title .icon img {
  width: 30px;
  height: 30px;
}
.b_menu .title .text {
  padding-left: 10px;
  white-space: nowrap;
  max-width: 190px;
  overflow: hidden;
}
.b_menu .title .arrow {
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
.b_menu .title .arrow.up {
  display: none;
}
.b_menu .title .arrow.down {
  display: inline-block;
}
.b_menu ul {
  display: none;
  position: absolute;
  background-color: #266AD9;
  border-radius: 4px;
  padding: 5px 20px;
  max-width: 150px;
  margin: 5px 0 0 0;
  color: white;
}
.b_menu ul a {
  color: white;
}
.b_menu ul li {
  white-space: nowrap;
  overflow: hidden;
  margin: 5px 0;
}
.b_menu ul li a {
  padding: 5px 0;
  display: block;
}
.b_menu ul li.active {
  padding: 5px 0;
  font-weight: bold;
  cursor: default;
}
.b_menu ul li.delimiter {
  margin: 10px 0;
  padding: 0;
  height: 2px;
  background-color: white;
}
.b_search {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.b_search img {
  cursor: pointer;
}
.b_search form {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.b_search form button {
  position: absolute;
  right: 0;
  top: 4px;
  margin: 0 5px 0 0;
  padding: 5px;
  background-color: transparent;
  border: 0;
  outline: none;
}
.b_search form button .icon {
  width: 15px;
  height: 15px;
  position: relative;
  top: 1px;
  opacity: 0.5;
}
.b_search form input {
  width: 100%;
  padding: 8px 30px 8px 8px;
  border-radius: 6px;
  font-size: 15px;
}
.b_search .icon_phone {
  display: none;
  position: relative;
  top: -1px;
  height: 20px;
}
.b_header {
  position: fixed;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  height: 65px;
  background-color: #266AD9;
  color: white;
}
@media (max-width: 767px) {
  .b_header {
    height: 48px;
  }
}
.b_header a {
  color: white;
  text-decoration: none;
}
.b_header > .logo {
  width: 200px;
  padding-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .b_header > .logo {
    padding-left: 10px;
    width: 60px;
  }
}
.b_header > .logo img {
  height: 35px;
}
.b_header > .logo img.small {
  display: none;
}
@media (max-width: 767px) {
  .b_header > .logo img.small {
    display: inline-block;
  }
  .b_header > .logo img.big {
    display: none;
  }
}
.b_header > .b_menu {
  display: none;
}
@media (max-width: 767px) {
  .b_header > .b_menu {
    display: block;
    width: calc(100% - 140px);
    box-sizing: border-box;
    padding-left: 30px;
  }
}
.b_header > .b_search {
  width: calc(100% - 660px);
}
@media (max-width: 979px) and (min-width: 768px) {
  .b_header > .b_search {
    width: calc(100% - 490px);
  }
}
@media (max-width: 767px) {
  .b_header > .b_search {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .b_header > .b_search form {
    display: none;
  }
}
.b_header > .b_search form input {
  outline: none;
  border: 0 solid;
  background-color: #e8ecef;
}
@media (max-width: 767px) {
  .b_header > .b_search .icon_phone {
    display: flex;
  }
}
.b_header > .upload {
  visibility: hidden;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 2px;
}
@media (max-width: 767px) {
  .b_header > .upload {
    display: none;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .b_header > .upload {
    width: 60px;
  }
  .b_header > .upload .icon {
    top: 0;
  }
  .b_header > .upload .text {
    display: none;
  }
}
.b_header > .upload a {
  color: #96aacb;
  padding: 10px;
}
.b_header > .upload a:hover {
  text-decoration: none;
}
.b_header > .upload .icon {
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  padding-right: 5px;
  position: relative;
  top: -3px;
}
.b_header > .b_auth {
  width: 260px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .b_header > .b_auth {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .b_header > .b_auth {
    width: 40px;
  }
  .b_header > .b_auth .b_menu {
    display: none;
  }
}
.b_main_nav {
  position: fixed;
  width: 100%;
  z-index: 2;
  height: 60px;
  padding-top: 65px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .b_main_nav {
    display: none;
  }
}
.b_main_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
.b_main_nav ul li {
  display: inline-block;
}
.b_main_nav ul li.active {
  font-weight: bold;
}
.b_main_nav ul li.active a {
  border-bottom: 3px solid #5282CE;
}
.b_main_nav ul li a {
  display: block;
  padding: 20px 0 17px 0;
  margin: 0 15px;
  height: 20px;
  text-decoration: none;
  color: #313131;
}
.b_main_nav ul li a:hover {
  border-bottom: 3px solid #5282CE;
}
.b_footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 25px 15px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .b_footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.b_footer a:hover {
  text-decoration: underline;
}
.b_footer .show_phone {
  display: none;
}
@media (max-width: 767px) {
  .b_footer .show_phone {
    display: block;
  }
}
.b_footer .hide_phone {
  display: block;
}
@media (max-width: 767px) {
  .b_footer .hide_phone {
    display: none;
  }
}
.b_footer .block {
  min-width: 20%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .b_footer .block + .block {
    margin-top: 10px;
  }
}
.b_footer .block p {
  margin: 15px 0 0 0;
  line-height: 15px;
}
.b_footer .block .title {
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .b_footer .block .title {
    display: none;
  }
}
.b_footer .block .text {
  display: flex;
  align-items: center;
  color: #AAAAAA;
}
@media (max-width: 767px) {
  .b_footer .block .text {
    justify-content: center;
  }
}
.b_footer .block ul.social {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.b_footer .block ul.social li {
  display: inline-block;
  margin-right: 5px;
}
.b_footer .block ul.social li:last-of-type {
  margin-right: 0;
}
.b_footer .block ul.social li a {
  opacity: 0.7;
}
.b_footer .block ul.social li a:hover {
  opacity: 1;
}
.b_footer .block ul.social li a img {
  width: 30px;
}
.b_alert {
  display: block;
  max-width: 650px;
  margin: 18px 0;
  padding: 14px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #fbeed5;
  border-radius: 4px;
}
.b_alert h4 {
  margin: 0 0 10px 0;
}
.b_alert.alert-danger,
.b_alert.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.b_alert.alert-danger h4,
.b_alert.alert-error h4 {
  color: #b94a48;
}
.b_alert.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.b_alert.alert-success h4 {
  color: #468847;
}
.b_alert.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.b_alert.alert-info h4 {
  color: #3a87ad;
}
.b_alert pre {
  background: transparent !important;
}
.b_breadcrumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0 15px 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  cursor: default;
  color: #abbde0;
  white-space: nowrap;
  overflow: hidden;
}
.b_breadcrumbs a img {
  width: 13px;
  height: 13px;
}
.b_breadcrumbs li {
  padding-top: 5px;
  padding-right: 10px;
}
.b_breadcrumbs li:last-of-type {
  padding-right: 0;
}
.b_breadcrumbs a {
  padding: 5px 0;
  color: #abbde0;
}
.b_breadcrumbs a:hover {
  text-decoration: underline;
}
.b_sidebar {
  padding: 10px 20px 20px 20px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .b_sidebar {
    background-color: transparent;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .b_sidebar .b_rklm.desktop {
    display: none;
  }
}
.b_sidebar .b_rklm.tablet {
  display: none;
}
@media (max-width: 979px) and (min-width: 768px) {
  .b_sidebar .b_rklm.tablet {
    display: flex;
  }
}
.b_rklm {
  width: 100%;
  border: 1px solid lightgrey;
  background-color: #f5f5f5;
  margin: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .b_rklm {
    display: none;
  }
}
.b_tabs > ul {
  padding: 0;
  margin: 15px 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #f0f0f0;
}
.b_tabs > ul > li {
  box-sizing: border-box;
  font-size: 20px;
  white-space: nowrap;
}
@media (max-width: 979px) and (min-width: 768px) {
  .b_tabs > ul > li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .b_tabs > ul > li {
    font-size: 15px;
  }
}
.b_tabs > ul > li + li {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .b_tabs > ul > li + li {
    margin-left: 10px;
  }
}
.b_tabs > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  position: relative;
  top: 1px;
  border-bottom: 1px solid transparent;
}
.b_tabs > ul > li > a:hover {
  text-decoration: none;
}
.b_tabs > ul > li > a.active,
.b_tabs > ul > li > a:hover {
  border-bottom: 1px solid #6e9be5;
}
.b_tabs > ul > li > a.active {
  color: #6e9be5;
  cursor: default;
}
.b_tabs > ul > li > a .phone {
  display: none;
}
@media (max-width: 767px) {
  .b_tabs > ul > li > a span:first-of-type {
    display: none;
  }
  .b_tabs > ul > li > a span:last-of-type {
    display: inline-block;
  }
}
.b_tabs .content > div.hide {
  display: none;
}
.b_btn {
  display: inline-flex;
  align-items: center;
  line-height: 18px;
  padding: 8px 15px;
  margin: 10px 10px 0 0;
  border: 1px solid #276adf;
  border-radius: 3px;
  background-color: #e7effc;
  color: #2273e9;
  box-shadow: none;
  white-space: nowrap;
  font-size: 14px ;
  font-weight: bold !important;
}
.b_btn:last-child {
  margin-right: 0;
}
.b_btn.link {
  background-color: transparent;
}
.b_btn:hover {
  text-decoration: none ;
}
.b_btn .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  padding-right: 5px;
}
.b_btn .icon.small {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .b_btn {
    border-color: transparent;
    border-radius: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.b_badges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  font-size: 12px;
  margin: 5px 0 15px 0;
  padding: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .b_badges {
    justify-content: center;
  }
}
.b_badges.big {
  margin: 10px 0 20px 0;
}
.b_badges.big a {
  padding: 3px 10px;
  color: #313131;
}
.b_badges.big li {
  margin-right: 10px;
}
.b_badges li {
  margin-top: 10px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .b_badges li {
    margin-right: 5px;
  }
}
.b_badges li.show_all {
  display: inline-block;
}
.b_badges li.show_all.hide {
  display: none;
}
.b_badges li.hide {
  display: none;
}
.b_badges li a {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 10px;
  background-color: #f1f1f1;
  border-radius: 10px;
  color: #979797;
  text-decoration: none;
}
.b_badges li a:hover {
  background-color: #e4e4e4;
}
.b_badges li a.active {
  cursor: default;
  background-color: #e4e4e4;
  font-weight: bold;
}
.b_pagination {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  font-size: 17px;
}
@media (max-width: 767px) {
  .b_pagination {
    background-color: #f4f4f4;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.b_pagination li {
  box-sizing: border-box;
  min-width: 35px;
  height: 35px;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  border: 1px solid #f0f0f0;
}
.b_pagination li .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  opacity: .7;
}
.b_pagination li a {
  text-decoration: none;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.b_pagination li.active {
  border-color: #6e9be5;
  font-weight: bold;
  color: #6e9be5;
}
.b_pagination li.active a {
  color: #6e9be5;
}
@media (max-width: 767px) {
  .b_pagination li {
    border-color: transparent !important;
  }
}
.b_pagination li.previous .icon {
  background-image: url("/img/icon_pagination_previous.svg");
}
.b_pagination li.next .icon {
  background-image: url("/img/icon_pagination_next.svg");
}
.b_pagination li.space {
  border-color: transparent;
  flex-grow: 1;
}
.b_pagination li.space hr {
  height: 1px;
  width: 100%;
  border: 0 solid;
  background-color: #f0f0f0;
  margin: 0 10px;
}
.b_pagination li.between {
  border-color: transparent;
}
.b_player {
  position: fixed;
  width: 100%;
  z-index: 2;
  height: 70px;
  padding-top: 125px;
  display: flex;
  flex-direction: column;
  background-color: white;
}
@media (max-width: 767px) {
  .b_player {
    height: 85px;
  }
}
@media (max-width: 767px) {
  .b_player {
    padding-top: 48px;
  }
}
.b_player .title_phone {
  display: none;
  white-space: nowrap;
  overflow: hidden;
  background-color: #ffffff;
}
.b_player .title_phone.hide {
  visibility: hidden;
}
.b_player .title_phone a {
  height: 100%;
  display: inline-flex;
  align-items: flex-end;
}
.b_player .title_phone a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .b_player .title_phone {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 17px;
    font-size: 12px;
  }
  .b_player .title_phone span {
    display: inline-block;
    padding: 0 5px 0 0;
  }
  .b_player .title_phone .artist_name {
    font-weight: bold;
  }
}
.b_player .controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 57px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .b_player .controls {
    height: 55px;
  }
}
.b_player .controls .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.b_player .controls .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80%;
  opacity: 0.5;
  cursor: pointer;
}
.no-touch .b_player .controls .btn:hover {
  opacity: 1;
}
.b_player .controls .btn.active {
  opacity: 1;
}
.b_player .controls .btn:active {
  position: relative;
  top: 1px;
}
.b_player .controls .btn + .btn {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .b_player .controls .btn + .btn {
    margin-left: 2px;
  }
}
.b_player .controls .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.b_player .controls .btn.disabled {
  top: 0 !important;
  opacity: 0.2 !important;
  cursor: default;
}
.b_player .controls .btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .b_player .controls .btns {
    flex-grow: 1;
  }
}
.b_player .controls .btns .prev {
  width: 40px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .b_player .controls .btns .prev {
    margin-left: 0;
  }
}
.b_player .controls .btns .prev .icon {
  background-image: url("/img/player/prev_song.svg");
}
.b_player .controls .btns .play {
  width: 45px;
}
.b_player .controls .btns .play .icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-image: url("/img/player/play.svg");
}
.b_player .controls .btns .play.pause .icon {
  background-image: url("/img/player/pause.svg");
}
.b_player .controls .btns .next {
  width: 35px;
}
.b_player .controls .btns .next .icon {
  background-image: url("/img/player/next_song.svg");
}
.b_player .controls .btns .suffle {
  width: 30px;
  margin-left: 25px;
}
.b_player .controls .btns .suffle .icon {
  background-image: url("/img/player/suffle.svg");
}
.b_player .controls .btns .repeat {
  width: 30px;
  margin-right: 25px;
}
.b_player .controls .btns .repeat .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-image: url("/img/player/repeat.svg");
}
.b_player .controls .mp3 {
  display: flex;
  align-items: center;
  flex-grow: 1;
  min-width: 0;
  height: 40px;
  overflow: hidden;
}
.b_player .controls .mp3.hide {
  visibility: hidden;
}
.b_player .controls .mp3 a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .b_player .controls .mp3 a {
    display: none;
  }
}
.b_player .controls .mp3 a:hover {
  text-decoration: none;
}
.b_player .controls .mp3 a .album {
  width: 40px;
  height: 100%;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b_player .controls .mp3 a .album img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b_player .controls .mp3 a .album img.hide {
  display: none;
}
.b_player .controls .mp3 a .album img.blank {
  padding: 8px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 2px solid #333333;
  opacity: 0.5;
}
.b_player .controls .mp3 a .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
  white-space: nowrap;
}
.b_player .controls .mp3 a .title .artist_name {
  font-weight: bold;
  margin-bottom: 5px;
}
.b_player .controls .actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.b_player .controls .actions .bitrate {
  width: 60px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  opacity: 0.5;
  margin-right: 10px;
  user-select: none;
  -webkit-user-select: none;
  cursor: default;
  position: relative;
  top: 2px;
}
@media (max-width: 767px) {
  .b_player .controls .actions .bitrate {
    display: none;
  }
}
.b_player .controls .actions .like {
  width: 35px;
}
.b_player .controls .actions .like .icon {
  background-image: url("/img/player/like.svg");
}
.b_player .controls .actions .like.active .icon {
  background-image: url("/img/player/like_active.svg");
}
.b_player .controls .actions .add_song {
  width: 35px;
}
@media (max-width: 767px) {
  .b_player .controls .actions .add_song {
    display: none;
  }
}
.b_player .controls .actions .add_song .icon {
  background-image: url("/img/player/add_song.svg");
}
.b_player .controls .actions .add_song.active .icon {
  background-image: url("/img/player/add_song_active.svg");
}
.b_player .controls .actions .download {
  width: 35px;
}
@media (max-width: 767px) {
  .b_player .controls .actions .download {
    display: none;
  }
}
.b_player .controls .actions .download .icon {
  background-image: url("/img/player/download.svg");
}
.b_player .controls > .playlists {
  width: 45px;
  min-width: 45px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .b_player .controls > .playlists {
    margin-left: 0;
  }
}
.b_player .controls > .playlists .icon {
  background-image: url("/img/player/playlist.svg");
}
.b_player .progress {
  height: 13px;
  background-color: #d6d6d6;
  cursor: pointer;
}
.b_player .progress .text {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.b_player .progress .text .time {
  display: flex;
  align-items: center;
  width: 50px;
  height: 13px;
  z-index: 4;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  padding: 0 5px;
}
.b_player .progress .text .time.duration {
  justify-content: flex-end;
}
.b_player .progress .value {
  background-color: #78a9f9;
  position: absolute;
  width: 0;
  height: 13px;
}
.b_player .progress .seek {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 13px;
  z-index: 9;
}
.b_player .b_playlists {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .b_player .b_playlists {
    margin-top: 85px;
  }
}
.b_playlists {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: white;
  border-bottom: 1px solid lightgrey;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  /** 195px = @height_player +  @height_header + @height_main_nav */
  max-height: calc(100vh - 195px);
}
@media (max-width: 767px) {
  .b_playlists {
    flex-direction: column;
    /** 133px = @height_player_phone + @height_header_phone */
    max-height: calc(100vh - 133px);
  }
}
.b_playlists.hide {
  display: none;
}
.b_playlists .content {
  flex-grow: 1;
  margin: 0 15px;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .b_playlists .content {
    order: 2;
  }
}
.b_playlists .content > .hide {
  display: none;
}
.b_playlists .tabs {
  width: 315px;
  padding: 5px 0;
  border-left: 1px solid lightgrey;
  min-height: 70px;
  display: block;
}
@media (max-width: 979px) and (min-width: 768px) {
  .b_playlists .tabs {
    width: 195px;
  }
}
@media (max-width: 767px) {
  .b_playlists .tabs {
    width: auto;
    padding: 5px 2px;
    border-left: none;
    border-bottom: 1px solid lightgrey;
  }
}
.b_playlists .tabs .tab {
  font-size: 13px;
  border-left: 2px solid inherit;
  min-height: 35px;
  display: block;
}
.b_playlists .tabs .tab.hide {
  display: none;
}
.b_playlists .tabs .tab a {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
  height: 35px;
  overflow: hidden;
  box-sizing: border-box;
}
.b_playlists .tabs .tab a:hover {
  background-color: #f5f5f5;
}
.b_playlists .tabs .tab a .close {
  padding: 10px 5px;
  font-style: normal;
  font-size: 15px;
  position: relative;
  top: -12px;
  opacity: 0.5;
  height: 35px;
  cursor: pointer;
}
.b_playlists .tabs .tab a .close:hover {
  opacity: 1;
}
.b_playlists .tabs .tab.active {
  font-weight: bold;
  border-left: 2px solid #6e9be5;
}
.b_playlists .tabs .tab.active a {
  cursor: default;
}
.b_text {
  margin: 0;
  color: #636363;
  font-size: 13px;
  text-align: left;
}
.b_text.hide_only_phone > .show_all {
  display: none;
}
@media (max-width: 767px) {
  .b_text.hide_only_phone > .show_all {
    display: block;
  }
}
.b_text.hide_only_phone > .add {
  display: block;
}
@media (max-width: 767px) {
  .b_text.hide_only_phone > .add {
    display: none;
  }
}
.b_text > .show_all {
  display: block;
}
.b_text > .show_all.hide {
  display: none;
}
.b_text > .add {
  display: none;
}
.b_text > .add.show {
  display: block;
}
.b_list_mp3s {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .b_list_mp3s {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.b_list_mp3s > .empty_msg {
  display: none;
}
@media (max-width: 767px) {
  .b_list_mp3s > .empty_msg {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.b_list_mp3s.empty > .empty_msg {
  display: block;
}
.b_list_mp3s > .load_more {
  display: block;
  text-decoration: none;
  padding: 18px 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  font-size: 13px;
  text-align: center;
  margin: 5px 10px 0 10px;
  font-weight: bold;
}
.b_list_mp3s > .load_more.error {
  color: #b94a48;
}
.b_list_mp3s > .load_more:hover {
  background-color: #f5f5f5;
}
.b_list_mp3s .mp3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 10px;
  font-size: 13px;
  color: #AAAAAA;
  cursor: default;
}
.b_list_mp3s .mp3 .icon {
  display: block;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  padding: 5px;
  background-position: 5px 5px;
  background-repeat: no-repeat;
}
.b_list_mp3s .mp3 .btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-shrink: 0;
}
.b_list_mp3s .mp3 .btns a + a {
  margin-left: 10px;
}
.b_list_mp3s .mp3 .btns .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 32px;
  border: 1px solid #e2e2e2;
  background-color: white;
}
@media (max-width: 767px) {
  .b_list_mp3s .mp3 .btns .btn {
    width: 26px;
    height: 30px;
  }
}
.b_list_mp3s .mp3 .btns .btn.play .icon {
  background-image: url("/img/icon_play.svg");
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
}
.b_list_mp3s .mp3 .btns .btn.play.pause {
  border-color: #266ad9;
}
.b_list_mp3s .mp3 .btns .btn.play.pause .icon {
  background-image: url("/img/icon_pause.svg");
}
.b_list_mp3s .mp3 .btns .btn.download .icon {
  background-image: url("/img/icon_download.svg");
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
}
.b_list_mp3s .mp3 .btns .btn.rbt .icon {
  background-image: url("/img/icon_phone.svg");
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
}
.b_list_mp3s .mp3 .title {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0 0 10px;
  min-width: 150px;
}
.b_list_mp3s .mp3 .title .artist_name {
  font-weight: bold;
}
.b_list_mp3s .mp3 .title a:hover {
  text-decoration: none;
}
.b_list_mp3s .mp3 .duration {
  width: 40px;
  min-width: 40px;
  text-align: right;
  height: 32px;
  line-height: 32px;
}
.b_list_mp3s .mp3 .duration .like_desktop {
  display: none;
  align-items: center;
  position: absolute;
  margin-left: -45px;
  height: 32px;
  background-color: white;
  padding: 0 10px;
}
@media (min-width: 980px) {
  .b_list_mp3s .mp3 .duration .like_desktop {
    display: flex;
  }
}
.b_list_mp3s .mp3 .duration .like_desktop.hide {
  visibility: hidden;
}
.b_list_mp3s .mp3 .duration .like_desktop .icon {
  background-image: url("/img/icon_like_active_desktop.svg");
}
.b_list_mp3s .mp3 .duration .actions {
  height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  visibility: hidden;
  text-align: left;
  background-color: white;
  padding: 0 10px;
  position: absolute;
  margin-left: -225px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .b_list_mp3s .mp3 .duration .actions {
    visibility: visible;
    margin-left: -125px;
  }
}
@media (max-width: 767px) {
  .b_list_mp3s .mp3 .duration .actions {
    visibility: visible;
    padding: 0 0 0 10px;
    margin-left: -35px;
  }
}
.b_list_mp3s .mp3 .duration .actions .bitrate {
  width: 60px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .b_list_mp3s .mp3 .duration .actions .bitrate {
    display: none;
  }
}
@media (max-width: 767px) {
  .b_list_mp3s .mp3 .duration .actions .bitrate {
    display: none;
  }
}
.b_list_mp3s .mp3 .duration .actions .b_likes {
  display: flex;
  width: 120px;
  left: 0;
}
@media (max-width: 979px) and (min-width: 768px) {
  .b_list_mp3s .mp3 .duration .actions .b_likes {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .b_list_mp3s .mp3 .duration .actions .b_likes {
    display: none;
  }
}
.b_list_mp3s .mp3 .duration .actions .b_add_song {
  width: 25px;
}
.b_list_mp3s .mp3.active,
.no-touch .b_list_mp3s .mp3:hover {
  background-color: #f2f2f2;
}
.b_list_mp3s .mp3.active .btn.play,
.no-touch .b_list_mp3s .mp3:hover .btn.play {
  background-color: #e7e7e7;
}
.b_list_mp3s .mp3.active .actions,
.no-touch .b_list_mp3s .mp3:hover .actions {
  background-color: #f2f2f2;
  visibility: visible;
}
.b_list_mp3s .mp3.active .like_desktop,
.no-touch .b_list_mp3s .mp3:hover .like_desktop {
  visibility: hidden;
}
.b_likes {
  display: flex;
  flex-direction: row;
  width: 140px;
  margin: 20px auto;
  position: relative;
  left: 15px;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
}
@media (max-width: 979px) and (min-width: 768px) {
  .b_likes {
    display: none;
    width: 60px;
  }
}
@media (min-width: 980px) {
  .b_likes {
    display: none;
  }
}
.b_likes .like {
  width: 40%;
  margin-right: 10%;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.b_likes .like .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
}
.b_likes .like .count {
  padding-left: 10px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .b_likes .like .count {
    display: none;
  }
}
.b_likes .like:active {
  position: relative;
  top: 1px;
}
.b_likes .like.like .icon {
  background-image: url("/img/icon_like.svg");
  width: 18px;
  height: 18px;
  min-width: 18px;
  background-size: 18px 18px;
}
.b_likes .like.like.active,
.no-touch .b_likes .like.like:hover {
  color: #78a9f9;
}
.b_likes .like.like.active .icon,
.no-touch .b_likes .like.like:hover .icon {
  background-image: url("/img/icon_like_active.svg");
}
.b_likes .like.dislike .icon {
  background-image: url("/img/icon_dislike.svg");
}
.b_likes .like.dislike.active,
.no-touch .b_likes .like.dislike:hover {
  color: #f7ae79;
}
.b_likes .like.dislike.active .icon,
.no-touch .b_likes .like.dislike:hover .icon {
  background-image: url("/img/icon_dislike_active.svg");
}
.b_add_song {
  cursor: pointer;
}
.b_add_song .icon {
  background-image: url("/img/icon_add.svg");
  width: 13px;
  height: 13px;
  background-size: 13px 13px !important;
  background-repeat: no-repeat;
}
.b_add_song:active {
  position: relative;
  top: 1px;
}
.b_add_song.active .icon,
.no-touch .b_add_song:hover .icon {
  background-image: url("/img/icon_add_active.svg");
}
.b_add_song.remove .icon {
  background-image: url("/img/icon_remove.svg");
}
.no-touch .b_add_song.remove:hover .icon {
  background-image: url("/img/icon_remove_active.svg");
}
.b_photo {
  position: relative;
  margin-right: 30px;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .b_photo {
    margin-right: 0;
  }
}
@media (min-width: 980px) {
  .b_photo {
    width: 200px;
    height: 200px;
    min-width: 200px;
  }
}
.b_photo.album {
  border: 1px solid #e3e3e3;
  padding: 5px;
}
@media (max-width: 767px) {
  .b_photo.album {
    border: 0;
    padding: 0;
  }
}
a .b_photo.album:hover {
  border: 1px solid #f5733b;
}
.b_photo.album .box {
  border-radius: 0;
}
.b_photo.album .b_btn_play {
  bottom: 13px;
  left: 13px;
}
.b_photo .b_btn_play {
  background-color: #296ae2;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3px;
  right: 3px;
  cursor: pointer;
}
@media (min-width: 980px) {
  .b_photo .b_btn_play {
    bottom: 10px;
    right: 10px;
  }
}
.b_photo .b_btn_play img {
  width: 15px;
  height: 15px;
  left: 2px;
  position: relative;
}
.b_photo .box {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #f5f5f5;
}
.b_photo .box img {
  width: 100%;
  object-fit: cover;
}
.b_photo .box img.horizontal {
  width: auto;
  height: 100%;
}
.b_photo .box img.blank {
  width: 90%;
  height: 90%;
}


#adaptiveBanner {
  height: 160px;
  /*max-width: 600px;*/
  width: 100%;
  overflow: hidden;
  margin: 0px auto 10px;
  position: relative;
  background-color: #FFF;
  position: relative;
}
  #adaptiveBanner > iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
  }
.alertify,
.alertify-show,
.alertify-log {
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	   -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	     -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	        transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.alertify-hide {
	-webkit-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	   -moz-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	    -ms-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	     -o-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	        transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.alertify-log-hide {
	-webkit-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	   -moz-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	    -ms-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	     -o-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	        transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.alertify-cover {
	position: fixed; z-index: 99999;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color:white;
	filter:alpha(opacity=0);
	opacity:0;
}
	.alertify-cover-hidden {
		display: none;
	}
.alertify {
	position: fixed; z-index: 99999;
	top: 50px; left: 50%;
	width: 550px;
	margin-left: -275px;
	opacity: 1;
}
	.alertify-hidden {
		-webkit-transform: translate(0,-150px);
		   -moz-transform: translate(0,-150px);
		    -ms-transform: translate(0,-150px);
		     -o-transform: translate(0,-150px);
		        transform: translate(0,-150px);
		opacity: 0;
		display: none;
	}
	/* overwrite display: none; for everything except IE6-8 */
	:root *> .alertify-hidden {
		display: block;
		visibility: hidden;
	}
.alertify-logs {
	position: fixed;
	z-index: 5000;
	bottom: 10px;
	right: 10px;
	width: 300px;
}
.alertify-logs-hidden {
	display: none;
}
	.alertify-log {
		display: block;
		margin-top: 10px;
		position: relative;
		right: -300px;
		opacity: 0;
	}
	.alertify-log-show {
		right: 0;
		opacity: 1;
	}
	.alertify-log-hide {
		-webkit-transform: translate(300px, 0);
		   -moz-transform: translate(300px, 0);
		    -ms-transform: translate(300px, 0);
		     -o-transform: translate(300px, 0);
		        transform: translate(300px, 0);
		opacity: 0;
	}
	.alertify-dialog {
		padding: 25px;
	}
		.alertify-resetFocus {
			border: 0;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}
		.alertify-inner {
			text-align: center;
		}
		.alertify-text {
			margin-bottom: 15px;
			width: 100%;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
			font-size: 100%;
		}
		.alertify-buttons {
		}
			.alertify-button,
			.alertify-button:hover,
			.alertify-button:active,
			.alertify-button:visited {
				background: none;
				text-decoration: none;
				border: none;
				/* line-height and font-size for input button */
				line-height: 1.5;
				font-size: 100%;
				display: inline-block;
				cursor: pointer;
				margin-left: 5px;
			}

@media only screen and (max-width: 680px) {
	.alertify,
	.alertify-logs {
		width: 90%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.alertify {
		left: 5%;
		margin: 0;
	}
}
/**
 * Twitter Bootstrap Look and Feel
 * Based on http://twitter.github.com/bootstrap/
 */
.alertify,
.alertify-log {
	font-family: sans-serif;
}
.alertify {
	background: #FFF;
	border: 1px solid #8E8E8E; /* browsers that don't support rgba */
	border: 1px solid rgba(0,0,0,.3);
	border-radius: 6px;
	box-shadow: 0 3px 7px rgba(0,0,0,.3);
	-webkit-background-clip: padding;     /* Safari 4? Chrome 6? */
	   -moz-background-clip: padding;     /* Firefox 3.6 */
	        background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.alertify-dialog {
	padding: 0;
}
	.alertify-inner {
		text-align: left;
	}
		.alertify-message {
			padding: 15px;
			margin: 0;
		}
		.alertify-text-wrapper {
			padding: 0 15px;
		}
			.alertify-text {
				color: #555;
				border-radius: 4px;
				padding: 8px;
				background-color: #FFF;
				border: 1px solid #CCC;
				box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
			}
			.alertify-text:focus {
				border-color: rgba(82,168,236,.8);
				outline: 0;
				box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
			}

		.alertify-buttons {
			padding: 14px 15px 15px;
			background: #F5F5F5;
			border-top: 1px solid #DDD;
			border-radius: 0 0 6px 6px;
			box-shadow: inset 0 1px 0 #FFF;
			text-align: right;
		}
			.alertify-button,
			.alertify-button:hover,
			.alertify-button:focus,
			.alertify-button:active {
				margin-left: 10px;
				border-radius: 4px;
				font-weight: normal;
				padding: 4px 12px;
				text-decoration: none;
				box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
				background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
				background-image:    -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
				background-image:     -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
				background-image:      -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
				background-image:         linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
			}
			.alertify-button:focus {
				outline: none;
				box-shadow: 0 0 5px #2B72D5;
			}
			.alertify-button:active {
				position: relative;
				box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
			}
				.alertify-button-cancel,
				.alertify-button-cancel:hover,
				.alertify-button-cancel:focus,
				.alertify-button-cancel:active {
					text-shadow: 0 -1px 0 rgba(255,255,255,.75);
					background-color: #E6E6E6;
					border: 1px solid #BBB;
					color: #333;
					background-image: -webkit-linear-gradient(top, #FFF, #E6E6E6);
					background-image:    -moz-linear-gradient(top, #FFF, #E6E6E6);
					background-image:     -ms-linear-gradient(top, #FFF, #E6E6E6);
					background-image:      -o-linear-gradient(top, #FFF, #E6E6E6);
					background-image:         linear-gradient(top, #FFF, #E6E6E6);
				}
				.alertify-button-cancel:hover,
				.alertify-button-cancel:focus,
				.alertify-button-cancel:active {
					background: #E6E6E6;
				}
				.alertify-button-ok,
				.alertify-button-ok:hover,
				.alertify-button-ok:focus,
				.alertify-button-ok:active {
					text-shadow: 0 -1px 0 rgba(0,0,0,.25);
					background-color: #04C;
					border: 1px solid #04C;
					border-color: #04C #04C #002A80;
					border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
					color: #FFF;
				}
				.alertify-button-ok:hover,
				.alertify-button-ok:focus,
				.alertify-button-ok:active {
					background: #04C;
				}

.alertify-log {
	background: #D9EDF7;
	padding: 8px 14px;
	border-radius: 4px;
	color: #3A8ABF;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	border: 1px solid #BCE8F1;
}
	.alertify-log-error {
		color: #B94A48;
		background: #F2DEDE;
		border: 1px solid #EED3D7;
	}
	.alertify-log-success {
		color: #468847;
		background: #DFF0D8;
		border: 1px solid #D6E9C6;
	}
.b_song_info {
  display: flex;
  flex-direction: row;
  margin: 20px 0 10px 0;
}
@media (max-width: 767px) {
  .b_song_info {
    flex-direction: column;
  }
}
.b_song_info .phone_file_info {
  font-size: 13px;
}
.b_song_info .phone_file_info .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  opacity: 0.5;
}
.b_song_info .phone_file_info .line {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.b_song_info .phone_file_info .line .file_size {
  display: none;
}
@media (max-width: 767px) {
  .b_song_info .phone_file_info .line .file_size {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
  }
  .b_song_info .phone_file_info .line .file_size .icon {
    background-image: url("/img/icon_audio_file.svg");
  }
}
.b_song_info .phone_file_info .line .duration {
  display: none;
}
@media (max-width: 767px) {
  .b_song_info .phone_file_info .line .duration {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
  }
  .b_song_info .phone_file_info .line .duration .icon {
    background-image: url("/img/icon_time.svg");
  }
}
.b_song_info .phone_file_info .bitrate {
  display: none;
}
@media (max-width: 767px) {
  .b_song_info .phone_file_info .bitrate {
    display: block;
    text-align: center;
    padding: 20px;
  }
}
.b_song_info > .main {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .b_song_info > .main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.b_song_info > .main h1 {
  margin: 0 0 0 0;
  font-size: 24px;
}
.b_song_info > .main h1 .artist_name {
  display: block;
  font-size: 17px;
  font-weight: normal;
  color: #2273e9;
}
.b_song_info > .main h1 .artist_name a {
  color: #2273e9;
}
.b_song_info > .main h1 .song_name {
  display: block;
  padding: 5px 0;
}
.b_song_info > .main > .list {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 15px 0;
  font-size: 13px;
}
@media (max-width: 767px) {
  .b_song_info > .main > .list {
    display: none;
  }
}
.b_song_info > .main > .list li + li {
  margin-left: 10px;
}
.b_song_info > .main > .list dl {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.b_song_info > .main > .list dl dt {
  opacity: 0.7;
  margin-right: 5px;
}
.b_song_info > .main > .list dl dt:after {
  content: ':';
}
.b_song_info > .main > .list dl dd {
  margin: 0;
  white-space: nowrap;
}
.b_song_info > .main .btns {
  display: flex;
  margin: 5px 0 15px 0;
}
@media (max-width: 767px) {
  .b_song_info > .main .btns {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .b_song_info > .main .btns .b_btn {
    margin: 5px 5px;
  }
}
.b_add_btn {
  width: 140px;
}
.b_add_btn .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  width: 17px;
}
.b_add_btn .text {
  display: none;
}
.b_add_btn.add .icon {
  background-image: url("/img/icon_btn_add.svg");
}
.b_add_btn.add .text.add {
  display: inline-block;
}
.b_add_btn.delete .icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  width: 17px;
  background-image: url("/img/icon_btn_remove.svg");
}
.b_add_btn.delete .text.delete {
  display: inline-block;
}
.b_lyrics {
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .b_lyrics {
    margin-top: 0;
  }
}
.b_lyrics.only_original .line div + div {
  display: none;
}
.b_lyrics.only_rus .line div:first-of-type {
  display: none;
}
@media (max-width: 767px) {
  .b_lyrics .hide_phone {
    display: none;
  }
}
.b_lyrics .line {
  display: flex;
  flex-direction: row;
  padding: 3px 5px;
}
.b_lyrics .line:hover {
  background-color: #f7f7f7;
}
.b_lyrics .line div {
  flex-grow: 1;
  width: 47.5%;
}
.b_lyrics .line div:first-of-type {
  margin-right: 5%;
}
.b_lyrics .line div.empty {
  background-color: #f2dede;
}
.b_lyrics .title {
  font-size: 17px;
  font-weight: bold;
  opacity: .9;
}
.b_lyrics .title .line:hover {
  background-color: transparent;
}
.b_lyrics .couplet {
  margin-top: 15px;
}
.b_lyrics .couplet.hide {
  display: none;
}
.b_lyrics .show_all {
  padding: 10px 0;
  color: #abbde0;
  cursor: pointer;
}
.b_lyrics .show_all .line:hover {
  background-color: transparent;
}
.b_lyrics .b_tabs {
  display: none;
}
@media (max-width: 767px) {
  .b_lyrics .b_tabs {
    display: block;
  }
}
.b_list_radios ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 767px) {
  .b_list_radios ul {
    flex-direction: column;
  }
}
.narrow.b_list_radios ul {
  flex-direction: column;
}
.b_list_radios ul.only_one_line {
  height: 200px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .b_list_radios ul.only_one_line {
    height: auto;
  }
}
.narrow.b_list_radios ul.only_one_line {
  height: auto;
}
.b_list_radios ul li {
  width: calc(100% / 4);
  height: 200px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media (max-width: 979px) and (min-width: 768px) {
  .b_list_radios ul li {
    width: calc(100% / 3);
  }
}
@media (max-width: 767px) {
  .b_list_radios ul li {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
}
.narrow.b_list_radios ul li {
  width: 100%;
  height: auto;
  padding-right: 0;
}
.b_list_radios ul li a {
  text-decoration: none;
}
.b_list_radios ul li .radio {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .b_list_radios ul li .radio {
    flex-direction: row;
    height: 80px;
  }
}
.narrow.b_list_radios ul li .radio {
  flex-direction: row;
  height: 80px;
}
.b_list_radios ul li .radio .b_play_radio_btn {
  display: none;
  background-color: #296ae2;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(55px);
  left: calc(50% - (45px / 2));
}
.b_list_radios ul li .radio .b_play_radio_btn .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  position: relative;
  left: 1px;
  background-image: url('/img/icon_play_white.svg');
}
.b_list_radios ul li .radio .b_play_radio_btn.pause .icon {
  left: 0;
  background-image: url('/img/icon_pause_white.svg');
}
.b_list_radios ul li .radio .logo {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .b_list_radios ul li .radio .logo {
    width: 80px;
    margin-right: 10px;
    flex-shrink: 0;
  }
}
.narrow.b_list_radios ul li .radio .logo {
  width: 80px;
  margin-right: 10px;
  flex-shrink: 0;
}
.b_list_radios ul li .radio .logo img {
  display: flex;
  margin: auto;
  width: auto;
  height: auto;
  max-height: calc(200px - (20px * 3) - 30px);
  max-width: 70%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .b_list_radios ul li .radio .logo img {
    max-width: 90%;
  }
}
.narrow.b_list_radios ul li .radio .logo img {
  max-width: 90%;
}
.b_list_radios ul li .radio .logo.active img,
.b_list_radios ul li .radio .logo:hover img {
  opacity: 0.1;
}
@media (max-width: 767px) {
  .b_list_radios ul li .radio .logo.active img,
  .b_list_radios ul li .radio .logo:hover img {
    opacity: 1;
  }
}
.narrow.b_list_radios ul li .radio .logo.active img,
.narrow.b_list_radios ul li .radio .logo:hover img {
  opacity: 1;
}
.b_list_radios ul li .radio .logo.active .b_play_radio_btn,
.b_list_radios ul li .radio .logo:hover .b_play_radio_btn {
  display: flex;
}
@media (max-width: 767px) {
  .b_list_radios ul li .radio .logo.active .b_play_radio_btn,
  .b_list_radios ul li .radio .logo:hover .b_play_radio_btn {
    display: none;
  }
}
.narrow.b_list_radios ul li .radio .logo.active .b_play_radio_btn,
.narrow.b_list_radios ul li .radio .logo:hover .b_play_radio_btn {
  display: none;
}
.b_list_radios ul li .radio .info {
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 979px) and (min-width: 768px) {
  .narrow.b_list_radios ul li .radio .info {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .b_list_radios ul li .radio .info {
    text-align: left;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
  }
}
.narrow.b_list_radios ul li .radio .info {
  text-align: left;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
}
.b_list_radios ul li .radio .info .title {
  height: 20px;
  flex-shrink: 0;
  font-weight: bold;
}
.b_list_radios ul li .radio .info .country {
  height: 20px;
  flex-shrink: 0;
}
.b_list_radios ul li .radio .info .genres {
  height: 20px;
  flex-shrink: 0;
  line-height: 20px;
  font-size: 13px;
  color: #979797;
  overflow: hidden;
  visibility: hidden;
}
@media (max-width: 767px) {
  .b_list_radios ul li .radio .info .genres {
    visibility: visible;
  }
}
.narrow.b_list_radios ul li .radio .info .genres {
  visibility: visible;
}
.b_list_radios ul li .radio .play_phone {
  display: none;
  position: relative;
  width: 35px;
  height: 100%;
  margin-right: 5px;
  flex-shrink: 0;
}
.b_list_radios ul li .radio .play_phone .b_play_radio_btn {
  display: flex;
  width: 35px;
  height: 35px;
  top: calc(22.5px);
  left: 0;
}
@media (max-width: 767px) {
  .b_list_radios ul li .radio .play_phone {
    display: flex;
  }
}
.narrow.b_list_radios ul li .radio .play_phone {
  display: flex;
}
.touch .b_list_radios ul li .radio .genres,
.no-touch .b_list_radios ul li .radio:hover .genres {
  visibility: visible;
}
