@charset 'UTF-8';

@font-face {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('/static/upmusic/fonts/Roboto-Black.woff2') format('woff2'), url('/static/upmusic/fonts/Roboto-Black.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 900;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('/static/upmusic/fonts/Roboto-BlackItalic.woff2') format('woff2'), url('/static/upmusic/fonts/Roboto-BlackItalic.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('/static/upmusic/fonts/Roboto-Medium.woff2') format('woff2'), url('/static/upmusic/fonts/Roboto-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('/static/upmusic/fonts/Roboto-MediumItalic.woff2') format('woff2'), url('/static/upmusic/fonts/Roboto-MediumItalic.woff') format('woff');
}

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

@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('/static/upmusic/fonts/Roboto-BoldItalic.woff2') format('woff2'), url('/static/upmusic/fonts/Roboto-BoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('/static/upmusic/fonts/Roboto-Regular.woff2') format('woff2'), url('/static/upmusic/fonts/Roboto-Regular.woff') format('woff');
}

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

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('/static/upmusic/fonts/Roboto-Light.woff2') format('woff2'), url('/static/upmusic/fonts/Roboto-Light.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('/static/upmusic/fonts/Roboto-LightItalic.woff2') format('woff2'), url('/static/upmusic/fonts/Roboto-LightItalic.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 100;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('/static/upmusic/fonts/Roboto-Thin.woff2') format('woff2'), url('/static/upmusic/fonts/Roboto-Thin.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 100;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  src: url('/static/upmusic/fonts/Roboto-Italic.woff2') format('woff2'), url('/static/upmusic/fonts/Roboto-Italic.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: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #000000;
  background-color: #f0f1f2;
}

[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: underline;
  color: #1858ff;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
  color: #999999;
}

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;
}

/**
* Сетка Bootstrap 4
*/

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  max-width: 100%;
  -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;
}

.col-auto {
  width: auto;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-1 {
  max-width: 8.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
}

.col-2 {
  max-width: 16.66667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
}

.col-3 {
  max-width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.col-4 {
  max-width: 33.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}

.col-5 {
  max-width: 41.66667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
}

.col-6 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.col-7 {
  max-width: 58.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
}

.col-8 {
  max-width: 66.66667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
}

.col-9 {
  max-width: 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.col-10 {
  max-width: 83.33333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
}

.col-11 {
  max-width: 91.66667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
}

.col-12 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.flex-row {
  flex-direction: row !important;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: horizontal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
  -webkit-box-direction: normal !important;
  -webkit-box-orient: vertical !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
  -webkit-box-direction: reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
  -webkit-box-direction: reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
}

.align-items-end {
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
}

.align-items-center {
  -webkit-align-items: center !important;
  align-items: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
}

.align-items-baseline {
  -webkit-align-items: baseline !important;
  align-items: baseline !important;
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
}

.align-items-stretch {
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  align-content: center !important;
  -ms-flex-line-pack: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  align-self: flex-start !important;
  -ms-flex-item-align: start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  -ms-flex-item-align: end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-print-block {
  display: none !important;
}

.d-print-inline {
  display: none !important;
}

.d-print-inline-block {
  display: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}

.fade.show {
  opacity: 1;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

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

.article {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
  color: #000000;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #2b2e35;
}

.article h1:first-child,
.article h2:first-child,
.article h3:first-child,
.article h4:first-child,
.article h5:first-child,
.article h6:first-child {
  margin-top: 0;
}

.article h1 {
  font-size: 32px;
  line-height: 46px;
}

.article h2 {
  font-size: 26px;
  line-height: 40px;
}

.article h3 {
  font-size: 20px;
  line-height: 30px;
}

.article h4 {
  font-size: 16px;
}

.article h5 {
  font-size: 14px;
}

.article h6 {
  font-size: 12px;
}

.article p {
  margin-bottom: 20px;
}

.article p:last-child {
  margin-bottom: 0;
}

.article ul,
.article ol {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

.article ul li,
.article ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}

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

.article ul li:before {
  position: absolute;
  top: 9px;
  left: 12px;
  display: block;
  width: 6px;
  height: 6px;
  content: '';
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #55df47;
}

.article strong,
.article b {
  font-weight: 500;
}

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

.article hr {
  clear: both;
  height: 2px;
  margin: 40px 0;
  color: #ebebeb;
  border: 0 none;
  background-color: #ebebeb;
}

.article a {
  text-decoration: underline;
  color: #eacf98;
}

.article a:hover {
  text-decoration: none;
  color: #eacf98;
}

/**
* Общие
*/

.wrapper {
  overflow: hidden;
}

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

.content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}

.content {
  width: 63.23529%;
  padding: 0 30px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.aside_left {
  width: 23.52941%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.aside_right {
  width: 13.23529%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.heading {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 20px 0;
  color: #010101;
}

.desc {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 20px 0;
  color: #000000;
}

.desc p:last-child {
  margin-bottom: 0;
}

.headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
}

.headline__heading {
  margin-bottom: 0;
}

.headline__action {
  margin-bottom: 4px;
  margin-left: 10px;
}

.headline__btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  padding: 0 10px;
  vertical-align: bottom;
  text-decoration: none;
  color: #c2c2c2;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #f0f1f2;
}

.headline__btn:hover {
  color: #000000;
  background-color: #d9d9d9;
}

/**
* Шапка
*/

.header {
  padding: 15px 0;
  background-color: #ffffff;
}

.header__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;
}

.header__logo {
  width: 23.52941%;
}

.header__search {
  width: 63.23529%;
  padding: 0 30px;
}

.header__nav {
  width: 13.23529%;
}

.header__mobile {
  display: none;
}

.search-form {
  position: relative;
}

.search-form__control {
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 0 0 34px;
  border: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #cccccc;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.search-form__btn {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 34px;
  height: 44px;
  border: none;
  background: url(/static/upmusic/img/svg/ico-search-btn.svg) left center no-repeat;
  background-size: 20px auto;
}

.search-form__btn:hover {
  opacity: 0.8;
}

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

.footer {
  padding: 20px 0;
  background-color: #000000;
    margin-bottom: 85px;
}

.footer__nav {
  margin-bottom: 10px;
}

.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: 13px;
  font-weight: 400;
  line-height: normal;
  margin-right: 15px;
  margin-bottom: 10px;
}

.footer-menu__item:last-child {
  margin-right: 0;
}

.footer-menu__link {
  text-decoration: underline;
  color: #ffffff;
}

.footer-menu__link_current {
  text-decoration: none;
  color: #c2c2c2;
}

.footer-menu__link:hover {
  text-decoration: underline;
  color: #c2c2c2;
}

.copywrite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.copywrite__item {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  margin-right: 25px;
  color: #c2c2c2;
}

.copywrite__item:last-child {
  margin-right: 0;
}

.copywrite__link {
  color: #c2c2c2;
}

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

.top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.top-menu__item {
  margin-left: 36px;
}

.top-menu__item_menu {
  display: none;
}

.top-menu__item:first-child {
  margin-left: 0;
}

.top-menu__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  display: block;
  padding-top: 30px;
  padding-right: 3px;
  padding-left: 3px;
  text-align: center;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center top;
}

.top-menu__link:hover {
  text-decoration: underline;
}

.top-menu__link_fav {
  color: #b2b2b2;
  background-image: url(/static/upmusic/img/svg/ico-fav.svg);
  background-position: center 3px;
  background-size: 24px 22px;
}

.top-menu__link_fav:hover {
  color: #b2b2b2;
}

.top-menu__link_hot {
  color: #ff7b36;
  background-image: url(/static/upmusic/img/svg/ico-hot.svg);
  background-size: 21px 28px;
}

.top-menu__link_hot:hover {
  color: #ff7b36;
}

.top-menu__link_new {
  color: #81e85a;
  background-image: url(/static/upmusic/img/svg/ico-new.svg);
  background-size: 25px 27px;
}

.top-menu__link_new:hover {
  color: #81e85a;
}

.top-menu__link_menu {
  color: #000000;
  background-image: url(/static/upmusic/img/svg/ico-menu.svg);
  background-position: center 2px;
  background-size: 23px auto;
}

.top-menu__link_menu:hover {
  color: #000000;
}

.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu__item {
  border-bottom: 1px solid #e1e1e1;
}

.main-menu__item:last-child {
  border-bottom: none;
}

.main-menu__link {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: block;
  padding: 10px 0 10px 40px;
  text-decoration: none;
  color: #010101;
}

.main-menu__link:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-menu__link:hover,
.main-menu__link_current {
  color: #1959ff;
}

.main-menu__link_home:before {
  background-image: url(/static/upmusic/img/svg/ico-nav-01-default.svg);
  background-size: 19px 18px;
}

.main-menu__link_home:hover:before,
.main-menu__link_home.main-menu__link_current:before {
  background-image: url(/static/upmusic/img/svg/ico-nav-01-active.svg);
}

.main-menu__link_chart:before {
  background-image: url(/static/upmusic/img/svg/ico-nav-02-default.svg);
  background-size: 20px 20px;
}

.main-menu__link_chart:hover:before,
.main-menu__link_chart.main-menu__link_current:before {
  background-image: url(/static/upmusic/img/svg/ico-nav-02-active.svg);
}

.main-menu__link_rated:before {
  background-image: url(/static/upmusic/img/svg/ico-nav-03-default.svg);
  background-size: 20px 19px;
}

.main-menu__link_rated:hover:before,
.main-menu__link_rated.main-menu__link_current:before {
  background-image: url(/static/upmusic/img/svg/ico-nav-03-active.svg);
}

.main-menu__link_collection:before {
  background-image: url(/static/upmusic/img/svg/ico-nav-04-default.svg);
  background-size: 20px 20px;
}

.main-menu__link_collection:hover:before,
.main-menu__link_collection.main-menu__link_current:before {
  background-image: url(/static/upmusic/img/svg/ico-nav-04-active.svg);
}

.main-menu__link_genre:before {
  background-image: url(/static/upmusic/img/svg/ico-nav-05-default.svg);
  background-size: 20px 20px;
}

.main-menu__link_genre:hover:before,
.main-menu__link_genre.main-menu__link_current:before {
  background-image: url(/static/upmusic/img/svg/ico-nav-05-active.svg);
}

.main-menu__link_album:before {
  background-image: url(/static/upmusic/img/svg/ico-nav-06-default.svg);
  background-size: 21px 18px;
}

.main-menu__link_album:hover:before,
.main-menu__link_album.main-menu__link_current:before {
  background-image: url(/static/upmusic/img/svg/ico-nav-06-active.svg);
}

.main-menu__link_popular:before {
  background-image: url(/static/upmusic/img/svg/ico-nav-07-default.svg);
  background-size: 21px 18px;
}

.main-menu__link_popular:hover:before,
.main-menu__link_popular.main-menu__link_current:before {
  background-image: url(/static/upmusic/img/svg/ico-nav-07-active.svg);
}

.nav-toggle {
  display: none;
}

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

.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-group__item {
  margin-right: 20px;
  margin-bottom: 20px;
}

.btn-hot {
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  display: inline-block;
  padding: 0 20px 0 50px;
  vertical-align: bottom;
  text-decoration: none;
  color: #ff7b36;
  border: 1px solid #ff7b36;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff url(/static/upmusic/img/svg/ico-hot.svg) 18px center no-repeat;
  background-size: 21px 28px;
}

.btn-hot:hover {
  color: #ff7b36;
  background-color: #fff7f3;
}

.btn-mix {
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  display: inline-block;
  padding: 0 20px 0 50px;
  vertical-align: bottom;
  text-decoration: none;
  color: #5b32da;
  border: 1px solid #5b32da;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff url(/static/upmusic/img/svg/ico-daily-mix.svg) 18px center no-repeat;
  background-size: 17px 29px;
}

.btn-mix:hover {
  color: #5b32da;
  background-color: #f5f2ff;
}

/**
* Сайдбар
*/

.widget {
  margin-bottom: 20px;
}

.widget_box {
  padding: 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
}

.widget-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 20px 0;
  text-align: center;
  color: #1a1a1a;
}

.widget_genre .widget-title {
  margin-bottom: 10px;
  text-align: left;
}

.top-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-chart__item {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
}

.top-chart__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.top-chart__link {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.top-chart__link:before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  background: #808080;
}

.top-chart__link:hover:before {
  opacity: 0.9;
}

.top-chart__img {
  display: block;
}

.top-chart__inner {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.top-chart__link:hover .top-chart__inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.top-chart__title {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  display: block;
  color: #ffffff;
}

.top-chart__desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  color: #e9e9e9;
}

.top-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-collection__item {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
}

.top-collection__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.top-collection__link {
  display: block;
  text-decoration: none;
  color: #000000;
}

.top-collection__img {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.top-collection__title {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.widget-tab__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.widget-tab__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #969697;
  border: 1px solid #d9d9d9;
}

.widget-tab__item_active {
  color: #ffffff;
  border-color: #ff7b36;
  background-color: #ff7b36;
}

.widget-tab__item:first-child {
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

.widget-tab__item:last-child {
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.widget-tab__content {
  display: none;
}

.widget-tab__content_active {
  display: block;
}

.top-album__item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
}

.top-album__item:last-child {
  margin-bottom: 0;
}

.top-album__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.top-album__img {
  display: block;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}

.top-album__inner {
  display: block;
  -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;
}

.top-album__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: block;
  color: #000000;
}

.top-album__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  margin-bottom: 5px;
  color: #000000;
}

.top-album__note {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  color: #a2a2a2;
}

.top-artist__item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
}

.top-artist__item:last-child {
  margin-bottom: 0;
}

.top-artist__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.top-artist__img {
  display: block;
  overflow: hidden;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}

.top-artist__inner {
  display: block;
  -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;
}

.top-artist__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: block;
  color: #000000;
}

