.radio_dlg {
  background-color: #4D4E5B;
}

.radio_dlg .modal-dialog {
  margin-top: 50px;
}

.radio_dlg .modal-content {
  border-radius: 25px;
  padding: 15px;
}

.radio_dlg .media_dlg_btns {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.radio_dlg i[data-dismiss] {
  color: #fff;
  font-size: 28px;
  position: absolute;
  left: 100%;
  bottom: calc(100%);
  cursor: pointer;
}

.radio_dlg .modal-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  color: #14141B;
}

.radio_dlg .modal-body {
  padding: 22px 0 0;
  font-size: 14px;
  line-height: 19.12px;
}

.radio_dlg input, .radio_dlg textarea {
  border: 1px solid #DFE0E8 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  margin: 8px 0 0 !important;
}

.radio_dlg .input_cont + .input_cont {
  margin-top: 16px;
}

.radio_dlg .cancel_btn {
  font-size: 14px;
  font-weight: 500;
  color: #878892;
  float: left;
  margin-top: 10px;
  cursor: pointer;
}

.radio_dlg .cancel_btn > * {
  vertical-align: middle;
}

.radio_dlg .cancel_btn .icon {
  margin-right: 10px;
  transform: rotate(180deg);
  font-size: 6px;
  display: inline-block;
}

.radio_dlg .channel_btn {
  padding: 0 35px;
}

@media screen and (min-width: 575px) {
  .radio_dlg .modal-dialog {
    max-width: 731px;
  }
}

body {
  font-family: Manrope;
}

.channel_logo {
  border-radius: 25px;
  background-position: center;
  background-size: contain;
}

.channel_title {
  font-size: 32px;
  line-height: 1;
  color: #14141B;
  margin-bottom: 12px;
}

.channel_lang, .channel_genres {
  font-size: 14px;
  font-weight: 500;
}

.channel_lang {
  margin-bottom: 4px;
}

.channel_genres {
  color: #DA2149;
  display: flex;
  align-items: center;
}

.channel_genres i {
  margin: 0 9px;
  font-size: 5px;
  line-height: 1;
}

.channel_rating, .channel_followers {
  color: #14141B;
  font-size: 20px;
  font-weight: 600;
}

.channel_rating i, .channel_followers i {
  margin-right: 13px;
}

.channel_rating {
  margin-right: 34px;
}

.channel_rating i {
  color: #FFC122;
}

.channel_followers i {
  color: #878892;
}

.channels_tabs_header {
  color: #878892;
  border-bottom: 1px solid #DFE0E8;
  height: 32px;
  white-space: nowrap;
}

.channels_tabs_header .tab {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  display: inline;
  cursor: pointer;
}

.channels_tabs_header .tab.active {
  color: #14141B;
  cursor: default;
}

.channels_tabs_header .tab.active::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 1px 1px 0 0;
  height: 2px;
  background-color: #DA2149;
}

.channels_tabs_header .tab:not(:last-child) {
  margin-right: 32px;
}

@media screen and (max-width: 800px) {
  .channels_tabs_header .tab:not(:last-child) {
    margin-right: 10px;
  }
}

.channel_tabs_content {
  padding-top: 16px;
}

.channel_tabs_content:not(.active) {
  display: none;
}

.channel_card {
  padding: 30px 35px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0px 4px 46px 0px rgba(44, 53, 57, 0.04), 0px 4px 22px 0px rgba(18, 32, 39, 0.05);
}

.channel_card .card_title {
  color: #14141B;
  font-family: Manrope;
  font-size: 20px;
  font-weight: 600;
  line-height: 27.32px;
  text-align: left;
  margin-bottom: 22px;
}

.channel_card .card_title .title_icon {
  font-size: 22px;
  color: #DFE0E8;
  margin-right: 12px;
}

.channel_card .card_title .title_icon::before {
  vertical-align: bottom;
}

.channel_btn {
  font-weight: 600;
  display: flex;
  height: 50px;
  border-radius: 10px;
  padding: 0 23px;
  line-height: 50px;
  color: #14141B;
  cursor: pointer;
  width: fit-content;
}

