body {
	font-size: 16px;
	position: relative;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 400;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

html,body {
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

a,img {
	border: none;
	outline: none;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #b7b7b7 !important;
	font-family: Arial,Helvetica,sans-serif !important;
	font-style: italic !important;
	font-weight: 400 !important;
}

input::placeholder,textarea::placeholder {
	color: #b7b7b7;
	font-family: Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: 400;
}

.radio__share-socials .ya-share2__badge {
    margin-top: 1.5px;
}

.radio__share-socials .ya-share2__container_mobile .ya-share2__badge {
    border-radius: 4px;
}

.radio__share-socials .ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon {
    height: 24px;
    width: 24px;
}

h1 {
	font-size: 26px;
	line-height: 1.3;
}

.playlist {
	overflow-y: hidden;
}

.playlist__schedule {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 20px;
}

.playlist__schedule li {
    display: inline;
}

.playlist__schedule li a {
    color: #777;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    text-align: center;
    margin: 0 15px;
    border-bottom: 2px solid transparent;
}

.playlist__schedule li a.active {
    border-color: #5386e4;
}

.playlist__schedule li a span {
    color: #5a5a5a;
    display: block;
    font-weight: bold;
    margin-bottom: 7px;
}

h2,h3,h5 {
	font-weight: 400;
	font-size: 18px;
	letter-spacing: .4px;
	color: #272727;
	line-height: 1.3;
	margin-bottom: 10px;
}

.header__text h2 {
	color: #fff;
	text-transform: none;
}

h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

button,textarea,input {
	font-family: Arial,Helvetica,sans-serif;
}

button:focus,textarea:focus,input:focus {
	outline: 0;
}

.song_name_block-pl {
    padding-left: 10px;
}

.main_wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-grow: 1;
	justify-content: space-between;
}

.track-item .radio__top-logo {
    border-radius: 12px;
}

.track-item .radio__top-info--track {
    font-size: 14px;
    color: #545454;
}

.track-item .radio__top-info--track__title {
    display: block;
    margin-bottom: 5px;
}

.track-item .radio__top-info--track__links {
    margin-bottom: 15px;
}

.track-item .radio__top-info--track a {
    color: #8ca4b3;
}

.track-item .radio__top-info--track a:hover {
    color: #8ca4b3;
    border-color: #8ca4b3;
}

.radio__top-info--track__links.radio__top-info--track__links-grey {
    color: #777;
}

.footer_player {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	background: #fff;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	-webkit-transition: height .5s;
	transition: height .5s;
	height: 0;
	overflow: hidden;
}

.footer_player .station_name {
	font-weight: bold;
	color: #717171;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.footer_player .station_name a {
	text-decoration: none;
	color: #6e6e6e;
	transition: .3s color,border-color ease;
	border-bottom: 1px solid transparent;
	white-space: nowrap;
}

.footer_player .station_name a:hover {
	color: #8ca4b3;
	border-color: #8ca4b3;
}

.footer_player .song_name {
	font-size: 14px;
	color: #6e6e6e;
	overflow: hidden;
	text-overflow: ellipsis;
}

.footer_player .song_name a {
	text-decoration: none;
	font-size: 14px;
	transition: .3s color,border-color ease;
	border-bottom: 1px solid #6e6e6e;
	color: #6e6e6e;
	white-space: nowrap;
}

.footer_player .song_name a:hover {
	color: #8ca4b3;
	border-color: #8ca4b3;
}

.footer_player .timeline {
	display: flex;
}

.footer_player .timeline .timeline_bar {
	width: 100%;
	padding-bottom: 10px;
}

.footer_player .timeline .timeline_bar:hover {
	cursor: pointer;
}

.footer_player .timeline .timeline_bar .bar_block {
	width: 100%;
	height: 3px;
	background: #d5e2ea;
	position: relative;
	font-size: 0px;
	font-weight: bold;
	transition: .4s all ease;
}

.footer_player .timeline .timeline_bar .bar_block_inner {
	position: absolute;
	height: 100%;
	width: 0%;
	background: #ffa630;
	-webkit-transition: width .1s;
	transition: width .1s;
}

.footer_player .timeline .timeline_bar .bar_block .timeline_start {
	position: absolute;
	left: 10px;
	display: inline-block;
	line-height: 17px;
}

.footer_player .timeline .timeline_bar .bar_block .timeline_end {
	position: absolute;
	right: 10px;
	display: inline-block;
	line-height: 17px;
}

.footer_player.radio .bottom_row .favourite_block {
	display: block;
}

.footer_player.radio .bottom_row .bottom_row_controls_rewind {
	display: none;
}

.footer_player.radio .timeline .timeline_bar:hover {
	cursor: auto;
}

.footer_player.radio .timeline .timeline_bar .bar_block .bar_block_inner {
	display: none;
}

.footer_player:hover .timeline .timeline_bar .bar_block {
	height: 17px;
	font-size: 13px;
}

.footer_player.radio:hover .timeline {
	cursor: auto;
}

.footer_player.radio:hover .timeline .timeline_bar .bar_block {
	height: 3px;
	font-size: 0px;
}

.footer_player .bottom_row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	align-items: center;
	max-width: 800px;
	margin: 0 auto;
	padding: 0px 15px 10px;
}

.footer_player .bottom_row .favourite_block {
	margin-left: 30px;
	display: none;
}

.footer_player .bottom_row .favourite_block a {
	float: none;
	display: block;
	margin: 0;
	height: 33px;
	width: 33px;
}

.footer_player .bottom_row .volume_block {
	margin-left: 30px;
	max-width: 80px;
	min-width: 51px;
}

.footer_player .bottom_row .volume_block .volume_icon {
	vertical-align: middle;
	width: 16px;
	display: inline-block;
	height: 12px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 7px;
}

.footer_player .bottom_row .volume_block .volume_icon_on {
	background-image: url(/img/speaker-filled-audio-tool.svg);
}

.footer_player .bottom_row .volume_block .volume_icon_off {
	background-image: url(/img/speaker-filled-audio-tool-off.svg);
}

.footer_player .bottom_row .volume_block .volume_icon .volume {
	display: inline-block;
	width: calc(100% - 23px);
	vertical-align: middle;
}

.footer_player .bottom_row .title_block {
	display: inline-block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	align-items: center;
	line-height: 20px;
	overflow: hidden;
}

.footer_player .bottom_row .image {
	display: inline-block;
	margin-right: 15px;
}

.footer_player .bottom_row .image img {
	max-height: 50px;
}

.footer_player .bottom_row .bottom_row_controls {
	display: flex;
	align-items: center;
	margin-left: 15px;
}

.footer_player .bottom_row .bottom_row_controls .play_pause {
	display: inline-block;
}

.footer_player .bottom_row .bottom_row_controls .play_pause .play_pause--pause,.footer_player .bottom_row .bottom_row_controls .play_pause .play_pause--play {
	width: 50px;
	height: 50px;
}

.footer_player .bottom_row .bottom_row_controls_rewind {
	display: inline-block;
}

.footer_player .bottom_row .bottom_row_controls .prev,.footer_player .bottom_row .bottom_row_controls .next {
	width: 35px;
	height: 25px;
	margin: 10px;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	background-size: cover;
	background-image: url("/img/play_prev.svg");
}

.footer_player .bottom_row .bottom_row_controls .next {
	background-image: url("/img/play_next.svg");
}

.play_pause .play,.play_pause .pause {
	display: none;
	vertical-align: bottom;
}

.play_pause .play.active,.play_pause .pause.active {
	display: inline-block;
}

.play_pause--play,.play_pause--pause {
	padding: 7%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	background-size: cover;
	background-image: url(/img/player-play-icon.svg);
	height: 50px;
	width: 50px;
	margin: 0 auto;
}

.play_pause--pause {
	background-image: url(/img/player-pause-icon.svg);
}