.top-artist__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  color: #a2a2a2;
}

.top-genre__item {
  border-bottom: 1px solid #e1e1e1;
}

.top-genre__link {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  color: #656565;
}

.top-genre__link:hover {
  color: #1959ff;
}

.widget-play__item {
  position: relative;
  padding: 5px 0 5px 26px;
  cursor: pointer;
  border-bottom: 1px solid #dadada;
}

.widget-play__item:before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  background: url(/static/upmusic/img/svg/ico-player-play.svg) center center no-repeat;
  background-size: 14px auto;
}

.widget-play__item_active:before {
  background-image: url(/static/upmusic/img/svg/ico-player-pause.svg);
  background-size: 10px auto;
}

.widget-play__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #000000;
}

.widget-play__title-link {
  text-decoration: none;
  color: #000000;
}

.widget-play__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #454545;
}

.widget-play__desc-link {
  text-decoration: none;
  color: #454545;
}

/**
* Песни
*/

.playlist {
  margin-bottom: 20px;
}

.play-item {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.play-item:hover,
.play-item_playing {
  background-color: #ffffff;
}

.play-fix .play-item:hover,
.play-fix .play-item_playing {
  background: none;
}

.play-item__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 45px 10px 10px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.play-fix .play-item__inner {
  padding-right: 10px;
}

.play-fix .play-item__inner:before {
  display: none;
}

.play-item__download {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 25px;
  height: 25px;
  margin-top: -10px;
  background: url(/static/upmusic/img/svg/ico-play-download.svg) center center no-repeat;
  background-size: 25px auto;
}

.play-fix .play-item__download {
  display: none;
}

.play-item__action {
  position: relative;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

.play-item__toggle {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.play-item__toggle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  content: '';
  opacity: 0.85;
  background: url(/static/upmusic/img/svg/ico-play.svg) center center no-repeat;
  background-size: 24px 24px;
}

.play-item_playing .play-item__toggle:before {
  background-image: url(/static/upmusic/img/svg/ico-pause.svg);
  background-size: 14px auto;
}

.play-fix .play-item__toggle:before {
  display: none;
}

.play-item__pause {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 0;
  display: none;
  cursor: pointer;
}

.play-item_playing .play-item__pause {
  display: block;
}

.play-item__img {
  display: block;
}

.play-item__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #000000;
}

.play-item_playing .play-item__title {
  color: #1858ff;
}

.play-item__title-link {
  text-decoration: none;
  color: #000000;
}

.play-item_playing .play-item__title-link {
  color: #1858ff;
}

.play-item__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #454545;
}