.channel_btn i {
  margin-right: 8px;
}

.channel_btn span {
  font-size: 14px;
}

.channel_btn.red {
  color: #fff;
  background: linear-gradient(90deg, #F62D58, #DA2149);
}

.channel_btn.red span {
  font-weight: 800;
}

.channel_btn.border {
  border: 1.2px solid #D6DEEB;
}

.channel_btn.border i {
  color: #DA2149;
}

.channel_btn.dense {
  height: 36px;
  line-height: 36px;
}

.channel_btn.dense i {
  font-size: 12px;
}

.channel_btn.inactive {
  background: #878892;
  pointer-events: none;
}

.channel_volume {
  background-color: #f0f4f6;
  border-radius: 99px;
  height: 4px !important;
}

.channel_volume .inner {
  background-color: #DA2149;
  border-radius: 99px;
}

.channel_volume .handle {
  border-radius: 50%;
  height: 22px !important;
  width: 22px !important;
  background: linear-gradient(0deg, #F62D58, #DA2149) !important;
  top: -10px !important;
}

.channel_volume .handle:focus-visible {
  outline: none;
}

.main_content {
  --main-color: #DA2149;
}

#bcc_track_start {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #DA2149;
  position: relative;
  flex-shrink: 0;
}

#bcc_track_start > div {
  background-image: none;
}

#bcc_track_start > div > div {
  position: absolute;
  width: 0;
  height: 0;
  left: calc(50% - 6px);
  top: calc(50% - 11px);
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent #fff transparent #fff;
  transition: all 0.2s;
}

#bcc_track_start > div > div:after {
  content: ' ';
  position: absolute;
  background-color: white;
  width: 4px;
  height: 0px;
  left: -11px;
  transition: height 0.2s;
}

#bcc_track_start.stop > div > div {
  height: 18px;
  left: calc(50% - 9px);
  top: calc(50% - 9px);
  border-width: 0px 0px 0px 18px;
}

#bcc_track_start.stop > div > div::after {
  content: ' ';
  position: absolute;
  background-color: #DA2149;
  width: 4px;
  height: 18px;
  left: -11px;
}

#bcc_track_start.bcc_disabled {
  background: #878892;
}

.bcc_round_btn {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 8px;
  border: 1px solid #DFE0E8;
  border-radius: 17px;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
  color: rgba(0, 0, 0, 0.5);
}

.bcc_round_btn > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}

.bcc_round_btn > div > div {
  box-sizing: content-box;
}

.bcc_round_btn.bcc_active {
  background-color: white;
}

.bcc_round_btn:active {
  box-shadow: none;
}

.bcc_round_btn:active > div {
  box-shadow: inset -1px -1px 8px rgba(0, 0, 0, 0.1);
}

.bcc_round_btn.bcc_disabled {
  box-shadow: none;
  cursor: default;
  border-color: #bdbdbd;
  pointer-events: none;
}

.bcc_round_btn.bcc_disabled > div:before {
  color: #8b8b8b;
}

.channel_button {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #F72D58 0%, #DA2149 100%);
  border-radius: 10px;
  padding: 15px 18px;
  cursor: pointer;
}

.channel_button .icon {
  margin-right: 12px;
}

.channel_button span {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.12px;
  text-align: center;
  color: white;
}

.channel_button:hover {
  background: linear-gradient(180deg, #FF3C66 0%, #C5163C 100%);
}

.channel_button:active {
  background: #C8284B;
}

.channel_span_button {
  color: #DA2149;
  cursor: pointer;
}

.channel_span_button:hover {
  color: #FF3F69;
}

.channel_span_button:active {
  color: #C8284B;
}

.channel_checkbox {
  display: inline-block;
  position: absolute;
  padding-left: 26px;
  height: 24px;
  line-height: 20px;
  font-size: 14px;
  user-select: none;
  cursor: pointer;
}

.channel_checkbox .channel_check {
  left: 0;
  position: absolute;
  height: 20px;
  width: 20px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
}

.channel_round_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  min-width: 30px;
  max-height: 30px;
  max-width: 30px;
  border-radius: 99px;
  color: white;
  background-color: #CACAD2;
  font-size: 10px;
}