.preloading .loading_block {
	display: block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background-image: url(/img/play_preloader.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.load_more {
	padding-top: 10px;
	text-align: center;
	margin: auto;
	clear: both;
	width: 100%;
}

.load_more .refresh {
	width: 20px;
	height: 20px;
	float: left;
}

.load_more a {
	color: #a6bcca;
	text-decoration: none;
}

.load_more a span {
	border-bottom: 1px solid #8ca4b3;
	color: #8ca4b3;
}

.load_more a:hover {
	color: #8ca4b3;
}

.load_more a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 11px;
	width: 20px;
	background-image: url(/img/refresh.svg);
}

.padding_bottom_70 {
	padding-bottom: 70px;
}

.main_container {
	padding: 35px;
}

.main_container .block_title {
	padding: 31px 0px 3px;
	font-size: 18px;
}

.main_container .gray_frame {
	background: #f6f6f6;
	padding: 26px;
	display: inline-block;
}

.round_corners {
	border-radius: 4px;
}

.block_label {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	text-decoration: none;
	color: #191919;
}

.song__share {
	width: 100%;
	margin: 25px 0px 35px 0px;
}

.song__share-socials {
	list-style-type: none;
}

.song__share-socials:after {
	content: "";
	display: table;
	clear: both;
}

.song__share-socials li {
	float: left;
	margin-right: 10px;
}

.song__share-socials li.song__share-socials--fb a {
	background: #3b5998;
}

.song__share-socials li.song__share-socials--fb a:hover {
	background-color: #3b5998;
}

.song__share-socials li.song__share-socials--fb a i {
	background-image: url(/img/radio-page-socials/facebook.svg);
	width: 10px;
	height: 16px;
}

.song__share-socials li.song__share-socials--vk a {
	background-color: #6383a8;
	line-height: 28px;
}

.song__share-socials li.song__share-socials--vk a:hover {
	background-color: #5181B8;
}

.song__share-socials li.song__share-socials--vk a i {
	background-image: url(/img/radio-page-socials/vk.svg);
	width: 17px;
	height: 11px;
}

.song__share-socials li.song__share-socials--odn a {
	background-color: #d57819;
}

.song__share-socials li.song__share-socials--odn a:hover {
	background-color: #ff9b34;
}

.song__share-socials li.song__share-socials--odn a i {
	background-image: url(/img/radio-page-socials/odnoklassniki.svg);
	width: 11px;
	height: 15px;
}

.song__share-socials li.song__share-socials--google a {
	background-color: #d34836;
	line-height: 29px;
}

.song__share-socials li.song__share-socials--google a:hover {
	background-color: #d34836;
}

.song__share-socials li.song__share-socials--google a i {
	background-image: url(/img/radio-page-socials/google-plus.svg);
	width: 17px;
	height: 13px;
}

.song__share-socials li.song__share-socials--twitter a {
	background-color: #1da1f2;
}

.song__share-socials li.song__share-socials--twitter a:hover {
	background-color: #77b6f0;
}

.song__share-socials li.song__share-socials--twitter a i {
	background-image: url(/img/radio-page-socials/twitter.svg);
	width: 16px;
	height: 14px;
}

.song__share-socials li:last-child {
	margin-right: 0;
}

.song__share-socials li a {
	display: block;
	height: 27px;
	border-radius: 4px;
	width: 27px;
	line-height: 32px;
	transition: .3s background-color ease;
	background-color: #a6bcca;
}

.song__share-socials li a i {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
}

.song__share-title {
	font-size: 14px;
	color: #989898;
	margin: 0px 15px;
}

.song__share-inner {
	border-radius: 4px;
	padding: 8px 0;
	text-align: center;
	background: #f7f7f7;
	padding: 8px 10px;
	line-height: 30px;
}

.song__share-inner>* {
	display: inline-block;
	vertical-align: middle;
}

.song_left_column {
	float: left;
	min-width: 300px;
	max-width: 40%;
}

.song_right_column {
	overflow: hidden;
	padding-left: 35px;
}

.song_artist_img {
	max-width: 100%;
	border-radius: 4px;
	max-height: 500px;
	margin-bottom: 25px;
}

.song_video {
	margin-bottom: 30px;
}

.song_video a:hover img {
	opacity: .5;
	transition: all .3s;
}

.song_video a:hover .video_play_icon {
	background: url(/img/video-play-active.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.song_video img {
	width: 100%;
	max-width: 500px;
}

.song_video .video_play_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 64px;
	height: 64px;
	margin-top: -33px;
	margin-left: -33px;
	background: url(/img/video-play-icon.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.song_video a div {
	position: relative;
}

.song_album a {
	color: #000;
	text-decoration: none;
}

.song_album img {
	width: 100%;
	display: block;
}

.song_album:hover img {
	opacity: .6;
	transition: .3s all ease;
}

.song_shadow {
	background: #000;
}

.song_details {
	padding-top: 25px;
}

.song_details_row {
	font-size: 14px;
	color: #6e6e6e;
	line-height: 25px;
}

.song_details_row a {
	color: #506b7c;
	text-decoration: underline;
	text-underline-color: #a7b5bd;
}

.song_details_row a:hover {
	text-decoration: none;
}

.song_details_title {
	color: #595959;
	font-weight: bold;
}

.song_controls {
	padding-top: 13px;
	font-size: 14px;
	line-height: 50px;
}

.song_controls a {
	text-decoration: none;
	margin-right: 40px;
}

.song_controls_download {
	background: #5386e4;
	height: 38px;
	border-radius: 19px;
	display: inline-block;
	line-height: 38px;
	position: relative;
	transition: .3s all ease;
}

.song_controls_download:hover {
	background: #5d8eec;
}

.song_controls_download_icon {
	background-image: url(/img/icon_download.svg);
	height: 16px;
	width: 19px;
	display: inline-block;
	margin: 0px 20px 0px 30px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.song_controls_download_text {
	color: #fff;
	margin: 0px 30px 0px 60px;
}

.song_controls_favourites {
	height: 38px;
	border-radius: 19px;
	display: inline-block;
	line-height: 38px;
	position: relative;
	-webkit-box-shadow: inset 0px 0px 0px 10px #ececec;
	-moz-box-shadow: inset 0px 0px 0px 10px #ececec;
	box-shadow: inset 0px 0px 0px 2px #ececec;
}

.song_controls_favourites.active svg {
	fill: #ffa630;
}

.song_controls_favourites.active:hover svg {
	fill: #ffb553;
}

.song_controls_favourites:hover svg {
	fill: #bcd3e2;
}

.song_controls_favourites_icon {
	width: 22px;
	display: inline-block;
	margin: 0px 5px 0px 30px;
}

.song_controls_favourites_icon svg {
	display: inline-block;
	vertical-align: middle;
	fill: #a6bcca;
	transition: .3s all ease;
}

.song_controls_favourites_text {
	display: inline-block;
	color: #606060;
}

.song_controls_favourites_count {
	display: inline-block;
	color: #5386e4;
	margin: 0px 20px 0px 10px;
	font-weight: bold;
}

.song_text_block {
	border: 2px solid #f1f1f1;
	padding: 25px 30px;
}

.song_text_title {
	font-size: 18px;
	padding-bottom: 20px;
}

.song_text_content {
	color: #5d5c5c;
	line-height: 1.5em;
	height: 9em;
}

.song_player_text {
	text-decoration: none;
	color: #5386e4;
	font-size: 15px;
	font-weight: bold;
	padding: 0px 30px 0px 18px;
}

.song_player_text span {
	border-bottom: 1px dashed;
}

.song_player_block {
	background: #f7f7f7;
	padding: 16px 22px;
	display: flex;
	align-items: center;
	width: 100%;
}

.song_player_block .pause {
	display: none;
}

.song_player_block .pause.active {
	display: block;
}

.song_player_block .volume {
	max-width: 100px;
}

.song_player_block .play_pause {
	display: flex;
	align-items: center;
}

.song_player_block a {
	text-decoration: none;
}

.song_player--play,.song_player--pause {
	width: 51px;
	height: 51px;
	padding: 4%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	background-size: cover;
	background-image: url(/img/player-play-icon.svg);
}

.song_player--pause {
	background-image: url(/img/player-pause-icon.svg);
}

.song_related_block {
	padding: 30px 0px;
}

.song_related_list {
	border: 2px solid #f7f7f7;
}

.load_progress {
	display: none;
	margin-top: 20px;
}

.load_progress_label {
	font-weight: bold;
	font-size: 14px;
	color: #595959;
}

.load_progress_block {
	width: 100%;
	background-color: #d5e2ea;
	margin-top: 10px;
}

.load_progress_bar {
	width: 1%;
	height: 10px;
	background-color: green;
	transition: width .5s;
}

.song_list_block {
	border: 2px solid #f7f7f7;
}

.song_list_item {
	width: 100%;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	align-items: center;
	color: #636363;
	font-size: 13.5px;
}

.song_list_item.song_list_item-hide {
    display: none;
}

.song_list_item:nth-child(2n+1) {
	background: #f7f7f7;
}

.song_list_item a {
	color: #989898;
	text-decoration: none;
	width: 100%;
}

.song_list_item a:hover {
	color: #5386e4;
	text-decoration: underline;
}

.song_list_item a:hover span {
	color: #5386e4;
}

.song_list_item .play_button .song_player--play {
	width: 30px;
	height: 30px;
	background-image: url(/img/player-play-icon-gray.svg?v=1);
}

.song_list_item .play_button .song_player--pause {
	width: 30px;
	height: 30px;
}

.song_list_item .play_button .pause {
	display: none;
}

.song_list_item .play_button .pause.active {
	display: inline-block;
}

.song_list_item .play_pause {
	padding: 7px 18px;
}

.song_list_item .play_pause:hover .song_player--play {
	background-image: url(/img/player-play-icon.svg);
}

.song_list_item .no_track {
	padding: 12px 24px;
}

.song_list_item .no_track .song_track_icon {
	width: 21px;
	height: 21px;
	display: block;
	background-size: cover;
	background-image: url(/img/radio-info-track.svg);
}

.song_list_item .song_number {
	padding-right: 14px;
}

.song_list_item .song_cover {
    padding: 7px 18px;
}

.song_list_item .song_cover img {
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

.song_list_item .song_name {
	width: 100%;
}

.song_list_item .song_name span {
	color: #5772a5;
}

.song_list_item .song_name span.song_name-grey {
    color: #777;
}

.song_list_item .song_name_label span {
	color: #636363;
}

.song_list_item .song_name_block {
	min-height: 45px;
	display: flex;
	align-items: center;
}

.song_list_item .song_duration {
	padding: 0px 25px 0px 20px;
	color: #5772a5;
}

.song_list_item .song_icon {
	width: 33px;
	height: 33px;
	margin: 12px 18px;
	position: relative;
}

.song_list_item .song_icon i {
	background-image: url(/img/radio-info-track.svg);
	height: 17px;
	width: 17px;
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 8px;
}

.radio__playlist-items .song_list_item .song_number {
	padding: 0px 0px 0px 14px;
}

.load_more_link {
	padding-top: 20px;
	text-align: center;
	margin: auto;
	clear: both;
	width: 100%;
}

.load_more_link.left {
	text-align: left;
	padding-left: 20px;
}

.load_more_link a {
	color: #5772a5;
	text-decoration: none;
}

.load_more_link a span {
	border-bottom: 1px solid #8ca4b3;
	color: #8ca4b3;
}

.load_more_link a:hover span {
	border-bottom: none;
}

.artist_albums {
	padding: 20px 0px 50px 0px;
}

.artist_albums_block {
	width: 100%;
	display: flex !important;
	flex-wrap: wrap;
}

.artist_albums .song_album {
	width: 24%;
	margin-bottom: 20px;
	margin-right: 1.33%;
}

.artist_albums .song_album:nth-child(4n) {
	margin-right: 0;
}

.container {
	width: 97%;
	max-width: 1165px;
	margin: 0 auto;
}

.artist_left_column {
	float: left;
	min-width: 300px;
	max-width: 40%;
}

.artist_left_column .song__share {
	margin-top: 0px;
}

.artist_right_column {
	overflow: hidden;
	padding-left: 35px;
}

.artist_list_block {
	border: 2px solid #f7f7f7;
}

.artist_video {
	padding: 20px 0px 50px 0px;
}

.artist_video_block {
	width: 100%;
	display: flex !important;
	flex-wrap: wrap;
}

.artist_video_block .song_video {
	width: 24%;
	margin-bottom: 20px;
	margin-right: 1.33%;
}

.artist_video_block .song_video:nth-child(4n) {
	margin-right: 0;
}

.artist_video_block .song_video a {
	text-decoration: none;
	color: #191919;
}

.artist_details {
	padding-bottom: 25px;
}

.artist_details_row {
	font-size: 14px;
	color: #6e6e6e;
	line-height: 25px;
}

.artist_details_row a {
	color: #506b7c;
	text-decoration: underline;
	text-underline-color: #a7b5bd;
}

.artist_details_row a:hover {
	text-decoration: none;
}

.artist_details_title {
	color: #595959;
	font-weight: bold;
}

.artist_list_wrapper {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}

.artist_list_wrapper .artist_item_block {
	width: 23%;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
	transition: .3s all ease;
	margin: 1%;
	margin-bottom: 17px;
}

.artist_list_wrapper .artist_item_block:empty {
	height: 0;
	border: none;
	margin-bottom: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.artist_list_wrapper .artist_item_block .block_label {
	padding: 14px 10px;
}

.artist_list_wrapper .artist_item_block:hover {
	background: #5386e4;
}

.artist_list_wrapper .artist_item_block:hover .block_label {
	color: #fff;
}

.artist_list_wrapper .artist_item_block:hover img {
	opacity: .6;
}

.artist_list_wrapper .artist_item_block .artist_image {
	flex-grow: 20;
	-webkit-box-flex: 20;
	-ms-flex-positive: 20;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 280px;
}

.artist_list_wrapper .artist_item_block img {
	width: 100%;
	background-color: #000;
	transition: .3s opacity ease;
	object-fit: cover;
	height: 100%;
}

.artist_list_wrapper .artist_item_block a {
	text-decoration: none;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	height: 100%;
}

.artist_list_info {
	margin-bottom: 30px;
}

.artist_list_info_text {
	padding: 20px;
}

.form-page__captcha {
	margin-bottom: 15px;
}

.form-page__input {
	position: relative;
	padding-bottom: 28px;
}

.form-page__input:last-of-type {
	padding-bottom: 0;
	margin-bottom: 15px;
}

.form-page h1.caption {
	text-align: center;
}

.form-page__wrapper {
	text-align: center;
	min-width: 300px;
	max-width: 454px;
	margin: 0 auto;
	padding: 30px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 1px 3px 0px rgba(64,64,64,0.15);
}

.form-page__wrapper input[type="submit"] {
	display: block;
	width: 100%;
	background-color: #5386e4;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 48px;
	border-radius: 1000px;
	border: 0;
	cursor: pointer;
}

.form-page__wrapper textarea,.form-page__wrapper input:not([type="submit"]) {
	display: block;
	background-color: #fbfafa;
	width: 100%;
	border: 2px solid #dde7fa;
	padding: 0 26px;
	border-radius: 4px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #272727;
}

.form-page__wrapper textarea {
	height: 160px;
	resize: none;
	padding: 16px 26px;
}

.form-page__wrapper input {
	height: 50px;
}

.form-page__wrapper .form_received {
	color: green;
	padding-bottom: 20px;
	font-weight: bold;
}

.form-page__wrapper label {
	display: block;
	text-align: left;
	color: #606060;
	font-size: 15px;
	margin-bottom: 12px;
}

.form-page__wrapper label.form-page__error {
	position: absolute;
	color: #ff5e88;
	font-size: 15px;
	opacity: 0;
	transition: .3s opacity ease;
	font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
	letter-spacing: .3px;
	bottom: 9px;
	right: 0;
	margin-bottom: 0;
}

.form-page__wrapper label.form-page__error.show {
	opacity: 1;
}

.text-block h1 {
	margin-bottom: 20px;
}

.text-block ul,.text-block ol {
	list-style-type: none;
	margin-left: 12px;
	margin-bottom: 16px;
}

.text-block ul li,.text-block ol li {
	position: relative;
	color: #818181;
	font-size: 15px;
	padding-left: 25px;
	margin-bottom: 7px;
	line-height: 1.3;
}

.text-block ul li:last-child,.text-block ol li:last-child {
	margin-bottom: 0;
}

.text-block ul li:before,.text-block ol li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	background-color: #ffa630;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.text-block h2 {
	padding-top: 35px;
	font-size: 20px;
	margin-bottom: 10px;
}

.text-block>:last-child {
	margin-bottom: 0;
}

.text-block p {
	color: #606060;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 16px;
}

.text-block strong,.text-block b {
	font-weight: 700;
	color: #505050;
}

.text-block i,.text-block em {
	font-style: italic;
}

.text-block a {
	color: #5772a5;
	text-decoration: none;
}

.text-block a:hover {
	border-bottom: 1px solid #5772a5;
}

.about__wrapper {
	padding: 30px;
}

.about__wrapper p {
	font-size: 17px;
	line-height: 25px;
}

.about__wrapper h3 {
	margin-top: 20px;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.clearboth {
	clear: both;
}

.playlist .radio-tabs__content {
	padding: 30px;
}

.playlist_info {
	display: flex;
	padding: 10px;
	margin-bottom: 30px;
	align-items: flex-start;
}

.playlist_info_text {
	padding: 20px;
}

.playlist_info .radio__item {
	margin: 10px;
}

.playlist_info .radio__item:hover {
	border-bottom: none;
}

.playlist_info .radio__item-icon {
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(/img/player-play-icon.svg);
	width: 30px;
	float: left;
	margin-top: 3px;
}

.playlist_info .radio__item-title {
	width: calc(100% - 40px);
	margin-bottom: 0px;
}

.radio .caption {
	float: left;
}

.radio-favourites_empty {
	padding: 30px;
}

.radio-favourites_empty_block {
	background: #f9f9f9;
}

.radio-favourites_empty_block .inner_empty {
	padding: 110px 30px;
}

.radio-favourites_empty_block .inner_empty .inner_empty__text span {
	font-size: 14px;
	color: #606060;
	display: block;
	text-align: center;
}

.radio-favourites_empty_block .inner_empty .inner_empty__text .favourite_icon {
	margin: 25px auto;
	width: 23px;
	height: 21px;
}

.radio-favourites_empty_block .inner_empty .inner_empty__text .favourite_icon svg {
	fill: #a6bcca;
	transition: .3s all ease;
}

.radio-favourites_empty_block .inner {
	padding: 75px 0px;
	text-align: center;
}

.radio-favourites_empty_block .inner .favourite_icon {
	margin: 0 auto;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	background-color: #e0e0e0;
	border: 20px solid transparent;
}

.radio-favourites_empty_block .inner .favourite_icon svg {
	fill: #FFF;
	transition: .3s all ease;
}

.radio-favourites_empty_block .inner .favourite_text {
	margin-top: 25px;
}

.radio-favourites_empty_block .inner .favourite_text span {
	color: #a1a1a1;
	font-size: 16px;
	display: block;
}

.radio-favourites_empty_block .inner .favourite_text .big {
	font-size: 22px;
}

.radio-favourites_empty_block .inner .favourite_auth {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #5386e4;
	margin-top: 35px;
}

.radio-favourites_empty_block .inner .favourite_auth span {
	font-weight: bold;
	border-bottom: 1px dashed #5386e4;
	font-size: 14px;
}

.radio-favourites_empty_block .inner .favourite_auth span:hover {
	border-bottom: 1px solid transparent;
}

#search_all_result>div {
	padding-bottom: 50px;
	padding-top: 10px;
}

.search-form {
	margin-bottom: 30px;
}

.search-form .form__search-input {
	width: 540px;
	height: 55px;
}

.search-form .form__search-submit {
	height: 49px;
}

.search-form .form__search-input input[type="text"] {
	box-shadow: none;
}

.search-form__title {
	font-size: 16px;
	margin-right: 30px;
	color: #797979;
	float: left;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.search-form form {
	float: left;
}

.search-form__wrapper {
	padding: 20px 46px;
	border-radius: 10px;
	width: 69.4%;
	background-color: #e2dbdb;
	box-shadow: inset 0px -3px 5px 0px rgba(0,0,0,0.1);
	margin: 0 auto;
}

.search-form__wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.search-form__key {
	text-align: center;
	font-size: 18px;
	color: #8f8e8e;
	margin: 0 20px 20px;
}

.search-results {
	width: 70%;
	margin: auto;
}

.search-results .radio-list .radio-list__info {
	max-width: 320px;
}

.search-results .radio-tabs__content {
	padding: 30px;
}

.search-results .search_song-wrapper {
	border: 2px solid #f7f7f7;
	border-radius: 4px;
}

.search-results .search_radio-items {
	border-radius: 4px;
	padding-top: 20px;
	width: 100%;
}

.search_radio-items {
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: space-evenly;
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
}

.search_radio-items .radio__item {
	text-align: center;
	width: 160px;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.17);
	background-color: #fff;
	text-decoration: none;
	margin: 0 .89% 20px;
	position: relative;
}

.search_radio-items .radio__item-img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.search_radio-items .radio__item-info {
	display: table;
	height: 42px;
	width: 100%;
	padding: 0 14px;
}

.search_radio-items .radio__item-title {
	display: table-cell;
	vertical-align: middle;
}

.search_radio-items .radio__item span {
	-webkit-transition: .3s color ease;
	-o-transition: .3s color ease;
	-moz-transition: .3s color ease;
	transition: .3s color ease;
	font-size: 14px;
	letter-spacing: .7px;
	color: #333;
	line-height: 15px;
	display: inline-block;
}

.search_radio-items .radio__item:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	right: 0;
	border: 2px solid transparent;
	-webkit-transition: .3s border-color ease;
	-o-transition: .3s border-color ease;
	-moz-transition: .3s border-color ease;
	transition: .3s border-color ease;
}

.search_radio-items .radio__item:hover .radio__item-title span {
	color: #5386e4;
	text-decoration: underline;
	text-decoration-color: #98b6ef;
}

.search_radio-items .radio__item:hover .radio__item-title .frequency {
	color: #6d6d6d;
	text-decoration: none;
}

.search_radio-items .radio__item:hover:after {
	border-color: #98b6ef;
}

.search_radio-items .radio__item:empty {
	height: 0;
	border: none;
	margin-bottom: 0;
}

.search_radio-items .radio__item:empty:hover:after {
	border: none;
}

.search_artist-wrapper .artist_list_wrapper .artist_item_block .artist_image {
	min-height: 200px;
}

.radio_contact_item {
	position: relative;
	border: 1px solid #f7f7f7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 15px;
	color: #595959;
	margin-top: -1px;
}

.radio_contact_item:nth-child(1) {
	margin-top: 0;
}

.radio_contact_item .icon_email {
	background-image: url(/img/icon_email.svg);
	height: 16px;
	width: 18px;
	margin-left: -2px;
}

.radio_contact_item .icon_phone {
	background-image: url(/img/icon_phone.svg);
	height: 16px;
}

.radio_contact_item .icon_address {
	background-image: url(/img/icon_address.svg);
	height: 16px;
}

.radio_contact_item .icon_site {
	background-image: url(/img/earth-globe.svg);
	height: 15px;
	width: 15px;
}

.radio_contact_text {
	font-size: 14px;
	padding-left: 30px;
	line-height: 1.4;
}

.radio_contact_text .strong {
	font-weight: bold;
}

.radio_contact_icon {
	width: 14px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 10px;
	position: absolute;
	left: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.favourite .radio-list__title {
	margin-bottom: 0;
	margin-right: 10px;
	display: inline;
}

.favourite__like {
	width: 18px;
	height: 16px;
	cursor: pointer;
	display: inline-block;
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}

.favourite__like.active svg {
	fill: #ffa630;
}

.favourite__like:hover svg {
	fill: #ffa630;
}

.favourite__like svg {
	width: 100%;
	height: 100%;
	fill: #a6bcca;
	transition: .3s all ease;
}

.favourite__row {
	width: 240px;
	position: relative;
	margin-bottom: 10px;
}

.genre-list__wrapper {
	padding: 30px 30px 25px;
	border-bottom: 1px solid #ececec;
}

.genre-list__items {
	text-align: left;
}

.genre-list__items:after {
	content: "";
	display: table;
	clear: both;
}

.genre-list__item {
	float: left;
	width: 18.5%;
	margin: 0 .9375% 1.875%;
	border-radius: 4px;
	background-color: #f7f7f7;
	position: relative;
	padding-top: 11.1%;
	text-align: center;
}

.genre-list__item:before {
	content: "";
	display: block;
	z-index: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #e5e5e5;
	position: absolute;
	border-radius: 4px;
	transition: .3s all ease;
}

.genre-list__item:nth-child(5n+1) {
	margin-left: 0;
}

.genre-list__item:nth-child(5n) {
	margin-right: 0;
}

.genre-list__item:hover:before {
	border-width: 2px;
	border-color: #ffd7a2;
}

.genre-list__item:hover p span {
	color: #ffa630;
	border-color: #ffca83;
}

.genre-list__item.active:before {
	border-width: 2px;
	border-color: #ffd7a2;
}

.genre-list__item.active p span {
	color: #ffa630;
	border-color: #ffca83;
}

.genre-list__inner {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
}

.genre-list__inner p {
	position: absolute;
	left: 50%;
	width: 100%;
	padding: 0 5px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.genre-list__inner p span {
	transition: .3s border-color,color ease;
	color: #888;
	font-size: 15px;
	letter-spacing: .3px;
	display: inline-block;
	border-bottom: 1px solid transparent;
}

.genre-list__link {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #86aaec;
	color: #5386e4;
	font-size: 15px;
	margin-top: 10px;
}

.header {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	background-image: url(/img/header-bg.jpg);
}

.header.header-inner {
	background-image: url(/img/header-inner-bg.jpg);
}

.header.header-inner .header__top {
	border-bottom: 1px solid #717a98;
	box-shadow: none;
}

.header.header-inner .header-inner__nav {
	float: left;
	margin-top: 13px;
}

.header.header-inner .header__bottom {
	padding: 5px 0;
}

.header.header-inner .header-inner__list {
	list-style-type: none;
}

.header.header-inner .header-inner__list:after {
	content: "";
	display: table;
	clear: both;
}

.header.header-inner .header-inner__list li {
	float: left;
	margin-right: 56px;
}

.header.header-inner .header-inner__list li:hover a {
	color: #ffd630;
	border-color: #ffd630;
}

.header.header-inner .header-inner__list li.active a {
	color: #ffd630;
	border-color: #ffd630;
}

.header.header-inner .header-inner__list li:last-child {
	margin-right: 0;
}

.header.header-inner .header-inner__list li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	border-bottom: 1px solid transparent;
	transition: .3s color,border-color ease;
	letter-spacing: .6px;
	padding-bottom: 2px;
}

.header__top {
	background: rgba(83,134,228,0.09);
	box-shadow: 0px 0px 65px 0px rgba(23,21,24,0.15);
	padding: 25px 0;
	position: relative;
	z-index: 3;
}

.header__top>.container {
	height: 29px;
}

.header__top a {
	color: inherit;
	text-decoration: none;
}

.header__language {
	list-style-type: none;
	position: relative;
	float: left;
	margin-right: 70px;
	line-height: 39px;
	cursor: pointer;
}

.header__language.active:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header__language.active .header__language-dropdown {
	opacity: 1;
	z-index: 1;
	-webkit-transform: translateY(0) scale(1);
	-moz-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	-o-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
}

.header__language.active .header__language-text {
	color: #ffd630;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(64%, #ffd630), color-stop(0%, rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(left, #ffd630 64%, rgba(255,255,255,0) 0%);
	background-image: -moz-linear-gradient(left, #ffd630 64%, rgba(255,255,255,0) 0%);
	background-image: -o-linear-gradient(left, #ffd630 64%, rgba(255,255,255,0) 0%);
	background-image: linear-gradient(to right, #ffd630 64%, rgba(255,255,255,0) 0%);
}

.header__language>*::focus {
	outline: 0;
}

.header__language-list {
	background-color: #fff;
	border-radius: 4px;
	color: #313131;
	font-size: 14px;
	width: auto;
}

.header__language-list li {
	display: block;
	padding: 8px 12px;
}

.header__language-list li:last-of-type {
	border-radius: 0px 0px 4px 4px;
}

.header__language-list li.current {
	background-color: #f5f5f5;
}

.header__language-list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.header__language-current {
	display: inline-block;
	opacity: 1;
	z-index: 1;
	transform: translateY(0) scale(1);
}

.header__language-current:after {
	transform: rotate(180deg);
}

.header__language-current .header__language-text {
	color: #ffd630;
	background-image: linear-gradient(to right, #ffd630 64%, rgba(255,255,255,0) 0%);
}

.header__language:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 11px;
	width: 22px;
	background-image: url(/img/header-language-icon.svg);
}

.header__language:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(/img/language-arrow.svg) no-repeat center;
	background-size: cover;
	width: 10px;
	margin-top: 1px;
	height: 6px;
	margin-left: 12px;
	transition: .4s transform ease;
}

.header__language-dropdown {
	position: absolute;
	opacity: 0;
	z-index: -1;
	right: 8px;
	top: 100%;
	transform: translateY(-100%) scale(0);
	transition: .3s opacity ease;
}

.header__language-dropdown.active {
	opacity: 1;
	z-index: 1;
	transform: translateY(0) scale(1);
}

.header__language-dropdown:after {
	transform: rotate(180deg);
}

.header__language-dropdown ul {
	list-style-type: none;
	line-height: 1.2;
}

.header__language-text {
	font-size: 15px;
	font-weight: 700;
	padding-bottom: 4px;
	background-image: linear-gradient(to right, #dedfe2 64%, rgba(255,255,255,0));
	background-position: left bottom;
	background-size: 9px 1px;
	background-repeat: repeat-x;
	transition: .3s all ease;
}

.header__favourite {
	margin-right: 70px;
	line-height: 39px;
}

.header__favourite:hover .header__favourite-text {
	color: #ffd630;
	background-image: linear-gradient(to right, #ffd630 64%, rgba(255,255,255,0));
}

.header__favourite:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 11px;
	width: 22px;
	background-image: url(/img/header-favourite-icon.svg);
}

.header__favourite-text {
	font-size: 15px;
	font-weight: 700;
	padding-bottom: 4px;
	background-image: linear-gradient(to right, #dedfe2 64%, rgba(255,255,255,0) 0%);
	background-position: left bottom;
	background-size: 9px 1px;
	background-repeat: repeat-x;
	transition: .3s all ease;
}

.header__auth {
	line-height: 39px;
}

.header__auth:hover .header__auth-text {
	color: #ffd630;
	background-image: linear-gradient(to right, #ffd630 64%, rgba(255,255,255,0));
}

.header__auth:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 11px;
	width: 24px;
	background-image: url(/img/header-login-icon.svg);
}

.header__auth-text {
	font-size: 15px;
	font-weight: 700;
	padding-bottom: 4px;
	background-image: linear-gradient(to right, #dedfe2 64%, rgba(255,255,255,0));
	background-position: left bottom;
	background-size: 9px 1px;
	background-repeat: repeat-x;
	transition: .3s all ease;
}

.header__controls {
	float: right;
	display: table;
	height: 100%;
}

.header__controls-hamburger {
	display: none;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	border: 0;
	background-color: rgba(255,214,48,0.85);
	border: 2px solid #bea33a;
	position: relative;
	cursor: pointer;
}

.header__controls-hamburger.active .header__controls-hamburger--line {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 12px;
}

.header__controls-hamburger.active .header__controls-hamburger--line:before {
	opacity: 0;
}

.header__controls-hamburger.active .header__controls-hamburger--line:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 0;
}

.header__controls-hamburger:focus,.header__controls-hamburger:active,.header__controls-hamburger:hover {
	outline: 0;
}

.header__controls-hamburger--line {
	position: absolute;
	width: 18px;
	left: 50%;
	margin-left: -9px;
	top: 8px;
	background-color: #fff;
	border-radius: 1px;
	height: 2px;
	display: block;
	transition: .3s all ease;
	transition: .3s transform,top ease;
}

.header__controls-hamburger--line:before,.header__controls-hamburger--line:after {
	content: "";
	display: block;
	position: absolute;
	width: 18px;
	left: 50%;
	margin-left: -9px;
	background-color: #fff;
	border-radius: 1px;
	height: 2px;
}

.header__controls-hamburger--line:before {
	top: 5px;
	transition: .3s opacity ease;
}

.header__controls-hamburger--line:after {
	top: 10px;
	transition: .3s transform,top ease;
}

.header__logo {
	float: left;
}

.header__logo:after {
	content: "";
	display: table;
	clear: both;
}

.header__logo-img {
	width: 38px;
	height: 39px;
	float: left;
}

.header__logo-text {
	line-height: 16px;
	margin-left: 10px;
	float: left;
	margin-top: 4px;
}

.header__logo-text span {
	display: block;
}

.header__logo-text--big {
	font-size: 21px;
	font-weight: 700;
	letter-spacing: .5px;
}

.header__logo-text--small {
	font-size: 13px;
	margin-top: 2px;
}

.header__content {
	text-align: center;
	padding: 112px 0;
}

.header__countries {
	position: relative;
	top: 50px;
	width: 846px;
	height: 86px;
	margin: auto;
}

.header__countries a {
	float: left;
	margin-right: 30px;
}

.header__countries a:last-child {
	margin-right: 0px;
}

.header__countries a .selected {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.69);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.69);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.69);
}

.header__countries a .selected .current__flag {
	display: block;
}

.header__countries a:hover .header__country {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.69);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.69);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.69);
}

.header__countries a:hover span {
	text-decoration: none;
}

.header__country {
	width: 262px;
	height: 84px;
	background: rgba(93,93,93,0.48);
	float: left;
	display: table;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.header__country .country__flag {
	width: 110px;
	height: 72px;
	float: left;
	margin: 6px;
}

.header__country .country__flag .current__flag {
	display: none;
	width: 48px;
	height: 48px;
	background-color: rgba(93,93,93,0.8);
	margin: 0 auto;
	margin-top: 12px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
}

.header__country .country__flag .current__flag__icon {
	width: 100%;
	height: 100%;
	background: url(/img/check.svg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 9px solid transparent;
}

.header__country span {
	font-size: 24px;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	width: 140px;
	display: table-cell;
	vertical-align: middle;
}

.header__country .flag__ua {
	background: url(/img/ua.svg) no-repeat round;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.header__country .flag__ru {
	background: url(/img/ru.svg) no-repeat round;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.header__country .flag__by {
	background: url(/img/by.svg) no-repeat round;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.header__text {
	line-height: 1.2;
	margin-bottom: 40px;
}

.header__text-caption {
	font-size: 34px;
	font-weight: 900;
	margin-bottom: 7px;
}

.header__text-additional {
	font-size: 24px;
	font-weight: 400;
}

.radio__top .radio__top-info {
	max-width: calc(100% - 300px);
}

.mobile-menu {
	opacity: 0;
	transition: .3s all ease;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 98px 20px 20px;
	overflow-y: scroll;
	right: 0;
	top: 0;
	z-index: -1;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	background-color: rgba(43,48,56,0.97);
	text-align: center;
	color: #fff;
	height: 100vh;
}

.mobile-menu input:-ms-input-placeholder,.mobile-menu textarea:-ms-input-placeholder {
	font-size: 13px;
}

.mobile-menu input::placeholder,.mobile-menu textarea::placeholder {
	font-size: 13px;
}

.mobile-menu .form__search {
	margin-top: 30px;
}

.mobile-menu .form__search-input {
	width: 80%;
	height: 46px;
}

.mobile-menu .form__search-input input[type="text"] {
	padding: 0 125px 2px 20px;
}

.mobile-menu .form__search-submit {
	height: 40px;
	line-height: 38px;
	width: 108px;
}

.mobile-menu .form__search-submit--icon {
	left: 25px;
}

.mobile-menu .form__search-submit input[type="submit"] {
	font-size: 13px;
}

.mobile-menu a {
	color: inherit;
	text-decoration: none;
}

.mobile-menu .mobile-menu__controls {
	margin-top: 22px;
}

.mobile-menu .mobile-menu__list {
	list-style-type: none;
}

.mobile-menu .mobile-menu__list li a {
	display: block;
	padding: 11px 0;
}

.mobile-menu .mobile-menu__list li a span {
	font-size: 15px;
	letter-spacing: .3px;
	border-bottom: 1px solid transparent;
	transition: .3s color,border-color ease;
}

.mobile-menu .mobile-menu__list li a:focus span,.mobile-menu .mobile-menu__list li a:active span,.mobile-menu .mobile-menu__list li a:hover span {
	color: #ffd630;
	border-color: #ffd630;
}

.mobile-menu.active {
	opacity: 1;
	z-index: 2;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

.radio__threads_block {
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-flow: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.radio__threads_block a {
	width: 47%;
	margin: 0 1.5%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	position: relative;
	padding: 10px;
	border-bottom: 1px dotted #e6ecf0;
}

.radio__threads_block a.radio_item_main {
	flex: 1 100%;
	-webkit-flex: 1 100%;
	-ms-flex: 1 100%;
}

.radio__threads_block a.radio_item_main>div {
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}

.radio__threads_block a.radio_item_main .radio__threads_img_block {
	width: 60px;
	display: block;
}

.radio__threads_block a.radio_item_main .radio__threads_title_block span {
	font-size: 100%;
}

.radio__threads_block a.radio_item_current {
	font-weight: bold;
	background: #f6f6f6;
}

.radio__threads_block a:hover {
	background: #f6f6f6;
	border-bottom: 1px dotted #e6ecf0;
}

.radio__threads_block a:hover .radio__threads_img_block {
	background: #f6f6f6;
}

.radio__threads_block a:hover .radio__threads_title_block span {
	color: #5386e4;
	text-decoration: underline;
	text-decoration-color: #98b6ef;
}

.radio__threads_block a .radio__threads_img_block {
	width: 30px;
	background-color: #fff;
	position: relative;
}

.radio__threads_block a .radio__threads_img_block img {
	max-width: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.radio__threads_block a .radio__threads_img_block span {
	color: #636363;
	font-size: 14px;
}

.radio__threads_block a .radio__threads_title_block {
	display: table;
	margin: auto 5px;
}

.radio__threads_block a .radio__threads_title_block span {
	font-size: 90%;
	vertical-align: middle;
	display: table-cell;
}

.video-popup {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: .3s opacity ease;
	z-index: -1;
	-webkit-transform: scale(0%);
	-moz-transform: scale(0%);
	-ms-transform: scale(0%);
	-o-transform: scale(0%);
	transform: scale(0%);
}

.video-popup__wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	padding: 100px 200px;
	border-radius: 10px;
	transform: translate(-50%, -50%) scale(0);
	opacity: 1;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
}

.video-popup__close {
	width: 17px;
	height: 17px;
	background: url(/img/close.svg) no-repeat center;
	background-size: cover;
	right: 17px;
	top: 17px;
	display: block;
	position: absolute;
	cursor: pointer;
}

.video-popup.active {
	opacity: 1;
	z-index: 4;
	-webkit-transform: scale(100%);
	-moz-transform: scale(100%);
	-ms-transform: scale(100%);
	-o-transform: scale(100%);
	transform: scale(100%);
	left: -17px;
}

.video-popup.active .video-popup__wrapper {
	transform: translate(-50%, -50%) scale(1);
}

.auth-popup {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: .3s opacity ease;
	z-index: -1;
	-webkit-transform: scale(0%);
	-moz-transform: scale(0%);
	-ms-transform: scale(0%);
	-o-transform: scale(0%);
	transform: scale(0%);
}

.auth-popup__wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 629px;
	padding: 40px;
	border-radius: 10px;
	background-color: #fff;
	transform: translate(-50%, -50%) scale(0);
}

.auth-popup__close {
	width: 17px;
	height: 17px;
	background: url(/img/close.svg) no-repeat center;
	background-size: cover;
	right: 17px;
	top: 17px;
	display: block;
	position: absolute;
	cursor: pointer;
}

.auth-popup.active {
	opacity: 1;
	z-index: 4;
	-webkit-transform: scale(100%);
	-moz-transform: scale(100%);
	-ms-transform: scale(100%);
	-o-transform: scale(100%);
	transform: scale(100%);
	left: -17px;
}

.auth-popup.active .auth-popup__wrapper {
	transform: translate(-50%, -50%) scale(1);
}

.auth-popup__caption {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 22px;
}

.auth-popup__additional {
	font-size: 16px;
	line-height: 22px;
	color: #585858;
	margin-bottom: 25px;
	display: inline-block;
}

.auth-popup__links {
	list-style-type: none;
}

.auth-popup__links:after {
	content: "";
	display: table;
	clear: both;
}

.auth-popup__links li {
	float: left;
	width: 23%;
	margin: 0 1.33333333%;
}

.auth-popup__links li:first-child {
	margin-left: 0;
}

.auth-popup__links li:last-child {
	margin-right: 0;
}

.auth-popup__links li.auth-popup__links--fb a {
	background-color: #3b5998;
}

.auth-popup__links li.auth-popup__links--fb a i {
	width: 10px;
	height: 18px;
	background-image: url(/img/social-icons/facebook.svg);
	margin-right: 12px;
}

.auth-popup__links li.auth-popup__links--google a {
	background-color: #d34836;
}

.auth-popup__links li.auth-popup__links--google a i {
	width: 20px;
	height: 16px;
	background-image: url(/img/social-icons/google-plus.svg);
	margin-right: 9px;
}

.auth-popup__links li.auth-popup__links--twitter a {
	background-color: #1da1f2;
}

.auth-popup__links li.auth-popup__links--twitter a i {
	width: 20px;
	height: 18px;
	background-image: url(/img/social-icons/twitter.svg);
	margin-right: 11px;
}

.auth-popup__links li.auth-popup__links--yandex a {
	background-color: #ff9b34;
}

.auth-popup__links li.auth-popup__links--yandex a i {
	width: 20px;
	height: 18px;
	background-image: url(/img/social-icons/yandex.svg);
	margin-right: 11px;
}

.auth-popup__links li.auth-popup__links--vk a {
	background-color: #5181B8;
}

.auth-popup__links li.auth-popup__links--vk a i {
	width: 22px;
	height: 14px;
	background-image: url(/img/social-icons/vk.svg);
	margin-right: 9px;
}

.auth-popup__links li a {
	display: block;
	color: #fff;
	text-decoration: none;
	border-radius: 1000px;
	text-align: center;
	width: 100%;
	height: 44px;
	line-height: 42px;
}

.auth-popup__links li a>* {
	display: inline-block;
	vertical-align: middle;
}

.auth-popup__links li a i {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.auth-popup__links li a span {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .2px;
}

.auth-popup__attention {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	display: inline-block;
}

.cities-popup {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: .3s transform ease;
	z-index: -1;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.cities-popup__close {
	width: 22px;
	height: 22px;
	background: url(/img/close.svg) no-repeat center;
	background-size: cover;
	right: 17px;
	top: 17px;
	display: block;
	position: absolute;
	cursor: pointer;
}

.cities-popup.active {
	opacity: 1;
	z-index: 4;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	left: -17px;
}

.cities-popup__caption {
	text-align: left;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 22px;
	display: inline-block;
	padding-right: 100px;
}

.cities-popup__attention {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	display: inline-block;
}

.cities-popup__wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 40px;
	background-color: #fff;
	transform: translateY(0);
	overflow: auto;
}

.cities-popup__wrapper:before {
	position: fixed;
	top: -25%;
	right: -15%;
	z-index: 1;
	background: url(/img/map.svg) center no-repeat;
	content: "";
	width: 90vw;
	height: 100%;
	background-size: contain;
	opacity: .05;
	pointer-events: none;
}

.cities_filter {
	width: 100%;
	max-width: 400px;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.cities_filter:focus {
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.17);
}

.cities_list {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
	box-shadow: 0 -1px 0 #e6ecf0 inset;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	overflow: auto;
}

.cities_list li {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 52px;
}

.cities_list li a {
	display: block;
	color: #636262;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: .3px;
	-webkit-transition: .3s color ease;
	-o-transition: .3s color ease;
	-moz-transition: .3s color ease;
	transition: .3s color ease;
	text-decoration-color: #ffc16e;
	-webkit-text-decoration-color: #ffc16e;
	-moz-text-decoration-color: #ffc16e;
	padding: 0 10px;
	border: solid #ededed;
	border-width: 0 0 1px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cities_list li:hover a {
	color: #ffa630;
	text-decoration: underline;
}

.no-scroll {
	overflow: hidden;
}

.form__search.header-inner__search {
	float: right;
}

.form__search.header-inner__search input::placeholder,.form__search.header-inner__search textarea::placeholder {
	font-size: 13px;
}

.form__search.header-inner__search .form__search-submit--icon {
	width: 18px;
	height: 18px;
	margin-top: -9px;
	left: 14px;
}

.form__search.header-inner__search .form__search-input {
	width: 385px;
	height: 46px;
}

.form__search.header-inner__search .form__search-input input[type="text"] {
	padding: 0 110px 2px 20px;
}

.form__search.header-inner__search .form__search-submit {
	height: 40px;
	width: 90px;
	line-height: 39px;
}

.form__search.header-inner__search .form__search-submit input[type="submit"] {
	font-size: 13px;
	padding-left: 26px;
}

.form__search.header__search-form input::placeholder,.form__search.header__search-form textarea::placeholder {
	font-size: 14px;
}

.form__search.header__search-form .form__search-input input[type="text"] {
	width: 100%;
	padding: 0 145px 0 35px;
}

.form__search-input {
	position: relative;
	border: 2px solid rgba(83,134,228,0.2);
	border-radius: 1000px;
	height: 57px;
	width: 624px;
	margin: auto;
}

.form__search-input input {
	border: 0;
	font-size: 15px;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
}

.form__search-input input:focus,.form__search-input input:active {
	outline: 0;
}

.form__search-input input[type="text"] {
	box-shadow: 0px 5px 38px 0px rgba(22,42,80,0.3);
	background-color: #fff;
	width: 100%;
	border-radius: 1000px;
	height: 100%;
	line-height: 35px;
}

.form__search-submit {
	position: absolute;
	right: 1px;
	height: 51px;
	top: 1px;
	width: 130px;
	box-shadow: 0px 0px 21px 0px rgba(83,134,228,0.34);
	background-color: #5386e4;
	text-align: center;
	border-radius: 1000px;
	line-height: 48px;
}

.form__search-submit>* {
	display: inline-block;
	vertical-align: middle;
}

.form__search-submit--icon {
	background: url(/img/form-search-icon.svg) no-repeat center;
	background-size: cover;
	width: 21px;
	height: 21px;
	position: absolute;
	left: 28px;
	top: 50%;
	margin-top: -11px;
	z-index: 0;
}

.form__search-submit input[type="submit"] {
	color: #fff;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 700;
	background-color: transparent;
	padding-left: 31px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.caption {
	color: #171717;
	font-size: 26px;
	font-weight: 400;
	text-align: left;
}

.caption.caption--bolder {
	text-align: center;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-bottom: 60px;
	font-weight: 700;
}

.section {
	background-color: #f6f6f6;
	padding: 80px 0 72px;
	display: block;
}

.section-fox {
    margin-bottom: 25px;
}

.section.section-inner {
	padding-top: 15px;
}

.section--shadow {
	box-shadow: 0px 1px 3px 0px rgba(64,64,64,0.15);
	background-color: #fff;
	border-radius: 4px;
}

.section-inner__captions {
	margin-bottom: 35px;
}

.section-inner__captions h2,.section-inner__captions h3 {
	text-transform: none;
	margin: 0;
}

.section-inner__captions .caption {
	width: 52.6%;
	float: left;
}

.section-inner__captions .caption--additional {
	width: 43.7%;
	color: #636363;
	font-size: 22px;
	font-weight: 400;
	margin-top: 3px;
	float: right;
}

.section-inner__left {
	width: 52.6%;
	float: left;
}

.section-inner__right {
	width: 43.7%;
	float: right;
}

.section-inner__top {
	margin-bottom: 12px;
}

.section-inner__top .caption {
	margin-right: 19px;
}

.section-inner__top:after {
	content: "";
	display: table;
	clear: both;
}

.section-inner__like {
	width: 25px;
	height: 23px;
	float: left;
	margin-top: 4px;
}

.section-inner__like.active svg {
	fill: #ffa630;
}

.section-inner__like.active:hover svg {
	fill: #ffb553;
}

.section-inner__like svg {
	width: 100%;
	height: 100%;
	fill: #a6bcca;
	transition: .3s all ease;
}

.section-inner__like:hover svg {
	fill: #bcd3e2;
}

.section-inner__breadcrumbs {
	margin-bottom: 12px;
	list-style-type: none;
}

.section-inner__breadcrumbs:after {
	content: "";
	display: table;
	clear: both;
}

.section-inner__breadcrumbs li {
	float: left;
}

.section-inner__breadcrumbs li:hover a {
	color: #5386e4;
}

.section-inner__breadcrumbs li:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(/img/breadcrumb-arrow.svg) no-repeat center;
	background-size: cover;
	width: 6px;
	height: 10px;
	margin: 0 11px;
}

.section-inner__breadcrumbs li:last-child:after {
	display: none;
}

.section-inner__breadcrumbs li:last-child span {
	font-size: 13px;
	color: #979797;
}

.section-inner__breadcrumbs li a {
	text-decoration: none;
	font-size: 13px;
	color: #979797;
	transition: .3s color ease;
	display: inline-block;
}

.radio-side-padding {
	padding-left: 30px;
	padding-right: 30px;
}

.radio-margin-top {
	margin-top: 12px;
}

.radio-padding-top {
	padding-top: 30px;
}

.radio-padding-bottom {
	padding-bottom: 30px;
}

.radio-padding-with-border {
	padding-bottom: 35px;
	border-bottom: 1px solid #ececec;
}

input[type="submit"]:focus,textarea:focus {
	outline: 0;
}

.radio-mobile-p {
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	-webkit-transition: height .5s;
	transition: height .5s;
	height: 0;
	overflow: hidden;
	display: block;
	margin-bottom: 16px;
}

.cities_list_block {
	text-align: center;
	margin-top: 20px;
}

.heading_h3 {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .4px;
	color: #272727;
	line-height: 1.3;
	margin-bottom: 10px;
}

.filter_mob {
	text-align: center;
	margin-top: 15px;
	display: none;
}

.filter_mob_title span {
	color: #5386e4;
	font-size: 13px;
	text-decoration: underline;
}

.filter_mob_title:before {
	background-image: url(/img/filter.svg);
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 5px;
	width: 16px;
}

.filter_mob_block {
	-webkit-box-shadow: inset 0px -22px 13px -20px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px -22px 13px -20px rgba(0,0,0,0.15);
	box-shadow: inset 0px -22px 13px -20px rgba(0,0,0,0.15);
	margin-bottom: 20px;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	-webkit-transition: height .5s;
	transition: height .5s;
	height: 0;
	overflow: hidden;
	display: none;
}

.filter_mob_block.active {
	display: none;
}

.filter_mob_block .cities_list {
	column-count: 3;
}

.filter_mob_hide {
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 50px;
	height: 29px;
	background: #59678d;
	border-top: 25px solid #59678d;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	position: relative;
}

.filter_mob_hide .arrow_up {
	border: solid #fff;
	border-width: 0 3px 3px 0;
	padding: 6px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	position: absolute;
	left: -webkit-calc(100% - 31px);
	left: -moz-calc(100% - 31px);
	left: calc(100% - 31px);
	top: -12px;
}

.pagination {
	margin-top: 50px;
	clear: both;
	width: 100%;
}

.pagination:after {
	content: "";
	display: table;
	clear: both;
}

.pagination__text {
	color: #868686;
	font-size: 14px;
	margin-right: 16px;
	float: left;
	margin-top: 2px;
}

.pagination__list {
	list-style-type: none;
}

.pagination__list:after {
	content: "";
	display: table;
	clear: both;
}

.pagination__list li {
	float: left;
	margin-right: 7px;
	margin-bottom: 15px;
}

.pagination__list li:last-of-type {
	margin-right: 0;
}

.pagination__list li.pagination__current a {
	color: #fff;
	background-color: #5386e4;
	border-color: #5386e4;
}

.pagination__list li.pagination__opacity {
	opacity: .7;
}

.pagination__list li.pagination__prev a,.pagination__list li.pagination__next a {
	width: auto;
	padding: 0 7px;
	line-height: 19px;
}

.pagination__list li.pagination__prev span:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 9px;
	margin-right: 5px;
	background: url(/img/pagination-arrow-prev.svg) no-repeat center;
	background-size: cover;
}

.pagination__list li.pagination__next span:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 9px;
	margin-left: 5px;
	background: url(/img/pagination-arrow-next.svg) no-repeat center;
	background-size: cover;
}

.pagination__list li a {
	display: block;
	color: #5386e4;
	text-decoration: none;
	height: 23px;
	letter-spacing: .3px;
	width: 23px;
	border: 1px solid #acc3ee;
	font-size: 13px;
	background-color: #fff;
	border-radius: 4px;
	text-align: center;
	line-height: 21px;
	font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
}

.favourite .radio-list__rating .favourite__like {
	display: none;
}

.radio-tabs__item {
	position: absolute;
	opacity: 0;
	z-index: -1;
	transition: .3s opacity ease;
}

.radio-tabs__item:after {
	content: "";
	display: table;
	clear: both;
}

.radio-tabs__item.active {
	opacity: 1;
	position: static;
	z-index: 1;
}

.radio-tabs__col {
	float: left;
}

.radio-tabs__col:last-child .radio-tabs__link {
	padding-right: 24px;
}

.radio-tabs__link {
	display: block;
	border-bottom: 1px solid #ededed;
	padding: 19px 0 19px 24px;
}

.radio-tabs__link:hover a {
	color: #ffa630;
	text-decoration: underline;
}

.radio-tabs__link a {
	display: block;
	color: gray;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: .3px;
	transition: .3s color ease;
	text-decoration-color: #ffc16e;
}

.radio-tabs__link:last-of-type {
	border-bottom: 0;
}

.radio-tabs__content {
	border-radius: 0px 4px 4px 4px;
	position: relative;
}

.radio-tabs__links {
	list-style-type: none;
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}

.radio-tabs__links::-webkit-scrollbar {
	display: none;
}

.radio-tabs__links li {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}

.radio-tabs__links li.current a {
	height: 44px;
	min-width: 140px;
}

.radio-tabs__links li.current a span {
	background-color: #fff;
	box-shadow: inset 0px 3px 5px 0px rgba(99,99,99,0.2);
	color: #ffa630;
	transform: translateY(0px);
	line-height: 42px;
	height: 100%;
}

.radio-tabs__links li.current a span:before {
	background-color: #ffa630;
}

.radio-tabs__links li:last-of-type {
	margin-right: 0;
}

.radio-tabs__links li a {
	text-decoration: none;
	display: block;
	text-align: center;
	height: 44px;
	position: relative;
	min-width: 128px;
}

.radio-tabs__links li a span {
	border-radius: 4px 4px 0 0;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	letter-spacing: .7px;
	transition: .3s color ease;
	background-color: #a6bcca;
	box-shadow: inset 0px -3px 4px 0px rgba(48,48,48,0.2);
	line-height: 40px;
	width: 100%;
	height: 41px;
	transform: translateY(3px);
	display: block;
	padding: 0px 15px;
}

.radio-tabs__links li a span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 3px;
	background-color: transparent;
	border-radius: 4px 4px 0 0;
}

.radio-list {
	margin-bottom: 8px;
}

.radio-list .radio-list__info {
	float: left;
	max-width: 240px;
}

.radio-list .radio__top-rating--list {
	margin-bottom: 0;
}

.radio-list .radio__top-info--item.radio__top-info--genre i {
	height: 14px;
}

.radio-list .radio__top-info--item.radio__top-info--online i,.radio-list .radio__top-info--item.radio__top-info--track i {
	height: 12px;
}

.radio-list .radio__top-info--item i {
	width: 11px;
}

.radio-list .radio__top-player {
	float: right;
	opacity: 0;
	transition: .4s opacity ease;
}

.radio-list .radio-list__title:hover span {
	color: #8ca4b3;
	border-color: #8ca4b3;
}

.radio-list .radio__top-info--links {
	padding-left: 19px;
}

.radio-list .radio__top-info--links span {
	font-size: 13px;
}

.radio-list__item {
	padding: 30px;
	overflow: hidden;
	position: relative;
}

.radio-list__item:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #ececec;
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
}

.radio-list__item:hover .radio__top-player {
	opacity: 1;
}

.radio-list__title {
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}

.radio-list__title span {
	border-bottom: 1px solid transparent;
	color: #232323;
	transition: .3s color,border-color ease;
	font-size: 18px;
	letter-spacing: .5px;
}

.radio-list__rating {
	float: left;
	text-align: center;
	margin-right: 40px;
}

.radio-list__info {
	float: left;
}

.radio-list__img {
	width: 140px;
	margin-bottom: 12px;
	height: auto;
	border-radius: 4px;
}

.radio-similar {
	text-align: center;
	padding: 25px 25px 5px;
}

.radio-similar:after {
	content: "";
	display: table;
	clear: both;
}

.radio-similar__link {
	text-decoration: none;
	color: #5386e4;
	display: inline-block;
	font-size: 15px;
	margin-bottom: 15px;
	font-weight: 700;
	padding-bottom: 4px;
	background-image: linear-gradient(to right, #5386e4 64%, rgba(255,255,255,0));
	background-position: left bottom;
	background-size: 9px 1px;
	background-repeat: repeat-x;
}

.radio-similar__content {
	display: flex;
	flex-wrap: wrap;
	border-radius: 12px 12px 0 0;
}

.radio-similar__content .popular__item {
	width: 30.5%;
	margin: 0 2.125% 20px;
	box-shadow: none;
}

.radio-similar__content .popular__item:after {
	border-color: #e5e5e5;
	border-width: 1px;
	transition: .3s border-color,border-width ease;
}

.radio-similar__content .popular__item:hover:after {
	border-width: 2px;
}

.radio-similar__content .popular__item:nth-child(3n+1) {
	margin-left: 0;
}

.radio-similar__content .popular__item:nth-child(3n) {
	margin-right: 0;
}

.radio-similar__content .popular__item-info {
	height: 36px;
}

.radio-similar__content .popular__item-title span {
	font-size: 13px;
	letter-spacing: .3px;
	line-height: 13px;
}

.radio-similar__caption {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .4px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.radio__reviews {
	padding-bottom: 30px;
}

.radio__reviews-wrap {
	position: absolute;
	transition: .3s all ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.radio__reviews-wrap.active {
	display: block;
	position: static;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.radio__reviews-wrap .reviws_motivation {
	padding-left: 15px;
	line-height: 40px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	height: 40px;
	background: #449a30;
}

.radio__reviews-wrap .reviws_motivation span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.radio__reviews-cta {
	position: relative;
	padding: 17px 0;
	vertical-align: middle;
}

.radio__reviews-error {
	color: #ff5e88;
	font-size: 15px;
	display: none;
	letter-spacing: .3px;
	margin-left: 22px;
	font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
}

.radio__reviews-error.show {
	display: inline-block;
}

.radio__reviews-form {
	background-color: #f3f3f3;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
	border-radius: 4px;
	margin-bottom: 40px;
}

.radio__reviews-form .padding_block {
	padding: 0px 15px;
}

.radio__reviews-form textarea {
	width: 100%;
	border-radius: 4px;
	display: block;
	height: 156px;
	padding: 16px;
	border: 0;
	resize: none;
	font-family: Arial,Helvetica,sans-serif;
}

.radio__reviews-form input[type="submit"] {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	width: 126px;
	height: 35px;
	text-align: center;
	line-height: 33px;
	background-color: #449a30;
	border: 0;
	border-radius: 1000px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	-webkit-appearance: none;
}

.radio__reviews-form--label {
	font-size: 14px;
	color: #606060;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}

.radio__reviews-form--rating {
	padding: 18px 0;
}

.radio__reviews-form--rating .radio__top-rating--list {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.radio__reviews-form--rating .radio__top-rating--list li {
	margin-right: 6px;
}

.radio__reviews-form--rating .radio__top-rating--list li i {
	width: 13px;
	height: 13px;
}

.radio__reviews-no-review {
	color: #606060;
	font-size: 14px;
	padding: 0px 0px 15px;
}

.radio__reviews-items {
	padding-bottom: 40px;
}

.radio__reviews-item {
	position: relative;
	margin-bottom: 25px;
}

.radio__reviews-item:last-child {
	margin-bottom: 0;
}

.radio__reviews-info {
	padding-left: 68px;
}

.radio__reviews-img {
	width: 50px;
	height: 50px;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
}

.radio__reviews-head>* {
	display: inline-block;
	vertical-align: bottom;
}

.radio__reviews-name {
	font-size: 16px;
	font-weight: 700;
}

.radio__reviews-date {
	font-size: 14px;
}

.radio__reviews-rating {
	margin-top: 1px;
}

.radio__reviews-rating .radio__top-rating--list li i {
	width: 11px;
	height: 11px;
}

.radio__reviews-text {
	margin-top: 7px;
	font-size: 14px;
	color: #606060;
	line-height: 20px;
}

.radio__reviews-top {
	margin-bottom: 30px;
}

.radio__reviews-top:after {
	content: "";
	display: table;
	clear: both;
}

.radio__reviews-top h5 {
	margin-bottom: 0;
	float: left;
	margin-top: 11px;
	font-size: 19px;
	font-weight: 400;
}

.radio__reviews-add {
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	background-color: #a6bcca;
	border-radius: 1000px;
	width: 146px;
	height: 40px;
	margin-left: 36px;
	line-height: 40px;
	float: left;
	text-align: center;
}

.radio__about-btn {
	display: none;
	background-color: transparent;
	border: 0;
	text-align: center;
	width: 100%;
	cursor: pointer;
}

.radio__about-btn span {
	display: inline-block;
	margin: auto;
	font-size: 13px;
	color: #6981ae;
	border-bottom: 1px dashed #6981ae;
}

.radio__about-btn.show {
	display: block;
}

.radio__show-btn {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #5386e4;
	margin-top: 20px;
}

.radio__show-btn span {
	padding-bottom: 2px;
	border-bottom: 1px solid #98b6ef;
	font-size: 14px;
}

.radio__playlist-timeszone {
	font-size: 14px;
	color: #a1a1a1;
	margin-bottom: 12px;
	display: block;
}

.radio__playlist-time {
	position: absolute;
	left: 20px;
	top: 13px;
}

.radio__playlist-title {
	padding-left: 46px;
	display: block;
}

.radio__playlist-title a {
	color: #3d6dc7;
	text-decoration: none;
}

.radio__playlist-title a:hover {
	text-decoration: underline;
}

.radio__playlist-items {
	border: 2px solid #f7f7f7;
	border-radius: 4px;
}

.radio__playlist-item {
	font-size: 14px;
	padding: 13px 20px;
	color: #353535;
	position: relative;
	letter-spacing: .3px;
	border: 1px solid #f7f7f7;
	background-color: #fff;
	border-radius: 4px;
	font-family: "Arial Narrow",Arial,Helveica,sans-serif;
}

.radio__playlist-item:nth-child(2n+1) {
	background-color: #f7f7f7;
	border-color: transparent;
}

.radio__playlist-item-current {
	background-color: #fff9e0 !important;
}

.radio__playlist-item-current .radio__playlist-time {
	font-weight: bold;
	background: #ffd630;
	padding: 3px 5px 4px;
	top: 10px;
	left: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.radio__playlist-item-current .radio__playlist-title {
	padding-left: 65px;
}

.radio__share {
	width: 100%;
}

.radio__share-socials {
	list-style-type: none;
}

.radio__share-socials:after {
	content: "";
	display: table;
	clear: both;
}

.radio__share-socials li {
	float: left;
	margin-right: 10px;
}

.radio__share-socials li.radio__share-socials--fb a {
	background: #3b5998;
}

.radio__share-socials li.radio__share-socials--fb a:hover {
	background-color: #3b5998;
}

.radio__share-socials li.radio__share-socials--fb a i {
	background-image: url(/img/radio-page-socials/facebook.svg);
	width: 10px;
	height: 16px;
}

.radio__share-socials li.radio__share-socials--vk a {
	background-color: #6383a8;
	line-height: 28px;
}

.radio__share-socials li.radio__share-socials--vk a:hover {
	background-color: #5181B8;
}

.radio__share-socials li.radio__share-socials--vk a i {
	background-image: url(/img/radio-page-socials/vk.svg);
	width: 17px;
	height: 11px;
}

.radio__share-socials li.radio__share-socials--odn a {
	background-color: #d57819;
}

.radio__share-socials li.radio__share-socials--odn a:hover {
	background-color: #ff9b34;
}

.radio__share-socials li.radio__share-socials--odn a i {
	background-image: url(/img/radio-page-socials/odnoklassniki.svg);
	width: 11px;
	height: 15px;
}

.radio__share-socials li.radio__share-socials--google a {
	background-color: #d34836;
	line-height: 29px;
}

.radio__share-socials li.radio__share-socials--google a:hover {
	background-color: #d34836;
}

.radio__share-socials li.radio__share-socials--google a i {
	background-image: url(/img/radio-page-socials/google-plus.svg);
	width: 17px;
	height: 13px;
}

.radio__share-socials li.radio__share-socials--twitter a {
	background-color: #1da1f2;
}

.radio__share-socials li.radio__share-socials--twitter a:hover {
	background-color: #77b6f0;
}

.radio__share-socials li.radio__share-socials--twitter a i {
	background-image: url(/img/radio-page-socials/twitter.svg);
	width: 16px;
	height: 14px;
}

.radio__share-socials li:last-child {
	margin-right: 0;
}

.radio__share-socials li a {
	display: block;
	height: 27px;
	border-radius: 4px;
	width: 27px;
	line-height: 32px;
	transition: .3s background-color ease;
	background-color: #a6bcca;
}

.radio__share-socials li a i {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
}

.radio__share-title {
	font-size: 14px;
	color: #989898;
	margin: 0px 15px;
}

.radio__share-inner {
	border-radius: 4px;
	padding: 8px 0;
	text-align: center;
	background: #f7f7f7;
}

.radio__share-inner>* {
	display: inline-block;
	vertical-align: middle;
}

.radio__favourite-add {
	border-radius: 4px;
	padding: 8px 0;
	text-align: center;
	background: #f7f7f7;
	float: left;
	width: 29%;
}

.radio__favourite-add a {
	height: 27px;
	border-radius: 4px;
	width: 27px;
	transition: .3s background-color ease;
	background-color: #a6bcca;
	vertical-align: middle;
	display: inline-block;
}

.radio__favourite-add a svg {
	margin: 0 auto;
	margin-top: 5px;
	display: block;
	fill: #fff;
	transition: .3s all ease;
	width: 17px;
}

.radio__favourite-title {
	display: inline-block;
	font-size: 14px;
	color: #989898;
	margin: 0px 10px;
}

.radio__top {
	text-align: center;
	padding-top: 30px;
}

.radio__top-logo {
	width: 100%;
	height: auto;
}

.radio__top-info {
	float: left;
	text-align: left;
}

.radio__top-info--item {
	margin-bottom: 10px;
	position: relative;
	line-height: 1;
}

.radio__top-info--item:last-child {
	margin-bottom: 0;
}

.radio__top-info--item i {
	width: 14px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.radio__top-info--item.radio__top-info--address i {
	background-image: url(/img/radio-info-address.svg);
	height: 16px;
}

.radio__top-info--item.radio__top-info--genre i {
	background-image: url(/img/radio-info-genre.svg);
	height: 17px;
}

.radio__top-info--item.radio__top-info--track i {
	background-image: url(/img/icon_email_blue.svg);
	height: 14px;
	width: 16px;
	margin-left: -2px;
}

.radio__top-info--item.radio__top-info--online i {
	background-image: url(/img/radio-info-online.svg);
	height: 14px;
}

.radio__top-info--links {
	padding-left: 25px;
}

.radio__top-info--links:after {
	content: "";
	display: table;
	clear: both;
}

.radio__top-info--links a {
	float: left;
	text-decoration: none;
}

.radio__top-info--links a:hover span {
	color: #8ca4b3;
	border-color: #8ca4b3;
}

.radio__top-info--links a:last-of-type:after {
	display: none;
}

.radio__top-info--links a:after {
	content: ",";
	display: inline;
	margin-right: 3px;
	color: #6e6e6e;
}

.radio__top-info--links span {
	font-size: 14px;
	transition: .3s color,border-color ease;
	border-bottom: 1px solid transparent;
	color: #6e6e6e;
}

.radio__top-player {
	float: right;
	text-align: center;
	width: 100px;
}

.radio__top-player .play,.radio__top-player .pause {
	text-decoration: none;
	display: none;
	width: 100%;
}

.radio__top-player .play.active,.radio__top-player .pause.active {
	display: inline-block;
}

.radio__top-player .play span,.radio__top-player .pause span {
	display: inline-block;
	font-size: 15px;
	color: #5386e4;
	font-weight: 700;
	padding-bottom: 3px;
	background-image: linear-gradient(to right, #759ee9 64%, rgba(255,255,255,0));
	background-position: left bottom;
	background-size: 9px 1px;
	background-repeat: repeat-x;
	padding-top: 10px;
}

.radio__top-player--play,.radio__top-player--pause {
	width: 65px;
	height: 65px;
	margin: 0 auto 11px;
	padding: 4%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	background-size: cover;
	background-image: url(/img/player-play-icon.svg);
}

.radio__top-player--pause {
	background-image: url(/img/player-pause-icon.svg);
}

.radio__top-station {
	width: 160px;
	margin-right: 35px;
	float: left;
}

.radio__top-station .section-inner__like {
	display: none;
}

.radio__top-reviews {
	margin-top: 5px;
	display: block;
	text-decoration: none;
}

.radio__top-reviews i {
	width: 15px;
	height: 13px;
	background: url(/img/reviews-icon.svg) no-repeat center;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
}

.radio__top-reviews span {
	font-size: 13px;
	color: #5386e4;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid #98b6ef;
	margin-left: 6px;
}

.radio__top-rating--info {
	color: #9b9b9b;
	font-size: 13px;
}

.radio__top-rating--list {
	list-style-type: none;
	margin-bottom: 5px;
}

.radio__top-rating--list li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	cursor: pointer;
}

.radio__top-rating--list li.half {
	position: relative;
}

.radio__top-rating--list li.half:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 48%;
	background-color: rgba(255,255,255,0.5);
}

.radio__top-rating--list li.opacity i {
	opacity: .5;
}

.radio__top-rating--list li:last-child {
	margin-right: 0;
}

.radio__top-rating--list li i {
	width: 15px;
	height: 15px;
	opacity: 1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(/img/rating-stars.svg);
	display: block;
}

.section-inner__left .caption {
	display: none;
}

.radio__top-player .radio-list__title,.radio__top-player .radio__top-info--item.radio__top-info--online {
	display: none;
}

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	animate: .2s;
	background: #a6bcca;
	border-radius: 2px;
}

input[type=range]::-webkit-slider-thumb {
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background: #5386e4;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #a6bcca;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	animate: .2s;
	background: #a6bcca;
	border-radius: 2px;
}

input[type=range]::-moz-range-thumb {
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background: #5386e4;
	cursor: pointer;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 4px;
	cursor: pointer;
	animate: .2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range]::-ms-fill-lower {
	background: #a6bcca;
	border-radius: 2px;
}

input[type=range]::-ms-fill-upper {
	background: #a6bcca;
	border-radius: 2px;
}

input[type=range]::-ms-thumb {
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background: #5386e4;
	cursor: pointer;
}

input[type=range]::-ms-fill-lower {
	background: #a6bcca;
}

input[type=range]::-ms-fill-upper {
	background: #a6bcca;
}

.popular {
	margin-bottom: -20px;
	overflow-y: hidden;
}

.popular__content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1120px;
	margin: 0 auto;
}

.popular:after {
	content: "";
	display: table;
	clear: both;
}

.popular__item {
	text-align: center;
	width: 160px;
	float: left;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.17);
	background-color: #fff;
	text-decoration: none;
	margin: 0 1.3% 20px;
	position: relative;
}

.popular__item:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: 10px;
	right: 0;
	border: 2px solid transparent;
	transition: .3s border-color ease;
}

.popular__item:hover:after {
	border-color: #98b6ef;
}

.popular__item:hover .popular__item-title span {
	color: #5386e4;
	text-decoration: underline;
	text-decoration-color: #98b6ef;
}

.popular__item:nth-child(6n) {
	margin-right: 0;
}

.popular__item:nth-child(6n+1) {
	margin-left: 0;
}

.popular__item-img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 10px 10px 0 0;
}

.popular__item-info {
	display: table;
	height: 42px;
	width: 100%;
	padding: 0 7px;
}

.popular__item-title {
	display: table-cell;
	vertical-align: middle;
}

.popular__item-title span {
	transition: .3s color ease;
	font-size: 14px;
	letter-spacing: .7px;
	color: #333;
	line-height: 15px;
	display: inline-block;
}

.footer {
	background-color: #254779;
	text-align: center;
}

.footer__top {
	padding: 30px 0 22px;
	border-bottom: 1px solid #516c94;
}

.footer__nav-list {
	list-style-type: none;
}

.footer__nav-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 28px;
}

.footer__nav-list li:hover a {
	color: #ffd630;
	border-color: #ffd630;
}

.footer__nav-list li a {
	display: block;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	letter-spacing: .6px;
	border-bottom: 1px solid transparent;
	padding-bottom: 7px;
	transition: .3s color,border-color ease;
}

.footer__copyright {
	font-size: 13px;
	color: #d0d0d0;
	padding: 15px 0;
}

.country_image {
	width: 160px;
	height: 80px;
}

.country__ua {
	background-image: url(/img/ua.svg);
}

.country__ru {
	background-image: url(/img/ru.svg);
}

.country__by {
	background-image: url(/img/by.svg);
}

.sidebar {
	width: 23%;
	float: left;
	padding-right: 10px;
}

.sidebar__container {
	position: relative;
	overflow: hidden;
}

.sidebar__block {
	width: 100%;
	padding: 20px 10px;
}

.sidebar__search {
	position: relative;
}

.sidebar__search-input {
	height: 35px;
	width: 100%;
	position: relative;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.17);
	border-radius: 1000px;
}

.sidebar__search-input input::placeholder {
	font-size: 12px;
}

.sidebar__search-input input[type="text"] {
	background-color: #fff;
	padding-bottom: 3px;
	line-height: 35px;
	padding-left: 13px;
	height: 100%;
	border-radius: 1000px;
	border: 0;
	font-size: 14px;
	width: 100%;
}

.sidebar__search-submit {
	position: absolute;
	top: 2px;
	right: 3px;
	width: 52px;
	height: 31px;
	background-color: #5386e4;
	border-radius: 1000px;
}

.sidebar__search-submit--icon {
	background: url(/img/form-search-icon.svg) no-repeat center;
	background-size: cover;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 19px;
	top: 50%;
	margin-top: -9px;
	z-index: 0;
}

.sidebar__search-form input[type="submit"] {
	color: #fff;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 700;
	background-color: transparent;
	padding-left: 31px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
	border: 0;
	display: inline-block;
	vertical-align: middle;
}

.sidebar__block__title {
	color: #606060;
	font-size: 16px;
}

.sidebar__list_block {
	padding-left: 30px;
	padding-top: 20px;
}

.sidebar__list_block ul {
	list-style: none;
	margin-top: 10px;
}

.sidebar__list_block ul li {
	padding-left: 20px;
	position: relative;
	font-size: 14px;
	margin-bottom: 7px;
	line-height: 1.3;
}

.sidebar__list_block ul li::before {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 7px;
	background-color: #a6bcca;
	width: 3px;
	height: 3px;
	border-radius: 50%;
}

.sidebar__list_block ul li a {
	color: #818181;
	text-decoration: none;
}

.sidebar__list_block ul li a.current {
	font-weight: bold;
}

.sidebar__list_block ul li a:hover {
	color: #8ca4b3;
	text-decoration: underline;
}

.sidebar__link {
	color: #5386e4;
	border-bottom: 1px dashed #5386e4;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	margin-top: 15px;
	margin-left: 25px;
}

.sidebar__link:hover {
	text-decoration: none;
}

.sidebar__link_mob {
	color: #5386e4;
	text-decoration: underline;
	font-size: 14px;
	display: block;
	padding-top: 15px;
	text-align: center;
}

.radio__content {
	width: 77%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.radio__item {
	text-align: center;
	width: 160px;
	float: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.17);
	background-color: #fff;
	text-decoration: none;
	margin: 0 .89% 20px;
	position: relative;
}

.radio__item:empty {
	height: 0;
	border: none;
	margin-bottom: 0;
}

.radio__item-img {
	width: 160px;
	margin: 0 auto;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.radio__item-info {
	display: table;
	height: 42px;
	width: 100%;
	padding: 0 14px;
}

.radio__item-title {
	display: table-cell;
	vertical-align: middle;
}

.radio__item span {
	-webkit-transition: .3s color ease;
	-o-transition: .3s color ease;
	-moz-transition: .3s color ease;
	transition: .3s color ease;
	font-size: 14px;
	letter-spacing: .7px;
	color: #333;
	line-height: 15px;
	display: inline-block;
}

.radio__item:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	right: 0;
	border: 2px solid transparent;
	-webkit-transition: .3s border-color ease;
	-o-transition: .3s border-color ease;
	-moz-transition: .3s border-color ease;
	transition: .3s border-color ease;
}

.radio__item:hover .radio__item-title span {
	color: #5386e4;
	text-decoration: underline;
	text-decoration-color: #98b6ef;
}

.radio__item:hover .radio__item-title .frequency {
	color: #6d6d6d;
	text-decoration: none;
}

.radio__item:hover:after {
	border-color: #98b6ef;
}

.radio__item:empty:hover:after {
	border: none;
}

.radio__play_item:hover .radio__play_item_playnow {
	opacity: 1;
	z-index: 1;
}

.radio__play_item_playnow {
	position: absolute;
	top: 1px;
	left: 1px;
	border: 1px solid transparent;
	border-radius: 10px 0px 50% 0px;
	width: 44px;
	height: 44px;
	line-height: 0px;
	opacity: 0;
}

.radio__play_item_playnow span {
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	background-size: 50%;
	background-image: url(/img/player_gray_light.svg);
}

.radio__play_item_playnow:hover {
	border: 1px solid #5386e4;
	background: #fffefc;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.17);
}

.radio__play_item_playnow:hover span {
	background-image: url(/img/player-play-icon.svg);
}

.with_frequency .radio__item .radio__item-info {
	height: 60px;
}

.with_frequency .radio__item .radio__item-info .frequency {
	font-size: 75%;
	display: block;
	padding-top: 10px;
	font-weight: bold;
	color: #949494;
}

.section-aside {
    padding: 30px;
}

.section-aside h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.track-stations h2 {
    padding-top: 35px;
}

.track-stations__list-header {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .4px;
    color: #272727;
    margin-bottom: 12px;
}

.track-stations__list-item {
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #f7f7f7;
}

#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	z-index: 100;
	display: none;
}

#connection_error {
	display: none;
	padding: 20px;
	position: fixed;
	left: 0;
	bottom: 0;
	color: #fff;
	width: 100%;
	font-size: 26px;
	text-align: center;
	background-color: #d5483c;
}

#loading_block {
	position: relative;
	left: calc(50% - 32px);
	top: calc(50% - 32px);
	display: inline-block;
	width: 64px;
	height: 64px;
}

#loading_block div {
	animation: lds-roller 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	transform-origin: 32px 32px;
}

#loading_block div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	margin: -3px 0 0 -3px;
}

#loading_block div:nth-child(1) {
	animation-delay: -0.036s;
}

#loading_block div:nth-child(1):after {
	top: 50px;
	left: 50px;
}

#loading_block div:nth-child(2) {
	animation-delay: -0.072s;
}