.play-item__desc-link {
  text-decoration: none;
  color: #454545;
}

.play-item__main {
  -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;
}

.play-item__timer {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  color: #a2a2a2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.play-item__timer-current {
  display: none;
}

.play-item_playing .play-item__timer-current,
.play-item_paused .play-item__timer-current {
  display: inline;
}

.play-item__timer-sep {
  display: none;
}

.play-item_playing .play-item__timer-sep,
.play-item_paused .play-item__timer-sep {
  display: inline;
}

.play-item__genre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 0;
  -webkit-box-pack: end;
  -webkit-flex: 0 0 170px;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.play-item__genre-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  padding: 0 10px;
  vertical-align: bottom;
  text-decoration: none;
  color: #000000;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #f0f1f2;
}

.play-item__genre-link:hover {
  color: #000000;
  background-color: #d9d9d9;
}

.play-item__chart {
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  margin-right: 5px;
  padding-right: 12px;
  color: #84ee5b;
  background: url(/static/upmusic/img/svg/ico-arrow-top-chart.svg) right center no-repeat;
  background-size: 7px auto;
}

.play-item__progress {
  position: relative;
  width: 100%;
  height: 2px;
  cursor: pointer;
  background-color: #d7d7d7;
}

.play-item__progress-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1959ff;
}

