body {
	margin: 0;
	color: #fff;
	font: 400 14px/1.7 'Roboto', sans-serif;
	background: #232732;
	min-width: 320px;
	overflow-x: hidden;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

html {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
	-moz-box-sizing: inherit;
	outline: none;
}

* {
	max-height: 1000000px;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
}

a {
	text-decoration: underline;
	color: #000;
	outline: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

input,
textarea,
select {
	vertical-align: middle;
	color: #000;
	outline: none;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
	outline: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	outline: none;
}

input[type="search"] {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-size: 40px;
	margin: 0;
	font-weight: 300;
	margin-bottom: 20px;
	color: #a8b5bf;
}

h3 {
	font-weight: 300;
	margin: 0;
	margin-bottom: 10px;
	color: #a8b5bf;
	font-size: 24px;
}

.page {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

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

.a-center {
	text-align: center;
}

.dib {
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}

.wrapper {
	display: block;
	margin: 0 auto;
	max-width: 970px;
	width: 96%;
}

@media screen and (max-width: 750px) {
	.wrapper {
		width: 100%;
	}

	body {
		font-size: 12px;
	}

	h1 {
		font-size: 26px;
		text-align: center;
	}

	h3 {
		text-align: center;
		font-size: 20px;
	}
}

@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon.eot?6qv13c");
	src: url("../fonts/icomoon.eot?6qv13c#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?6qv13c") format("truetype"), url("../fonts/icomoon.woff?6qv13c") format("woff"), url("../fonts/icomoon.svg?6qv13c#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-ico-like:before {
  content: "\e905";
}
.icon-ico-next:before {
  content: "\e906";
}
.icon-pause:before {
	content: "\e90c";
}
.icon-ico-play:before {
  content: "\e907";
}
.icon-ico-prev:before {
  content: "\e908";
}
.icon-ico-serach_no_result:before {
  content: "\e909";
}
.icon-ico-time:before {
  content: "\e90a";
}
.icon-search:before {
  content: "\e986";
}
.icon-download1:before {
  content: "\e900";
}
.icon-genres:before {
  content: "\e901";
}
.icon-user-1:before {
  content: "\e902";
}
.icon-user-2:before {
  content: "\e903";
}
.icon-volume:before {
  content: "\e904";
}
.icon-close:before {
  content: "\e90b";
}

.player {
	background: #292e3c;
	width: 100%;
	z-index: 1000;
	position: fixed;
	bottom: 0;
	left: 0;
	box-shadow: 0 0 5px 2px #000;
}

/*.player.__top {
	position: fixed;
	top: 0;
	left: 0;
}*/

.player .wrapper {
	position: relative;
	z-index: 10;
	max-width: 1100px;
}

.player_tbl-wrap {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
	table-layout: fixed;
}

.player_song {
	vertical-align: middle;
	width: 300px;
	padding: 10px 0;
}

.player_song-avatar {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.player_song-avatar img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.player_song-name-box {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	width: calc(100% - 94px);
	padding: 5px 0;
	overflow: hidden;
}

.player_song-name-box .player_song-name {
	margin-bottom: 0;
	color: #fff;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.player_song-name-box .player_song-album {
	color: #868686;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	font-size: 0.86em;
}

.player_control-buttons {
	vertical-align: middle;
	text-align: center;
	z-index: 10;
}

.player_buttons {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin-right: -4px;
	position: relative;
	width: 22.55%;
}

/*.player_buttons:after {
	content: '';
	width: 1px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	background: #3e3e3e;
	transform: translate(0, -50%);
}*/

.player_buttons button {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	color: #a8b5bf;
	outline: none;
	font-size: 16px;
	transition: color 0.3s linear 0s;
}

.player_buttons button:hover {
	color: #ffc80e;
}

.player_buttons .player_play {
	font-size: 25px;
	margin: 0 20px;
	width: 25px;
}

.player_line-box {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: -4px;
	width: 60.29%;
	font-size: 13px;
}

/*.player_line-box:after {
	content: '';
	width: 1px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	background: #3e3e3e;
	transform: translate(0, -50%);
}*/

.player_line-box span {
	display: inline-block;
	margin-right: -4px;
	vertical-align: middle;
	color: #fff;
}

.player_line-box .player_time-up {
	color: #ffc400;
}

.player_line-box .player_lines {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 0 10px;
	width: 73.18%;
	height: 9px;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
}

.player_line-box .player_lines .player_line {
	width: 100%;
	height: 3px;
	background: #fff;
	cursor: pointer;
}

.player_line-box .player_lines .player_line-up {
	height: 3px;
	background: #ffc400;
	position: absolute;
	top: 3px;
	left: 0;
	width: 54%;
	cursor: pointer;
}

.player_download {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: -4px;
	width: 8.63%;
}

/*.player_download:after {
	content: '';
	width: 1px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	background: #3e3e3e;
	transform: translate(0, -50%);
}*/

.player_download button {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	outline: none;
	color: #a8b5bf;
}

.player_download button:hover {
	color: #ffc80e;
}

.player_volume {
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
	width: 8.05%;
	color: #fff;
	position: relative;
}

.player_volume button {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	outline: none;
	color: #a8b5bf;
	transition: color 0.3s linear 0s;
}

.player_volume button.__open {
	color: #ffc80e;
}

.player_volume button:hover {
	color: #ffc80e;
}

.player_volume .player_volume_line-box {
	position: absolute;
	width: 25px;
	height: 115px;
	bottom: calc(100% + 15px);
	left: 50%;
	transform: translate(-50%, 0);
	background: #383e4c;
	text-align: center;
	padding: 10px 0;
	border-radius: 3px;
	box-shadow: 0 0 4px 0 #3b3b3b;
	display: none;
}

.player_volume .player_volume_line-box.__open {
	display: block;
}

.player_volume .player_volume_line-box .ui-slider {
	margin: 0;
	border: 0;
	border-radius: 0;
	width: 6px;
	background: #fff;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.player_volume .player_volume_line-box .ui-slider-range {
	background: #ffc80e;
	cursor: pointer;
	bottom: 0;
	width: 100%;
	left: 0;
	position: absolute;
	z-index: 1;
}

.player_volume .player_volume_line-box .ui-slider-handle {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ffc80e;
	outline: none;
	border: none;
	left: 50%;
	transform: translate(-50%, 0);
	cursor: pointer;
	margin-bottom: -6px;
}

.player_volume .player_volume_lines {
	display: inline-block;
	vertical-align: top;
	width: 6px;
	height: 100%;
	position: relative;
	cursor: pointer;
}

.player_volume .player_volume_line {
	width: 2px;
	height: 100%;
	background: #4f4f4f;
	position: absolute;
	bottom: 0;
	left: 2px;
	z-index: 19;
}

.player_volume .player_volume_line-up {
	width: 2px;
	position: absolute;
	bottom: 0;
	left: 2px;
	background: #ef474f;
	z-index: 20;
}

@media screen and (max-width: 930px) {
	.player_buttons .player_play {
		margin: 0 10px;
	}

	.player_song {
		width: 250px;
	}

	.player_buttons:after {
		display: none;
	}

	.player_line-box:after {
		display: none;
	}

	.player_download:after {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.player {
		padding: 0;
	}

	.player_song {
		padding: 0;
	}
	.player_volume {
		display: none;
	}

	.player .wrapper {
		width: 100%;
	}

	.player_tbl-wrap {
		margin-bottom: 18px;
	}

	.player_line-box {
		display: block;
		position: absolute;
		width: 100%;
		height: 18px;
		left: 0;
		top: 100%;
		font-size: 10px;
	}

	.player_line-box span {
		position: absolute;
		top: 50%;
		-moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		-o-transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		z-index: 20;
		color: #2c2c2c;
		margin: 0;
	}

	.player_line-box .player_time-up {
		left: 10px;
		color: #2c2c2c;
	}

	.player_line-box .player_time-full {
		right: 10px;
	}

	.player_line-box .player_lines {
		display: block;
		width: 100%;
		margin: 0;
		height: 18px;
		padding: 0;
	}

	.player_line-box .player_lines .player_line {
		height: 18px;
		background: #e2e2e2;
	}

	.player_line-box .player_lines .player_line-up {
		height: 18px;
		z-index: 19;
		top: 0;
	}

	.player_song {
		width: 53%;
	}

	.player_control-buttons {
		width: 47%;
	}

	.player_buttons {
		width: 71%;
	}

	.player_download {
		width: 28%;
		height: 100%;
	}

	.player_download button {
		margin: 17px 0;
	}

	.player_song-avatar {
		margin-right: 10px;
	}
}

@media screen and (max-width: 374px) {
	.player_song-avatar {
		display: none;
	}

	.player_song-name-box {
		width: 100%;
		padding: 0 10px;
	}
}

.header {
	display: table-row;
	width: 100%;
}

.header .header-wrap {
	display: table-cell;
	width: 100%;
	text-align: center;
	background:  url(../img/new/header.jpg) 50% 0 no-repeat;
	background-size: 60% 100%;
}

/*.header .wrapper {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}*/

.header table {
	table-layout: fixed;
	width: 100%;
	height: auto;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

.header table tr {
	width: 100%;
}

.header table td {
	vertical-align: middle;
	text-align: center;
	height: 70px;
}

.logo {
	text-align: left !important;
	padding-left: 10px;
}

.logo__img {
	width: 180px;
	height: 37px;
	vertical-align: top;
}

.header-search {
	width: 50px;
	padding: 0;
}

.header-search .search {
	position: relative;
	width: 100%;
	font-size: 24px;
}

.header-search .search-input {
	width: 100%;
	border: none;
	border-radius: 2px;
	background: #ffc80e;
	padding: 0 50px 0 15px;
	height: 60px;
	outline: none;
	/* Firefox 19+ */
	-webkit-transition: border-color 0.3s, box-shadow 0.3s;
	-o-transition: border-color 0.3s, box-shadow 0.3s;
	transition: border-color 0.3s, box-shadow 0.3s;
	color: #383e4c;
	font-size: 1em;
}

.header-search .search-input::-webkit-input-placeholder {
	color: #383e4c;
	opacity: 0.3;
}

.header-search .search-input::-moz-placeholder {
	color: #383e4c;
	opacity: 0.3;
}

.header-search .search-input:-ms-input-placeholder {
	color: #383e4c;
	opacity: 0.3;
}

.header-search .search-input:focus {
	border-color: #9A9A9A;
	box-shadow: 0 0 10px rgba(154, 154, 154, 0.3);
}

.header-search .search-button {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	background: none;
	color: #a2aeb8;
}

.header-search .search-mob_btn {
	width: 100%;
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #a2aeb8;
	display: block;
	height: 100%;
}

.header-search .search-mob_btn:hover {
	color: #fac001;
}

.header-search_wrap {
	position: relative;
	height: 70px;
	width: 100%;
	display: block;
	transition: all 0.5s ease-out 0s;
}

.header-search_box.__open {
	display: block;
}

.header-search_box {
	position: absolute;
	top: 100%;
	right: 0;
	width: 500px;
	display: none;
	z-index: 1000;
}
.header-search_box:after {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 20px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #ffc80e;
}

.header-search_wrap .header-search_box .close {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 0;
	margin: 0;
	background: none;
	outline: none;
	display: inline-block;
	vertical-align: middle;
	border: 0;
	color: #000;
	font-size: 20px;
	margin-right: -4px;
	display: none;
	opacity: 1;
	text-shadow: none;
}

.header-search i {
	position: relative;
	top: 1px;
}

@media screen and (max-width: 750px) {
	.body_mob_search {
		overflow: hidden;
	}
	.header-search_box {
		position: fixed;;
		top: 70px;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: #ffc80e;
		display: none;
		z-index: 9999;
	}
	.header-search_box:after {
		display: none;
	}
	.header-search .search {
		position: absolute;
		top: 30%;
		left: 5%;
		border-bottom: 1px solid #383e4c;
		font-size: 60px;
		width: 90%;
	}

	.header-search .search-button {
		display: none;
	}

	.header-search .search-input {
		padding-right: 15px;
		height: 100px;
	}

	.header-search .search-input::-webkit-input-placeholder {
		text-align: center;
	}

	.header-search .search-input::-moz-placeholder {
		text-align: center;
	}

	.header-search .search-input:-ms-input-placeholder {
		text-align: center;
	}

	.header-search .search-input:focus {

		box-shadow: none;
	}

	.header-search_wrap .header-search_box .close {
		display: block;
	}
}

@media screen and (max-width: 750px) and (orientation: landscape) {
	.header-search .search {
		position: relative;
		top: 0;
		left: 0;
		margin: 30px auto 0;
	}
}

@media screen and (max-width: 520px) {
	.header-search .search {
		font-size: 50px;
	}

	.header-search .search-input {
		height: 90px;
	}
}

@media screen and (max-width: 414px) {
	.header-search .search {
		font-size: 40px;
	}

	.header-search .search-input {
		height: 80px;
	}
}

@media screen and (max-width: 375px) {
	.header-search .search {
		font-size: 35px;
	}

	.header-search .search-input {
		height: 70px;
	}
}





.login-box {
	text-align: right !important;
	line-height: 1;
	padding-right: 10px;
}


.login-box a {
	color: #a2aeb8;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	-webkit-transition: border-color,color 0.3s;
	-o-transition: border-color,color 0.3s;
	transition: border-color,color 0.3s;
	font-size: 16px;
}

.login-box a:hover {
	color: #ffc400;
	border-color: #ffc400;
}

.login-box .lk {
	margin: 0 5px;
}

.login__text {
	display: inline-block;
	vertical-align: middle;
}

.login-box .lk .icon-user-1,
.login-box .lk:hover .icon-user-2,
.login-box .login .icon-user-1,
.login-box .login:hover .icon-user-2 {
	display: inline-block;
	vertical-align: bottom;
}
.login-box .lk:hover .icon-user-1,
.login-box .lk .icon-user-2,
.login-box .login .icon-user-2,
.login-box .login:hover .icon-user-1 {
	display: none;
}

.login-box .registration {
	color: #e53935;
	padding: 5px 10px;
	border-radius: 50px;
	border: 1px solid #e53935;
	margin-right: 25px;
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 750px) {


	.header table td {
		height: auto;
	}


	.login-box .registration {
		display: none;
	}
}

@media screen and (max-width: 520px) {


	.logo__img {
		width: 130px;
		height: 27px;
	}




	.header-search_wrap {
		padding: 15px;
	}
}

.main {
	display: table-row;
	width: 100%;
	height: 100%;
}

.main .main-wrap {
	display: table-cell;
	width: 100%;
	height: 100%;
}

.content {
	/*background: #fff;
	border-left: 1px solid #e2dfdf;
	border-right: 1px solid #e2dfdf;*/
	height: 100%;
	padding: 20px 10px;
	display: table;
}

.content_text {
	padding: 40px 10px;
}

.content_text a {
	color: inherit;
}

.search-result_box {
	display: block;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.search-result_box.no_result {
	text-align: center;
	margin-top: 20%;
}

.search-result_box.no_result .search-result {
	margin-bottom: 50px;
}

.search-result_box.no_result i {
	font-size: 100px;
	color: #d3d3d3;
}

.search-result {
	font-size: 24px;
	line-height: 1;
	color: #000;
	font-weight: 400;
}

.search-result_name {
	font-weight: 600;
}

.payment_info {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}

.payment_info .track_name {
	display: block;
	font-weight: 700;
}

.payment_info span {
	color: #ef3c44;
	display: inline-block;
	padding: 0 5px;
	background-color: #e9e9ea;
}

.profile {
	margin: 3% auto;
	max-width: 400px;
	border: 10px solid #ffc80e;
	overflow: hidden;
	text-align: center;
}

.profile_header {
	background-color: #ffc80e;
	line-height: 60px;
}

.profile_header strong {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
}

.profile_body a {
	background-color: #fff;
	text-decoration: none;
	font-size: 16px;
	display: block;
	line-height: 60px;
	border-bottom: 1px solid #E4E0E0;
	border-left: 1px solid #E4E0E0;
	border-right: 1px solid #E4E0E0;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.profile_body a:hover {
	background-color: #f7f7f7;
}

@media (max-width: 420px), (max-height: 620px) {
	.profile {
		width: calc(100% - 20px);
		margin-top: 20px;
	}

	.profile_header {
		line-height: 40px;
	}

	.profile_header strong {
		font-size: 16px;
	}

	.profile_body a {
		line-height: 40px;
		font-size: 12px;
	}
}

@media screen and (max-width: 750px) {
	.search-result {
		font-size: 20px;
	}

	.search-result_box.no_result i {
		font-size: 80px;
	}

	.search-result_box.no_result .search-result {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 450px) {
	.search-result {
		font-size: 16px;
	}

	.search-result_box.no_result i {
		font-size: 60px;
	}

	.search-result_box.no_result .search-result {
		margin-bottom: 20px;
	}

	.payment_info {
		font-size: 14px;
	}

	.login__text {
		display: none;
	}
}

.song_tbl {
	width: 100%;
	height: auto;
	table-layout: fixed;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 25px;
}

/*.song_tbl thead tr {
	background: #f6f5f5;
}*/

.song_tbl th {
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 40px;
	color: #4d5466;
}

.song_tbl th:first-child {
	text-align: center;
}

/*.song_tbl-td {
	padding: 10px;
}*/

.song_tbl-tr {
	border-bottom: 1px solid #383e4c;
}

/*.song_tbl-tr.active .song_info {
	background: #f6f5f5;
}*/

.song_tbl-tr.active .song_info-avatar_button_box {
	opacity: 1;
}

.song_tbl-tr.active .song_info-download button .path1:before {
	color: #f04d52;
}

.song_tbl-th_number {
	width: 40px;
}

.song_tbl-th_number-play {
	width: 55px;
}

.song_tbl-th_track {
	width: 61.64%;
	padding-left: 15px;
}

.song_tbl-th_time {
	width: 110px;
	text-align: center !important;
}

.song_tbl-th_plays {
	width: 120px;
	text-align: center !important;
}

.song_tbl-th_likes {
	width: 110px;
	text-align: center !important;
}

.song_tbl-th_download {
	width: 30px;
	padding-right: 10px;
}

.song_info {
	width: 100%;
	height: auto;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	border-radius: 3px;
	overflow: hidden;
}

.song_info tr:hover .song_info-avatar_button_box {
	opacity: 1;
}

.song_info tr:hover .song_info-download button .path1:before {
	color: #f04d52;
}

.song_info td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.song_info-number {
	text-align: center;
	font-weight: 500;
	color: #4f5769;
}

.song_info-avatar {
	width: 55px;
	height: 55px;
	position: relative;
}

.song_info-avatar_wrap {
	width: 55px;
	height: 55px;
	position: relative;
	display: block;
	margin: 0 auto;
}
.song_tbl-tr.active .song_info-avatar_button,
.song_info-avatar_wrap:hover .song_info-avatar_button {
	border-color: transparent;
	background-color: #313540;
	box-shadow: 0 0 3px 1px rgba(229,57,59,0.5);
	color: #e53935;
}

.song_info-avatar_button_box {
	position: relative;;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity 0.3s linear 0s;
}

.song_info-avatar_button {
	background: none;
	margin: 0;
	padding: 0;
	border: 1px solid #373d4b;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	overflow: hidden;
	transition: border,box-shadow,color 0.3s linear 0s;
	color: #383e4c;
}

.song_info-avatar_button:before {
	font-size: 16px;
	width: 16px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.song_info-avatar_button.icon-ico-play:before {
	left: 56%;
}

.song_info-avatar img {
	width: 100%;
	height: 100%;
	vertical-align: top;
	display: none;
}

.song_info-name_box {
	padding-left: 15px;
}

.song_info-name_box .song_info-name {
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	width: 90%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.song_info-name_box .song_info-album {
	color: #b6b6b6;
	display: block;
	width: 90%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.song_info-time {
	width: 110px;
	font-weight: 300;
	color: #707070;
	text-align: center;
}

.song_info-time i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	color: #dfdfdf;
}

.song_info-plays {
	width: 120px;
	font-weight: 300;
	color: #a8b5bf;
	text-align: center;
}

.song_info-plays i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	color: #383e4c;
}

.song_info-likes {
	width: 110px;
	font-weight: 300;
	color: #a8b5bf;
	text-align: center;
}

.song_info-likes i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	color: #383e4c;
}

.song_info-download {
	width: 50px;
	text-align: center;
}

.song_info-download button {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	font-size: 16px;
	overflow: hidden;
	transition: color 0.3s linear 0s;
}

@media screen and (max-width: 1000px) {
	.song_tbl-th_number {
		width: 50px;
	}


	.song_tbl-th_time {
		width: 90px;
	}

	.song_info-time {
		width: 90px;
	}

	.song_tbl-th_likes {
		width: 90px;
	}

}

@media screen and (max-width: 750px) {
	.song_tbl-th_number {
		display: none;
	}

	.song_info-number {
		display: none;
	}

	/*.song_info-avatar {
		padding-left: 10px;
	}*/

	/*.song_tbl-th_track {
		padding-left: 20px;
	}*/
}

@media screen and (max-width: 640px) {
	.song_tbl {
		font-size: 10px;
	}

	.song_info-avatar {
		width: 40px;
	}

	.song_info-avatar_wrap {
		width: 30px;
		height: 30px;
	}


	.song_info-name_box .song_info-name {
		font-size: 12px;
	}

	.song_tbl-th_time {
		width: 60px;
	}

	.song_info-time {
		width: 60px;
	}

	.song_info-plays {
		width: 85px;
	}

	.song_tbl-th_plays {
		width: 85px;
	}

	.song_tbl-th_likes {
		width: 60px;
	}

	.song_info-likes {
		width: 60px;
	}


	.song_info-time i {
		margin-right: 0;
	}

	.song_info-likes i {
		margin-right: 0;
	}

	.song_info-plays i {
		margin-right: 0;
	}

	.song_info-time span {
		line-height: 1;
	}

	.song_info-likes span {
		line-height: 1;
	}

	.song_info-plays span {
		line-height: 1;
	}
	.song_tbl-th_plays {
		display: none;
	}

	.song_info-plays {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.song_tbl-td {
		padding: 5px;
	}
	.song_tbl-th_track {
		padding-left: 10px;
	}
	.song_info-name_box {
		padding-left: 10px;
	}

	.player_song-name-box {
		font-size: 12px;
	}

	.icon-ico-account {
		display: block;
	}

	.icon-search {
		display: block;
	}

	.content {
		padding-top: 5px;
		padding-bottom: 15px;
	}

	.song_tbl {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 374px) {
	.song_tbl-th_plays {
		display: none;
	}

	.song_info-plays {
		display: none;
	}
}

.pagination {
	padding: 0 10px;
	width: 100%;
	text-align: center;
}

.pagination_btn {
	width: 38px;
	line-height: 38px;
	background: #f6f5f5;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	cursor: pointer;
	font-size: 16px;
	color: #000;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.pagination_btn:hover {
	background-color: #efeded;
}

.pagination_btn.active {
	color: #fff;
	background: #832c41;
}

.pagination_more {
	cursor: auto;
}

@media screen and (max-width: 750px) {
	.pagination {
		text-align: center;
	}
}

@media screen and (max-width: 430px) {
	.pagination_btn {
		width: 30px;
		line-height: 30px;
		font-size: 12px;
		margin-right: 0;
	}
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	display: none;
	overflow-y: auto;
}

.popup__bg {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.popup__box {
	width: 100%;
	max-width: 440px;
	margin: 3% auto;
	z-index: 2;
	position: relative;
}

.popup_header {
	padding: 25px 20px 10px;
	text-align: center;
}

.popup_header .title {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 20px);
	color: #e53935;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	text-align: left;
	margin-right: -4px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 5px;
}

.popup__close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #000;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	z-index: 10;
}

.popup_header .close {
	padding: 0;
	margin: 0;
	background: none;
	outline: none;
	display: inline-block;
	vertical-align: middle;
	border: 0;
	color: #c4c4c4;
	font-size: 20px;
	margin-right: -4px;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.popup_header .close:hover {
	color: #9e9e9e;
}

.popup_body {
	padding: 25px 40px 0;
}

.form_box {
	background-color: #fff;
	border: 10px solid #ffc80e;
	max-width: 440px;
	margin: 3% auto;
	position: relative;
}

.form_box .reregistration {
	font-size: 16px;
	text-decoration: none;
	color: #e53935;
	display: none;
}
.form_box .reregistration:hover {
	text-decoration: underline;
}

@media screen and (max-width: 750px) {
	.form_box .reregistration {
		display: inline-block;
	}
}

.g-recaptcha {
	text-align: center;
	margin-bottom: 25px;
	overflow: hidden;
}

.g-recaptcha > div {
	width: 100% !important;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.fade.in {
	opacity: 1;
}

@media screen and (max-width: 475px) {
	.popup_body {
		padding: 15px 20px 0;
	}

	.popup_header {
		padding: 15px 20px;
	}

	.popup_header .title {
		font-size: 16px;
		width: calc(100% - 16px);
	}

	.popup_header .close {
		font-size: 16px;
	}

	.form_box {
		max-width: 100%;
		margin: 3% 10px;
	}
}

.form {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}

.form fieldset {
	display: block;
	width: 100%;
}

.form-group {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (orientation: landscape) and (max-width: 800px) {
	.form-group {
		margin-bottom: 10px;
	}
}

.form-group.has-error {
	color: #a94442;
}

.form-group.has-error .control-label {
	color: #a94442;
}

.form-group.has-error .form-control {
	border-color: #a94442;
	color: #a94442;
}

.form-group.has-error .form-control:focus {
	border-color: #712D2C;
	box-shadow: 0 0 10px rgba(169, 68, 66, 0.3);
}

.form-group.has-error .help-block {
	display: block;
}

.form-group.has-success {
	color: #3c763d;
}

.form-group.has-success .control-label {
	color: #3c763d;
}

.form-group.has-success .form-control {
	border-color: #3c763d;
	color: #3c763d;
}

.form-group.has-success .form-control:focus {
	border-color: #2C562D;
	box-shadow: 0 0 10px rgba(79, 166, 81, 0.3);
}

.form-group.has-success .help-block {
	display: block;
}

.form-group .control-label {
	display: block;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 12px;
	color: #929292;
	text-transform: uppercase;
}

.form-group .form-control {
	display: block;
	width: 100%;
	border: 1px solid #d3d3d3;
	background-color: #fff;
	border-radius: 2px;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	vertical-align: middle;
	-webkit-transition: border-color 0.3s, box-shadow 0.3s;
	-o-transition: border-color 0.3s, box-shadow 0.3s;
	transition: border-color 0.3s, box-shadow 0.3s;
}

.form-group .form-control::-webkit-input-placeholder {
text-align:center;
color: #383e4c;
}

.form-group .form-control:-moz-placeholder { /* Firefox 18- */
   text-align:center;
	 color: #383e4c;
}

.form-group .form-control::-moz-placeholder {  /* Firefox 19+ */
   text-align:center;
	 color: #383e4c;
}

.form-group .form-control:-ms-input-placeholder {
   text-align:center;
	 color: #383e4c;
}

.form-group .form-control.form_ico_user {
	background: #fff url("../img/form_ico_user.png") 10px 50% no-repeat;
	padding-left: 35px;
}

.form-group .form-control.form_ico_password {
	background: #fff url("../img/form_ico_password.png") 10px 50% no-repeat;
	padding-left: 35px;
}

.form-group .form-control:focus {
	border-color: #9A9A9A;
	box-shadow: 0 0 10px rgba(154, 154, 154, 0.3);
}

.form-group .btn {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	background-color: #e53935;
	font-weight: 500;
	border-radius: 300px;
	padding: 10px 30px;
	margin: 0;
	border: 0;
	height: 60px;
	font-size: 18px;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
	white-space: normal;
	outline: none;
}

.form-group .btn:hover {
	background-color: #b9403e;
}

.form-group .help-block {
	display: none;
	width: 100%;
	font-size: 10px;
	line-height: 2;
	text-transform: uppercase;
}

.footer {
	display: table-row;
	width: 100%;
	height: 1%;
}

.footer .footer-wrap {
	display: table-cell;
	width: 100%;
	height: 1%;
	background: #232732;
	padding: 10px 0;
}

@media screen and (max-width: 750px) {
	.footer .footer-wrap > .wrapper {
		padding: 0 0 70px;
	}
}

.copy {
	float: none;;
	display: block;
	text-align: center;
	width: auto;
	color: #383e4c;
	font-size: 18px;
}

.footer-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	text-align: center;
}

.footer-nav li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 40px;
}

.footer-nav li:after {
	content: '.';
	display: inline-block;
	vertical-align: top;
	color: #383e4c;
	position: absolute;
	top: -12px;
	right: 15px;
	font-size: 30px;
	line-height: 1;
}

.footer-nav li:last-child {
	padding-right: 0;
}

.footer-nav li:last-child:after {
	display: none;
}

.footer-nav a {
	color: #a8b5bf;
	display: block;
}

@media screen and (max-width: 750px) {
	.copy {
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 5px;
	}

	.footer-nav {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}


	.footer-nav li {
		display: block;
		padding: 0;
	}
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #e53935;
	cursor: default;
	background: none;
	border: none;
}

.pagination > li {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 5px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #a8b5bf;
	text-decoration: none;
	background: none;
	border: none;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	background: none;
	border: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background: none;
	border: none;
	color: #e53935;
}

.song_tbl-tr .song_info-download .icon-download1 {
	color: #a8b5bf;
}

.song_tbl-tr.active .song_info-download .icon-download1, .song_tbl-tr .song_info-download:hover .icon-download1 {
	color: #ffc400
}

.lang-box {
	width: 50px;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid transparent;
	color: #a8b5bf;
}

.lang-box.open {
	border-bottom: 1px solid #292e3c;
}

.lang-switch {
	text-transform: uppercase;
	color: #a8b5bf;
}

.lang-flag {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 12px;
	margin-right: 10px;
}

.lang-selected {
	font-size: 14px;
	vertical-align: middle;
	margin-right: 5px;
}

.lang-arrow {
	display: inline-block;
	vertical-align: middle;
	transform: rotate(90deg);
	font-size: 10px;
}

.lang-list {
	display: none;
	min-height: 45px;
	max-height: 156px;
	position: absolute;
	top: calc(100% + 1px);
	left: 0;
	right: 0;
	z-index: 10000;
	/*overflow-y: auto;
	overflow-x: hidden;*/
	font-size: 14px;
	text-decoration: none;
	margin: 0;
	padding: 10px 0;
	background: #383e4c;
	text-align: left;
	width: 100%;
}

.lang-list:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #383e4c;
}

.lang-box.open .lang-list {
	display: block;
}

.lang-list li {
	list-style: none;
	padding-left: 15px;
	margin-bottom: 10px;
}

.lang-list li:last-child {
	margin-bottom: 0;
}

.lang-list li .item-flag {
	width: 17px;
	height: 12px;
	vertical-align: baseline;
	margin-right: 7px;
}

.lang-list li .item-lang {
	font-size: inherit;
}

.lang-list li a {
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	vertical-align: baseline;
	color: #a1aeb8;
	font-size: 14px;
	text-transform: uppercase;
}

.lang-list li a:hover {
	color: #818181;
}

.lang-list li:visited {
	color: #818181;
}

.lang-list .mCSB_scrollTools {
	width: 10px;
	top: 10px;
}

.lang-list .mCSB_scrollTools .mCSB_draggerRail {
	background: #fff;
}

.lang-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: rgba(255, 196, 0, .7);
}

.lang-list .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.lang-list .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background: rgba(255, 196, 0, 1);
}

.lang-list .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(255, 196, 0, 1);
}

@media all and (max-width: 375px) {

	.lang-selected {
		display: inline-block;
	}

	.lang-list li .item-lang {
		display: inline;
	}
}

.promo-banner {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.promo-banner .slick-list {
	padding: 0 !important;
}

.promo-banner__link {
	display: block;
}

.promo-banner__img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

@media all and (max-width: 750px) {
	.promo-banner__link {
		width: 400px;
	}
}

@media all and (max-width: 620px) {
	.promo-banner__link {
		width: 360px;
	}
}

@media all and (max-width: 520px) {
	.promo-banner__link {
		width: 320px;
	}
}

@media all and (max-width: 414px) {
	.promo-banner__link {
		width: 260px;
	}
}

.top-song-box {
	background-color: #ffc80e;
	padding: 20px 0;
}

.top-song__title {
	display: block;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 400;
	color: #383e4c;
	font-size: 26px;
}

.top-song__title_red {
	color: #e53935;
}

.top-song__list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
}

.top-song {
	margin: 0 20px;
	font-size: 18px;
	width: 200px;
}

.top-song__button-box {
	display: block;
	width: 200px;
	height: 200px;
	box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, 0.35);
	position: relative;
	margin: 0 auto 15px;
}

.top-song__img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.top-song__button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #fff;
	font-size: 44px;
}

.top-song__name {
	display: block;
	font-weight: 500;
	color: #383e4c;
	font-size: 1em;
	text-align: center;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-song__author {
	display: block;
	color: #9b832d;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-song__statistics {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	font-size: 0.7em;
}

.top-song__statistics i {
	display: inline-block;
	vertical-align: middle;
	color: #9b832d;
}

.top-song__plays {
	color: #9b832d;
}

.top-song__likes {
	color: #9b832d;
}

@media screen and (max-width: 1000px) {
	.top-song-box {
		padding: 15px 0;
	}
	.top-song__title {
		margin-bottom: 15px;
	}
	.top-song {
		font-size: 16px;
		width: 160px;
		margin: 0 15px;
	}

	.top-song__button-box {
		width: 160px;
		height: 160px;
	}

	.top-song__button {
		font-size: 38px;
	}
}

@media screen and (max-width: 800px) {
	.top-song-box {
		padding: 10px 0;
	}
	.top-song__title {
		margin-bottom: 10px;
	}
	.top-song {
		font-size: 15px;
		width: 130px;
		margin: 0 10px;
	}

	.top-song__button-box {
		width: 130px;
		height: 130px;
	}

	.top-song__button {
		font-size: 34px;
	}
}

@media screen and (max-width: 600px) {
	.top-song {
		font-size: 13px;
		width: 110px;
		margin: 0 5px;
	}

	.top-song__button-box {
		width: 110px;
		height: 110px;
	}

	.top-song__button {
		font-size: 30px;
	}
}

@media screen and (max-width: 400px) {
	.top-song {
		font-size: 12px;
		width: 90px;
	}

	.top-song__button-box {
		width: 90px;
		height: 90px;
	}

	.top-song__button {
		font-size: 26px;
	}
}

.genres-box {
	width: 100%;
	background-color: #42485b;
	padding: 15px 0;
	font-size: 18px;
}

.genres-box .wrapper {
	max-width: 1200px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}

@media screen and (max-width: 1000px) {
	.genres-box {
		font-size: 16px;
	}
}

.genres__title {
	display: inline-block;
	vertical-align: middle;
	color: #e53935;
	text-transform: uppercase;
	font-size: 1em;
	margin-right: 15px;
	margin-left: 30px;
	float: left;
}

.genres {
	font-size: 1em;
	color: #a8b5bf;
	padding: 0 30px;
	display: inline-block;
	vertical-align: middle;
}

.genres__btn {
	display: block;
	color: #a8b5bf;
	text-decoration: none;
}

.genres__btn:hover,
.genres__btn.active {
	color: #fac001;
}

.genres > div {
	display: none;
}

.genres .slick-list {
	display: block !important;
}

.genres .slick-slide {
	display: none;
	margin: 0 10px;
}





/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
		color: #ffc400;
		transition: color 0.3s linear 0s;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size: 20px;
		display: block;
    color: white;

}

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: 0;
    left: auto;
}
.slick-prev:before
{
    content: '\e901';
		transform: rotate(180deg);
}
[dir='rtl'] .slick-prev:before
{
    content: '\e901';
}

.slick-next
{
    right: 0;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0;
}
.slick-next:before
{
    content: '\e901';
}
[dir='rtl'] .slick-next:before
{
    content: '\e901';
		transform: rotate(180deg);
}

.footer-phone {
    padding: 1em 0;
    background: #ffc80e;
    color: #000;
    font-size: 16px;
}

.footer-phone a {
	color: #e53935;
}

.footer-phone .small {
    font-size: 11px;
    color: #333;
}

@media screen and (max-width: 768px) {
	.footer-phone {
		margin-top: -70px;
		margin-bottom: 70px;
	}
}


.footer-content {
	color: #ddd;
	text-align: center;
    background: #393e4a;
    padding: 10px 0;
    margin: 0 0 10px;
}
 
.footer-content a {
	color: #ddd;
}

.footer-logos img {
    max-height: 40px;
}

.header__link {
	padding: 10px;
    font-size: 12px;
    text-align: center;
}

.header__link a {
	color: #a8b5bf;
}

.text-color-primary{
	color: #fff;
}

.text-color-info{
	color: #a8b5bf;
}

.flex-wrap-list{
	display: flex;
	flex-wrap: wrap;
}
.no-bg{
	background-color: inherit;
}

.no-border{
	border: inherit;
}
.button-play-video{
	font-size: 2.2em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -3em;
  margin-left: -1.5em;
  cursor: pointer;
  opacity: 1;
  border: .06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43,51,63,.7);
  border-radius: .3em;
  transition: all .4s;
}

.button-play-video > .icon-ico-play{
	font-size: 0.6em;
}
.modal .modal-title{
	color: #000;
}

.thumbnail video{
	display: none;
}