.label {
  font-size: 14px;
  color: #4D4E5B;
  line-height: 19.12px;
}

.breadcrumbs.mobile {
  display: none;
}

@media screen and (max-width: 575px) {
  .breadcrumbs.mobile {
    display: block;
  }
}

.main_content {
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 70px;
}

#radio_content {
  background: #F9FBFC;
  border-radius: 50px;
  max-width: 1168px;
  margin: 70px auto 0;
  padding: 43px 46px;
}

#radio_content .breadcrumbs {
  margin-bottom: 16px;
}

#radio_content #radio_header {
  display: flex;
  margin-bottom: 42px;
}

#radio_content #radio_header .channel_logo {
  height: 20vw;
  width: 20vw;
  max-width: 220px;
  max-height: 220px;
  margin-right: 33px;
}

#radio_content .channel_tabs {
  width: 100%;
}

#bcc_track_start {
  margin: 0 42px 0 0;
}

#bcc_track_start.pause div > div {
  height: 16px;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
  border-width: 0px 0px 0px 16px;
}

#bcc_track_start.pause div > div::after {
  content: ' ';
  position: absolute;
  background-color: #DA2149;
  width: 4px;
  height: 18px;
  left: -10px;
}

.track_info_wrapper {
  flex-grow: 1;
}

.radio_theme {
  font-size: 14px;
  color: #14141B;
  margin-bottom: 4px;
}

.track_info {
  font-size: 14px;
  margin-bottom: 14px;
}

.track_info i {
  color: #DA2149;
  margin-right: 8px;
}

.volume i {
  font-size: 18px;
  color: #878892;
}

.volume #radio_header_player_volume_range {
  display: inline-block;
  margin-left: 13px;
}

.volume #radio_header_player_volume_range .inner {
  background-color: #CACAD2;
}

.channel_tabs_content[data-tab=info] {
  align-self: flex-end;
}

.channel_tabs_content[data-tab=stats] > div:first-child {
  margin-bottom: 18px;
}

.channel_tabs_content[data-tab=stats] > div i {
  margin-right: 12px;
  color: #CACAD2;
}

.channel_tabs_content[data-tab=stats] > div b {
  color: #14141B;
  margin-right: 4px;
}

.channel_tabs_content[data-tab=stats] > div div > div .red {
  color: #DA2149;
}

.channel_tabs_content[data-tab=stats] > div div > div:not(:last-child) {
  margin-bottom: 6px;
}

.channel_tabs_content[data-tab=djs] {
  max-height: 150px;
  overflow: auto;
}

.channel_tabs_content[data-tab=djs] .channel_btn {
  float: right;
}

.channel_tabs_content[data-tab=djs] .dj:not(:last-child) {
  margin-bottom: 6px;
}

.channel_tabs_content[data-tab=djs] .dj .dj_icon {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #CACAD2;
  display: inline-block;
  margin-right: 13px;
  text-align: center;
  line-height: 32px;
}

.channel_tabs_content[data-tab=djs] .dj .dj_icon i {
  color: #fff;
  font-size: 16px;
}

.channel_tabs_content[data-tab=djs] .dj span {
  color: #14141B;
  font-weight: 600;
  font-size: 16px;
}

.radio_media_icon {
  display: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #DFE0E8;
  cursor: pointer;
  line-height: 28px;
  text-align: center;
}

.radio_media_icon + .radio_media_icon {
  margin-left: 6px;
}

.radio_media_icon i {
  font-size: 13px;
  color: #878892;
}

.radio_media_item_manage {
  position: absolute;
  right: 0;
  top: 0;
}

.radio_add_btn {
  border: 1px dashed #DFE0E8;
  color: #DA2149;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}

.radio_add_btn i {
  margin-right: 8px;
  font-size: 6px;
  vertical-align: middle;
}

.radio_add_btn > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}