.play-item__song {
  text-align: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 205px;
  -ms-flex: 0 0 205px;
  flex: 0 0 205px;
}

.play-item__song-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  display: inline-block;
  padding: 0 15px;
  vertical-align: bottom;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.play-item__song-link:hover {
  color: #000000;
  background-color: #d9d9d9;
}

.play-unit {
  margin-bottom: 20px;
}

.play-more {
  margin-bottom: 20px;
}

.play-more__link {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  color: #000000;
}

.new-album {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

.new-album__primary {
  width: 480px;
  padding: 0 15px;
}

.new-album__secondary {
  width: 380px;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 15px;
}

.new-album__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.new-album__wrap .new-album__item {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.new-album__link {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.new-album__img {
  display: block;
}

.new-album__inner {
  position: absolute;
  top: 40%;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.3)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.new-album__link:hover .new-album__inner {
  top: 25%;
}

.new-album__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: block;
  color: #ffffff;
}

.new-album__primary .new-album__title {
  font-size: 18px;
  line-height: 22px;
}

.new-album__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  color: #d3d3d3;
}

.new-album__primary .new-album__desc {
  font-size: 18px;
  line-height: 22px;
}

.collection {
  width: 100%;
  max-width: 100%;
}

.collection-slider {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

.collection-slider__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-slider__unit {
  width: 20%;
  margin-bottom: 20px;
  padding: 0 10px;
}

.collection-slider__link {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.collection-slider__img {
  display: block;
}

.collection-slider__inner {
  position: absolute;
  top: 40%;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.3)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.collection-slider__link:hover .collection-slider__inner {
  top: 25%;
}

.collection-slider__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: block;
  color: #ffffff;
}

.collection-slider__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  color: #d3d3d3;
}

.collection-slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.collection-slider .slick-dots li {
  margin: 0 7px;
}

.collection-slider .slick-dots li button {
  font-size: 0;
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #c9c9c9;
}

.collection-slider .slick-dots li.slick-active button {
  background-color: #000000;
}

.run-play {
  margin-bottom: 20px;
}

.run-play__btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #1959ff;
  border: 1px dashed #1959ff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  -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;
}

