@charset 'UTF-8';

/**
* Шрифты
*/

@font-face {
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/opensans-extrabold.woff2') format('woff2'), url('../fonts/opensans-extrabold.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 800;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/opensans-extrabolditalic.woff2') format('woff2'), url('../fonts/opensans-extrabolditalic.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: bold;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/opensans-bold.woff2') format('woff2'), url('../fonts/opensans-bold.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: bold;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/opensans-bolditalic.woff2') format('woff2'), url('../fonts/opensans-bolditalic.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/opensans-semibold.woff2') format('woff2'), url('../fonts/opensans-semibold.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/opensans-semibolditalic.woff2') format('woff2'), url('../fonts/opensans-semibolditalic.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/opensans-regular.woff2') format('woff2'), url('../fonts/opensans-regular.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/opensans-italic.woff2') format('woff2'), url('../fonts/opensans-italic.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/opensans-light.woff2') format('woff2'), url('../fonts/opensans-light.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('../fonts/opensans-lightitalic.woff2') format('woff2'), url('../fonts/opensans-lightitalic.woff') format('woff');
}

/**
* Normalize
*/

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  text-decoration-skip-ink: none;
}

@-ms-viewport {
  width: device-width;
}

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

body {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #151515;
  background-color: #fbfbfb;
}

[tabindex='-1']:focus {
  outline: none !important;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: underline;
  color: #000000;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

a:focus {
  outline: none;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  text-align: left;
  color: #868e96;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  font-size: 1.5rem;
  line-height: inherit;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/**
* Общие
*/

.wrapper {
  overflow: hidden;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

/**
* Шапка
*/

.header {
  padding: 8px 0;
  background-color: #3bade9;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.logo {
  width: 58px;
}

.search-form {
  position: relative;
  width: 486px;
  padding-right: 94px;
}

.search-form__control {
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 10px 0 34px;
  border: none;
  border-radius: 3px 0 0 3px;
  background: #ffffff url(../img/search1.png) 10px center no-repeat;
}

.search-form__btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 94px;
  height: 36px;
  padding: 0 10px;
  text-align: center;
  color: #ffffff;
  border: none;
  border-radius: 0 3px 3px 0;
  background-color: #006699;
}

.search-form__btn:hover {
  background-color: #0170a7;
}

.btn-user {
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  display: inline-block;
  height: 36px;
  padding: 0 25px;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  background-color: #232b38;
}

.btn-user:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #2a3444;
}

.nav {
  background-color: #061b22;
}

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

.nav__add {
  padding: 9px 0;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
  display: block;
  padding: 17px 50px 17px 25px;
  text-decoration: none;
  color: #ffffff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.menu__link_current {
  border-bottom-color: #3bade9;
}

.menu__link:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
}

.menu__link:before {
  position: absolute;
  top: 50%;
  display: block;
  height: 26px;
  margin-top: -13px;
  content: '';
  background-image: url(../img/main_sprite.png);
  background-repeat: no-repeat;
}

.menu__link_hot:before {
  right: 14px;
  width: 23px;
  background-position: -2px -292px;
}

.menu__link_popular:before {
  right: 12px;
  width: 26px;
  background-position: -2px -240px;
}

.menu__link_best:before {
  right: 11px;
  width: 28px;
  background-position: -2px -214px;
}

.menu__link_new:before {
  right: 11px;
  width: 28px;
  background-position: -2px -266px;
}

.btn-add {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  position: relative;
  display: block;
  width: 130px;
  height: 44px;
  padding: 4px 26px 4px 0;
  text-align: center;
  color: #ffffff;
  border-left: 3px solid #3bade9;
  border-radius: 3px 25px 25px 25px;
  background: #006699;
}

.btn-add:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 44px;
  height: 44px;
  content: '';
  background: url(../img/ico-add.svg) center center no-repeat;
  background-size: 20px 20px;
}

.btn-add:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #0170a7;
}

.bar {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #ffffff;
}

