#radiolists {
  padding-bottom: 130px;
}

*[data-filter='1'] {
  display: none;
}

/*--------------------------------HEADER--------------------------------------*/
#radiolists_header {
  display: none;
  height: 384px;
  background: #111628;
  padding-top: 50px;
  margin-bottom: 63px;
}

.btn_create {
  text-align: center;
  height: 38px;
  color: white !important;
  background: black;
  width: 187px;
  line-height: 38px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 40px;
  display: inline-block;
  position: absolute;
  bottom: 81px;
  cursor: pointer;
}

.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);
}

.header_content a:hover {
  color: white;
  text-decoration: none;
}

.header_content a {
  text-align: center;
}

.header_content {
  width: 535px;
  height: 100%;
  position: absolute;
}

.header_text {
  color: white;
  font-family: Manrope;
  font-size: 24px;
  line-height: 36px;
  position: absolute;
}

.radiolists_headers {
  height: 312px;
  padding-top: 50px;
  margin-bottom: 63px;
}

.radiolists_header_item {
  border-radius: 3px;
  width: calc(20% - 36px);
  height: 292px;
  padding: 20px 12px;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 22px 30px 0px rgba(0, 0, 0, 0.1);
  float: left;
  position: relative;
  margin-right: 44px;
}

.radiolists_header_item:last-child {
  margin: 0;
}

.radiolists_header_item--logo {
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  left: 18px;
  box-shadow: 0px 7px 22px 0px rgba(0, 0, 0, 0.4);
  top: 22px;
  background-size: cover;
  background-position: center;
  background-color: wheat;
}

.radiolists_header_item--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, transparent 20%, rgba(0, 0, 0, 0.1) 43%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.75) 100%);
}

.radiolists_header_item--bottom_content {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  padding: 0 18px;
}

.radiolists_header_item--title {
  color: #fff;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
}

.radiolists_header_item--text {
  font-size: 13px;
  font-family: "Manrope";
  line-height: 20px;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.8);
  padding-right: 26px;
}

.radiolists_header_item--play {
  background: #fff url("images/play.png") no-repeat 11px center;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  position: absolute;
  bottom: 4px;
  right: 14px;
  cursor: pointer;
}

#btn_create {
  height: 38px;
  padding: 0 25px;
  color: white;
  background: #6b35e6;
  display: block;
  width: fit-content;
  line-height: 38px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
  margin-top: 50px;
}

/*-------------------------RADIOLISTS HEADER-------------------------------*/
.radiolists_header, .radiolist_info {
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  font-family: "Manrope";
  margin-bottom: 26px;
}

.radiolists_header h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  font-family: "Manrope";
  margin: 0;
  display: inline-block;
}

.radiolists_header--social {
  float: right;
  font-family: "Manrope";
  font-size: 14px;
  color: #000;
  line-height: 38px;
  font-weight: 400;
}

.radiolists_header--social_item {
  float: right;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 26px;
  font-size: 26px;
  text-align: center;
  padding-top: 5px;
  padding-left: 1px;
  color: black;
}

.radiolists_header--social_item.icon-odnoklassniki {
  font-size: 19px;
  padding-top: 8px;
}

.radiolists_header--social_item:hover {
  text-decoration: none;
  color: black;
}

/*-------------------------------FILTERS-----------------------------------*/
.radiolist_filters_cont {
  background: #fff;
  box-shadow: 0px 2px 59px 0px rgba(3, 1, 1, 0.1);
  padding: 26px 42px;
  height: 159px;
  margin-bottom: 45px;
}

.radiolist_filters_online_cont {
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 500;
}

.radiolist_filters_online {
  text-align: center;
  height: 30px;
  width: 78px;
  line-height: 30px;
  float: left;
  cursor: pointer;
  color: #000;
  border: 1px solid #dcdcdc;
}

.radiolist_filters_online.online {
  text-align: center;
  border-radius: 3px 0 0 3px;
}

.radiolist_filters_online.all {
  border-radius: 0 3px 3px 0;
  border-left: none;
}

.radiolist_filters_online.active {
  background: var(--maincolor);
  color: #fff;
  border: none;
  pointer-events: none;
}