.run-play__btn:before {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  content: '';
  background: url(/static/upmusic/img/svg/ico-play-run.svg) 0 0 no-repeat;
  background-size: 24px 24px;
}

.run-play__btn:hover {
  color: #1959ff;
  background-color: #eff3ff;
}

.play-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.play-action__bitrate {
  margin-right: 30px;
}

.bitrate {
  position: relative;
}

.bitrate__toggle {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: inline-block;
  margin-right: 24px;
  padding: 0;
  vertical-align: bottom;
  color: #454545;
  border: none;
  border-bottom: 1px dashed #454545;
  background: none;
}

.bitrate__toggle:before {
  position: absolute;
  top: 50%;
  right: -24px;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  content: '';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: url(/static/upmusic/img/svg/ico-arrow-dropdown.svg) center center no-repeat;
  background-size: 14px auto;
}

.bitrate_open .bitrate__toggle:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bitrate__dropdown {
  position: absolute;
  z-index: 500;
  top: 100%;
  right: -10px;
  display: none;
  /*width: 200px;*/
  margin-top: 10px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
}

.bitrate__dropdown:before,
.bitrate__dropdown:after {
  position: absolute;
  top: -8px;
  right: 8px;
  display: block;
  content: '';
  border-right: 8px solid transparent;
  border-bottom: 8px solid #d9d9d9;
  border-left: 8px solid transparent;
}

.bitrate__dropdown:after {
  top: -7px;
  border-bottom-color: #ffffff;
}

.bitrate_open .bitrate__dropdown {
  display: block;
}

.bitrate__item {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  z-index: 5;
  padding: 10px;
  cursor: pointer;
  color: #454545;
  border-bottom: 1px solid #eeeeee;
}

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

.bitrate__item:hover {
  background-color: #eeeeee;
}

.btn-download {
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
  display: inline-block;
  padding: 0 20px 0 44px;
  vertical-align: bottom;
  text-decoration: none;
  color: #454545;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff url(/static/upmusic/img/svg/ico-download.svg) 18px center no-repeat;
  background-size: 17px auto;
}

.btn-download:hover {
  color: #454545;
  background-color: #fafafa;
}

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

.rating__item {
  margin-right: 3px;
}

.rating__item:last-child {
  margin-right: 0;
}

.rating__item img {
  vertical-align: bottom;
}

.play-attr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 20px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  -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;
}

.play-attr__item {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  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;
}

.play-attr__label {
  margin-right: 5px;
  color: #858585;
}

.play-attr__value {
  color: #000000;
}

.play-attr__link {
  text-decoration: underline;
  color: #000000;
}

.artist-album {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 30px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.artist-album__item {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 10px;
}

.artist-album__link {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.artist-album__img {
  display: block;
}

.artist-album__inner {
  position: absolute;
  top: 40%;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.3)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.artist-album__link:hover .artist-album__inner {
  top: 25%;
}

.artist-album__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: block;
  color: #ffffff;
}

.artist-album__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  color: #d3d3d3;
}

.play-fix {
  position: fixed;
  z-index: 900;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  background-color: rgba(255, 255, 255, 0.9);
}

.play-fix__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: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.play-fix__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23.52941%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.play-fix__prev {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-decoration: none;
  border: none;
  background: url(/static/upmusic/img/svg/ico-player-next.svg) center center no-repeat;
  background-size: 24px auto;
}

.play-fix__play {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 20px;
  padding: 0;
  -webkit-transition: none;
  transition: none;
  text-decoration: none;
  border: none;
  background: url(/static/upmusic/img/svg/ico-player-play.svg) center center no-repeat;
  background-size: 24px auto;
}

.jp-state-playing .play-fix__play {
  background-image: url(/static/upmusic/img/svg/ico-player-pause.svg);
  background-size: 16px auto;
}

.play-fix__next {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  text-decoration: none;
  border: none;
  background: url(/static/upmusic/img/svg/ico-player-next.svg) center center no-repeat;
  background-size: 24px auto;
}

.play-fix__main {
  width: 63.23529%;
  padding: 0 30px;
}

.play-fix__volume {
  position: relative;
  width: 13.23529%;
}