.bar__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.bar__nav {
  padding: 11px 0;
}

.bar__lang {
  margin-left: auto;
  padding: 8px 0;
}

.bar__hq {
  margin-left: 20px;
  padding: 8px 0;
}

.dropdown {
  position: relative;
}

.dropdown__toggle {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  position: relative;
  display: block;
  height: 22px;
  padding: 0 0 0 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  color: #595959;
  border: none;
  background: none;
}

.dropdown__toggle:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 22px;
  content: '';
  border-right: 1px solid #595959;
  background: url(../img/menu.svg) center center no-repeat;
  background-size: 18px auto;
}

.dropdown__menu {
  position: absolute;
  z-index: 500;
  top: 100%;
  left: 0;
  display: none;
  width: 300px;
  margin: 11px 0 0 0;
  padding: 5px 0;
  list-style: none;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.27);
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dropdown_open .dropdown__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown__item {
  width: 50%;
}

.dropdown__link {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  padding: 0 10px;
  text-decoration: none;
  color: #000000;
}

.dropdown__link:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #232b38;
}

.lang {
  position: relative;
}

.lang__head {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  position: relative;
  padding: 0 26px 0 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #595959;
  border: 1px solid #e4e4e4;
  border-radius: 14px;
  background: #f3f3f3;
}

.lang__head:before {
  position: absolute;
  top: 3px;
  left: 4px;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  background: url(../img/main_sprite.png) -70px -160px no-repeat;
}

.lang__head:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -1px;
  content: '';
  border-top: 4px solid #595959;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.lang__head:hover {
  color: #151515;
}

.lang__head:hover:before {
  background-position: -70px -180px;
}

.lang__body {
  position: absolute;
  z-index: 500;
  top: 100%;
  left: 0;
  display: none;
  width: 160px;
  margin-top: 9px;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.27);
}

.lang_open .lang__body {
  display: block;
}

.lang__item {
  border-bottom: 1px solid #e4e4e4;
}

.lang__item:last-child {
  border-bottom: none;
}

.lang__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000000;
}

.lang__link:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #232b38;
}

.btn-hq {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  position: relative;
  display: block;
  padding: 0 14px 0 32px;
  -webkit-transition: none;
  transition: none;
  white-space: nowrap;
  color: #595959;
  border: 1px solid #e4e4e4;
  border-radius: 14px;
  background: #f3f3f3;
}

.btn-hq:before {
  position: absolute;
  top: 3px;
  left: 4px;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  background: url(../img/main_sprite.png) -90px -160px no-repeat;
}

.btn-hq:hover {
  text-decoration: none;
  color: #151515;
}

.btn-hq:hover:before {
  background-position: -90px -180px;
}

.nav-toggle {
  display: none;
}

/**
* Навигация
*/

/**
* Подвал
*/

.footer {
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: #061b22;
}

.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.footer__action {
  margin-right: 60px;
}

.footer__btn {
  white-space: nowrap;
}

.footer__nav {
  -webkit-box-flex: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

.footer__copywrite {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-menu__item {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  width: 33.333333%;
  padding: 1px 0;
}

.footer-menu__link {
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px dashed transparent;
}

.footer-menu__link:hover {
  text-decoration: none;
  color: #ffffff;
  border-bottom-color: #787878;
}

.social {
  margin-top: 40px;
  margin-bottom: 17px;
}

.social__head {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: center;
}

.social__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.social__item {
  margin: 0 13px 13px 13px;
}

.social__link {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/soc_seti.png);
  background-repeat: no-repeat;
}

.social__link_vk {
  background-position: 0 0;
}

.social__link_vk:hover {
  background-position: 0 -60px;
}

.social__link_fb {
  background-position: -60px 0;
}

.social__link_fb:hover {
  background-position: -60px -60px;
}

.social__link_tw {
  background-position: -120px 0;
}

.social__link_tw:hover {
  background-position: -120px -60px;
}

.social__link_ok {
  background-position: -180px 0;
}

.social__link_ok:hover {
  background-position: -180px -60px;
}

.social__link_youtube {
  background-position: -240px 0;
}

.social__link_youtube:hover {
  background-position: -240px -60px;
}

.social__link_mailru {
  background-position: -300px 0;
}

.social__link_mailru:hover {
  background-position: -300px -60px;
}

.social__link_insta {
  background-position: -360px 0;
}

.social__link_insta:hover {
  background-position: -360px -60px;
}

/**
* Кнопки
*/

.btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  background-color: #006699;
}