@media screen and (min-width: 576px) {
  .radio_m_openmenu {
    display: none;
  }
}

#order_track .attention {
  color: #DA2149;
  margin: 12px 0 6px;
}

#order_track .attention > * {
  vertical-align: middle;
}

#order_track .attention i {
  font-size: 20px;
  margin-right: 8px;
}

#order_track .attention span {
  font-size: 16px;
  font-weight: 600;
}

.radio_m_del_image {
  margin-top: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 170px;
  height: 120px;
}

#chat {
  height: 542px;
  margin-top: 12px;
}

#radio_tabs {
  margin-top: 12px;
}

.comments_panel #comments_textarea_wrapper {
  border: 1px solid #DFE0E8;
  border-radius: 10px;
  padding: 13px 21px 15px 16px;
}

.comments_panel textarea {
  border: none;
  resize: none;
  margin-bottom: 3px;
  width: 100%;
  padding: 0;
  color: #4D4E5B;
}

.comments_panel textarea:focus-visible {
  outline: none;
}

.comments_panel #comments_addvid_cont {
  position: relative;
  display: none;
  margin-left: 4px;
  max-width: 300px;
}

.comments_panel #comments_addvid_cont .radio_media_icon {
  position: absolute;
  top: -12px;
  right: -16px;
}

.comments_panel #comments_addvid_cont input {
  width: 100%;
  margin-top: 6px;
}

.comments_panel .comments_text_btn {
  height: 36px;
  width: 36px;
  cursor: pointer;
  border: 1.2px solid #DFE0E8;
  border-radius: 50%;
  position: relative;
}

.comments_panel .comments_text_btn i {
  color: #4D4E5B;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
}

.comments_panel .comments_text_btn + .comments_text_btn {
  margin-left: 6px;
}

.comments_panel .comments_text_btn:hover i {
  color: #DA2149;
}

.comments_panel #message_select_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.comments_panel #message_select_image .clear-img {
  display: none;
  position: absolute;
  top: -3px;
  right: -3px;
  font-size: 8px;
  border-radius: 50%;
  padding: 4px;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

.comments_panel #message_select_image.hasPreview i {
  display: none;
}

.comments_panel #message_select_image.hasPreview .clear-img {
  display: block;
}

.comments_panel #comments_addvid_imgpreview {
  display: none;
}

.comments_panel .comments_item {
  position: relative;
}

.comments_panel .comments_item:not(:last-child) {
  padding-bottom: 12px;
}

.comments_panel .comments_item .comments_ulogo {
  flex-shrink: 0;
  height: 34px;
  width: 34px;
  background-color: #70A5D8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
}

.comments_panel .comments_item .comments_right {
  flex-grow: 1;
}

.comments_panel .comments_item .comments_children {
  padding: 2px 0 0 55px;
  position: relative;
}

.comments_panel .comments_item .comments_children .comments_tree_node {
  position: absolute;
  left: -38.5px;
}

.comments_panel .comments_item .comments_children > .comments_item::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 0;
  bottom: 0;
  border: 0.7px solid #DFE0E8;
}

.comments_panel .comments_item .comments_children > .comments_item .comments_tree_node {
  bottom: 20px;
}

@media screen and (max-width: 575px) {
  .comments_panel .comments_item .comments_children > .comments_item .comments_tree_node {
    bottom: 15px;
  }
}

.comments_panel .comments_item .comments_children > .comments_item:not(:last-child) .comments_tree_node {
  bottom: 30px;
}

@media screen and (max-width: 575px) {
  .comments_panel .comments_item .comments_children > .comments_item:not(:last-child) .comments_tree_node {
    bottom: 27px;
  }
}

.comments_panel .comments_item .comments_children > .comments_item:last-child::before {
  height: calc(100% - 36px);
}

@media screen and (max-width: 575px) {
  .comments_panel .comments_item .comments_children {
    padding-left: 29px;
  }
  .comments_panel .comments_item .comments_children .comments_item::before {
    left: -19px;
  }
  .comments_panel .comments_item .comments_children .comments_tree_node {
    left: -18px;
  }
}