.play-fix__volume-btn {
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  text-decoration: none;
  border: none;
  background: url(/static/upmusic/img/svg/ico-player-volume.svg) center center no-repeat;
  background-size: 33px auto;
}

.play-fix__volume-control {
  display: none;
}

.play-fix__volume-bar {
  position: absolute;
  bottom: 100%;
  left: 5px;
  width: 10px;
  height: 100px;
  cursor: pointer;
  background-color: #cccccc;
}

.play-fix__volume-value {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1858ff;
}

/**
* Хлебные крошки
*/

.bread {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
}

.bread__link {
  text-decoration: underline;
  color: #000000;
}

.bread__sep {
  display: inline-block;
  margin: 0 5px;
  vertical-align: bottom;
  color: #8a8a8a;
}

.bread__current {
  color: #828282;
}

/**
* Пагинация
*/

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}

.pagination__item {
  margin-right: 0;
}

.pagination__item:last-child {
  margin-right: 0;
}

.pagination__btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}

.pagination__btn_current {
  color: #b0b0b0;
  background-color: #eff7ff;
}

.pagination__btn:hover {
  color: #000000;
  background-color: #eff7ff;
}

/**
* Комментарии
*/

.comment {
  margin-bottom: 40px;
}

.comment__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.comment__title {
  line-height: 38px;
  margin-bottom: 0;
}

.comment__num {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  margin-left: 10px;
  color: #bababa;
}

.comment__social {
  margin-left: auto;
}

.comment__form {
  margin-bottom: 20px;
}

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

.social__item {
  margin-left: 20px;
}

.social__item:first-child {
  margin-left: 0;
}

.social__btn {
  display: block;
}

.social__btn:hover {
  opacity: 0.8;
}

.inline-form {
  background-color: #ffffff;
}

.inline-form__head {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 30px;
  color: #000000;
  border-bottom: 1px solid #f0f1f2;
}

.inline-form__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.inline-form__group {
  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;
}

.inline-form__control {
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  border: none;
  border-bottom: 1px solid #cccccc;
  background: none;
}

.inline-form__submit {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
}

.inline-form__btn {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  height: 40px;
  text-align: center;
  vertical-align: bottom;
  text-decoration: none;
  color: #454545;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
}

.inline-form__btn:hover {
  background-color: #d9d9d9;
}

.checkbox {
  display: block;
  margin: 0;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  margin: 10px 0 0 20px;
  opacity: 0;
}

.checkbox__label {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  cursor: pointer;
  color: #a4a4a4;
}

.checkbox__label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  content: '';
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
}

.checkbox input:checked + .checkbox__label:before {
  background-image: url(/static/upmusic/img/svg/ico-checkbox.svg);
  background-size: 10px 7px;
}

.comment-list__item {
  padding: 20px 30px;
  border-bottom: 1px solid #d7d7d7;
}

.comment-list__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.comment-list__author {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-right: 15px;
  color: #000000;
}

.comment-list__date {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #a2a2a2;
}

.comment-list__content {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  color: #000000;
}

.comment-list__reply {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  color: #505050;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
}

.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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.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;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

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

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #f0f1f2;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  position: relative;
}

.jspDrag {
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #808081;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-indent: -20000px;
  background: #50506d;
  direction: ltr;
}

.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  float: left;
  width: 16px;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: none;
}

.jspCorner {
  float: left;
  height: 100%;
  background: #eeeef4;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* nox fixes */
.new-album__img > img,
.collection-slider__img > img,
.artist-album__img > img,
.top-collection__img > img,
.top-album__img > img,
.top-artist__img > img,
.top-chart__img > img {
  width: 100%;
}

.collection-slider__unit {
  width: 25%;
}

.pre {
    display: block;
    unicode-bidi: embed;
    /* font-family: monospace; */

    white-space: pre-wrap; /* CSS 3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.truncator-link {
    font-weight: bold;
    display: block;
}

/**************/

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

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

  .col-sm {
    max-width: 100%;
    -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;
  }

  .col-sm-auto {
    width: auto;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-sm-1 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }

  .col-sm-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }

  .col-sm-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .col-sm-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }

  .col-sm-5 {
    max-width: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }

  .col-sm-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .col-sm-7 {
    max-width: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }

  .col-sm-8 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }

  .col-sm-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .col-sm-10 {
    max-width: 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }

  .col-sm-11 {
    max-width: 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }

  .col-sm-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .flex-sm-row {
    flex-direction: row !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
  }

  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
  }

  .align-items-sm-center {
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
  }

  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
  }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
  }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
  }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    align-content: center !important;
    -ms-flex-line-pack: center !important;
  }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
  }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
  }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
  }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
    -ms-flex-item-align: start !important;
  }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    -ms-flex-item-align: end !important;
  }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .container {
    max-width: 540px;
  }
}

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

  .col-md {
    max-width: 100%;
    -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;
  }

  .col-md-auto {
    width: auto;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-md-1 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }

  .col-md-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }

  .col-md-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .col-md-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }

  .col-md-5 {
    max-width: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }

  .col-md-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .col-md-7 {
    max-width: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }

  .col-md-8 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }

  .col-md-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .col-md-10 {
    max-width: 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }

  .col-md-11 {
    max-width: 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }

  .col-md-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .flex-md-row {
    flex-direction: row !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
  }

  .align-items-md-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
  }

  .align-items-md-center {
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
  }

  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
  }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
  }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
  }

  .align-content-md-center {
    -webkit-align-content: center !important;
    align-content: center !important;
    -ms-flex-line-pack: center !important;
  }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
  }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
  }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
  }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
    -ms-flex-item-align: start !important;
  }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    -ms-flex-item-align: end !important;
  }

  .align-self-md-center {
    -webkit-align-self: center !important;
    align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .container {
    max-width: 720px;
  }
}