#loading_block div:nth-child(2):after {
	top: 54px;
	left: 45px;
}

#loading_block div:nth-child(3) {
	animation-delay: -0.108s;
}

#loading_block div:nth-child(3):after {
	top: 57px;
	left: 39px;
}

#loading_block div:nth-child(4) {
	animation-delay: -0.144s;
}

#loading_block div:nth-child(4):after {
	top: 58px;
	left: 32px;
}

#loading_block div:nth-child(5) {
	animation-delay: -0.18s;
}

#loading_block div:nth-child(5):after {
	top: 57px;
	left: 25px;
}

#loading_block div:nth-child(6) {
	animation-delay: -0.216s;
}

#loading_block div:nth-child(6):after {
	top: 54px;
	left: 19px;
}

#loading_block div:nth-child(7) {
	animation-delay: -0.252s;
}

#loading_block div:nth-child(7):after {
	top: 50px;
	left: 14px;
}

#loading_block div:nth-child(8) {
	animation-delay: -0.288s;
}

#loading_block div:nth-child(8):after {
	top: 45px;
	left: 10px;
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media screen and (max-width: 1199px) {
	.radio__top .radio__top-info {
		max-width: calc(100% - 260px);
	}

	.popular__content {
		max-width: 920px;
	}

	.popular__content .popular__item:nth-child(6n+1) {
		margin-left: 1.5%;
	}

	.popular__content .popular__item:nth-child(6n) {
		margin-right: 1.5%;
	}

	.popular__content .popular__item:nth-child(5n+1) {
		margin-left: 0;
	}

	.popular__content .popular__item:nth-child(5n) {
		margin-right: 0;
	}

	.radio-favourites_empty {
		padding: 26px;
	}

	.radio-favourites_empty_block {
		padding: 100px 26px;
	}

	.radio-favourites_empty_block .inner_empty__text span {
		font-size: 13px;
	}

	.radio-favourites_empty_block .inner_empty__text .favourite_icon {
		margin: 23px auto;
		width: 21px;
		height: 19px;
	}

	.radio-favourites_empty .inner {
		padding: 70px 0px;
	}

	.radio-favourites_empty .inner .favourite_icon {
		width: 72px;
		height: 72px;
		border-radius: 36px;
		-webkit-border-radius: 36px;
		-moz-border-radius: 36px;
		border: 18px solid transparent;
	}

	.radio-favourites_empty .inner .favourite_text {
		margin-top: 23px;
	}

	.radio-favourites_empty .inner .favourite_text span {
		color: #a1a1a1;
		font-size: 14px;
	}

	.radio-favourites_empty .inner .favourite_text .big {
		font-size: 20px;
	}

	.radio-favourites_empty .inner .favourite_auth {
		margin-top: 31px;
	}

	.radio-favourites_empty .inner .favourite_auth span {
		font-size: 13px;
	}

	.sidebar__bock__title {
		font-size: 15px;
	}

	.sidebar__bock__title ul li a {
		font-size: 13px;
	}

	.radio__content .radio__item {
		width: 18%;
	}

	.radio__content .radio__item-info {
		padding: 0px 8px;
	}

	.radio__content .radio__item-img {
		width: 100%;
		height: auto;
	}

	.radio__content .radio__item-title span {
		font-size: 13px;
		letter-spacing: .6px;
		display: inline-block;
		line-height: 15px;
	}

	.header__controls span {
		font-size: 14px;
	}

	.genre-list__inner p span {
		font-size: 14px;
	}

	.playlist .radio-tabs__content {
		padding: 25px;
	}

	.search-form__wrapper,.search-results {
		width: 83%;
	}

	h1 {
		font-size: 24px;
	}

	.search-results .radio-list .radio-list__info {
		max-width: none;
		width: 58%;
	}

	.radio-list__item {
		padding: 23px 20px;
	}

	.radio-list__rating {
		margin-right: 27px;
	}

	.radio-list__img {
		width: 120px;
		margin-bottom: 10px;
	}

	.radio-list .radio-list__info {
		max-width: 210px;
	}

	.radio-list__title span {
		font-size: 16px;
		letter-spacing: .3px;
	}

	.radio-list__title.mob span {
		font-weight: 600;
		font-size: 14px;
		color: #595959;
	}

	.radio-tabs__link {
		padding: 16px 0;
		padding-left: 15px;
	}

	.radio-tabs__col:last-child .radio-tabs__link {
		padding-right: 15px;
	}

	.section-inner__captions {
		margin-bottom: 30px;
	}

	.section-inner__captions .caption {
		font-size: 24px;
	}

	.section-inner__captions .caption--additional {
		font-size: 20px;
	}

	.radio-tabs__link a {
		font-size: 13px;
	}

	.radio-tabs__links li a span {
		font-size: 14px;
	}

	.radio-tabs__links li a {
		width: 106px;
	}

	.radio-tabs__links li.current a {
		width: 120px;
	}

	.header__logo-text--big {
		font-size: 20px;
	}

	.radio-similar {
		padding: 21px 21px 5px;
	}

	.radio-similar__content {
		font-size: 12px;
		letter-spacing: 0;
	}

	.radio-similar__content .popular__item {
		margin: 0 2.125% 16px;
	}

	.radio-similar__content .popular__item-info {
		height: 30px;
	}

	.header__logo-text--small {
		font-size: 13px;
	}

	.header__logo-text {
		line-height: 15px;
		margin-top: 4px;
	}

	.header__logo-img {
		width: 35px;
		height: 36px;
	}

	.header__content {
		padding: 102px 0;
	}

	.header__top {
		padding: 23px 0;
	}

	.section {
		padding: 75px 0 67px;
	}

	.caption.caption--bolder {
		margin-bottom: 55px;
	}

	.popular__content .popular__item-title span {
		font-size: 13px;
		letter-spacing: .6px;
		display: inline-block;
		line-height: 15px;
	}

	.header__top>.container {
		height: 37px;
	}

	.header__favourite:before,.header__auth:before {
		height: 20px;
		margin-right: 10px;
	}

	.header__favourite:before {
		width: 20px;
	}

	.header__auth:before {
		width: 22px;
	}

	.header__controls a {
		line-height: 37px;
	}

	.header__text-caption {
		font-size: 32px;
	}

	.header__text-additional {
		font-size: 22px;
	}

	.header__search .form__search-input {
		width: 600px;
		height: 55px;
	}

	.header__search .form__search-submit {
		height: 49px;
	}

	.header__text {
		margin-bottom: 35px;
	}

	.caption.caption--bolder {
		margin-bottom: 50px;
		font-size: 24px;
	}

	.header.header-inner .header-inner__list li {
		margin-right: 35px;
	}

	.header.header-inner .header-inner__list li a {
		font-size: 14px;
		letter-spacing: .3px;
	}

	.form__search.header-inner__search .form__search-submit {
		height: 36px;
		line-height: 35px;
	}

	.form__search.header-inner__search .form__search-input {
		width: 330px;
		height: 42px;
	}

	.form__search.header-inner__search .form__search-input input::placeholder {
		font-size: 12px;
	}

	.section.section-inner {
		padding-top: 15px;
	}

	.section-inner__breadcrumbs {
		margin-bottom: 12px;
	}

	.section-inner__top .caption {
		margin-right: 16px;
	}

	.radio .caption {
		font-size: 23px;
	}

	.section-inner__like {
		width: 22px;
		height: 22px;
	}

	.radio__top-station {
		width: 140px;
		margin-right: 20px;
	}

	.radio__top-player .play span,.radio__top-player .pause span {
		font-size: 14px;
	}

	.radio__top-player--play,.radio__top-player--pause {
		width: 60px;
		height: 60px;
	}

	.radio__top-player {
		width: 90px;
	}

	.radio__top-player .play,.radio__top-player .pause {
		margin-bottom: 15px;
	}

	.radio__top-rating--info {
		font-size: 12px;
	}

	.radio__top-info--links span {
		font-size: 13px;
	}

	.radio__top-info--item {
		margin-bottom: 7px;
	}

	.radio-margin-top {
		margin-top: 25px;
	}

	.radio-side-padding {
		padding-left: 25px;
		padding-right: 25px;
	}

	.search-form__key {
		font-size: 17px;
	}

	.about__wrapper.text-block {
		padding: 25px;
	}

	.footer__top {
		padding: 28px 0 20px;
	}

	.footer__nav-list li a {
		font-size: 14px;
		letter-spacing: .4px;
	}
}