.comments_panel .comments_item .comments_comment {
  background-color: #f0f4f6;
  border-radius: 10px 10px 10px 0;
  padding: 9px 12px;
  margin-right: 12px;
  position: relative;
  max-width: 439px;
  width: 100%;
}

.comments_panel .comments_item .comments_comment::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  clip-path: path("M10.0799 0V22H0.247421C-0.0490465 22 -0.290565 21.7113 0.840357 21.1719            C6.31554 18.5602 10.0799 10.0702 10.0799 0Z");
  background-color: #f0f4f6;
  height: 22px;
  width: 10px;
}

.comments_panel .comments_item .comment_header {
  font-size: 12px;
  color: #878892;
}

.comments_panel .comments_item .comment_message {
  font-size: 14px;
  color: #14141B;
}

.comments_panel .comments_item .comments_ans_btn {
  color: #1976D2;
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
}

.comments_panel .comments_item .comments_item_btns {
  margin-left: 12px;
}

.comments_panel .comments_item .comments_item_btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #DFE0E8;
  position: relative;
  cursor: pointer;
}

.comments_panel .comments_item .comments_item_btn i {
  font-size: 13px;
  color: #878892;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.comments_panel .comments_item .comments_item_btn:not(:last-child) {
  margin-right: 6px;
}

.comments_panel .comments_item .comments_message_image {
  max-width: 100%;
  border-radius: 10px;
  margin-top: 6px;
}

#comments_edit_btn, #comments_cancel_btn {
  display: none;
}

.radio_video_list {
  display: flex;
  margin: 0 -6px;
  flex-wrap: wrap;
}

.radio_video_list .radio_video_item {
  width: calc(100% / 3 - 6px);
  height: 187px;
  border-radius: 10px;
  margin: 3px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.radio_video_list .radio_video_item:hover .radio_vid_play, .radio_video_list .radio_video_item:hover .radio_media_icon {
  display: inline-block;
}

.radio_video_list .radio_video_img {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.radio_video_list .radio_vid_play {
  display: none;
  position: absolute;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  background: linear-gradient(90deg, #F62D58, #DA2149);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 46px;
}

.radio_video_list .radio_vid_play i {
  font-size: 14px;
  color: #fff;
}

.radio_m_video_view_bg iframe {
  height: 340px;
}

.radio_img_table {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}

.radio_img_table #radio_add_picture_btn {
  outline: 1px dashed #DFE0E8;
}

.radio_img_table .radio_img_item {
  border-radius: 10px;
  width: calc(25% - 6px);
  height: 141px;
  margin: 3px;
  position: relative;
}

.radio_img_table .radio_img_item--img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}

.radio_img_table .radio_img_item:hover .radio_media_icon {
  display: inline-block;
}

.radio_news_table {
  margin: -10.5px;
}

.radio_news_table .radio_news_item {
  width: calc(100% / 3 - 21px);
  min-height: 173px;
  margin: 10.5px;
  border-radius: 10px;
}

.radio_news_table .radio_news_item--img {
  height: 172px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 12px;
}

.radio_news_table .radio_news_item:hover .radio_media_icon {
  display: block;
}

.radio_news_table .radio_news_item--btns {
  padding: 12px 12px 0 0;
  clear: right;
}

.radio_news_table .radio_news_draft {
  font-size: 12px;
  color: #4D4E5B;
  height: 26px;
  min-width: 76px;
  line-height: 26px;
  text-align: center;
  border-radius: 0 7px 0 10px;
  background-color: #fff;
  float: right;
}

.radio_news_table .radio_news_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
  color: #14141B;
}

.radio_news_table .radio_news_date {
  color: #878892;
  font-size: 12px;
}

#music_block .item {
  cursor: pointer;
  display: flex;
  align-items: center;
}