@media (min-width: 991px) {
  .widget-scroll {
    height: 395px;
  }

  .widget-scroll_play {
    height: 510px;
  }
}

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

  .col-lg {
    max-width: 100%;
    -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;
  }

  .col-lg-auto {
    width: auto;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-lg-1 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }

  .col-lg-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }

  .col-lg-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .col-lg-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }

  .col-lg-5 {
    max-width: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }

  .col-lg-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .col-lg-7 {
    max-width: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }

  .col-lg-8 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }

  .col-lg-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .col-lg-10 {
    max-width: 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }

  .col-lg-11 {
    max-width: 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }

  .col-lg-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .flex-lg-row {
    flex-direction: row !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
  }

  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
  }

  .align-items-lg-center {
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
  }

  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
  }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
  }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
  }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    align-content: center !important;
    -ms-flex-line-pack: center !important;
  }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
  }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
  }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
  }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
    -ms-flex-item-align: start !important;
  }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    -ms-flex-item-align: end !important;
  }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .col-xl {
    max-width: 100%;
    -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;
  }

  .col-xl-auto {
    width: auto;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-xl-1 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }

  .col-xl-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }

  .col-xl-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .col-xl-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }

  .col-xl-5 {
    max-width: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }

  .col-xl-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .col-xl-7 {
    max-width: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }

  .col-xl-8 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }

  .col-xl-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }

  .col-xl-10 {
    max-width: 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }

  .col-xl-11 {
    max-width: 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }

  .col-xl-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .flex-xl-row {
    flex-direction: row !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
    -webkit-box-direction: reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
  }

  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
  }

  .align-items-xl-center {
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
  }

  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
  }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
  }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
  }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    align-content: center !important;
    -ms-flex-line-pack: center !important;
  }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
  }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
  }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
  }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
    -ms-flex-item-align: start !important;
  }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    -ms-flex-item-align: end !important;
  }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1340px) {
  .container {
    max-width: 1360px;
  }

  .play-attr__item {
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1390px;
  }
}