.radiolists_search_wrapper {
  position: relative;
  width: 659px;
  min-width: 200px;
  float: right;
  height: 38px;
  border: 1px solid gainsboro;
  border-radius: 3px;
}

.radiolists_search_icon {
  position: absolute;
  top: 6px;
  cursor: pointer;
  left: 15px;
  height: 26px;
  width: 26px;
  font-size: 21px;
}

#radiolist_search_input {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  font-family: "Manrope";
  padding-left: 45px;
}

.radiolist_filters {
  width: 100%;
  clear: both;
  margin: 56px 0 38px;
}

.radiolist_filters .dropdown {
  margin-right: 13px;
  vertical-align: top;
}

.radiolist_filters .vselect_current__span {
  font-size: 16px;
  font-weight: 500;
  font-family: "Manrope";
  color: #000;
}

.radiolist_filters .dropdown:nth-child(3) {
  margin-right: 0;
}

.radiolist_filters_header {
  font-size: 16px;
  font-weight: 500;
  font-family: "Manrope";
  color: #000;
}

.radiolist_filter {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 0 10px;
  position: relative;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  box-sizing: border-box;
  width: 198px;
}

.radiolist_filter_arrow__cont {
  border-left: 1px solid #ccc;
  width: 30px;
  position: absolute;
  right: 0;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  height: 100%;
}

.radiolist_filter_arrow {
  font-size: 30px;
  transition: all 0.5s;
  color: #7d8;
  display: inline-block;
}

.radiolist_filterlist {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  z-index: 5;
  box-sizing: border-box;
  background: white;
  padding: 15px 10px 12px 20px;
  box-shadow: 0 0 10px 3px rgba(45, 70, 190, 0.14);
  display: none;
}

.radiolist_filterlist_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.radiolist_filterlist_list::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.radiolist_filterlist_list::-webkit-scrollbar-thumb {
  background-color: #0ae;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent));
}

.radiolist_filter_name {
  line-height: 30px;
}

.radiolist_filterlist.show {
  display: block;
}

.radiolist_filterlist.top {
  top: auto;
  bottom: 41px;
}

.radiolist_filterlist.top .radiolist_filterlist_corner_cont {
  bottom: -16px;
  top: auto;
}

.radiolist_filterlist.top .radiolist_filterlist_corner {
  margin: -5px auto;
}

.radiolist_filterlist_corner_cont {
  width: 15px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  top: -16px;
  left: 32px;
}

.radiolist_filterlist_corner {
  height: 10px;
  width: 10px;
  margin: 11px auto;
  transform: rotate(-45deg);
  background: white;
  box-shadow: 0 0 10px 0px rgba(45, 70, 190, 0.14);
}

.radiolist_filterlist_list {
  max-height: 260px;
  overflow-y: auto;
}

