.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;
  }
}

#home {
  color: #000;
}

h1 {
  color: #000;
}

#home_appmobile {
  float: right;
}

#home_menu a {
  font-weight: bold;
}

#home_menu a {
  text-align: center;
}

#home_appandroid, #home_appios, #home_app h2, #home_apptext {
  float: left;
}

.home_section {
  min-height: 400px;
  background: white;
  max-width: 1500px;
  margin: 30px auto;
  box-shadow: 0 0 6px black;
}

.home_section:last-child {
  margin-bottom: 10px;
}

#home {
  padding-bottom: 20px;
}

/*---------------------------------PAGE---------------------------------------*/
#home_top_block {
  position: relative;
  background-size: auto 100%;
  height: 434px;
  width: 100%;
  margin-bottom: 8px;
  min-width: 360px;
}

#home_top_block #btn_create {
  text-align: center;
  left: 15px;
  transform: none;
  bottom: 61px;
}

h1 {
  font-size: 24px;
  margin-bottom: 18px;
}

#home_text_block {
  padding-top: 18px;

  p {
    font-size: 16px;
    font-weight: 500;
  }

  h2 {
    font-size: 16px;
    font-weight: 500;
  }

  .how_to {
    margin-top: 18px;
    margin-bottom: 16px;

    p {
      margin-bottom: 4px;
    }
  }

  .bold {
    font-weight: 700;
    margin-bottom: 10px !important;
  }
}

.content_slaider {
  background: transparent;
}

.content_carusel_control {
  height: 0px;
  padding: 0;
}

.home_top_title {
  font-size: 50px;
  color: white;
  font-weight: bold;
  max-width: 620px;
  padding-top: 60px;
  line-height: 60px;
}

.home_top__text {
  color: #c0aae6;
  line-height: 35px;
  max-width: 655px;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 20px;
  margin-top: 40px;
}

#btn_create {
  height: 48px;
  color: white;
  background: var(--maincolor);
  width: 261px;
  line-height: 49px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 40px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  bottom: 46px;
  left: 50%;
  transform: translateX(-50%);
}

content_slayder .mobile_text {
  display: none;
}

#home_lists {
  padding-top: 34px;
}

.home_list {
  margin-bottom: 25px;
  white-space: nowrap;
  overflow-x: hidden;
  margin-top: -30px;
  padding-top: 30px;
  padding-left: 15px;
  margin-left: -15px;
  padding-right: 10px;
  margin-right: -26px;
  position: relative;
}

.home_list__header {
  position: relative;
  margin-bottom: 5px;
}

.home_list__title, .home_list__title h2 {
  font-family: "Manrope";
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 7px;
  color: var(--maincolor);
}

.home_list__title h2 {
  display: inline-block;
  margin-bottom: 0;
}

.home_list__subheader {
  font-size: 16px;
  display: inline-block;
  width: calc(100% - 106px);
  margin-bottom: 20px;
  margin-top: 6px;
  color: #000;
  font-family: "Manrope";
}

/*--------------------------------VIDEO-----------------------------------*/
.home_list_video__row {
  height: 360px;
  position: relative;
}

#video_row2 {
  left: -150px;
  top: -50px;
}

.home_list_video__ctrl {
  background-size: 20px auto;
  height: 40px;
  margin-right: 32px;
  width: 20px;
  display: inline-block;
}

.home_list_video__ctrl.prev {
  background-position: 0 -51px;
  right: 100px;
}

.home_list_video__ctrls {
  position: absolute;
  bottom: 60px;
  left: 15px;
}

.home_list_video__ctrl.next {
  right: 50px;
}

.home_list_video__cont {
  background: #ccced2;
  padding-top: 60px;
  margin-top: 60px;
}

.home_list_video__preview {
  width: 388px;
  height: 224px;
  position: relative;
  margin-right: 25px;
  display: inline-block;
  border: 1px solid;
}

.home_list_video__preview.slick-center {
  position: relative;
  height: 276px;
  width: 470px;
}

#video_row2 .home_list_video__preview.slick-center {
  top: 52px;
}

.home_list_video__preview--info {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20%;
}

.home_list_video__preview--info * {
  font-size: 16px;
  color: white;
  position: absolute;
}

.home_list_video__preview--title {
  left: 24px;
  bottom: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 350px;
}

.home_list_video__preview--time {
  right: 16px;
  bottom: 16px;
}

#bootstrap-touch-slider {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100%;
}

#btn_create span {
  display: inline-block;
  height: 16px;
  width: 14px;
  margin-left: 8px;
  font-size: 13px;
  line-height: 16px;
  vertical-align: middle;
  transition: transform 0.15s;
}

#btn_create:hover span {
  transform: translateX(8px);
}

.home_adv_block_item {
  margin-bottom: 34px;
  max-width: 100%;
}

.home_adv_block {
  float: right;
  width: 387px;
  padding-top: 116px;
  overflow: hidden;
}

a:hover {
  color: var(--maincolor);
  text-decoration: none;
}

/*---------------------------music block----------------------------------------------------------*/
.home_music_new {
  position: absolute;
  right: 12px;
  width: 390px;
  display: inline-block;
}

#home_lists_music {
  width: calc(100% - 420px);
  margin-bottom: 25px;
}

.home_list__title span {
  height: 20px;
  width: 20px;
  font-size: 33px;
  vertical-align: middle;
  margin-left: 2px;
  transition: transform 0.15s;
}

.home_music_new .home_list__subheader {
  font-size: 24px;
  font-weight: bold;
}

/*------------------news-----------------------*/
#home_news .news_item_list_item:nth-child(4n) {
  margin-right: 0;
}