#music_block .item:not(:last-child) {
  padding-bottom: 11px;
  border-bottom: 1px solid #DFE0E8;
  margin-bottom: 12px;
}

#music_block .item:hover:not(.active) .hover {
  display: block;
  position: absolute;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  background: linear-gradient(90deg, #F62D58, #DA2149);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 32px;
  text-align: center;
}

#music_block .item:hover:not(.active) .hover i {
  color: #fff;
  font-size: 10px;
}

#music_block .item:hover .title {
  color: #DA2149;
}

#music_block .item.active .logo {
  height: 81px;
  width: 81px;
  margin-right: 16px;
}

#music_block .item.active .player {
  display: flex;
}

#music_block .item.active > .total {
  display: none;
}

#music_block .item > .total {
  margin-left: auto;
}

#music_block .hover {
  display: none;
}

#music_block .logo {
  border-radius: 10px;
  height: 44px;
  width: 44px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 13px;
  position: relative;
}

#music_block .player {
  display: none;
}

#music_block .ctrls {
  margin-right: 33px;
  align-items: center;
  display: flex;
}

#music_block .ctrls > * {
  border-radius: 50%;
}

#music_block .pos_cont {
  margin-right: 36px;
  align-self: flex-end;
}

#music_block .volume_ctrl i {
  margin-right: 12px;
  color: #878892;
}

#music_block .volume_ctrl .inner {
  background-color: #CACAD2;
}

#music_block .btn {
  height: 24px;
  width: 24px;
  border: 1px solid #DFE0E8;
  position: relative;
  transform-origin: center;
  flex-shrink: 0;
}

#music_block .btn i {
  position: absolute;
  top: 6px;
  left: 8px;
  font-size: 8px;
}

#music_block .btn.prev i {
  color: #878892;
}

#music_block .btn.next {
  transform: rotate(180deg);
}

#music_block .btn.next i {
  color: #DA2149;
}

#music_block .play {
  background-color: #F13A3A;
  height: 36px;
  width: 36px;
  margin: 0 6px;
  position: relative;
}

#music_block .play.pause > div {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

#music_block .play.pause::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 1px);
  width: 2px;
  height: 10px;
  background-color: #F13A3A;
}

#music_block .play:not(.pause)::before {
  content: "\0046";
  font-family: zvukradio;
  color: #fff;
  font-size: 11px;
  position: absolute;
  left: 14px;
  top: 13px;
}

#music_block .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #14141B;
}

#music_block .artist {
  font-size: 12px;
  color: #878892;
}

#music_block .time {
  font-size: 10px;
  color: #878892;
  display: inline;
}

#radio_recommended {
  border-radius: 25px;
  margin-top: 12px;
  border: 1px solid #DFE0E8;
  padding: 31px;
}

#radio_recommended_h {
  color: #14141B;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 21px;
  font-weight: 600;
}

.radio_recom_item {
  display: inline-block;
  width: 200px;
  height: 260px;
}

.radio_recom_item:not(:last-child) {
  margin-right: 32px;
}

.radio_recom_item:hover {
  text-decoration: none;
}

.radio_recom_img {
  border-radius: 10px;
  margin-bottom: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  width: 100%;
}

.radio_recom_title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 4px;
  color: #14141B;
}

.radio_recom_genre {
  color: #DA2149;
  font-size: 12px;
  line-height: 16px;
}

.radio_recom_genre:not(:last-child):after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  height: 3px;
  width: 3px;
  background-color: #DA2149;
  margin: 0 7px;
  vertical-align: middle;
}

.tabs_mobile {
  display: none;
}

#comments_mobile_wrapper {
  display: none;
}

.volume_wrapper {
  margin-left: 30px;
}

.comments_ans_btn.mobile {
  display: none;
}

@media screen and (max-width: 1094px) {
  #radio_content #radio_player #player_buttons {
    margin-top: 10px;
  }
}

@media screen and (max-width: 800px) {
  #radio_content {
    margin: 0;
    padding: 16px;
  }
  #radio_player_visualizer {
    width: calc(100% - 85px - 30px) !important;
  }
}