@media screen and (max-width: 991px) {
	.artist_list_wrapper .artist_item_block {
		width: 31%;
	}

	.cities_list {
		column-count: 3;
	}

	.heading_h3 {
		font-size: 17px;
	}

	.radio_contact_item {
		padding: 13px;
	}

	.radio_contact_text {
		font-size: 13px;
		padding-left: 28px;
		line-height: 1.4;
	}

	.radio_contact_icon {
		margin-right: 9px;
		left: 18px;
	}

	.radio__top .radio__top-info {
		max-width: calc(100% - 210px);
	}

	.radio-favourites_empty {
		padding: 24px;
	}

	.radio-favourites_empty_block {
		padding: 90px 24px;
	}

	.radio-favourites_empty_block .inner_empty__text span {
		font-size: 13px;
	}

	.radio-favourites_empty_block .inner_empty__text .favourite_icon {
		margin: 21px auto;
		width: 19px;
		height: 17px;
	}

	.radio-favourites_empty .inner {
		padding: 60px 0px;
	}

	.radio-favourites_empty .inner .favourite_icon {
		width: 64px;
		height: 64px;
		border-radius: 32px;
		-webkit-border-radius: 32px;
		-moz-border-radius: 32px;
		border: 16px solid transparent;
	}

	.radio-favourites_empty .inner .favourite_text {
		margin-top: 21px;
	}

	.radio-favourites_empty .inner .favourite_text span {
		color: #a1a1a1;
		font-size: 13px;
	}

	.radio-favourites_empty .inner .favourite_text .big {
		font-size: 18px;
	}

	.radio-favourites_empty .inner .favourite_auth {
		margin-top: 29px;
	}

	.radio-favourites_empty .inner .favourite_auth span {
		font-size: 13px;
	}

	.sidebar {
		width: 25%;
	}

	.sidebar__block {
		padding: 18px 8px;
	}

	.sidebar__search-input {
		height: 33px;
	}

	.sidebar__search-submit {
		top: 1px;
		right: 1px;
	}

	.sidebar__list_block {
		padding-left: 18px;
		padding-top: 18px;
	}

	.radio__content {
		width: 75%;
	}

	.radio__content .radio__item {
		width: 18%;
		margin: 0 1% 15px;
	}

	.radio__content .radio__item-info {
		height: 46px;
		padding: 0px 8px;
	}

	.sidebar__bock__title {
		font-size: 15px;
	}

	.sidebar__bock__title ul li a {
		font-size: 13px;
	}

	.header__controls span {
		font-size: 13px;
	}

	.about__wrapper.text-block {
		padding: 20px;
	}

	.about__wrapper.text-block p {
		font-size: 15px;
		line-height: 23px;
	}

	h2 {
		font-size: 22px;
	}

	.text-block ul li:before {
		top: 6px;
	}

	.text-block ul li {
		padding-left: 22px;
	}

	.search-form__title {
		margin-right: 20px;
		font-size: 14px;
	}

	.playlist .radio-tabs__content {
		padding: 20px;
	}

	.search-form__key {
		font-size: 16px;
	}

	.search-form__wrapper {
		padding: 17px 32px;
	}

	.search-form__wrapper,.search-results {
		width: 90%;
	}

	.search-form .form__search-input {
		width: 475px;
	}

	.genre-list__item {
		width: 23.5%;
		margin: 0 1% 2%;
	}

	.genre-list__item:nth-child(5n+1) {
		margin-left: 1%;
	}

	.genre-list__item:nth-child(5n) {
		margin-right: 1%;
	}

	.radio-list__item {
		padding: 20px 12px;
	}

	.favourite__row {
		width: 100%;
	}

	.pagination__text {
		display: block;
		float: none;
		clear: both;
		margin-top: 0;
		margin-bottom: 18px;
		margin-right: 0;
	}

	.pagination {
		padding-left: 20px;
		padding-right: 20px;
	}

	.radio-list__rating {
		margin-right: 16px;
	}

	.radio-list__img {
		width: 100px;
		margin-bottom: 9px;
	}

	.radio-list .radio-list__info {
		max-width: none;
		width: 48%;
	}

	.radio-list__title span {
		font-size: 15px;
		letter-spacing: .2px;
	}

	.radio-list__title {
		margin-bottom: 7px;
	}

	.radio-list .radio__top-info--links span {
		font-size: 12px;
	}

	.radio-list .radio__top-info--item {
		margin-bottom: 5px;
	}

	.radio__playlist-timeszone {
		font-size: 13px;
	}

	.radio-similar__content .popular__item-info {
		padding: 0 5px;
	}

	.radio-similar__content .popular__item-title span {
		font-size: 10px;
	}

	.radio-similar__content .popular__item-info {
		height: 28px;
	}

	.radio-tabs__link {
		padding: 14px 0;
		padding-left: 10px;
	}

	.radio-tabs__col:last-child .radio-tabs__link {
		padding-right: 10px;
	}

	.section-inner__captions {
		margin-bottom: 25px;
	}

	.section-inner__captions .caption {
		font-size: 21px;
	}

	.section-inner__captions .caption--additional {
		font-size: 17px;
	}

	.radio-tabs__link a {
		font-size: 12px;
	}

	.radio-tabs__links li a span {
		font-size: 13px;
	}

	.radio-tabs__links li a {
		width: 92px;
		height: 40px;
	}

	.radio-tabs__links li a span {
		line-height: 38px;
		height: 37px;
	}

	.radio-tabs__links li.current a {
		width: 107px;
		height: 40px;
	}

	.radio-similar__caption {
		font-size: 14px;
	}

	.radio__reviews-top h5 {
		font-size: 18px;
	}

	.radio__reviews-text {
		font-size: 13px;
		line-height: 19px;
	}

	h3 {
		font-size: 17px;
	}

	.text-block p {
		font-size: 13px;
		line-height: 19px;
	}

	.text-block h2 {
		font-size: 19px;
	}

	.radio__playlist-item {
		font-size: 13px;
		padding: 10px 15px;
	}

	.radio__playlist-item-current .radio__playlist-time {
		top: 6px;
		left: 5px;
	}

	.radio__playlist-time {
		top: 10px;
		left: 12px;
	}

	.radio__share-title {
		font-size: 13px;
		margin-right: 10px;
	}

	.radio__share-socials li {
		margin-right: 8px;
	}

	.radio__top-station {
		width: 115px;
		margin-right: 15px;
	}

	.radio__top-info--links {
		padding-left: 22px;
	}

	.radio__top-player .play span,.radio__top-player .pause span {
		font-size: 13px;
	}

	.radio__top-player--play,.radio__top-player--pause {
		width: 55px;
		height: 55px;
	}

	.radio__top-player {
		width: 80px;
	}

	.radio__top-player .play,.radio__top-player .pause {
		margin-bottom: 12px;
	}

	.radio__top-rating--info {
		font-size: 10px;
	}

	.radio .radio__top-info {
		padding-right: 2%;
	}

	.radio__top-rating--list li {
		margin-right: 4px;
	}

	.radio__top-rating--list li i {
		width: 12px;
		height: 12px;
	}

	.radio__top-reviews span {
		font-size: 13px;
	}

	.radio-margin-top {
		margin-top: 20px;
	}

	.radio-side-padding {
		padding-left: 20px;
		padding-right: 20px;
	}

	.radio .caption {
		font-size: 20px;
	}

	.section-inner__top .caption {
		margin-right: 16px;
	}

	.header.header-inner .header-inner__list li {
		margin-right: 25px;
	}

	.header.header-inner .header-inner__list li a {
		font-size: 13px;
		letter-spacing: 0px;
	}

	.section.section-inner {
		padding-top: 15px;
	}

	.form__search.header-inner__search .form__search-submit--icon {
		left: 10px;
		width: 14px;
		height: 14px;
		margin-top: -7px;
	}

	.form__search.header-inner__search .form__search-submit {
		height: 34px;
		line-height: 33px;
		width: 70px;
	}

	.form__search.header-inner__search .form__search-submit input[type="submit"] {
		font-size: 13px;
		padding-left: 20px;
	}

	.form__search.header-inner__search .form__search-input {
		width: 280px;
		height: 40px;
	}

	.form__search.header-inner__search .form__search-input input[type="text"] {
		padding-right: 86px;
		padding-left: 10px;
		padding-bottom: 4px;
	}

	.form__search.header-inner__search .form__search-input input::placeholder {
		font-size: 10px;
	}

	.header__text {
		margin-bottom: 30px;
	}

	.caption.caption--bolder {
		margin-bottom: 42px;
		font-size: 22px;
		letter-spacing: .3px;
	}

	.header__text-caption {
		font-size: 30px;
		margin-bottom: 5px;
	}

	.auth-popup__caption {
		font-size: 23px;
	}

	.auth-popup__additiional,.auth-popup__attention {
		font-size: 15px;
	}

	.auth-popup__wrapper {
		max-width: 585px;
		width: 100%;
	}

	.auth-popup__links li a {
		height: 42px;
	}

	.auth-popup__links li a span {
		font-size: 13px;
	}

	.header__search .form__search-input {
		width: 580px;
		height: 53px;
	}

	.header__search .form__search-submit {
		height: 47px;
		line-height: 46px;
	}

	.header__text-additional {
		font-size: 20px;
	}

	.header__logo-text--big {
		font-size: 19px;
	}

	.header__logo-text--small {
		font-size: 12px;
	}

	.header__logo-text {
		line-height: 14px;
	}

	.header__logo-img {
		width: 32px;
		height: 33px;
	}

	.header__content {
		padding: 90px 0;
	}

	.header__top {
		padding: 21px 0;
	}

	.header__top>.container {
		height: 35px;
	}

	.header__favourite:before,.header__auth:before {
		height: 18px;
		margin-right: 9px;
	}

	.header__favourite:before {
		width: 18px;
	}

	.header__auth:before {
		width: 20px;
	}

	.header__favourite,.header__auth {
		line-height: 35px;
	}

	.section {
		padding: 70px 0 62px;
	}

	.popular__content .popular__item {
		width: 17.6%;
		margin: 0 1.5% 20px;
	}

	.popular__content .popular__item:nth-child(6n+1) {
		margin-left: 1.5%;
	}

	.popular__content .popular__item:nth-child(6n) {
		margin-right: 1.5%;
	}

	.popular__content .popular__item:nth-child(5n+1) {
		margin-left: 0;
	}

	.popular__content .popular__item:nth-child(5n) {
		margin-right: 0;
	}

	.popular__content .popular__item-info {
		padding: 0 10px;
	}

	.section-inner__breadcrumbs li a {
		font-size: 13px;
	}

	.section-inner__breadcrumbs li:last-child span {
		font-size: 13px;
	}

	h2 {
		font-size: 19px;
	}

	.section-inner__breadcrumbs li:after {
		margin: 0 9px;
		width: 6px;
		height: 8px;
	}

	.footer__top {
		padding: 25px 0 17px;
	}

	.footer__nav-list li {
		margin: 0 20px;
	}

	.footer__nav-list li a {
		font-size: 13px;
		letter-spacing: .2px;
	}

	.footer__copyright {
		font-size: 13px;
		padding: 13px 0;
	}
}