.radiolist_filterlist_btn {
  width: 100px;
  height: 28px;
  border: 1px solid #1d1d1b;
  border-radius: 3px;
  padding: 0 16px;
  margin-top: 15px;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

.radiolist_filterlist__item {
  font-size: 14px;
  color: #1d1d1b;
  cursor: pointer;
}

.radiolist_filterlist__item:hover .radiolist_filterlist__checkbox {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}

.radiolist_filters_rating .radiolist_filters_slider {
  width: calc(100% - 102px);
  height: 4px;
  float: right;
  margin-top: 7px;
  border: none;
  background: #d7d7d7;
  margin-right: 12px;
}

.radiolist_filters_rating {
  float: right;
  padding-top: 7px;
  width: calc(100% - 882px);
}

.radiolist_filters_slider .ui-slider-range {
  background: var(--maincolor);
}

.radiolist_filters_slider .ui-slider-handle {
  border-radius: 50%;
  height: 23px !important;
  width: 23px !important;
  box-shadow: 0px 2px 3.72px 0.28px rgba(3, 1, 1, 0.3);
  background: #fff;
  border: none;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.radiolist_filters_slider .ui-slider-handle:focus {
  outline: none;
}

.radiolist_filters_slider .ui-slider-handle:after {
  content: "";
  border-radius: 50%;
  background: var(--maincolor);
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radiolist_filters_slider--span {
  position: absolute;
  font-size: 14px;
  font-family: "Manrope";
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  top: 21px;
  line-height: 1;
  margin-top: 8px;
  width: 100%;
  text-align: center;
}

/*--------------------------------RADIOLISTS---------------------------------*/
#radiolist_fm_cont {
  min-height: 1173px;
}

.radiolist {
  margin-bottom: 41px;
}

#radiolist_filtered {
  margin-top: 52px;
  min-height: 375px;
}

.radiolist:last-child {
  margin-bottom: 0;
}

.radiolist_header {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  font-family: "Manrope";
  color: #000;
  margin-bottom: 21px;
  position: relative;
}

.radiolist_header:last-child {
  margin: 0;
}

.radiolist_header_btn {
  color: var(--maincolor);
  font-size: 14px;
  font-family: "Manrope";
  font-weight: 500;
  box-shadow: 0px 5px 23px 0px rgba(3, 1, 1, 0.12);
  width: fit-content;
  width: -moz-fit-content;
  height: 38px;
  padding: 0 20px;
  line-height: 38px;
  border-radius: 18px;
  position: relative;
  margin: 26px auto 0;
  cursor: pointer;
}

.radiolist_header_btn span {
  font-family: Manrope;
}

.radiolist_header_btn:before {
  margin-right: 10px;
  font-size: 16px;
  padding: 3px 2px 1px 2px;
  border-radius: 50%;
  color: white;
  background: var(--maincolor);
  vertical-align: bottom;
}

.radiolist_header_btn:hover {
  text-decoration: none;
}

#radiolists_new_stations {
  background: url("images/new_stations_bg.jpg") no-repeat center top;
  min-height: 322px;
  background-size: auto 100%;
  padding: 68px 0;
  box-sizing: border-box;
  margin: 68px 0 62px;
}

.radiolists_new_stations__text {
  width: 322px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Manrope";
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  height: 100%;
}

.radiolists_new_stations__title {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 28px;
  line-height: 1;
}

.radiolists_new_stations__btn {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 18px;
  line-height: 36px;
  display: block;
  height: 36px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  width: 130px;
  font-size: 14px;
  margin-top: 34px;
  text-decoration: none;
}

.radiolists_new_stations__btn:hover {
  text-decoration: none;
}

.radiolist_mini {
  margin-top: 10px;
  float: right;
  margin-left: 400px;
  white-space: nowrap;
  width: calc(100% - 325px);
  overflow: hidden;
  position: relative;
}

.radiolist_mini_btns {
  position: absolute;
  right: 15px;
  top: -21px;
  width: 63px;
  height: 15px;
}

.radiolist_mini_btn {
  height: 19px;
  width: 12px;
  cursor: pointer;
  position: absolute;
  color: white;
}

.radiolist_mini_btn:before {
  font-size: 12px;
}

.radiolist_mini_btn.prev {
  left: 0;
  transform: rotate(180deg);
}

.radiolist_mini_btn.next {
  right: 0;
}

.radiolist_mini_item {
  display: inline-block;
  vertical-align: top;
  width: 288px;
  height: 184px;
  padding: 24px 20px 18px 19px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  box-shadow: 0px 5px 27.3px 2.7px rgba(3, 1, 1, 0.4);
  background: white;
}

.radiolist_mini_item_play {
  color: #000;
  font-weight: 500;
  font-size: 12px;
  position: absolute;
  bottom: 18px;
}

.radiolist_mini_item_play span {
  font-family: "Manrope";
}

.radiolist_mini_item_play:before {
  display: inline-block;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 9px;
  color: white;
  text-align: center;
  padding-top: 8px;
  padding-left: 3px;
  font-size: 8px;
  background: #000;
}

.radiolist_mini_item__logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 18px;
  border-radius: 3px;
  width: 108px;
  height: 108px;
  right: 20px;
}

.radiolist_mini_item__title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  white-space: normal;
  margin-bottom: 8px;
  display: block;
  line-height: 22px;
}