.btn:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #0170a7;
}

/**
* Типографика
*/

.page-desc {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.article {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.heading {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 20px 0;
  color: #151515;
}

.heading_home {
  margin-bottom: 5px;
}

.subheading {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 15px 0;
  color: #000000;
}

.subheading__link {
  color: #000000;
}

.subheading__link:hover {
  text-decoration: none;
  color: #000000;
}

/**
* Категория
*/

.track-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.track-list__item {
  width: 33.333333%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}

.track:hover {
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.track_page {
  margin-bottom: 20px;
}

.track_page:hover {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}

.track__player {
  position: relative;
  width: 35.29412%;
  background-color: rgba(59, 173, 233, 0.15);
}

.track_page .track__player {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}

.track__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: block;
  width: 58px;
  height: 46px;
  margin-top: -23px;
  margin-left: -29px;
  background: url(../img/ico-play.svg) center center no-repeat;
  background-size: 58px auto;
}

.track_playing .track__play {
  display: none;
}

.track__pause {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: none;
  width: 58px;
  height: 46px;
  margin-top: -23px;
  margin-left: -29px;
  padding: 0;
  border: none;
  background: url(../img/ico-pause.svg) center center no-repeat;
  background-size: 58px auto;
}

.track_playing .track__pause {
  display: block;
}

.track__bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.track_page .track__bar {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  height: 8px;
  background-color: rgba(59, 173, 233, 0.3);
}

.track__progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: rgba(59, 173, 233, 0.15);
}

.track_page .track__progress {
  background-color: #3bade9;
}

.track__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 64.70588%;
  height: 142px;
  padding: 10px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.track__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

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

.track__name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}

.track__artist {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.track__category {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  overflow: hidden;
  margin-top: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #595959;
}

.track__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e4e4e4;
}

.track__attr {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #595959;
}

.track__duration {
  position: relative;
  margin-right: 8px;
  padding-left: 15px;
}

.track__duration:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 11px;
  height: 11px;
  content: '';
  background: url(../img/main_sprite.png) -236px -99px no-repeat;
}

.track__bitrate {
  position: relative;
  margin-right: 8px;
  padding-left: 15px;
}

.track__bitrate:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 13px;
  height: 10px;
  content: '';
  background: url(../img/main_sprite.png) -220px -99px no-repeat;
}

.track__download {
  position: relative;
  margin-right: 8px;
  padding-left: 15px;
}

.track__download:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 13px;
  height: 10px;
  content: '';
  background: url(../img/main_sprite.png) -130px -70px no-repeat;
}

.track__cat {
  position: relative;
  margin-right: 8px;
  padding-left: 15px;
}

.track__cat:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 13px;
  height: 10px;
  content: '';
  background: url(../img/main_sprite.png) -129px -38px no-repeat;
}

.track__cat-link {
  color: #4183c2;
}

.track__vote {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  position: relative;
  margin-left: auto;
  padding-left: 18px;
  cursor: pointer;
  color: #75bbd8;
}

.track__vote:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 13px;
  height: 10px;
  content: '';
  background: url(../img/main_sprite.png) -10px -100px no-repeat;
}

.track__vote:hover:before {
  background-position: -38px -100px;
}

.track__user {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  padding: 10px;
  text-align: center;
  border-left: 1px solid #e4e4e4;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
}

.track__user-link {
  color: #4183c2;
}