@media screen and (max-width: 850px) {
	.video-popup__wrapper {
		padding: 50px;
	}

	.artist_left_column {
		min-width: 200px;
		max-width: 35%;
	}

	.artist_albums .song_album {
		width: 48%;
		margin-right: 4%;
	}

	.artist_albums .song_album:nth-child(2n) {
		margin-right: 0;
	}

	.artist_video_block .song_video {
		width: 48%;
		margin-right: 4%;
	}

	.artist_video_block .song_video:nth-child(2n) {
		margin-right: 0;
	}

	.block_label {
		padding-bottom: 40px;
	}

	.song_left_column {
		min-width: 200px;
		max-width: 35%;
	}

	.main_container .gray_frame {
		padding: 18px;
	}

	.sidebar {
		width: 29%;
	}

	.sidebar__block {
		padding: 18px 9px;
	}

	.sidebar__search-input {
		height: 33px;
	}

	.sidebar__search-submit {
		top: 1px;
		right: 1px;
	}

	.sidebar__list_block {
		padding-left: 18px;
		padding-top: 18px;
	}

	.sidebar__list_block__title {
		font-size: 15px;
	}

	.sidebar__list_block ul li a {
		font-size: 13px;
	}

	.radio__content {
		width: 71%;
	}

	.radio__content .radio__item {
		width: 22%;
		margin: 0 1.3% 13px;
	}

	.radio__content .radio__item-info {
		height: 35px;
		padding: 0px 5px;
	}

	.radio__content .radio__item-title span {
		font-size: 13px;
	}

	.header.header-inner .header-inner__list li {
		margin-right: 15px;
	}

	.header.header-inner .header-inner__list li a {
		font-size: 13px;
	}

	.form__search.header-inner__search .form__search-input {
		width: 260px;
	}

	.form__search.header-inner__search .form__search-input input[type="text"] {
		padding-left: 7px;
	}

	.popular__content .popular__item-title span {
		letter-spacing: .2px;
		line-height: 14px;
	}

	.popular__content .popular__item {
		width: 18.4%;
		margin: 0 1% 20px;
	}

	.popular__content .popular__item:nth-child(6n+1) {
		margin-left: 1%;
	}

	.popular__content .popular__item:nth-child(6n) {
		margin-right: 1%;
	}

	.popular__content .popular__item:nth-child(5n+1) {
		margin-left: 0;
	}

	.popular__content .popular__item:nth-child(5n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 830px) {
	.radio_contact_item {
		padding: 13px;
	}

	.radio_contact_text {
		font-size: 13px;
		padding-left: 26px;
		line-height: 1.4;
	}

	.radio_contact_icon {
		margin-right: 8px;
		left: 16px;
	}

	.radio__content .radio__item-title span {
		font-size: 12px;
	}

	.radio__top-station {
		width: 90px;
	}

	.radio__top-player .play span,.radio__top-player .pause span {
		font-size: 13px;
	}

	.radio__top-player--play,.radio__top-player--pause {
		width: 50px;
		height: 50px;
	}

	.radio__top-player {
		width: 72px;
	}

	.radio__top-player .play,.radio__top-player .pause {
		margin-bottom: 10px;
	}

	.radio .radio__top-reviews span {
		font-size: 12px;
	}

	.radio-margin-top {
		margin-top: 18px;
	}

	.radio-side-padding {
		padding-left: 18px;
		padding-right: 18px;
	}

	.header__language-list {
		font-size: 13px;
	}

	.cities-popup__caption {
		padding-right: 0;
	}
}

@media screen and (max-width: 767px)
{
    .header__top {
        background: #2f344f;
    }
    
    .header__controls > .header__auth {
        display: none;
    }
    
    .mobile-menu .header__auth {
        color: #fff;
        padding: 12px;
        min-width: 260px;
        margin: 0 auto;
        border: none;
        border-radius: 5px;
        background: #2f344f;
    }
    
    .radio__threads_block .radio_item_main {
        display: none;
    }

	.artist_right_column {
		width: 100%;
		padding-left: 0px;
	}

	.artist_left_column {
		width: 100%;
		max-width: 100%;
	}

	.artist_list_wrapper .artist_item_block .artist_image {
		max-height: 200px;
	}

	.cities_list {
		column-count: 2;
	}

	.filter_mob {
		display: block;
	}

	.filter_mob_block.active {
		display: block;
	}

	.heading_h3 {
		font-size: 16px;
		letter-spacing: .2px;
	}

	.radio__top .radio__top-info {
		max-width: unset;
	}

	.sidebar {
		display: none;
	}

	.radio__content {
		width: 100%;
	}

	.radio__content .radio__item {
		margin: 0 1.5% 15px;
	}

	.radio__content .radio__item-title span {
		font-size: 13px;
	}

	.header__countries {
		width: 100%;
        height: auto;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(3, 1fr);
	}

	.header__countries a {
		margin-right: 0;
		width: 100%;
	}

	.header__countries a .header__country {
		width: 100%;
		max-width: 240px;
		height: 60px;
		min-width: 180px;
	}

	.header__countries a .header__country .country__flag {
		margin: 4px;
		width: 77px;
		height: 51px;
	}

	.header__countries a .header__country .country__flag .current__flag {
		width: 35px;
		height: 35px;
		margin-top: 8px;
	}

	.header__countries a .header__country span {
		font-size: 18px;
	}

	.header__favourite-text:after,.header__auth-text:after {
		font-size: 7px;
	}

	.favourite__like {
		position: absolute;
	}

	.header__language {
		display: none;
		float: none;
	}

	.header__language-text {
		font-size: 13px;
	}

	.header__language-dropdown {
		top: 0%;
		left: 110%;
		right: auto;
	}

	.mobile-menu__controls .header__language {
		display: inline-block;
		margin-right: 0;
	}

	h1 {
		font-size: 20px;
	}

	.about__wrapper.text-block p {
		font-size: 14px;
		line-height: 23px;
	}

	.text-block ul li:before {
		top: 7px;
	}

	.radio-list__item:after {
		left: 20px;
		right: 20px;
	}

	.playlist .radio-tabs__content {
		padding: 15px 20px;
	}

	.playlist .radio-tabs__links {
		padding: 0 20px;
	}

	.search-results .radio-tabs__content {
		padding: 15px 20px;
	}

	.search-results .radio-tabs__links {
		padding: 0 20px;
	}

	.radio .caption {
		display: block;
	}

	.search-form__key {
		font-size: 15px;
	}

	.search-form__title {
		display: none;
	}

	.search-form .form__search-input {
		width: 100%;
	}

	.search-form__wrapper .form__search.header__search-form {
		display: block;
		float: none;
	}

	.search-results .radio-list .radio-list__info {
		width: 48%;
	}

	.search-results {
		width: 100%;
	}

	.search-form__wrapper {
		width: 97%;
	}

	.genre-list__item {
		width: 18%;
		margin: 0 .9375% 1.875%;
	}

	.genre-list__item:nth-child(5n+1) {
		margin-left: .9375%;
	}

	.genre-list__item:nth-child(5n) {
		margin-right: .9375%;
	}

	.genre-list__item:nth-child(4n) {
		margin-right: .9375% !important;
	}

	.favourite__row {
		display: none;
	}

	.favourite .radio-list__rating .favourite__like {
		display: block;
	}

	.favourite .radio-list__rating {
		position: relative;
	}

	.favourite__like {
		top: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		right: 9%;
		width: 24px;
		height: 22px;
	}

	.radio__top-player .radio-list__title {
		display: block;
	}

	.radio__top-player .radio__top-info--item.radio__top-info--online {
		display: inline-block;
	}

	.radio-list__rating,.radio-list .radio-list__info {
		width: 48%;
	}

	.radio-list__img {
		width: 150px;
	}

	.radio-list .radio__top-info--item span {
		font-size: 14px;
	}

	.radio-list .radio__top-player .play.active,.radio-list .radio__top-player .radio__top-player .pause.active {
		display: block;
	}

	.radio-list .radio__top-player .radio-list__title {
		margin-bottom: 15px;
	}

	.radio-list .radio-list__info {
		margin-top: 10px;
	}

	.radio-list .radio__top-info {
		display: inline-block;
		vertical-align: middle;
		float: none;
	}

	.radio-list .play span,.radio-list .pause span {
		display: none;
	}

	.radio-list .volume {
		display: none;
	}

	.radio-list__item {
		padding: 20px;
	}

	.radio-list .radio__top-player {
		opacity: 1;
		position: absolute;
		right: 20px;
		top: 20px;
		width: 48%;
		float: none;
	}

	.radio-list__rating {
		margin-right: 0;
	}

	.radio-list__item {
		text-align: center;
		position: relative;
	}

	.radio-list__item .radio-list__info .radio__top-info--online {
		display: none;
	}

	.radio-list__item .radio__top-rating--list li i {
		width: 13px;
		height: 13px;
	}

	.radio-list__img {
		margin-bottom: 2px;
	}

	.radio-list .radio-list__info {
		clear: left;
	}

	.radio-list .radio-list__info .radio-list__title {
		display: none;
	}

	.section-inner__left .caption {
		display: block;
		text-align: center;
		font-size: 18px;
		margin-bottom: 25px;
		color: #171717;
	}

	.section-inner__captions .caption--additional {
		color: #171717;
	}

	.section-inner__captions,.section-inner__right {
		padding: 0 20px;
	}

	.section-inner__captions .caption {
		display: none;
	}

	.section-inner__captions .caption--additional {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 0;
	}

	.radio__top {
		padding-top: 25px;
	}

	.town .section-inner__right,.favourite .section-inner__right,.genre .section-inner__right {
		display: none;
	}

	.country .section-inner__right {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 450px;
		margin-bottom: 40px;
	}

	.country .section-inner__left,.town .section-inner__left,.favourite .section-inner__left,.genre .section-inner__left {
		float: none;
		width: 100%;
	}

	.radio__reviews-text {
		font-size: 13px;
		line-height: 18px;
	}

	.radio__reviews-name {
		font-size: 14px;
	}

	.radio__reviews-img {
		width: 44px;
		height: 44px;
	}

	.radio__reviews-top h5 {
		font-size: 18px;
		letter-spacing: .2px;
	}

	.radio__reviews-info {
		padding-left: 58px;
	}

	.radio__reviews-date {
		font-size: 13px;
	}

	.radio__playlist-item {
		font-size: 13px;
		padding-left: 13px;
		padding-right: 13px;
	}

	.radio__playlist-item-current .radio__playlist-time {
		top: 7px;
		left: 6px;
	}

	.radio__playlist-timeszone {
		font-size: 13px;
	}

	.radio__playlist-time {
		left: 13px;
	}

	h3 {
		font-size: 16px;
		letter-spacing: .2px;
	}

	.text-block p {
		font-size: 13px;
		line-height: 18px;
	}

	.text-block h2 {
		font-size: 18px;
		letter-spacing: .2px;
	}

	.radio__top-station {
		width: 160px;
		margin-right: 35px;
	}

	.radio__top-reviews span {
		font-size: 13px;
	}

	.radio__top-info--links {
		padding-left: 26px;
	}

	.radio__top-info--links span {
		font-size: 14px;
	}

	.radio__top-info--item {
		margin-bottom: 9px;
	}

	.radio__top-player--play,.radio__top-player--pause {
		width: 70px;
		height: 70px;
	}

	.radio__top-player .play span,.radio__top-player .pause span {
		font-size: 14px;
	}

	.radio__top-player .play,.radio__top-player .pause {
		margin-bottom: 17px;
	}

	.radio__top-player {
		width: 100px;
	}

	.radio__top-rating--list li i {
		width: 15px;
		height: 15px;
	}

	.radio__top-rating--list li {
		margin-right: 5px;
	}

	.radio__top-rating--info {
		font-size: 13px;
	}

	.container.container-full-width-on-mobile {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.header__bottom {
		display: none;
	}

	.header.header-inner .header__top {
		border-bottom: none;
	}

	.section {
		padding: 64px 0 56px;
	}

	.section.section-inner {
		padding-top: 16px;
	}

	.section-inner__breadcrumbs {
		margin-bottom: 12px;
	}

	.section-inner__breadcrumbs li a {
		font-size: 12px;
	}

	.section-inner__breadcrumbs li:last-child span {
		font-size: 12px;
	}

	.caption {
		font-size: 18px;
		text-align: center;
		display: block;
		padding: 0 20px;
	}

	.section-inner__top {
		margin-bottom: 12px;
	}

	.radio .section-inner__right {
		display: none;
	}

	.radio .section-inner__left {
		width: 100%;
	}

	.auth-popup__caption {
		font-size: 21px;
		margin-bottom: 19px;
	}

	.auth-popup__additiional,.auth-popup__attention {
		font-size: 14px;
		margin-bottom: 22px;
	}

	.auth-popup__links li.auth-popup__links--fb a i {
		margin-right: 7px;
	}

	.auth-popup__links li.auth-popup__links--yandex a i {
		margin-right: 0px;
	}

	.auth-popup__links li.auth-popup__links--vk a i {
		margin-right: 4px;
		width: 20px;
		height: 12px;
	}

	.auth-popup__links li.auth-popup__links--twitter a i {
		margin-right: 7px;
	}

	.auth-popup__links li.auth-popup__links--google a i {
		margin-right: 4px;
	}

	.auth-popup__links li a {
		height: 42px;
	}

	.auth-popup__links li a span {
		font-size: 13px;
	}

	.popular__content .popular__item-title span {
		font-size: 13px;
	}

	.popular__content .popular__item-info {
		height: 38px;
	}

	.popular__content .popular__item-info {
		padding: 0 6px;
	}

	.popular__content .popular__item {
		width: 22%;
		margin: 0 2% 20px;
	}

	.popular__content .popular__item:nth-child(6n+1) {
		margin-left: 2%;
	}

	.popular__content .popular__item:nth-child(6n) {
		margin-right: 2%;
	}

	.popular__content .popular__item:nth-child(5n+1) {
		margin-left: 2%;
	}

	.popular__content .popular__item:nth-child(5n) {
		margin-right: 2%;
	}

	.popular__content .popular__item:nth-child(4n+1) {
		margin-left: 0;
	}

	.popular__content .popular__item:nth-child(4n) {
		margin-right: 0;
	}

	.header {
		background-image: url(/img/header-bg-mobile.jpg);
	}

	.container {
		width: 100%;
		padding: 0 20px;
	}

	.header__text {
		margin-bottom: 25px;
	}

	.header__text-caption {
		font-size: 27px;
		margin-bottom: 3px;
	}

	.header__search .form__search.header__search-form .form__search-input input[type="text"] {
		padding-left: 20px;
	}

	.header__search .form__search-input {
		width: 90%;
		height: 51px;
	}

	.header__search .form__search-submit {
		height: 45px;
		line-height: 44px;
	}

	.caption.caption--bolder {
		margin-bottom: 32px;
		font-size: 18px;
	}

	.header__text-additional {
		font-size: 17px;
	}

	.header__logo-text--big {
		font-size: 18px;
	}

	.header__logo-text--small {
		font-size: 10px;
	}

	.header__logo-text {
		line-height: 11px;
	}

	.header__logo-img {
		width: 29px;
		height: 30px;
	}

	.header__content {
		padding: 70px 0;
	}

	.header__top {
		padding: 18px 0;
	}

	.header__top>.container {
		height: 32px;
	}

	.header__controls a {
		display: none;
	}

	.header__controls-hamburger {
		display: block;
	}

	.header__favourite {
		margin-right: 0;
	}

	.header__auth {
		margin-bottom: 12px;
	}

	.header__favourite,.header__auth {
		line-height: 1.2;
		display: block;
	}

	.header__favourite span,.header__auth span {
		font-size: 13px;
	}

	.radio__top-station {
		position: relative;
	}

	.footer__top {
		padding: 21px 0 13px;
	}

	.footer__nav-list li {
		margin: 0 15px;
	}

	.footer__nav-list li a {
		font-size: 13px;
		letter-spacing: 0px;
	}

	.radio-side-padding {
		padding-left: 20px;
		padding-right: 20px;
	}

	.radio-margin-top {
		margin-top: 20px;
	}
}

@media screen and (max-width: 640px)
{
    .header__countries {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .header__countries a .header__country {
        max-width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 630px) {
	.search_radio-items .radio__item {
		margin: 0 2% 20px;
		width: 28%;
	}

	.artist_list_wrapper .artist_item_block {
		width: 47%;
	}

	.radio__top-station .section-inner__like {
		display: block;
		position: absolute;
		right: -40px;
		top: 0;
	}

	.section-inner__like {
		display: none;
	}

	.radio__content {
		width: 100%;
	}

	.radio__content .radio__item {
		width: 22%;
		margin: 0 1.5% 15px;
	}

	.radio__content .radio__item-info {
		height: 38px;
	}

	.radio__content .radio__item-title span {
		font-size: 13px;
	}

	.radio .radio__top-info {
		padding-right: 0;
		clear: both;
		padding-top: 15px;
		border-top: 1px solid #f2f2f2;
		width: 100%;
	}

	.radio__top-station {
		margin-bottom: 15px;
	}

	.radio__top {
		position: relative;
		padding-top: 20px;
	}

	.radio .radio__top-info--item {
		width: 50%;
		text-align: left;
		float: left;
	}

	.radio .radio__top-info--item {
		margin-bottom: 5px;
	}

	.radio .radio__top-info--track {
		width: 100%;
	}

	.radio__top .radio__top-player {
		float: none;
		position: absolute;
		right: 20px;
		top: 20px;
	}
}

@media screen and (max-width: 600px) {
	.song_left_column {
		width: 100%;
		max-width: 100%;
	}

	.filter_mob_block .cities_list {
		column-count: 2;
	}

	.radio__content .radio__item {
		width: 28%;
		margin: 0 2.5% 20px;
	}

	.radio__content .radio__item-info {
		height: 40px;
	}

	.radio__content .radio__item-title span {
		font-size: 14px;
	}

	.popular__content .popular__item-title span {
		font-size: 13px;
		line-height: 13px;
		letter-spacing: 0;
	}

	.popular__content .popular__item-info {
		height: 32px;
	}

	.popular__content .popular__item-info {
		padding: 0 5px;
	}

	.genre-list__inner p span {
		font-size: 13px;
	}

	.favourite__like {
		right: -5%;
	}

	.auth-popup__caption {
		font-size: 19px;
		margin-bottom: 17px;
	}

	.auth-popup__additiional,.auth-popup__attention {
		font-size: 13px;
		line-height: 15px;
		margin-bottom: 19px;
	}

	.auth-popup__wrapper {
		width: 100%;
        border-radius: 0;
		padding: 30px 30px 20px;
	}

	.auth-popup__links li {
		width: 45%;
		margin: 0 5% 14px;
	}

	.auth-popup__links li:nth-child(2n) {
		margin-right: 0;
	}

	.auth-popup__links li:nth-child(2n+1) {
		margin-left: 0;
	}

	.footer__top {
		padding: 18px 0 11px;
	}

	.footer__nav-list li {
		margin: 0 6%;
	}

	.footer__nav-list li a {
		font-size: 13px;
		letter-spacing: 0px;
	}

	.radio-list .radio__top-player {
		width: 43%;
	}
}

@media screen and (max-width: 550px) {
	.search_radio-items .radio__item {
		margin: 0 .89% 20px;
		width: 30%;
	}

	.radio__content .radio__item-info {
		padding: 0px 2px;
	}

	.radio__content .radio__item-title span {
		font-size: 13px;
	}

	.header__countries {
		top: 30px;
	}

	.header__countries a .header__country {
		height: 75px;
	}

	.header__content {
		padding: 50px 0;
	}

	.section {
		padding: 50px 0;
	}

	.search-form__key {
		font-size: 14px;
		padding: 0 10px;
	}

	.search-form__wrapper {
		width: 100%;
	}

	.search-form__wrapper {
		padding: 18px 20px;
	}

	.search-form__wrapper .form__search.header__search-form input:-ms-input-placeholder,.search-form__wrapper .form__search.header__search-form textarea:-ms-input-placeholder {
		font-size: 13px;
	}

	.search-form__wrapper .form__search.header__search-form input::placeholder,.search-form__wrapper .form__search.header__search-form textarea::placeholder {
		font-size: 13px;
	}

	.caption.caption--bolder {
		margin-bottom: 28px;
		font-size: 17px;
		letter-spacing: 0px;
	}

	.radio__top-info--links span {
		font-size: 13px;
	}

	.radio__top-info--links a:after {
		font-size: 13px;
	}

	.radio__top-info--links {
		padding-left: 22px;
	}

	.header__search .form__search.header__search-form .form__search-input input[type="text"] {
		padding-left: 12px;
		padding-bottom: 3px;
	}

	.header__search .form__search.header__search-form input:-ms-input-placeholder,.header__search .form__search.header__search-form textarea:-ms-input-placeholder {
		font-size: 13px;
	}

	.header__search .form__search.header__search-form input::placeholder,.header__search .form__search.header__search-form textarea::placeholder {
		font-size: 13px;
	}

	.header__search .form__search-input {
		width: 100%;
		height: 45px;
	}

	.header__search .form__search-submit {
		height: 39px;
		line-height: 38px;
	}

	.mobile-menu .form__search-submit {
		height: 36px;
		width: 90px;
		line-height: 35px;
	}

	.mobile-menu .form__search-input {
		width: 100%;
		height: 42px;
	}

	.mobile-menu .form__search-input input[type="text"] {
		padding-right: 106px;
	}

	.mobile-menu .form__search-submit--icon {
		width: 18px;
		height: 18px;
		margin-top: -9px;
		left: 18px;
	}

	.mobile-menu .form__search-submit input[type="submit"] {
		padding-left: 24px;
	}

	.header__text-caption {
		font-size: 22px;
	}

	.genre-list__item {
		width: 31%;
		margin: 0 1% 2%;
	}

	.genre-list__item:nth-child(5n+1) {
		margin-left: 1%;
	}

	.genre-list__item:nth-child(5n) {
		margin-right: 1%;
	}

	.genre-list__item:nth-child(4n) {
		margin-right: 1% !important;
	}
}

@media screen and (max-width: 500px) {
	.radio__playlist-items .song_list_item .song_number {
		padding: 0px 0px 0px 12px;
	}

	.radio__playlist-items .song_list_item .play_pause {
		padding: 12px;
	}

	.radio__playlist-items .song_list_item .no_track {
		padding: 12px 18px;
	}

	.cities_list {
		column-count: 1;
	}

	.radio__threads_block a {
		width: 100%;
	}

	.radio__content .radio__item {
		width: 30%;
		margin: 0 1.6% 10px;
	}

	.radio__content .radio__item-title span {
		font-size: 12px;
	}

	.radio__top-info--links span {
		font-size: 13px;
	}

	.radio__top-info--links a:after {
		font-size: 13px;
	}

	.radio__top-info--links {
		padding-left: 20px;
	}

	.radio__reviews-info {
		padding-left: 48px;
	}

	.radio__reviews-name {
		font-size: 13px;
	}

	.radio__reviews-date {
		font-size: 12px;
	}

	.radio__reviews-img {
		width: 36px;
		height: 36px;
		margin-right: 10px;
	}

	.radio__playlist-item {
		font-size: 12px;
	}

	.radio__playlist-item span {
		letter-spacing: 0;
	}

	.radio__playlist-timeszone {
		font-size: 12px;
	}

	.radio__playlist-title {
		padding-left: 43px;
	}

	.popular__content .popular__item-title span {
		font-size: 12px;
		line-height: 12px;
	}

	.popular__content .popular__item-info {
		height: 27px;
	}

	.popular__content .popular__item {
		width: 29.3333333%;
		margin: 0 3% 20px;
	}

	.popular__content .popular__item:nth-child(6n+1) {
		margin-left: 3%;
	}

	.popular__content .popular__item:nth-child(6n) {
		margin-right: 3%;
	}

	.popular__content .popular__item:nth-child(5n+1) {
		margin-left: 3%;
	}

	.popular__content .popular__item:nth-child(5n) {
		margin-right: 3%;
	}

	.popular__content .popular__item:nth-child(4n+1) {
		margin-left: 3%;
	}

	.popular__content .popular__item:nth-child(4n) {
		margin-right: 3%;
	}

	.popular__content .popular__item:nth-child(3n+1) {
		margin-left: 0;
	}

	.popular__content .popular__item:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 450px) {
	.playlist_info {
		flex-wrap: wrap;
	}

	.search_radio-items .radio__item {
		margin: 0 5% 20px;
		width: 40%;
	}

	.artist_video_block .song_video {
		width: 100%;
	}

	.artist_albums .song_album {
		width: 100%;
	}

	.main_container {
		padding: 20px;
	}

	.genre-list__wrapper {
		padding: 20px;
	}

	.header__text-caption {
		font-size: 15px;
	}

	.radio-list .radio__top-info--item span {
		font-size: 12px;
	}

	.radio-list__title span {
		font-size: 13px;
		line-height: 14px;
		display: inline-block;
	}

	.radio-list__img {
		width: 86px;
	}

	.radio-list__item .radio__top-rating--list li i {
		width: 10px;
		height: 10px;
	}

	.pagination__text {
		font-size: 13px;
	}

	.radio-list .radio__top-info--item {
		margin-bottom: 3px;
	}

	.radio-list__rating,.radio-list .radio-list__info {
		width: 48%;
	}

	.radio-list .radio__top-info--links {
		padding-left: 14px;
	}

	.radio__top-info--item.radio__top-info--genre i {
		width: 10px;
	}

	.radio-list .radio__top-info--item.radio__top-info--genre i {
		height: 12px;
		margin-top: 2px;
	}

	.radio-list .radio__top-info--item.radio__top-info--online i,.radio-list .radio__top-info--item.radio__top-info--track i {
		height: 10px;
		width: 10px;
		margin-top: 2px;
	}

	.radio-list .radio__top-player {
		width: 48%;
	}

	.radio-list__item {
		padding: 12px 20px;
	}

	.radio-list__item .radio__top-player {
		top: 12px;
	}

	.radio-list .radio-list__info {
		margin-top: 4px;
	}

	.radio-list .radio__top-player .play,.radio-list .radio__top-player .radio__top-player .pause {
		margin-bottom: 8px;
	}

	.radio-list .radio__top-player .play i,.radio-list .radio__top-player .radio__top-player .pause i {
		width: 36px;
		height: 36px;
	}

	.radio-list .radio__top-player .radio-list__title {
		margin-bottom: 9px;
		padding: 0 5px;
	}

	.country .section-inner__right {
		width: 100%;
	}

	.radio-tabs__link {
		padding-left: 0;
	}

	.radio-tabs__link a {
		letter-spacing: 0;
	}

	.radio-tabs__col:last-child .radio-tabs__link {
		padding-right: 0;
	}

	.radio-tabs__content {
		padding: 10px;
	}

	.radio-tabs__links li {
		margin-right: 7px;
	}

	.radio-tabs__links li a span {
		font-size: 12px;
	}

	.radio-tabs__links li a {
		width: 84px;
	}

	.radio-tabs__links li.current a {
		width: 94px;
	}

	.radio__reviews-form--label {
		font-size: 13px;
		margin-left: 15px;
	}

	.radio__reviews-form--rating {
		padding: 15px 0;
	}

	.radio__reviews-form .padding_block {
		padding-left: 30px;
		padding-right: 30px;
	}

	.radio__share-title {
		font-size: 13px;
		display: block;
		margin-right: 0;
		margin-bottom: 6px;
	}

	.radio__top-info--links a:after {
		margin-right: 2px;
	}

	.radio__top-station {
		width: 130px;
		margin-right: 0;
	}

	.radio__top-info--links span {
		font-size: 12px;
	}

	.radio__top-info--links a:after {
		font-size: 12px;
	}

	.radio__top-info--links {
		padding-left: 18px;
	}

	.radio__top-info--item.radio__top-info--address i {
		width: 12px;
		height: 14px;
	}

	.radio__top-info--item.radio__top-info--genre i {
		width: 12px;
		height: 14px;
	}

	.radio__top-info--item.radio__top-info--online i,.radio__top-info--item.radio__top-info--track i {
		width: 12px;
		height: 12px;
	}

	.section {
		padding: 40px 0;
	}

	.caption.caption--bolder {
		margin-bottom: 25px;
		font-size: 16px;
	}

	.header__search .form__search-submit,.search-form .form__search-submit {
		height: 36px;
		width: 72px;
		line-height: 35px;
	}

	.header__search .form__search-submit--icon,.search-form .form__search-submit--icon {
		width: 14px;
		height: 14px;
		margin-top: -7px;
		left: 11px;
	}

	.header__search .form__search-submit input[type="submit"],.search-form .form__search-submit input[type="submit"] {
		padding-left: 18px;
		font-size: 13px;
	}

	.header__search .form__search.header__search-form .form__search-input input[type="text"],.search-form .form__search.header__search-form .form__search-input input[type="text"] {
		padding-left: 12px;
		padding-bottom: 3px;
		padding-right: 90px;
	}

	.header__search .form__search.header__search-form input:-ms-input-placeholder,.header__search .form__search.header__search-form textarea:-ms-input-placeholder,.search-form .form__search.header__search-form input:-ms-input-placeholder,.search-form .form__search.header__search-form textarea:-ms-input-placeholder {
		font-size: 10px;
	}

	.header__search .form__search.header__search-form input::placeholder,.header__search .form__search.header__search-form textarea::placeholder,.search-form .form__search.header__search-form input::placeholder,.search-form .form__search.header__search-form textarea::placeholder {
		font-size: 10px;
	}

	.header__search .form__search-input,.search-form .form__search-input {
		height: 42px;
	}

	.header__search .form__search-submit,.search-form .form__search-submit {
		height: 36px;
		line-height: 35px;
	}

	.header__text-additional {
		font-size: 14px;
	}

	.mobile-menu input:-ms-input-placeholder,.mobile-menu textarea:-ms-input-placeholder {
		font-size: 10px;
	}

	.mobile-menu input::placeholder,.mobile-menu textarea::placeholder {
		font-size: 10px;
	}

	.mobile-menu .form__search-submit {
		width: 72px;
	}

	.mobile-menu .form__search-submit--icon {
		width: 14px;
		height: 14px;
		margin-top: -7px;
		left: 11px;
	}

	.mobile-menu .form__search-submit input[type="submit"] {
		padding-left: 22px;
	}

	.mobile-menu .form__search-input input[type="text"] {
		padding: 0 85px 4px 12px;
	}
}

@media screen and (max-width: 400px) {
	.search_radio-items .radio__item {
		margin: 0 3% 20px;
		width: 44%;
	}

	.footer_player .title_block {
		padding: 0px 15px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.footer_player .top_row .title_block {
		padding: 10px 15px 0px 15px;
	}

	.footer_player .top_row .title_block .station_name {
		display: inline;
	}

	.footer_player .top_row .title_block .song_name {
		display: inline;
		padding-left: 10px;
	}

	.footer_player .bottom_row {
		padding: 15px;
		justify-content: space-evenly;
	}

	.footer_player .bottom_row .favourite_block {
		margin-left: 0px;
	}

	.footer_player .bottom_row .bottom_row_controls {
		margin-left: 0px;
	}

	.footer_player .bottom_row .image {
		margin-right: 0px;
	}

	.footer_player .bottom_row .title_block {
		display: none;
	}

	.footer_player .timeline .timeline_bar {
		padding-bottom: 0px;
	}

	.footer_player.radio .top_row .title_block {
		padding: 0px;
	}

	.footer_player.radio .bottom_row .favourite_block {
		display: none;
	}

	.footer_player.radio .bottom_row .title_block {
		display: inline-block;
		white-space: unset;
	}

	.artist_list_wrapper .artist_item_block {
		width: 100%;
	}

	.artist_list_wrapper .artist_item_block .artist_image {
		max-height: 300px;
	}

	.radio__content .radio__item {
		width: 45%;
		margin: 0 2.5% 15px;
	}

	.radio__content .radio__item-title span {
		font-size: 13px;
	}

	.footer__nav-list li {
		margin: 0 20px 0 0;
	}

	.footer__nav-list li:nth-child(3),.footer__nav-list li:nth-child(5) {
		margin-right: 0;
	}

	.footer__nav-list li a {
		font-size: 12px;
	}

	.footer__copyright {
		font-size: 12px;
		padding: 12px 0;
	}
}

@media screen and (max-width: 380px) {
	.footer_player.radio .bottom_row .title_block .station_name {
		display: none;
	}

	.footer_player.radio .bottom_row .title_block .song_name {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.footer_player.radio .bottom_row .title_block .song_name a {
		white-space: unset;
	}

	.header__countries {
		width: 90%;
	}

	.radio__reviews-add {
		margin-left: 25px;
		font-size: 12px;
		width: 124px;
		height: 34px;
		line-height: 32px;
	}

	.genre-list__item {
		padding-top: 14.5%;
		width: 47%;
		margin: 0 1.375% 2.75%;
	}

	.genre-list__item:nth-child(5n+1) {
		margin-left: 1.375% !important;
	}

	.genre-list__item:nth-child(5n) {
		margin-right: 1.375% !important;
	}

	.genre-list__item:nth-child(4n+1) {
		margin-left: 1.375% !important;
	}

	.genre-list__item:nth-child(4n) {
		margin-right: 1.375% !important;
	}

	.popular__content .popular__item {
		width: 46%;
		margin: 0 4% 20px;
	}

	.popular__content .popular__item:nth-child(6n+1) {
		margin-left: 4%;
	}

	.popular__content .popular__item:nth-child(6n) {
		margin-right: 4%;
	}

	.popular__content .popular__item:nth-child(5n+1) {
		margin-left: 4%;
	}

	.popular__content .popular__item:nth-child(5n) {
		margin-right: 4%;
	}

	.popular__content .popular__item:nth-child(4n+1) {
		margin-left: 4%;
	}

	.popular__content .popular__item:nth-child(4n) {
		margin-right: 4%;
	}

	.popular__content .popular__item:nth-child(3n+1) {
		margin-left: 4%;
	}

	.popular__content .popular__item:nth-child(3n) {
		margin-right: 4%;
	}

	.popular__content .popular__item:nth-child(2n+1) {
		margin-left: 0;
	}

	.popular__content .popular__item:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-device-width: 10.6in) {
	.footer_player {
		box-shadow: 0px -1px 3px 0px rgba(64,64,64,0.15);
	}

	.footer_player .timeline .timeline_bar .bar_block {
		height: 17px;
	}

	.footer_player .bottom_row .volume_block {
		display: none;
	}

	.footer_player .top_row {
		padding-top: 15px;
	}

	.footer_player.radio {
		box-shadow: none;
	}

	.footer_player.radio .timeline .timeline_bar .bar_block {
		height: 3px;
	}

	.footer_player.radio .top_row {
		padding-top: 0px;
	}

	.song_list_item .play_button .song_player--play {
		background-image: url(/img/player-play-icon.svg);
	}

	.radio__play_item {
		padding-bottom: 50px;
	}

	.radio__play_item .radio__play_item_playnow {
		opacity: 1;
		z-index: 1;
		background: #fffefc;
		top: unset;
		left: calc(50% - 24px);
		border-radius: 50%;
		border: none;
	}

	.radio__play_item .radio__play_item_playnow span {
		background-image: url(/img/player-play-icon.svg);
	}

	.radio__play_item:hover:after {
		border-color: transparent;
	}
}
    @media screen and (min-width: 767px) {
    .container-ads-top {
        height: 200px;
    }
    .section-inner__top {
       padding-top: 15px;
}

    }

    @media screen and (max-width: 767px) {
    .container-ads-top {
        height: 100px;
    }
    }

    .radio-ads-block {
        margin-top: 5px;
          height: 300px;
    }

      .radio-ads-block-1 {
        margin-bottom: 12px;
          height: 300px;
    }
