html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:root {
  --nomintaion-block-last-item-width: 814px;
  --nomintaion-block-last-item-height: 400px;
  --nomination-home-block-last-item-width: unset;
  --nomination-home-block-last-item-height: unset;
  --nomination-home-banner-max-height: 491.52px;
  --main-top-banner-position: unset;
}
#auth form {
  position: relative;
}
.block-steps {
    position: relative;
    display: flex;
    flex-direction: column;
}
.block-steps .row.row-steps.align-items-center.wow.fadeIn.mb-5:nth-child(1) {
    order: -1;
}
.block-steps .row.row-steps.align-items-center.wow.fadeIn.mb-5:nth-child(2) {
    order: -1;
}

.ice-play {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.ice-play:before {
  content: '' !important;
  background-image: url(/img/icon-radio-play.svg);
  width: 100% !important;
  height: 16px;
  max-width: 16px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(1px);
}
.broadcast__item-img img {
  border-radius: 50%;
}
.playBar__muz {
  display: none;
}
.rever {
  display: block;
}
.reverStop {
  display: none;
}

.playBar__in {
  width: 69px;
  text-align: center;
}
.reverStop.nonactive {
  display: none;
}
.reverStop.active {
  display: block;
}
.rever.nonactive {
  display: none;
}
.rever.active {
  display: block;
}
.ice-pause {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  -no-display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.ice-stop {
  position: relative;
}

.ice-stop:before {
  content: '' !important;
  background-image: url(/img/icon-radio-sound.svg);
  width: 14px !important;
  height: 13px;
  background-repeat: no-repeat;
}
.ice-stop.mute:before {
  content: '' !important;
  background-image: url(/img/icon-radio-mute.svg);
  background-size: contain;
  width: 14px !important;
  height: 13px;
  background-repeat: no-repeat;
}
.ice-volume {
  width: 60px !important;
}
.ice-player-el {
  flex-wrap: nowrap !important;
}

.onl_song {
  font-size: 11px;
  color: #005dcf;
  height: 25px;
  /*overflow: hidden;
  /*-o-text-overflow: ellipsis;
  text-overflow: ellipsis;*/
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /*width: 132px;*/
  animation: scroll 10s linear infinite;
  /*animation-play-state: paused;*/
  white-space: nowrap;
}
.ice-pause:before {

  content: '' !important;
  background-image: url(../images/icon-radio-stop.svg);
  width: 100% !important;
  height: 10px;
  max-width: 11px;
  background-repeat: no-repeat;
}
.playBar {
  display: flex;
  align-items: center;
  border-radius: 60px;
  background-color: #EBEEF5;
  max-width: 383px;
  width: 100%;
  height: 40px;
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  overflow: hidden;
  margin-top: -5px;
}
.LendNew .header .logo {
  padding-right: 25px;
  margin: 0 10px 0 0;

}
.playBar__wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
}
.playBar__wrapper span{
  font-size: 12px;
  color: #005dcf;

}
.playBar__wrapper a{
  font-size: 11px;
  color: #005dcf;
}
.playBar__wrapper a:hover{
 text-decoration: underline;
}
.playBar__controller {
  display: flex;
  margin: 0 11px;
  align-items: center;
}
.playBar__controller-pl {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.playBar__controller-rang img{
  display: block;

}
.playBar__controller-micr {
  margin-left: 5px;
  margin-right: 11px;
}
.playBar__muz {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  display: none;
}

.ice-pause:before {
  content: '' !important;
  background-image: url(/img/icon-radio-stop.svg);
  width: 100% !important;
  height: 10px;
  max-width: 11px;
  background-repeat: no-repeat;
}
.row__radio {

  justify-content: space-between;
}
.playBar.none {
  display: none;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}


@media (max-width: 1115px) {
    .playBar {
        max-width: 270px;
    }
}
@media (max-width: 1049px) {
    .playBar {
        max-width: 380px;
    }
}

@media (min-width: 1055px) {
	.header-des .container {
		width: 1200px;
		max-width: 1200px ;
	}
	.ice-player {
		padding: 7px !important;

  }
	.header-des * {

		transition: inherit;
  }
	.header-des.fixed .playBar {
		transform: translateX(-395px);
  }
  .header-des.fixed .header-search {
	opacity: 1;
	display: block;
	width: 440px;
}
.header-des.fixed .logo {
	padding: 0;
}
	.header-des .header-search input {

		background-color: #fff !important;
  }
	.row.row-des.align-items-center {
		flex-wrap: nowrap;
  }
  .col-2.col-sm-6.col-md-6.col-lg-8.col-logo.col-des {
	flex: auto;
	max-width: initial;
	display: flex;
	order: -1;
}
.col-10.col-sm-6.col-md-6.col-lg-4.col-right.col-des {
	flex: auto;
	max-width: inherit;
	width: auto;
	display: flex;
}
.header-des .header-search {

	z-index: 50;
}
.playBar {
	order: -1;
}
.header .logo {
	padding-right: 20px;
	margin: 0 20px 0 0;

}
}

@media (max-width: 770px) {
    .ice-play {
        width: 30px !important;
    }

    .ice-pause {
        width: 30px !important;
    }
    .playBar {
        max-width: 100%;
        padding-left: 11px;
        justify-content: flex-start;
    }
    .onl_song {
        font-size: 10px;
        color: #005dcf;
        width: 100%;
        height: 21px;
        max-width: 150px;
        animation: scroll 10s linear infinite;
    }
    .ice-play {
        width: 100%;
        height: 30px;
        max-width: 30px;
    }
    .ice-pause {
        width: 100%;
        height: 30px;
        max-width: 30px;
    }
    .playBar__wrapper span {
        font-size: 11px;
    }
    .playBar__wrapper a {
        font-size: 10px;
        color: #005dcf;
    }
    .ice-player {
        padding-left: 5px !important;
        padding-right: 2px !important;
    }
}

.row-des {
    justify-content: flex-end;
    row-gap: 10px;
}