.track__about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 10px;
  -webkit-box-direction: normal;
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-pack: end;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-pack: end;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.track__time {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.more {
  margin-bottom: 16px;
}

.more__btn {
  display: block;
  width: 100%;
}

.widget {
  margin-bottom: 16px;
  text-align: center;
  background-color: #e2f3fc;
}

.widget__head {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #366a7a;
}

.widget__body {
  padding: 2px;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  padding: 0;
  list-style: none;
  text-align: center;
  border: 1px #e4e4e4 solid;
  background: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.pagination li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  display: block;
  width: 38px;
  height: 38px;
  text-align: center;
  color: #595959;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.pagination li a:hover {
  text-decoration: none;
  color: #151515;
  background-color: rgba(0, 0, 0, 0.05);
}

.pagination li.active a {
  font-weight: 600;
  color: #151515;
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

/**
* Страница рингтона
*/

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.content__main {
  width: 70.35647%;
  margin-bottom: 20px;
  padding: 0 8px;
}

.content__aside {
  width: 29.64353%;
  margin-bottom: 20px;
  padding: 0 8px;
}

.box {
  margin-bottom: 20px;
  border: 1px solid #dadada;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 2px 2px -2px rgba(0, 0, 0, 0.29);
  box-shadow: 1px 2px 2px -2px rgba(0, 0, 0, 0.29);
}

.box_info {
  text-align: center;
}

.box__head {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 8px 16px;
  border-bottom: 1px #d2d2d2 solid;
  background-color: #e3e3e3;
}

.box_info .box__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.box_info .box__head:before {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  content: '';
  background: url(../img/main_sprite.png) -38px -128px no-repeat;
}

.box__body {
  padding: 16px;
}

.box_related .box__body {
  padding: 0;
}

.box__section {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px #d2d2d2 solid;
}

.box__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.box__desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.track-artist {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
  padding-left: 37px;
}

.track-artist:before {
  position: absolute;
  top: 4px;
  left: 12px;
  display: block;
  width: 13px;
  height: 10px;
  content: '';
  background: url(../img/main_sprite.png) -98px -71px no-repeat;
}

.track-tag {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
  padding-left: 37px;
}

.track-tag:before {
  position: absolute;
  top: 4px;
  left: 13px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  background: url(../img/main_sprite.png) -101px -11px no-repeat;
}

.track-tag__link {
  color: #4183c2;
}

.track-download__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.track-download__item {
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.track-download__btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  padding: 8px 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: none;
}

.track-download__btn:hover {
  text-decoration: none;
  color: #ffffff;
}

.track-download__btn_green {
  background: #00a489;
}

.track-download__btn_green:hover {
  background: #00ae92;
}

.track-download__btn_red {
  background-color: #e2510e;
}

.track-download__btn_red:hover {
  background-color: #ec540e;
}

.track-download__btn_orange {
  background: #f29a07;
}

.track-download__btn_orange:hover {
  background: #f79d07;
}

.track-download__size {
  font-size: 12px;
  color: #e5e5e5;
}

.track-download__foot {
  text-align: center;
}

.track-download__link {
  font-size: 14px;
  font-weight: 700;
  color: #4183c2;
}

.related__link {
  font-size: 12px;
  font-weight: 400;
  line-height: 33px;
  position: relative;
  display: block;
  display: block;
  overflow: hidden;
  padding-left: 31px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.related__link:before {
  position: absolute;
  top: 9px;
  left: 10px;
  display: block;
  width: 11px;
  height: 15px;
  content: '';
  background: url(../img/main_sprite.png) -70px -8px no-repeat;
}

.related__link:hover {
  text-decoration: none;
  color: #006699;
  background: #f4f4f4;
}

/**
* Формы
*/

.form {
  max-width: 600px;
}

.form__group {
  margin-bottom: 15px;
}

.form__label {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  margin: 0 0 5px 0;
}

.form-control {
  font-size: 14px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

.form-control_textarea {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

/**
* Likely
*/

.likely,
.likely__widget {
  font-family: Helvetica Neue,Arial,sans-serif;
  font-size: inherit;
  font-weight: 400;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none !important;
  text-indent: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.likely {
  font-size: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.likely_visible {
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
  opacity: 1;
}

.likely > * {
  display: inline-block;
  visibility: hidden;
}

.likely_visible > * {
  visibility: inherit;
}

.likely__widget {
  position: relative;
  display: block;
  white-space: nowrap;
}

.likely__button,
.likely__counter {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  outline: 0;
  text-rendering: optimizeLegibility;
}

.likely__button {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.likely__counter {
  font-weight: 400;
  position: relative;
  display: none;
}

.likely_ready .likely__counter {
  display: inline-block;
}

.likely_ready .likely__counter_empty {
  display: none;
}

.likely__button,
.likely__counter,
.likely__icon,
.likely__widget {
  vertical-align: top;
}

.likely__widget {
  -webkit-transition: background 0.33s ease-out,color 0.33s ease-out,fill 0.33s ease-out;
  transition: background 0.33s ease-out,color 0.33s ease-out,fill 0.33s ease-out;
}

.likely__widget:active,
.likely__widget:focus,
.likely__widget:hover {
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}

.likely__icon {
  position: relative;
  display: inline-block;
  text-align: left;
}

.likely svg {
  position: absolute;
}

.likely__button,
.likely__counter {
  line-height: inherit;
  cursor: inherit;
}

.likely__button:empty {
  display: none;
}

.likely__counter {
  text-align: center;
}

.likely .likely__widget {
  color: #000000;
  background: rgba(232, 232, 232, 0.8);
}

.likely .likely__counter {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0, transparent 0.5px, transparent);
  background-repeat: repeat-y;
  background-size: 1px 1px;
}

.likely-light .likely__widget {
  color: #ffffff;
  background: rgba(237, 237, 237, 0.16);
  text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
  fill: #ffffff;
}

.likely-light .likely__counter {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 0.5px, rgba(255, 255, 255, 0));
}

.likely__widget_facebook {
  fill: #425497;
}

.likely__widget_facebook:active,
.likely__widget_facebook:focus,
.likely__widget_facebook:hover {
  background: rgba(207, 212, 229, 0.8);
}

.likely-light .likely__widget_facebook:active,
.likely-light .likely__widget_facebook:focus,
.likely-light .likely__widget_facebook:hover {
  background: rgba(66, 84, 151, 0.7);
  text-shadow: #425497 0 0 0.25em;
}

.likely__widget_gplus {
  fill: #dd4241;
}

.likely__widget_gplus:active,
.likely__widget_gplus:focus,
.likely__widget_gplus:hover {
  background: rgba(246, 208, 208, 0.8);
}

.likely-light .likely__widget_gplus:active,
.likely-light .likely__widget_gplus:focus,
.likely-light .likely__widget_gplus:hover {
  background: rgba(221, 66, 65, 0.7);
  text-shadow: #dd4241 0 0 0.25em;
}

.likely__widget_linkedin {
  fill: #0077b5;
}

.likely__widget_linkedin:active,
.likely__widget_linkedin:focus,
.likely__widget_linkedin:hover {
  background: rgba(191, 221, 236, 0.8);
}

.likely-light .likely__widget_linkedin:active,
.likely-light .likely__widget_linkedin:focus,
.likely-light .likely__widget_linkedin:hover {
  background: rgba(0, 119, 181, 0.7);
  text-shadow: #0077b5 0 0 0.25em;
}

.likely__widget_odnoklassniki {
  fill: #f6903b;
}

.likely__widget_odnoklassniki:active,
.likely__widget_odnoklassniki:focus,
.likely__widget_odnoklassniki:hover {
  background: rgba(252, 227, 207, 0.8);
}

.likely-light .likely__widget_odnoklassniki:active,
.likely-light .likely__widget_odnoklassniki:focus,
.likely-light .likely__widget_odnoklassniki:hover {
  background: rgba(246, 144, 59, 0.7);
  text-shadow: #f6903b 0 0 0.25em;
}

.likely__widget_pinterest {
  fill: #bd081c;
}

.likely__widget_pinterest:active,
.likely__widget_pinterest:focus,
.likely__widget_pinterest:hover {
  background: rgba(238, 193, 198, 0.8);
}

.likely-light .likely__widget_pinterest:active,
.likely-light .likely__widget_pinterest:focus,
.likely-light .likely__widget_pinterest:hover {
  background: rgba(189, 8, 28, 0.7);
  text-shadow: #bd081c 0 0 0.25em;
}

.likely__widget_telegram {
  fill: #34abde;
}

.likely__widget_telegram:active,
.likely__widget_telegram:focus,
.likely__widget_telegram:hover {
  background: rgba(204, 234, 246, 0.8);
}

.likely-light .likely__widget_telegram:active,
.likely-light .likely__widget_telegram:focus,
.likely-light .likely__widget_telegram:hover {
  background: rgba(52, 171, 222, 0.7);
  text-shadow: #34abde 0 0 0.25em;
}

.likely__widget_twitter {
  fill: #00b7ec;
}

.likely__widget_twitter:active,
.likely__widget_twitter:focus,
.likely__widget_twitter:hover {
  background: rgba(191, 237, 250, 0.8);
}

.likely-light .likely__widget_twitter:active,
.likely-light .likely__widget_twitter:focus,
.likely-light .likely__widget_twitter:hover {
  background: rgba(0, 183, 236, 0.7);
  text-shadow: #00b7ec 0 0 0.25em;
}

.likely__widget_vkontakte {
  fill: #526e8f;
}

.likely__widget_vkontakte:active,
.likely__widget_vkontakte:focus,
.likely__widget_vkontakte:hover {
  background: rgba(211, 218, 227, 0.8);
}

.likely-light .likely__widget_vkontakte:active,
.likely-light .likely__widget_vkontakte:focus,
.likely-light .likely__widget_vkontakte:hover {
  background: rgba(82, 110, 143, 0.7);
  text-shadow: #526e8f 0 0 0.25em;
}

.likely__widget_whatsapp {
  fill: #25d366;
}

.likely__widget_whatsapp:active,
.likely__widget_whatsapp:focus,
.likely__widget_whatsapp:hover {
  background: rgba(200, 244, 216, 0.8);
}

.likely-light .likely__widget_whatsapp:active,
.likely-light .likely__widget_whatsapp:focus,
.likely-light .likely__widget_whatsapp:hover {
  background: rgba(37, 211, 102, 0.7);
  text-shadow: #25d366 0 0 0.25em;
}

.likely {
  margin: 0 -5px -10px;
}

.likely .likely__widget {
  font-size: 14px;
  line-height: 20px;
  height: 22px;
  margin: 0 5px 10px;
  border-radius: 3px;
}

.likely .likely__icon {
  width: 22px;
  height: 22px;
}

.likely .likely__button {
  padding: 1px 4px 1px 0;
}

.likely .likely__counter {
  padding: 1px 4px;
}

.likely svg {
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
}

.likely-big {
  margin: 0 -6px -12px;
}

.likely-big .likely__widget {
  font-size: 18px;
  line-height: 28px;
  height: 32px;
  margin: 0 6px 12px;
  border-radius: 4px;
}

.likely-big .likely__icon {
  width: 32px;
  height: 32px;
}

.likely-big .likely__button {
  padding: 2px 6px 2px 0;
}

.likely-big .likely__counter {
  padding: 2px 6px;
}

.likely-big svg {
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
}

.likely-small {
  margin: 0 -4px -8px;
}

.likely-small .likely__widget {
  font-size: 12px;
  line-height: 14px;
  height: 18px;
  margin: 0 4px 8px;
  border-radius: 2px;
}

.likely-small .likely__icon {
  width: 18px;
  height: 18px;
}

.likely-small .likely__button {
  padding: 2px 3px 2px 0;
}

.likely-small .likely__counter {
  padding: 2px 3px;
}

.likely-small svg {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
}

/**
* Медиазапросы
*/

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }

  .track-section .track-list__item {
    width: 50%;
  }

  .track-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
  }

  .track-section__main {
    width: 66.666666%;
    padding: 0 8px;
  }

  .track-section__aside {
    width: 33.333333%;
    padding: 0 8px;
  }
}

@media (min-width: 1100px) {
  .container {
    max-width: 1066px;
  }
}

@media (max-width: 991px) {
  .nav-toggle {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    border: none;
    background: none;
  }

  .nav-toggle__bar {
    position: absolute;
    top: 9px;
    left: 50%;
    display: block;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    background: #ffffff;
  }

  .nav-toggle__bar:nth-child(2) {
    top: 17px;
  }

  .nav-toggle__bar:nth-child(3) {
    top: 25px;
  }

  .header__nav_open .nav-toggle__bar:nth-child(1),
  .header__nav_open .nav-toggle__bar:nth-child(3) {
    top: 16px;
  }

  .header__nav_open .nav-toggle__bar:nth-child(2) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .header__nav_open .nav-toggle__bar:nth-child(1) {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .header__nav_open .nav-toggle__bar:nth-child(3) {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }

  .footer {
    padding-top: 20px;
  }

  .footer__inner {
    display: block;
    margin-bottom: 10px;
  }

  .footer__action {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .footer-menu__item {
    width: auto;
    margin: 5px 10px;
    padding: 0;
  }

  .track-list__item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .header__search {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
  }

  .search-form {
    width: auto;
    padding-right: 0;
  }

  .search-form__control {
    padding: 0 34px 0 10px;
    border-radius: 3px;
    background-image: none;
  }

  .search-form__btn {
    font-size: 0;
    width: 34px;
    height: 36px;
    background: url(../img/search1.png) center center no-repeat;
  }

  .search-form__btn:hover {
    background-color: transparent;
  }

  .btn-user {
    font-size: 0;
    width: 36px;
    padding: 0;
    background-image: url(../img/user.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px auto;
  }

  .menu__link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu__link:before {
    display: none;
  }

  .btn-add {
    width: auto;
    height: 26px;
  }

  .btn-add:before {
    width: 26px;
    height: 26px;
    background-size: 16px auto;
  }

  .track-list__item {
    width: 100%;
  }

  .track__inner {
    height: auto;
    display: block;
  }

  .track__user {
    display: none;
  }

  .track_page .track__player {
    width: 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .track__about {
    width: 70%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .content {
    display: block;
  }

  .content__main {
    width: auto;
  }

  .content__aside {
    width: auto;
  }
}

@media (max-width: 500px) {
  .nav__inner {
    display: block;
  }

  .nav__add {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .menu__link {
    padding: 6px;
    border-top-width: 2px;
    border-bottom-width: 2px;
  }

  .bar__hq {
    margin-left: 10px;
  }

  .dropdown__toggle {
    font-size: 0;
    width: 22px;
    height: 22px;
    padding: 0;
  }

  .dropdown__toggle:before {
    width: 22px;
    border: none;
  }

  .track__vote-label {
    display: none;
  }
}

@media (max-width: 425px) {
  .header__search {
    padding-right: 10px;
    padding-left: 10px;
  }

  .track_page .track__info {
    display: block;
  }

  .track__attr {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .track_page .track__vote {
    margin-top: 4px;
  }

  .track__vote-label {
    display: inline;
  }
}

@media (max-width: 375px) {
  .lang__head {
    font-size: 13px;
  }

  .btn-hq {
    font-size: 0;
    width: 30px;
    padding: 0;
  }

  .social__item {
    margin: 0 5px 5px 5px;
  }

  .track__player {
    width: 30%;
  }

  .track__inner {
    width: 70%;
  }
}