#home_news .news_item_list_item:nth-child(n+9) {
  display: none;
}

#home_news .news_item_list_item {
  max-width: 309px;
  width: 20%;
}

#home_news .news_item_list_item.big {
  width: calc(38.7% + 16px);
  max-width: 634px;
}

.home_list.grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 1fr 1fr;
}

/*####################################################################################################################*/
/*################################################## TABLET ##########################################################*/
/*####################################################################################################################*/
@media screen and (max-width: 1706px) {
  #home_news .news_item_list_item.big {
    width: calc(38.16% + 16px);
  }
  #home_news .news_item_list_item {
    width: 19.08%;
  }
  .content {
    width: 1450px;
  }
  .home_list {
    margin-right: -16px;
  }
  .home_adv_block {
    width: 370px;
  }
}

@media screen and (max-width: 1516px) {
  #home_news .news_item_list_item.big {
    width: calc(37.85% + 16px);
  }
  #home_news .news_item_list_item {
    width: 18.925%;
  }
  .content {
    width: 1235px;
  }
  .home_adv_block {
    width: 332px;
  }
}

@media screen and (max-width: 1301px) {
  #home_news .news_item_list_item.big {
    width: calc(47.6% + 16px);
  }
  #home_news .news_item_list_item {
    width: 23.8%;
  }
  #home_top_block {
    height: 380px;
  }
  #home_news .news_item_list_item:nth-child(3) {
    margin-right: 0;
  }
  #home_news .news_item_list_item:nth-child(7) {
    margin-right: 0;
  }
  #home_news .news_item_list_item:last-child {
    margin-right: 0;
  }
  #home_news .news_item_list_item:nth-child(4n) {
    margin-right: 16px;
  }
  #home_news .news_item_list_item:nth-child(n+9) {
    display: inline-block;
  }
  .content {
    width: 1030px;
  }
  .home_adv_block {
    width: 300px;
  }
  .carousel-indicators {
    margin-left: 33px;
  }
  #home_top_block #btn_create {
    bottom: 41px;
  }
  #home_lists_music .content_music_title {
    max-width: 26%;
  }
}

@media screen and (max-width: 1199px) {
  #home_lists_music .content_music_title {
    max-width: 100%;
  }
  #home_top_block #btn_create {
    left: 47px;
    height: 38px;
    font-size: 13px;
    width: 230px;
    line-height: 38px;
  }
  #home_top_block {
    height: 340px;
  }
  .home_list {
    white-space: nowrap;
    overflow: auto;
  }
  .home_music_new {
    width: 100%;
    position: relative;
    margin-left: 12px;
  }
  #home_lists_music {
    width: 100%;
  }
  .content {
    width: 100%;
    padding: 0 48px;
  }
  .home_list__title, .home_list__title h1 {
    font-size: 30px;
    margin-bottom: 4px;
  }
  .home_list__subheader {
    font-size: 14px;
    margin-bottom: 22px;
  }
  #home_lists {
    padding-top: 17px;
    width: 100%;
  }
  .home_list {
    margin-bottom: 24px;
    padding-left: 48px;
    padding-right: 18px;
    margin-left: -48px;
    margin-right: -48px;
  }
  .home_list .radio_channel:last-child {
    margin-right: 48px;
  }
  #music_content_table {
    margin-top: 20px;
  }
  .home_adv_block {
    display: none;
  }
  .home_music_new .home_list__subheader {
    margin-bottom: 12px;
    margin-top: -8px;
  }
}

@media screen and (max-width: 1112px) {
  #home_news .news_item_list_item.big {
    width: calc(47% + 16px);
  }
  #home_news .news_item_list_item {
    width: 23.5%;
  }
}

@media screen and (max-width: 991px) {
  #home_news .news_item_list_item {
    width: 31.708014%;
    min-width: 207px;
  }
  #home_news .news_item_list_item:nth-child(7) {
    margin-right: 16px;
  }
  #home_news .news_item_list_item:nth-child(3n) {
    margin-right: 0;
  }
  #home_news .news_item_list_item:last-child {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content {
    width: 100%;
    padding: 0 20px;
  }
  #home_news {
    padding: 0 1px;
  }
  #home_top_block {
    height: 280px;
  }
  #home_top_block #btn_create {
    left: 20px;
    bottom: 25px;
  }
  #btn_create:hover span {
    transform: none;
  }
  #home_news {
    white-space: nowrap;
    overflow: auto;
  }
  #home_news .news_item_list_item:nth-child(3n) {
    margin-right: 16px;
  }
  #home_news .news_item_list_item:last-child {
    display: inline-block;
    margin-right: 20px;
  }
  #home_news .news_item_list_item {
    width: 300px;
    max-width: none;
  }
  #home_news .news_item_list_item.mobile {
    margin-right: 20px;
  }
  .home_top_title {
    padding-top: 45px;
  }
  .home_list__subheader {
    font-size: 14px;
    width: 100%;
    margin-bottom: 13px;
  }
  .home_list__title, .home_list__title h1 {
    font-size: 27px;
  }
  .home_list a:first-child {
    margin-left: 20px;
  }
  .home_music_new .home_list__subheader {
    font-size: 20px;
  }
  .home_list {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 14px;
  }
  #home_news {
    padding-left: 20px;
    padding-right: 0px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 575px) {
  .home_top__text {
    line-height: 28px;
    font-size: 15px;
    margin-top: 4px;
  }
  .home_top_title {
    font-size: 22px;
    line-height: 34px;
    padding-top: 38px;
  }
  .home_list__subheader, .home_list__arrow {
    font-size: 13px;
  }
}