.radiolist_mini_item:hover {
  text-decoration: none;
  color: #000;
}

.radiolist_mini_item__title {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.radiolist_mini_item__title img {
  float: right;
  transform: rotate(-90deg) translateX(-6px);
  margin-left: 12px;
}

.radiolist_collections {
  height: 50px;
}

/*------------------ADVERTISING------------------------*/
@media screen and (max-width: 1676px) {
  .content {
    width: 1450px;
  }
  .radiolists_header_item {
    height: 249px;
  }
  .radiolists_header_item--bottom {
    padding-top: 138px;
  }
  #radiolists_header {
    height: 356px;
  }
}

@media screen and (max-width: 1480px) {
  .content {
    width: 1235px;
  }
  #radiolists_header {
    height: 306px;
  }
  .radiolists_header_item {
    height: 202px;
  }
  .radiolists_header_item--logo {
    height: 59px;
    width: 59px;
  }
  .radiolists_header_item--title {
    font-size: 17px;
    line-height: 20px;
  }
  .radiolists_header_item--text {
    padding-right: 0;
  }
  .radiolists_header_item--bottom_content {
    padding: 0 12px;
  }
  .radiolists_header_item--play {
    display: none;
  }
}

@media screen and (max-width: 1290px) {
  .radiolists_header_item {
    width: calc(20% - 16px);
    height: 191px;
    margin-right: 20px;
  }
  .radiolists_header_item--text, .radiolists_header_item--play {
    display: none;
  }
  .content {
    width: 1030px;
  }
  .radiolist_filters_cont {
    height: 228px;
  }
  .radiolists_search_wrapper {
    width: calc(100% - 687px);
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .radiolist_filters_rating {
    width: calc(100% - 237px);
    margin-bottom: 35px;
  }
  .radiolist_filters .dropdown {
    width: calc(33.3% - 11.2px);
  }
  .radiolists_headers {
    height: 290px;
  }
  .btn_create {
    bottom: 65px;
  }
}

@media screen and (max-width: 1199px) {
  .radiolist_stations {
    margin-right: -25px;
  }
  #radiolist_filtered {
    min-height: none;
  }
  #radiolists_header {
    height: 220px;
    padding: 16px 0;
  }
  .radiolist_filter {
    width: 179px;
  }
  .radiolist_stations {
    min-height: 275px;
  }
  .radiolist_mini {
    margin-top: 7px;
  }
  .radiolists_header_item {
    width: calc(20% - 16px);
    height: 191px;
    margin-right: 20px;
  }
  .radiolists_header_item--bottom {
    padding-top: 25px;
  }
  .radiolists_header_item--bottom_content {
    top: 0;
  }
  .radiolists_header_item--logo {
    top: 18px;
    left: 18px;
  }
  .radiolists_header_item--title {
    font-size: 17px;
    line-height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 18px;
    bottom: 0;
  }
  .radiolists_header_item--text, .radiolists_header_item--play {
    display: none;
  }
  .radiolists_header--social span {
    display: none;
  }
  .radiolists_header, .radiolist_info {
    font-size: 35px;
  }
  .content {
    width: 1013px;
    padding: 0;
  }
  .radiolists_new_stations__title {
    font-size: 24px;
  }
  .radiolists_new_stations__text--inner {
    font-size: 14px;
  }
  #block_channel_1 {
    min-height: 694px;
  }
}

@media screen and (max-width: 1086px) {
  .radiolist_mini_item {
    width: 244px;
    height: 186px;
    font-size: 16px;
  }
  .content {
    width: 843px;
  }
  .radiolists_header_item {
    height: 156px;
  }
  #radiolists_header {
    height: 184px;
  }
  .radiolists_header_item--title {
    text-align: center;
  }
  .radiolists_header_item--logo {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 46px;
    height: 46px;
  }
  .radiolists_header_item--bottom_content {
    bottom: 14px;
  }
  .radiolists_new_stations__text {
    width: 188px;
  }
}

