/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping category
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded category
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

html,
body {
  height: 100%;
}

::-moz-selection {
  color: #fff;
  background-color: #74d138;
}

::selection {
  color: #fff;
  background-color: #74d138;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

img {
  width: 100%;
  height: auto;
}

.index-page {
  background-image: url("../images/bg-hero.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% auto;
}

.music-page {
  position: relative;
  background-image: url("../images/bg-music.png");
  background-repeat: no-repeat;
  background-position: 100% 220px;
  background-size: 100% auto;
}

.content-page {
  position: relative;
  background-image: url("../images/bg-music.png");
  background-repeat: no-repeat;
  background-position: 100% 190px;
  background-size: 100% auto;
}

.rules-page {
  background-image: url("../images/bg-music.png");
  background-repeat: no-repeat;
  background-position: 100% 190px;
  background-size: 100% auto;
}

.unsubscribe-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}

.unsubscribe-page .container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

body.blocked {
  overflow: hidden;
}

.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1234px;
  margin: 0 auto;
  padding: 0 32px;
}

.container--extended {
  max-width: 1234px;
  padding: 0 27px;
  margin: 0 auto;
}

.heading {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: #000;
}

.subheading {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #010101;
}

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Bold"), local("Montserrat-Bold"),
    url("../fonts/montserrat-bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Black"), local("Montserrat-Black"),
    url("../fonts/montserrat-black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"),
    url("../fonts/montserrat-extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Light"), local("Montserrat-Light"),
    url("../fonts/montserrat-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url("../fonts/montserrat-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Italic"), local("Montserrat-Italic"),
    url("../fonts/montserrat-italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"),
    url("../fonts/montserrat-extralight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
    url("../fonts/montserrat-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Thin"), local("Montserrat-Thin"),
    url("../fonts/montserrat-thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url("../fonts/montserrat-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.btn {
  display: block;
  padding: 5px 15px 5px 5px;
  margin: 0 auto;
  border: none;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: 16px;
  color: #fff;
  background-color: #74d138;
  -webkit-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}

.btn:not(.btn--subscribe):hover {
  background-color: #00a9e8;
}

.btn--subscribe {
  padding: 10px 25px 10px 10px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  background-image: -webkit-linear-gradient(315deg,
      #7cec34 0%,
      #7cec34 10%,
      #00a9e8 30%,
      #00a9e8 40%,
      #00a9e8 60%,
      #00a9e8 70%,
      #7cec34 90%,
      #7cec34 100%);
  background-image: -o-linear-gradient(315deg,
      #7cec34 0%,
      #7cec34 10%,
      #00a9e8 30%,
      #00a9e8 40%,
      #00a9e8 60%,
      #00a9e8 70%,
      #7cec34 90%,
      #7cec34 100%);
  background-image: linear-gradient(135deg,
      #7cec34 0%,
      #7cec34 10%,
      #00a9e8 30%,
      #00a9e8 40%,
      #00a9e8 60%,
      #00a9e8 70%,
      #7cec34 90%,
      #7cec34 100%);
  background-repeat: repeat-x;
  background-size: 250%;
  background-position: 0 center;
  -webkit-transition: background-position 0.3s ease-in-out;
  -o-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  -webkit-box-shadow: 0 11px 43px 10px rgba(65, 200, 149, 0.5);
  box-shadow: 0 11px 43px 10px rgba(65, 200, 149, 0.5);
  white-space: nowrap;
}

a.btn--subscribe {
  text-decoration: none;
}

.btn--subscribe:not([disabled]):hover {
  background-position: 100% center;
  cursor: pointer;
}

.btn--subscribe[disabled] {
  cursor: default;
}

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

.btn__icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.btn--subscribe .btn__icon-wrap {
  margin-right: 10px;
}

.btn__icon {
  width: 20px;
  height: 100%;
  fill: #fff;
}

.btn__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header {
  padding: 20px 0 0;
}

.header__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
  gap: 20px 10px;
  grid-template-areas: "logo login" "category category";
}

.header__logo-link {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
  width: 116px;
  font-size: 0;
}

.login {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: login;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
  font-size: 0;
  line-height: 0;
  border: none;
  background-color: transparent;
}

.login__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.login__icon-box {
  width: 50px;
  height: 50px;
  background-color: #74d138;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}

.login:hover .login__icon-box,
.login:focus .login__icon-box {
  background-color: #00a9e8;
}

.login__icon {
  width: 13px;
  height: 100%;
  fill: #fff;
}

.login__image {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__categories {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  position: relative;
  grid-area: category;
  max-width: 1234px;
  margin: 0 auto;
}

.header__categories-list {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
  display: none;
  min-width: 300px;
  padding: 100px 20px 50px;
  background-color: #74d138;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.2);
  list-style: none;
}

.header__categories--open .category-btn {
  position: relative;
  z-index: 5;
}

.header__categories--open .header__categories-list {
  display: block;
}

.header__division-line {
  margin: 16px 0;
  border: 1px solid #fff;
}

.header__categories-item+.header__categories-item {
  margin-top: 10px;
}

.header__categories-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.header__categories-link:hover {
  color: #00a9e8;
}

.header__categories-text {
  font-size: 14px;
  text-decoration: underline;
}

.header__categories-number {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 20px;
  padding: 4px;
  margin-left: 3px;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  background-color: rgba(140, 227, 85, 0.5);
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.hero {
  margin-top: 50px;
}

.hero__heading {
  margin: 0 0 16px;
  font-size: 30px;
  color: #000;
}

.hero__subheading {
  margin-bottom: 25px;
}

.hero__btn {
  margin-bottom: 35px;
}

.hero__features {
  list-style: none;
}

.features__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.features__item+.features__item {
  margin-top: 10px;
}

.features__icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  background-color: #74d138;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
}

.features__icon {
  width: 8px;
  height: 100%;
  fill: #fff;
}

.features__text {
  text-shadow: 2px 2px 15px #fff, -2px -2px 15px #fff, 2px -2px 15px #fff,
    -2px 2px 15px #fff;
}

.videos {
  margin-top: 50px;
}

.video-slider {
  margin-top: 50px;
}

.video-slider__item {
  padding: 5px 5px 0;
}

.video-slider__item-image-wrap {
  position: relative;
  padding-top: 56.25%;
  font-size: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.labels {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 10px;
}

.labels__hot {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
}

.favorite-link {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff9200;
  text-align: center;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}

.favorite-link:hover {
  background-color: #74d138;
}

.favorite-link--del {
  background-color: #74d138;
}

.favorite-link--del:hover {
  background-color: orangered;
}

.labels__hot-wrap {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.labels__hot-icon {
  width: 14px;
  height: 100%;
  fill: #fff;
}

.labels__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  fill: #fff;
  -webkit-transition: fill 0.1s ease-in;
  -o-transition: fill 0.1s ease-in;
  transition: fill 0.1s ease-in;
}

.labels__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

.labels__rating-item,
.labels__rating-icon {
  width: 16px;
  height: 16px;
}

.labels__rating-icon {
  fill: #ff9200;
}

.ribbon {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 2;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.ribbon::after,
.ribbon::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
}

.ribbon::after {
  top: 0;
  right: 5px;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  height: 5px;
  width: 37px;
  background-color: #007096;
}

.ribbon::before {
  bottom: 5px;
  left: 0;
  -webkit-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  transform: skewY(45deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  height: 37px;
  width: 5px;
  background-color: #4a8f20;
}

.ribbon__wrap {
  position: absolute;
  bottom: 53px;
  left: -53px;
  width: 200px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  font-size: 9px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(315deg, #7cec34, #00a9e8);
  background-image: -o-linear-gradient(315deg, #7cec34, #00a9e8);
  background-image: linear-gradient(135deg, #7cec34, #00a9e8);
}

.video-slider__list {
  width: 100%;
  list-style: none;
}

.video-slider__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  color: #000;
  text-decoration: none;
}

.video-slider__item-image {
  width: 100%;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.video-slider__item-heading {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}

.video-slider__item-description {
  margin-top: 15px;
  font-size: 14px;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}

.video-slider__link:hover~.video-slider__item-heading,
.video-slider__link:focus~.video-slider__item-heading,
.video-slider__link:hover~.video-slider__item-description,
.video-slider__link:focus~.video-slider__item-description {
  color: #74d138;
}

.video-slider__link:hover~.video-slider__item-image-wrap .labels__play-icon,
.video-slider__link:focus~.video-slider__item-image-wrap .labels__play-icon {
  fill: #74d138;
}

.videos__arrows {
  @media screen and (min-width: 568px) {
    display: none;
  }
}

.video-slider__btns-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.video-slider__btn {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  border: 2px solid #74d138;
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
}

.video-slider__btn:first-child {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 16px;
}

.video-slider__btn-icon {
  width: 15px;
  height: 15px;
  fill: #74d138;
}

.music-page__videos {
  margin-top: 45px;
}

.about {
  position: relative;
}

.about__heading {
  margin-top: 45px;
}

.about__list {
  margin-top: 30px;
  list-style: none;
}

.about__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 18px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
}

.about__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: transparent;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 11px 43px 10px rgba(132, 207, 88, 0.5);
  box-shadow: 0 11px 43px 10px rgba(132, 207, 88, 0.5);
}

.about__item+.about__item {
  margin-top: 18px;
}

.about__icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: #74d138;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.about__icon {
  width: 70%;
  height: 70%;
  fill: #fff;
}

.about__item-heading {
  margin-top: 18px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
}

.about__item-description {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
  color: #4b4b4b;
}

.popular {
  margin-top: 80px;
}

.popular__heading {
  margin: 0 0 30px;
}

.music-tracks__heading {
  margin-top: 70px;
  margin-bottom: 16px;
}

.music-page__music-tracks {
  margin-top: 25px;
}

.music-tracks .music-tracks__player {
  max-height: 0;
  padding: 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: padding-bottom 0.1s ease-in, max-height 0.5s ease-in;
  -o-transition: padding-bottom 0.1s ease-in, max-height 0.5s ease-in;
  transition: padding-bottom 0.1s ease-in, max-height 0.5s ease-in;
}

.music-tracks .music-tracks__player--active {
  max-height: 200px;
  padding-bottom: 10px;
}

.music-tracks__list {
  list-style: none;
}

.music-tracks__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #c6d4be;
}

.music-tracks__item-btn {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  border: 1px solid #74d138;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: border-color 0.1s ease-in;
  -o-transition: border-color 0.1s ease-in;
  transition: border-color 0.1s ease-in;
}

.music-tracks__item-btn:hover {
  border-color: #00a9e8;
}

.music-tracks__item-icon {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9px;
  height: 100%;
  fill: #74d138;
  -webkit-transition: fill 0.1s ease-in;
  -o-transition: fill 0.1s ease-in;
  transition: fill 0.1s ease-in;
}

.music-tracks__item-btn:hover .music-tracks__item-icon {
  fill: #00a9e8;
}

.music-tracks__artist {
  margin-left: 10px;
  font-size: 12px;
  color: #6b6b6b;
}

.music-tracks__title {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.music-tracks__time {
  margin-left: auto;
  font-size: 12px;
  color: #787878;
}

.music-tracks__download {
  display: none;
  font-size: 14px;
  font-weight: 600;
  color: #74d138;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}

.music-tracks__download:hover {
  color: #00a9e8;
}

.music-page__music-tracks .music-tracks__time {
  display: none;
}

.music-page__music-tracks .music-tracks__download {
  display: block;
}

.music-page__music-tracks .music-tracks__artist,
.music-page__music-tracks .music-tracks__title {
  margin-left: 0;
}

.music-page__music-tracks .music-tracks__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px 1fr 10px auto;
  grid-template-columns: auto 1fr auto;
  grid-gap: 0 10px;
  -ms-grid-rows: auto 0 auto;
  grid-template-areas: "btn artist download" "btn title download";
}

.music-page__music-tracks .music-tracks__item-btn {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: btn;
}

.music-page__music-tracks .music-tracks__artist {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: artist;
}

.music-page__music-tracks .music-tracks__title {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: title;
}

.music-page__music-tracks .music-tracks__download {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: download;
}

.reviews {
  padding-bottom: 100px;
}

.reviews__heading {
  margin-top: 70px;
  margin-bottom: 35px;
}

.reviews__list .owl-stage-outer {
  -webkit-box-shadow: 0 11px 43px 10px rgba(208, 208, 208, 0.5);
  box-shadow: 0 11px 43px 10px rgba(208, 208, 208, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.reviews__item {
  position: relative;
  padding: 20px 20px 30px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.review__icon {
  width: 23px;
  height: 23px;
  fill: #74d138;
}

.review__text {
  margin-top: 38px;
  font-size: 13px;
  line-height: 18px;
  color: #373737;
}

.review__author-wrap {
  margin-top: 30px;
}

.review__author {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 18px;
}

.subscription {
  padding: 55px 0 75px;
  margin-top: 60px;
  background-color: #f5f6f9;
}

.disable-subscription {
  margin-top: 0;
  padding-top: 30px;
}

.subscription__heading {
  margin: 0 0 15px;
}

.subscription__form {
  margin-top: 20px;
}

.subscription__form-input {
  width: 100%;
  padding: 17px 25px;
  font-size: 16px;
  line-height: 1;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.subscription__form-btn {
  margin-top: 17px;
}

.music-page .subscription,
.content-page .subscription {
  position: relative;
}

.music-page .subscription::before,
.content-page .subscription::before {
  content: "";
  position: absolute;
  left: 0;
  top: -120px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: -1;
  display: block;
  width: 100%;
  height: 130px;
  background-image: url("../images/bg-music.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 100% auto;
}

.footer {
  position: relative;
  padding: 80px 0;
  background-color: #000;
}

.category-page .footer {
  margin-top: 50px;
}

.footer__logo-link {
  display: block;
  font-size: 0;
  line-height: 0;
}

.footer__logo-image {
  width: 116px;
}

.footer__categories {
  margin-top: 45px;
}

.footer__categories-heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}

.footer__categories-list {
  margin-top: 50px;
}

.footer__categories-link {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}

.footer__categories-link:hover,
.footer__categories-link:focus {
  color: #74d138;
}

.footer__offer {
  margin-top: 20px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

.footer__offer a {
  color: inherit;
}

.footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-items: flex-start;
  margin-top: 35px;
}

.footer__copyright {
  font-size: 11px;
  line-height: 14px;
  color: #fff;
}

.footer__list {
  margin-top: 30px;
  list-style: none;
}

.footer__link {
  margin-top: 20px;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  color: #fff;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}

.footer__link:hover,
.footer__link:focus {
  color: #74d138;
}

.footer__link:not(:first-of-type) {
  margin-top: 5px;
}

.footer__contacts-wrap {
  margin-top: 30px;
}

.footer__contacts {
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  border-collapse: collapse;
}

.footer__contacts tr {
  border-top: 10px solid transparent;
}

.footer__contacts td {
  width: 50%;
  vertical-align: top;
}

.footer__contacts a {
  color: #fff;
}

.footer__contacts a:hover {
  color: #74d138;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  display: none;
}

.modal--active {
  display: block;
}

.backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-form__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0;
  line-height: 0;
  border: none;
  background-color: transparent;
}

.modal-form__close-btn-icon {
  width: 20px;
  height: 20px;
  fill: #95a58c;
  -webkit-transition: fill 0.1s ease-in;
  -o-transition: fill 0.1s ease-in;
  transition: fill 0.1s ease-in;
}

.modal-form__close-btn:hover .modal-form__close-btn-icon,
.modal-form__close-btn:focus .modal-form__close-btn-icon {
  fill: #000;
}

.modal-form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
  width: 90%;
  max-width: 370px;
  margin: 0 auto;
  padding: 35px 15px;
  text-align: center;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  background-color: #fff;
}

.modal-form__heading {
  margin: 0 0 10px;
}

.modal-form__input {
  width: 100%;
  padding: 25px;
  margin-top: 10px;
  font-size: 16px;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f5f6f9;
}

.modal-form__btn {
  width: 100%;
  margin-top: 20px;
  padding: 27px 15px;
}

.modal-form__btn .btn__wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-form__btn .btn__icon-wrap {
  display: none;
}

.modal-form__active-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 50px 35px;
  color: #333;
  font-size: 20px;
}

.user-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #333;
}

.user-avatar {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.user-name {
  margin-top: 10px;
  color: #333;
}

.user-favourites {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #333;
}

.logout {
  color: #333;
}

.breadcrumbs {
  margin-top: 50px;
}

.breadcrumbs__list {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #727272;
}

.breadcrumbs__list a {
  font-weight: 600;
  color: #74d138;
  text-decoration: none;
}

.breadcrumbs__list a:hover {
  color: #00a9e8;
}

.breadcrumbs__heading {
  margin: 0 auto;
}

.category-videos {
  margin-top: 30px;
}

.category-videos__list {
  list-style: none;
}

.category-videos__item {
  position: relative;
}

.category-videos__item+.category-videos__item {
  margin-top: 40px;
}

.pagination {
  margin-top: 40px;
}

.pagination__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: "pages" "prev" "next";
}

.pagination__btn {
  display: block;
  width: 100%;
  max-width: 326px;
  margin: 0 auto;
  padding: 2px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  background-image: -webkit-linear-gradient(315deg,
      #7cec34 0%,
      #7cec34 10%,
      #00a9e8 30%,
      #00a9e8 40%,
      #00a9e8 60%,
      #00a9e8 70%,
      #7cec34 90%,
      #7cec34 100%);
  background-image: -o-linear-gradient(315deg,
      #7cec34 0%,
      #7cec34 10%,
      #00a9e8 30%,
      #00a9e8 40%,
      #00a9e8 60%,
      #00a9e8 70%,
      #7cec34 90%,
      #7cec34 100%);
  background-image: linear-gradient(135deg,
      #7cec34 0%,
      #7cec34 10%,
      #00a9e8 30%,
      #00a9e8 40%,
      #00a9e8 60%,
      #00a9e8 70%,
      #7cec34 90%,
      #7cec34 100%);
  background-repeat: repeat-x;
  background-size: 250%;
  background-position: 0 center;
  border: none;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: background-position 0.3s ease-in-out;
  -o-transition: background-position 0.3s ease-in-out;
  transition: background-position 0.3s ease-in-out;
  white-space: nowrap;
  text-decoration: none;
  cursor: default;
}

.pagination__btn:hover,
.pagination__btn:focus {
  background-position: 100% center;
}

.pagination__btn--prev {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: prev;
  margin-bottom: 20px;
}

.pagination__btn--next {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: next;
}

.pagination__btn--active {
  cursor: pointer;
}

.pagination__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 13px 8px 8px;
  background-color: #fff;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.pagination__btn--next .pagination__btn-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 8px 8px 8px 13px;
}

.pagination__btn-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: rgba(116, 209, 56, 0.4);
  border: 1px solid rgba(116, 209, 56, 0.6);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.pagination__btn--next .pagination__btn-icon-wrap {
  margin-right: 0;
  margin-left: 10px;
}

.pagination__btn-icon {
  width: 20px;
  height: 100%;
  fill: #74d138;
}

.pagination__btn--prev .pagination__btn-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination__btn-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #74d138;
  text-align: center;
}

.pagination__btn--disabled {
  background-image: none;
  background-color: #ccc;
}

.pagination__btn--disabled .pagination__btn-text {
  color: #ccc;
}

.pagination__btn--disabled .pagination__btn-icon-wrap {
  background-color: #eee;
  border: #ccc;
}

.pagination__btn--disabled .pagination__btn-icon {
  fill: #ccc;
}

.pages {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  grid-area: pages;
  margin-bottom: 40px;
  list-style: none;
}

.pages__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}

.pages__link--active {
  color: #74d138;
  border: 2px solid #74d138;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.pages__link:not(.pages__link--active):hover {
  color: #74d138;
}

.player {
  margin-top: 20px;
}

.player__title-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px auto;
  grid-template-columns: 1fr auto;
  grid-gap: 0 10px;
  -ms-grid-rows: auto 0 auto;
  grid-template-areas: "artist download" "song download";
}

.player__artist {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: artist;
  font-size: 12px;
  line-height: 1;
  color: #6b6b6b;
}

.player__title-box>.player__artist {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.player__song {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: song;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.player__repeat {
  display: none;
}

.player__btn-icon--repeat {
  width: 20px;
  height: 20px;
}

.player__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 15px;
  margin-top: 10px;
  background-color: #f5f6f9;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.player__btn {
  padding: 0;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  border: none;
}

.player__btn-icon {
  fill: #74d138;
  -webkit-transition: fill 0.1s ease-in;
  -o-transition: fill 0.1s ease-in;
  transition: fill 0.1s ease-in;
}

.player__btn:hover .player__btn-icon {
  fill: #00a9e8;
}

.player__btn-icon--prev,
.player__btn-icon--next {
  width: 10px;
  height: 30px;
}

.player__btn-icon--prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.player__btn-icon--play {
  width: 30px;
  height: 30px;
  margin-left: 8px;
}

.player__btn-icon--next {
  margin-left: 8px;
}

.player__btn-icon--speaker {
  width: 20px;
  height: 20px;
}

.player__btn-icon--active {
  fill: #00a9e8;
}

.timeline {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 10px;
  margin-left: 12px;
  background-color: #fff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
}

.playhead {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 100%;
  display: block;
  background-color: hsl(196, 100%, 45%);
  -webkit-animation: bgColorChange 3s ease-in-out alternate infinite;
  animation: bgColorChange 3s ease-in-out alternate infinite;
}

@-webkit-keyframes bgColorChange {
  from {
    background-color: hsl(97, 83%, 56%);
  }

  to {
    background-color: hsl(196, 100%, 45%);
  }
}

@keyframes bgColorChange {
  from {
    background-color: hsl(97, 83%, 56%);
  }

  to {
    background-color: hsl(196, 100%, 45%);
  }
}

.player__time {
  display: none;
  width: 35px;
  margin-left: 12px;
  font-size: 12px;
  line-height: 1;
  color: #b5b5b5;
  text-align: right;
}

.player__volume {
  margin-left: 12px;
}

.player__volume-line {
  position: relative;
  display: none;
  width: 50px;
  height: 4px;
  margin-left: 4px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}

.player__volume-line-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #74d138;
}

.music-subheading {
  margin-top: 15px;
}

.genres {
  margin-top: 55px;
  overflow: hidden;
}

.genres__heading {
  font-size: 18px;
  font-weight: 800;
  line-height: 30px;
}

.genres__wrap {
  margin-top: 10px;
}

.genres__list {
  list-style: none;
  margin-top: 20px;
}

.genres__list .owl-stage-outer {
  overflow: visible;
}

.genres__link {
  display: inline-block;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 54px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.1s ease-in, background-color 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background-color 0.1s ease-in;
  transition: color 0.1s ease-in, background-color 0.1s ease-in;
}

.genres__link:hover {
  color: #fff;
  background-color: #00a9e8;
}

.music-page__frame {
  position: relative;
  padding-bottom: 50px;
}

.music-page__frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}

.content {
  margin-top: 30px;
  margin-bottom: 50px;
}

.content__video {
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
}

.content__full-story {
  margin: 20px 0;
}

.content__text {
  font-size: 14px;
  line-height: 18px;
  color: #373737;
}

.content__photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 35px;
  list-style: none;
}

.content__photos-item {
  font-size: 0;
  line-height: 0;
}

.content__photos-item+.content__photos-item {
  margin-top: 20px;
}

.content__photos-image {
  -webkit-border-radius: 18px;
  border-radius: 18px;
}

.content__text-heading {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
}

.content__list {
  margin: 20px 0;
  list-style: none;
}

.content__list-item {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #373737;
}

.content__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 18px;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.content__list-item+.content__list-item {
  margin-top: 10px;
}

.content__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  padding: 50px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  border-top: 1px solid #bababa;
}

.content__rating-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  list-style: none;
}

.content__rating-item {
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
}

.content__rating-item+.content__rating-item {
  margin-left: 2px;
}

.content__rating-star {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/star-empty.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.content__rating-star:hover {
  background-image: url("../images/star.svg");
}

.comments {
  margin-top: 30px;
}

#dlemasscomments {
  margin-bottom: 20px;
}

.mass_comments_action {
  margin-top: 20px;
}

.comments__heading {
  margin-bottom: 50px;
}

.comments__list {
  margin-top: 20px;
  margin-bottom: 40px;
  list-style: none;
}

.comment {
  margin-top: 20px;
}

.comment>.comments__list {
  position: relative;
  padding-left: 40px;
}

.comment>.comments__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 38px;
  border-left: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
}

.comment>.comments__list::after {
  content: "";
  position: absolute;
  top: 38px;
  left: 30px;
  -webkit-transform: translate(-100%, -5px);
  -ms-transform: translate(-100%, -5px);
  transform: translate(-100%, -5px);
  display: block;
  width: 5px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 40'%3E%3Cpath fill='%23aaa' d='M20.834 20.786L2.607 38.963A1.528 1.528 0 01.449 36.8l17.143-17.096L.45 2.61A1.527 1.527 0 112.607.446l18.227 18.177a1.526 1.526 0 010 2.163z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.comment__user-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-bottom: 15px;
  background-color: #d6eec8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.comment__user-icon {
  width: 100%;
  height: 100%;
}

.comment__date-wrap {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #909090;
}

span.comment__date-user {
  color: #74d138;
  -webkit-text-decoration-color: #d3f1c1;
  -moz-text-decoration-color: #d3f1c1;
  text-decoration-color: #d3f1c1;
}

.comment__text {
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 18px;
  color: #373737;
  border-bottom: 1px solid #c5c5c5;
}

.comments__form,
.form_submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 40px;
}

.comments__form-label {
  font-size: 0;
  line-height: 0;
  margin-bottom: 12px;
}

.ui-form {
  list-style: none;
}

.form-group.combo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 0;
}

.combo_field input {
  padding: 10px;
}

.combo_field+.combo_field {
  margin-top: 10px;
}

@media screen and (min-width: 586px) {
  .form-group.combo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .combo_field+.combo_field {
    margin-top: 0;
    margin-left: 10px;
  }
}

#dle-captcha {
  display: block;
  margin-bottom: 10px;
}

.c-captcha {
  margin-bottom: 20px;
}

#sec_code {
  padding: 10px;
}