@media (max-width: 1199px) {
  .content-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content {
    width: 73.11828%;
    padding: 0 0 0 30px;
  }

  .aside_left {
    width: 26.88172%;
  }

  .aside_right {
    width: 100%;
  }

  .header__logo {
    width: auto;
  }

  .header__search {
    -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;
  }

  .header__nav {
    width: auto;
  }

  .top-genre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-genre__item {
    width: -webkit-calc(33.3% - 30px);
    width: calc(33.3% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (max-width: 991px) {
  .content {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .aside {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .aside_left {
    padding-right: 15px;
  }

  .aside_right {
    padding-left: 15px;
  }

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

  .header__logo {
    width: 50%;
  }

  .header__nav {
    width: 50%;
  }

  .header__search {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .header__mobile {
    width: 100%;
    padding: 20px 0;
  }

  .top-menu__item_menu {
    display: block;
  }

  .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;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #212121;
  }

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

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

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

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

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

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

  .widget_nav {
    display: none;
  }

  .top-genre {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  .top-genre__item {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }

  .play-fix {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .play-fix .container {
    max-width: none;
  }

  .play-fix .play-item__inner {
    padding-right: 0;
    padding-left: 0;
  }

  .play-fix__control {
    width: auto;
  }

  .play-fix__main {
    width: auto;
    padding: 0 0 0 10px;
    -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;
  }

  .play-fix__prev {
    width: 24px;
    height: 24px;
    background-size: 18px auto;
  }

  .play-fix__play {
    width: 24px;
    height: 24px;
    margin: 0 6px;
    background-size: 18px auto;
  }

  .play-fix__next {
    width: 24px;
    height: 24px;
    background-size: 18px auto;
  }

  .play-fix__volume {
    display: none;
    width: auto;
  }
}

@media (max-width: 767px) {
  .aside {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .copywrite__item {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .top-chart__item {
    width: 33.3%;
  }

  .top-collection__item {
    width: 33.3%;
  }

  .collection-slider__unit {
    width: 33.3%;
  }

  .top-genre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-genre__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }

  .play-item__inner {
    padding: 5px 20px 5px 5px;
  }

  .play-item__download {
    right: 0;
    /*width: 16px;*/
    /*height: 16px;*/
    margin-top: -8px;
    /*background-size: 16px auto;*/
  }

  .play-item__action {
    padding-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }

  .play-item__pause {
    right: 10px;
  }

  .play-item__title {
    font-size: 16px;
    line-height: 20px;
  }

  .play-item__desc {
    font-size: 14px;
    line-height: 18px;
  }

  .play-item__timer {
    font-size: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }

  .play-item__genre {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }

  .play-item__genre-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .play-item__chart {
    font-size: 0;
  }

  .play-item__song {
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .play-item__song-link {
    font-size: 10px;
    line-height: 12px;
    padding: 5px;
  }

  .new-album {
    display: block;
  }

  .new-album__primary {
    width: auto;
    margin-bottom: 10px;
  }

  .new-album__secondary {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }

  .new-album__wrap {
    margin-right: -5px;
    margin-left: -5px;
  }

  .new-album__wrap .new-album__item {
    width: 25%;
    padding: 0 5px;
  }

  .collection-slider__row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .collection-slider__unit {
    margin-bottom: 10px;
    padding: 0 5px;
  }

  .collection-slider__inner {
    padding: 5px;
  }

  .collection-slider__title {
    font-size: 14px;
    line-height: 16px;
  }

  .collection-slider__desc {
    font-size: 14px;
    line-height: 16px;
  }

  .play-attr {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .play-attr__item {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .artist-album__item {
    width: 33.3%;
  }

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

  .comment__social {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
  }

  .inline-form__body {
    display: block;
  }

  .inline-form__group {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .top-menu__item {
    margin-left: 15px;
  }
}

@media (max-width: 460px) {
  .new-album__primary {
    margin-bottom: 20px;
  }

  .new-album__wrap {
    margin-right: -10px;
    margin-left: -10px;
  }

  .new-album__wrap .new-album__item {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .collection-slider__unit {
    width: 50%;
  }

  .collection-slider__title,
  .collection-slider__desc {
    display: none;
  }
}

@media (max-width: 425px) {
  .headline {
    display: block;
  }

  .headline__heading {
    margin-bottom: 10px;
  }

  .headline__action {
    margin-left: 0;
  }

  .btn-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .btn-group__item {
    margin-right: 10px;
    margin-left: 10px;
  }

  .play-item {
    margin-right: -15px;
    margin-left: -15px;
  }

  .play-fix .play-item {
    margin-right: 0;
    margin-left: 0;
  }

  .play-item__inner {
    padding-right: 5px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .play-item__download {
    top: 17px;
    right: 5px;
    margin-top: 0;
  }

  .play-item__main {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .play-item__timer {
    width: 30%;
    padding-top: 5px;
    text-align: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .play-item__genre {
    width: 70%;
    padding-top: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .play-item__chart {
    font-size: 11px;
  }

  .play-action {
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .play-action__bitrate {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .play-fix .container {
    padding-right: 5px;
    padding-left: 5px;
  }

  .play-fix .play-item__inner {
    padding-top: 0;
  }

  .play-fix .play-item__timer {
    width: 100%;
  }

  .play-fix .play-item__song {
    display: none;
  }

  .play-fix .play-item__title {
    font-size: 14px;
  }

  .play-fix .play-item__desc {
    font-size: 12px;
  }

  .comment-list__item {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 375px) {
  .top-chart__item {
    width: 50%;
  }

  .top-collection__item {
    width: 50%;
  }

  .artist-album__item {
    width: 50%;
  }
}

@media print {
  .d-print-block {
    display: block !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-none {
    display: none !important;
  }
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.song-select-bitrate {
    height: 35px;
    line-height: 35px;
}

/**************/
.br-theme-css-stars .br-widget {
  /*height: 28px;*/
  white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
  text-decoration: none;
  height: 18px;
  width: 18px;
  float: left;
  font-size: 23px;
  margin-right: 5px;
}
.br-theme-css-stars .br-widget a:after {
  content: "\2605";
  color: #d2d2d2;
}
.br-theme-css-stars .br-widget a.br-active:after {
  color: #EDB867;
}
.br-theme-css-stars .br-widget a.br-selected:after {
  color: #EDB867;
}
.br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-css-stars .br-readonly a {
  cursor: default;
}
@media print {
  .br-theme-css-stars .br-widget a:after {
    content: "\2606";
    color: black;
  }
  .br-theme-css-stars .br-widget a.br-active:after,
  .br-theme-css-stars .br-widget a.br-selected:after {
    content: "\2605";
    color: black;
  }
}