@media screen and (max-width: 911px) {
  .radiolist_mini_item {
    width: 210px;
    height: 152px;
  }
  .radiolist_mini_item__logo {
    height: 66px;
    width: 66px;
  }
  .radiolist_mini_btns {
    right: 0;
  }
  .radiolists_new_stations__text {
    max-width: 190px;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 19px;
  }
  #radiolists_new_stations {
    min-height: 272px;
  }
  .content {
    width: 674px;
  }
  .radiolists_header_item {
    height: 121px;
  }
  #radiolists_header {
    height: 144px;
  }
  .radiolists_header_item--title {
    font-size: 14px;
    line-height: 17px;
    padding: 0 10px;
  }
  .radiolists_header_item--bottom_content {
    padding: 0 8px;
  }
  .radiolists_header_item--logo {
    height: 38px;
    width: 38px;
    top: 16px;
  }
  .radiolist_mini {
    width: calc(100% - 224px);
  }
  .radiolists_headers {
    height: 260px;
  }
  .header_text {
    font-size: 21px;
    line-height: 31px;
  }
  .btn_create {
    bottom: 55px;
  }
  .header_content {
    width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .content {
    width: 700px;
    padding: 0 20px;
  }
  #radiolists {
    padding-bottom: 62px;
  }
  .radiolist_filters_rating {
    float: none;
    width: 100%;
    clear: both;
    margin: 0 auto 40px;
    padding-left: 14px;
  }
  .radiolists_header, .radiolist_info {
    font-size: 24px;
  }
  .radiolists_header--social {
    display: none;
  }
  #radiolists_header {
    display: none;
  }
  .radiolist_filters_cont {
    padding: 15px 10px;
    height: 345px;
  }
  .radiolists_search_wrapper {
    margin-bottom: 16px;
  }
  .radiolist_filters_online_cont {
    margin-bottom: 18px;
    float: right;
  }
  .radiolist_filters .dropdown {
    width: 100%;
    display: block;
    margin: 0 0 10px;
  }
  .radiolist_filters {
    margin: 0;
  }
  .radiolist_header {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .radiolists_new_stations__text--inner {
    display: none;
  }
  .radiolists_new_stations__text .radiolists_new_stations__title {
    display: block;
    margin: 0;
  }
  .radiolist_mini_btns {
    top: 10px;
  }
  .radiolist_mini_item {
    height: 242px;
    width: 150px;
  }
  .radiolist_mini_item__title, .radiolist_mini_item_bottom {
    position: absolute;
    padding: 0 8px;
    text-align: center;
    width: 100%;
    left: 0;
  }
  .radiolists_new_stations__text {
    line-height: 1;
    margin-bottom: 22px;
  }
  .radiolist_mini_item__title {
    font-size: 13px;
    top: 150px;
  }
  .radiolist_mini_item_bottom {
    top: 170px;
  }
  .radiolist_mini_item__title img {
    display: none;
  }
  .radiolist_mini_item__logo {
    height: 112px;
    width: 112px;
    top: 17px;
    left: 19px;
    border-radius: 3px;
    box-shadow: 0px 5px 14.88px 1.12px rgba(9, 12, 58, 0.3);
  }
  #radiolists_new_stations {
    padding: 25px 0 45px;
    height: 365px;
  }
  .radiolist_mini_item_play {
    width: 30px;
    height: 30px;
    overflow: hidden;
    transform: translateX(-50%);
    left: 50%;
  }
  .radiolist_mini_item_play:before {
    height: 100%;
    width: 100%;
    padding-top: 11px;
    padding-left: 2px;
  }
  .radiolist_mini_btns {
    right: 29px;
  }
  .radiolist_mini {
    top: 50px;
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .content {
    width: 530px;
  }
}

@media screen and (max-width: 575px) {
  .header_content {
    width: 300px;
  }
  .header_text {
    font-size: 17px;
    line-height: 24px;
  }
  .radiolists_headers {
    padding-top: 30px;
    height: 225px;
    min-width: 360px;
  }
  .btn_create {
    bottom: 40px;
  }
  .content {
    width: 360px;
  }
  .radiolist_stations {
    margin-right: -13px;
  }
  #radiolists_new_stations {
    min-width: 360px;
  }
}