.c-captcha img {
  display: inline-block;
  width: 200px;
}

.comments__form-textarea,
#comments {
  width: 100%;
  padding: 20px;
  font-size: 15px;
  line-height: 20px;
  border: 2px solid #d6eec8;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  resize: none;
  font-family: "Montserrat", sans-serif;
}

.comments__form-label-upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.comments__form-file-btn {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: inline-block;
  padding: 0 18px;
  font-size: 12px;
  line-height: 40px;
  font-weight: 600;
  color: #74d138;
  background-color: #d6eec8;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: color 0.1s ease-in, background-color 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background-color 0.1s ease-in;
  transition: color 0.1s ease-in, background-color 0.1s ease-in;
}

.comments__form-label-upload:hover .comments__form-file-btn {
  color: #fff;
  background-color: #74d138;
}

.comments__form-file {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #505253;
}

.comments__form-warning {
  margin-bottom: 25px;
  font-size: 10px;
  line-height: 18px;
  color: #505253;
}

.comments__form-btn {
  width: 100%;
}

.rules__text {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: justify;
}

.rules__num-list {
  padding-left: 18px;
  padding-bottom: 50px;
  font-size: 14px;
  text-align: justify;
}

.rules__num-list li {
  margin-bottom: 10px;
}

.rules__num-list .rules__footnote {
  margin: 30px 0;
  padding-left: 30px;
  font-style: italic;
  color: #999;
  list-style-type: none;
}