@media screen and (max-width: 575px) {
  #radio_content {
    margin: 0;
  }
  #radio_content .breadcrumbs {
    margin-bottom: 22px;
  }
  #radio_content #radio_header {
    margin-bottom: 12px;
  }
  #radio_content #radio_header .channel_logo {
    margin-right: 11px;
    border-radius: 99px;
    min-height: 48px;
    min-width: 48px;
    max-height: 48px;
    max-width: 48px;
  }
  #radio_content #radio_header .channels_tabs_header {
    display: none;
  }
  #radio_content #radio_header .channel_tabs_content {
    padding: 0;
  }
  #radio_content #radio_header .channel_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
    text-align: left;
    margin-bottom: 2px;
  }
  #radio_content #radio_header .channel_lang {
    display: none;
  }
  #radio_content #radio_header .channel_genres {
    font-size: 12px;
    font-weight: 500;
    line-height: 16.39px;
    text-align: left;
  }
  #radio_content #radio_header .channel_rating {
    margin-right: 6px;
  }
  #radio_content #radio_header .channel_rating, #radio_content #radio_header .channel_followers {
    font-size: 12px;
  }
  #radio_content #radio_header .channel_rating i, #radio_content #radio_header .channel_followers i {
    margin-right: 6px;
  }
  #radio_content #radio_header .channel_tabs_content {
    display: none;
  }
  #radio_content #radio_header .channel_tabs_content[data-tab=info] {
    display: block;
  }
  #radio_content .channel_card {
    border-radius: 0;
  }
  #radio_content .tabs_mobile {
    display: block;
  }
  #radio_content #radio_player {
    margin: 0 -16px;
    padding: 16px;
  }
  #radio_content #radio_player #bcc_track_start {
    margin: 0 14px 0 0;
    width: 44px;
    height: 44px;
  }
  #radio_content #radio_player .volume #radio_header_player_volume_range {
    width: 60px !important;
  }
  #radio_content #radio_player .volume .rs-volume {
    font-size: 12px;
  }
  #radio_content #radio_player #radio_player_visualizer {
    height: 20px !important;
  }
  #radio_content #comments_mobile_wrapper {
    display: block;
    margin-top: 32px;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  #radio_content #comments_mobile_wrapper .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
    text-align: left;
    color: #14141B;
  }
  #radio_content #radio_tabs {
    margin-top: 30px;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  #radio_content #radio_comments .comments_ulogo {
    height: 26px;
    width: 26px;
  }
  #radio_content #radio_comments .comments_ans_btn {
    display: none;
  }
  #radio_content #radio_comments .comments_ans_btn.mobile {
    display: inline;
  }
  #radio_content #radio_comments .comments_item_btns {
    display: none !important;
    position: absolute;
    right: 18px;
    top: 40px;
  }
  #radio_content #radio_comments .comments_wrapper:hover .comments_item_btns {
    display: flex !important;
  }
  .breadcrumbs {
    display: none;
  }
  #chat {
    height: 432px;
    margin-left: -16px;
    margin-right: -16px;
  }
  #chat .chat_tab + .chat_tab {
    margin-left: 10px;
  }
  #chat .chat_top, #chat .chat_bottom {
    padding-left: 16px;
    padding-right: 16px;
  }
  #chat .chat_top {
    background-color: rgba(0, 0, 0, 0.03);
    padding-top: 12px;
  }
  #chat .chat_cont {
    border-radius: 0;
  }
  #chat .users_count {
    margin-left: 4px;
  }
  #chat .chat_tabs i {
    font-size: 16px;
  }
  #chat .chat_collapse.down {
    display: inline-block;
  }
  #chat.collapsed {
    height: auto;
  }
  #chat.collapsed .chat_collapse.down {
    display: none;
  }
  #chat.collapsed .chat_collapse.up {
    display: inline-block;
  }
  #chat.collapsed .chat_cont > div:not([class*=_top]) {
    height: 0;
    overflow: hidden;
    min-height: unset;
    padding: 0;
  }
}