.rules__dot-list {
  margin-top: 10px;
  padding-left: 18px;
  list-style-type: square;
}

.rules__link {
  color: #74d138;
}

.rules__link:hover {
  color: #00a9e8;
}

.disable-subscription {
  background-color: transparent;
}

.disable-subscription .container {
  padding: 0;
}

.unsubscribe-form__input {
  border: 1px solid #ccc;
}

.unsubscribe-form__btn {
  padding: 10px;
}

@media screen and (min-width: 568px) {
  .index-page {
    background-image: url("../images/bg-hero-large.png");
    background-size: auto;
  }

  .music-page {
    background-image: url("../images/bg-music-large.png");
    background-position: 200px 0;
    background-size: 100% auto;
  }

  .content-page {
    background-image: url("../images/bg-content-large.png");
    background-position: 200px 0;
    background-size: 100% auto;
  }

  .rules-page {
    background-image: url("../images/bg-content-large.png");
    background-position: 200px 0;
    background-size: 100% auto;
  }

  .header__container {
    -ms-grid-columns: 1fr 40px auto 40px auto;
    grid-template-columns: 1fr auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: "logo category login";
    gap: 40px;
  }

  .video-slider__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 10px;
    list-style: none;
  }

  .videos__arrows {
    display: none;
  }

  .modal-form__btn {
    padding: 10px 40px 10px 10px;
  }

  .modal-form__btn .btn__text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .modal-form__btn .btn__icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .category-videos__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 20px;
  }

  .category-videos__item+.category-videos__item {
    margin-top: 0;
  }

  .header__logo-link {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .login {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .header__categories {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .music-page__music-tracks .music-tracks__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 0;
  }

  .music-page__music-tracks .music-tracks__item:nth-child(n + 6) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .music-page__music-tracks .music-tracks__time {
    grid-area: time;
    display: inline-block;
  }

  .music-page__music-tracks .music-tracks__artist {
    margin-left: 35px;
  }

  .music-page__music-tracks .music-tracks__title {
    margin-left: 8px;
  }
}

@media screen and (min-width: 586px) {
  .content__photos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content__photos-item+.content__photos-item {
    margin-top: 0;
    margin-left: 10px;
  }

  .comments__form-label-upload {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .comments__form-file-btn {
    font-size: 15px;
  }

  .comments__form-file {
    margin-left: 20px;
    font-size: 15px;
  }

  .comments__form-btn {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 240px;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {

  .category-page,
  .unsubscribe-page {
    background-image: url("../images/bg-category.svg");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 62% auto;
  }

  .music-page {
    background-position: 300px 0;
    background-size: 100% auto;
  }

  .content-page {
    background-position: 300px 0;
    background-size: 100% auto;
  }

  .rules-page {
    background-position: 300px 0;
    background-size: 100% auto;
  }

  .about__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
  }

  .about__item+.about__item {
    margin-top: 0;
  }

  .popular {
    margin-top: 85px;
  }

  .popular__arrows {
    display: none;
  }

  .music-tracks__heading {
    margin-bottom: 20px;
  }

  .index-page .music-tracks__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 30px;
  }

  .music-tracks__item:nth-child(n + 6) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  /* .music-page__music-tracks .music-tracks__item:nth-child(n + 6) {
    display: -ms-grid;
    display: grid;
  } */

  .music-page .music-tracks__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 30px;
  }

  .reviews__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    width: 100%;
  }

  .reviews__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: transparent;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 11px 43px 10px rgba(208, 208, 208, 0.5);
    box-shadow: 0 11px 43px 10px rgba(208, 208, 208, 0.5);
  }

  .reviews__arrows {
    display: none;
  }

  .category-videos__list {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px 10px;
  }

  .pagination__container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: "pages pages" "prev next";
  }

  .pagination__btn--prev {
    margin-bottom: 0;
  }

  .pagination__btn--prev {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .pagination__btn--next {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .pages {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

@media screen and (min-width: 786px) {
  .hero__features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    max-width: 700px;
  }

  .content-page .subscription::before {
    top: -340px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    height: 350px;
    background-image: url("../images/bg-content-bottom.png");
  }

  .comments__list {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .heading {
    font-size: 48px;
    line-height: 56px;
  }

  .subheading {
    font-size: 18px;
    line-height: 30px;
  }

  .btn--subscribe {
    padding: 10px 40px 10px 10px;
    font-size: 16px;
  }

  .btn--subscribe .btn__icon-wrap {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }

  .login {
    font-size: 16px;
    line-height: 30px;
  }

  .login__icon-box {
    margin-right: 12px;
  }

  .hero {
    margin-top: 120px;
  }

  .hero__heading {
    max-width: 740px;
    margin: 0 0 35px;
    font-size: 48px;
    line-height: 56px;
  }

  .hero__subheading {
    margin-bottom: 55px;
    font-size: 18px;
  }

  .hero__btn {
    margin: 0 0 70px;
  }

  .hero__features {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
  }

  .features__item {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
  }

  .features__icon-wrap {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .features__icon {
    width: 15px;
  }

  .videos {
    margin-top: 100px;
  }

  .music-page__videos {
    grid-area: videos;
    padding: 0;
  }

  .video-slider__list {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px 30px;
  }

  .music-page__videos .video-slider__list {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 45px 10px;
  }

  ;

  .about::after {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    padding-top: 62%;
    background-image: url("../images/bg-middle-large.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 center;
  }

  .about__heading {
    margin-top: 210px;
    margin-bottom: 25px;
  }

  .about__list {
    grid-gap: 30px;
    margin-top: 50px;
  }

  .about__item {
    padding: 30px 25px;
  }

  .about__icon-wrap {
    width: 95px;
    height: 95px;
  }

  .about__item-heading {
    font-size: 16px;
    line-height: 30px;
  }

  .about__item-description {
    font-size: 14px;
    line-height: 24px;
  }

  .popular {
    margin-top: 100px;
  }

  .popular__heading {
    margin-bottom: 35px;
  }

  .music-page__music-tracks {
    grid-area: tracks;
  }

  .music-page__music-tracks .container {
    padding: 0;
  }

  .music-tracks__item {
    padding: 20px 15px 20px 30px;
  }

  .music-page__music-tracks .music-tracks__download {
    margin-left: 30px;
  }

  .music-page__music-tracks .music-tracks__item {
    -ms-grid-columns: auto 0 1fr 0 auto 0 auto;
    grid-template-columns: auto 1fr auto auto;
    -ms-grid-rows: auto 0 auto;
    grid-template-areas: "btn artist time download" "btn title time download";
  }

  .reviews__heading {
    margin-top: 110px;
  }

  .reviews__item {
    padding: 40px 40px 50px;
  }

  .review__icon {
    width: 35px;
    height: 35px;
  }

  .review__text {
    margin-top: 25px;
    font-size: 14px;
    line-height: 24px;
  }

  .review__author {
    font-size: 16px;
    line-height: 24px;
  }

  .index-page .footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    padding-top: 64%;
    background-image: url("../images/bg-bottom-large.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 center;
  }

  .footer__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 70px auto;
    grid-template-columns: 1fr auto;
    grid-gap: 0 70px;
    -ms-grid-rows: minmax(10px, auto) 0 auto;
    grid-template-rows: minmax(10px, auto) auto;
    grid-template-areas: "logo contacts" "copyright contacts";
  }

  .footer__logo-link {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: logo;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  .footer__links {
    grid-area: copyright;
    margin-top: 20px;
  }

  .footer__link {
    font-size: 14px;
    line-height: 24px;
  }

  .footer__copyright {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .footer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 20px;
  }

  .footer__links-item+.footer__links-item {
    margin-left: 30px;
  }

  .footer__contacts-wrap {
    grid-area: contacts;
    margin-top: 0;
  }

  .footer__contacts {
    max-width: 500px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .modal-form__close-btn {
    top: 20px;
    right: 20px;
  }

  .modal-form {
    padding: 50px 35px 60px;
  }

  .modal-form__active-user {
    padding: 50px 35px;
  }

  .modal-form__heading {
    font-size: 30px;
    line-height: 1.2;
  }

  .breadcrumbs {
    margin-top: 65px;
  }

  .breadcrumbs__heading {
    font-size: 36px;
  }

  .category-videos {
    margin-top: 50px;
  }

  .pagination__btn {
    width: 326px;
    font-size: 16px;
  }

  .pagination__btn-icon-wrap {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }

  .player {
    grid-area: player;
    margin: 50px 0 0;
  }

  .player .container {
    padding: 0;
  }

  .player__repeat {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    grid-area: download;
    display: inline-block;
    -ms-grid-row-align: end;
    align-self: end;
    width: 20px;
    height: 20px;
    margin-bottom: -2px;
  }

  .player__title-box>.player__repeat {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  @media screen and (min-width: 1024px) {
    .music-page__music-tracks .music-tracks__time {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 5;
    }

    .player__repeat {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      -ms-grid-column: 7;
    }
  }

  .player__time {
    display: inline-block;
  }

  .player__volume-line {
    display: block;
  }

  .music-subheading {
    margin-top: 0;
  }

  .genres {
    margin-top: 40px;
  }

  .genres__heading {
    font-size: 24px;
  }

  .genres__wrap {
    margin-top: 20px;
  }

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

  .music-page__frame-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 0 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 0 30px;
    grid-template-areas: "player videos" "tracks videos";
    width: 100%;
    max-width: 1234px;
    margin: 60px auto 0;
    padding: 0 32px;
  }

  .content__text {
    font-size: 16px;
    line-height: 24px;
  }

  .content__photos-item+.content__photos-item {
    margin-left: 30px;
  }

  .content__text-heading {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .content__list-item {
    font-size: 16px;
    line-height: 30px;
  }

  .comments__heading {
    font-size: 24px;
    line-height: 56px;
  }

  .comment__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 25px 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: 0 25px;
    -ms-grid-rows: auto 0 auto;
    grid-template-areas: "icon date" "icon text";
  }

  .comment>.comments__list {
    padding-left: 100px;
  }

  .comment>.comments__list::before {
    top: -20px;
    left: 37.5px;
    height: -webkit-calc(50% + 20px);
    height: calc(50% + 20px);
    width: 40px;
  }

  .comment>.comments__list::after {
    top: 50%;
    left: 77.5px;
  }

  .comment__user-icon-wrap {
    grid-area: icon;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 0;
  }

  .comment__date-wrap {
    grid-area: date;
  }

  .comment__text {
    grid-area: text;
    font-size: 14px;
    line-height: 24px;
  }

  .rules__text,
  .rules__num-list {
    font-size: 16px;
  }

  .footer__container>.header__logo-link {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .footer__container>.header__categories {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .music-page__music-tracks .music-tracks__item-btn {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .music-page__music-tracks .music-tracks__artist {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .music-page__music-tracks .music-tracks__title {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .music-page__music-tracks .music-tracks__download {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 7;
  }

  .pagination__btn--prev {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .pagination__btn--next {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .pages {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .player__artist {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (min-width: 1024px) {
  .comment__user-icon-wrap {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }

  .comment__date-wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .comment__text {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

@media screen and (min-width: 1024px) {
  .music-page__videos {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  .music-page__music-tracks {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .player {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media screen and (min-width: 568px) {
  .footer__logo-link {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .footer__categories {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

@media screen and (min-width: 1024px) {
  .footer__container>.footer__logo-link {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .footer__container>.footer__categories {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }

  .footer__offer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    font-size: 14px;
  }

  .footer__links {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}

@media screen and (min-width: 1070px) {
  .subscription {
    padding: 80px 0;
  }

  .disable-subscription {
    padding-top: 55px;
  }

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

  .subscription__headings-wrap {
    margin-right: 30px;
  }

  .subscription__heading {
    margin: 0;
  }

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

  .unsubscribe-form {
    background-color: transparent;
  }

  .subscription__form-input {
    width: 230px;
    min-width: 230px;
    padding: 17px 0 17px 25px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
  }

  .unsubscribe-form__input {
    margin-right: 10px;
    background-color: #fff;
  }

  .subscription__form-btn {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .footer__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 0 60px;
  }

  .footer__list--enlarged {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1234px) {
  .genres {
    overflow: visible;
  }

  .genres__arrows {
    display: none;
  }

  .pages {
    margin-bottom: 0;
  }

  .pagination__container {
    grid-gap: 20px;
    -ms-grid-columns: auto 20px 1fr 20px auto;
    grid-template-columns: auto 1fr auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: "prev pages next";
  }
}

@media screen and (min-width: 1400px) {
  .music-page {
    background-position: 100% 0;
    background-size: auto;
  }

  .content-page {
    background-position: 100% 0;
    background-size: auto;
  }

  .rules-page {
    background-position: 100% 0;
    background-size: auto;
  }
}

@media screen and (min-width: 1860px) {
  .index-page {
    background-size: 100% auto;
  }
}

.modal-authorized--opened {
  display: block;
}

.favorites-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.favorites__container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#dle-comments-form {
  margin-top: 30px;
}

/* cookie modal */

.cookies-modal {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%) translateY(100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  border: 2px solid #333;
  background-color: #fff;
  transition: transform 0.1s ease-in-out;
}

.cookies-modal--open {
  transform: translateX(-50%) translateY(0);
}

@media (min-width: 1024px) {
  .cookies-modal {
    width: auto;
  }
}

.cookies-modal__btns {
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto;
  margin-top: 20px;
}

.cookies-modal__btn {
  padding: 10px;
}