:root{--ss-primary-color: #5897fb;--ss-bg-color: #ffffff;--ss-font-color: #4d4d4d;--ss-font-placeholder-color: #8d8d8d;--ss-disabled-color: #dcdee2;--ss-border-color: #dcdee2;--ss-highlight-color: #fffb8c;--ss-success-color: #00b755;--ss-error-color: #dc3545;--ss-focus-color: #5897fb;--ss-main-height: 30px;--ss-content-height: 300px;--ss-spacing-l: 7px;--ss-spacing-m: 5px;--ss-spacing-s: 3px;--ss-animation-timing: 0.2s;--ss-border-radius: 4px}@keyframes ss-valueIn{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes ss-valueOut{0%{transform:scale(1);opacity:1}100%{transform:scale(0);opacity:0}}.ss-hide{display:none !important}.ss-main{display:flex;flex-direction:row;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--ss-font-color);min-height:var(--ss-main-height);width:100%;padding:var(--ss-spacing-s);cursor:pointer;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;box-sizing:border-box;transition:background-color var(--ss-animation-timing);overflow:hidden}.ss-main:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-main.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-main.ss-disabled .ss-values .ss-disabled{color:var(--ss-font-color)}.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main.ss-open-above{border-top-left-radius:0px;border-top-right-radius:0px}.ss-main.ss-open-below{border-bottom-left-radius:0px;border-bottom-right-radius:0px}.ss-main .ss-values{display:inline-flex;flex-wrap:wrap;gap:var(--ss-spacing-m);flex:1 1 100%}.ss-main .ss-values .ss-placeholder{display:flex;padding:var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);margin:auto 0px auto 0px;line-height:1em;align-items:center;width:100%;color:var(--ss-font-placeholder-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-values .ss-max{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;width:-moz-fit-content;width:fit-content;font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m);background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius)}.ss-main .ss-values .ss-single{display:flex;margin:auto 0px auto var(--ss-spacing-s)}.ss-main .ss-values .ss-value{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;width:-moz-fit-content;width:fit-content;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);animation-name:ss-valueIn;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-values .ss-value.ss-value-out{animation-name:ss-valueOut;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out}.ss-main .ss-values .ss-value .ss-value-text{font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m)}.ss-main .ss-values .ss-value .ss-value-delete{display:flex;align-items:center;height:var(--ss-spacing-l);width:var(--ss-spacing-l);padding:var(--ss-spacing-s) var(--ss-spacing-m);cursor:pointer;border-left:solid 1px var(--ss-bg-color);box-sizing:content-box}.ss-main .ss-values .ss-value .ss-value-delete svg{height:var(--ss-spacing-l);width:var(--ss-spacing-l)}.ss-main .ss-values .ss-value .ss-value-delete svg path{fill:none;stroke:var(--ss-bg-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-deselect{flex:0 1 auto;display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;height:auto;margin:0 var(--ss-spacing-m) 0 var(--ss-spacing-m)}.ss-main .ss-deselect svg{width:8px;height:8px}.ss-main .ss-deselect svg path{fill:none;stroke:var(--ss-font-color);stroke-width:20;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-arrow{flex:0 1 auto;display:flex;align-items:center;justify-content:flex-end;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-main .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content{position:absolute;display:flex;height:auto;flex-direction:column;width:auto;max-height:var(--ss-content-height);box-sizing:border-box;border:solid 1px var(--ss-border-color);background-color:var(--ss-bg-color);transition:transform var(--ss-animation-timing),opacity var(--ss-animation-timing);opacity:0;transform:scaleY(0);transform-origin:center top;overflow:hidden;z-index:10000}.ss-content.ss-relative{position:relative;height:100%}.ss-content.ss-open-above{flex-direction:column-reverse;opacity:1;transform:scaleY(1);transform-origin:center bottom;border-top-left-radius:var(--ss-border-radius);border-top-right-radius:var(--ss-border-radius)}.ss-content.ss-open-below{opacity:1;transform:scaleY(1);transform-origin:center top;border-bottom-left-radius:var(--ss-border-radius);border-bottom-right-radius:var(--ss-border-radius)}.ss-content .ss-search{flex:0 1 auto;display:flex;flex-direction:row;padding:var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0px;padding:var(--ss-spacing-m) var(--ss-spacing-l);margin:0;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;text-align:left;box-sizing:border-box}.ss-content .ss-search input::-moz-placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}.ss-content .ss-search input::placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;flex:0 0 auto;height:auto;margin:0 0 0 var(--ss-spacing-m);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius)}.ss-content .ss-search .ss-addable svg{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-content .ss-search .ss-addable svg path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list{flex:1 1 auto;height:auto;overflow-x:hidden;overflow-y:auto}.ss-content .ss-list .ss-error{color:var(--ss-error-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-searching{color:var(--ss-font-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup.ss-close .ss-option{display:none !important}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text{flex:1 1 auto;font-weight:bold;color:var(--ss-font-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow){cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions{flex:0 1 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--ss-spacing-m)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall{flex:0 0 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover{opacity:.5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path{stroke:var(--ss-error-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span{flex:0 1 auto;display:flex;align-items:center;justify-content:center;font-size:60%;text-align:center;padding:0 var(--ss-spacing-s) 0 0}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg{flex:0 1 auto;width:13px;height:13px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path{fill:none;stroke:var(--ss-success-color);stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child{stroke-width:5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child{stroke-width:11}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable{flex:0 1 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow{flex:1 1 auto;width:10px;height:10px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content .ss-list .ss-optgroup .ss-option{padding:var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3)}.ss-content .ss-list .ss-option{display:flex;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);color:var(--ss-font-color);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ss-content .ss-list .ss-option:hover{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;background-color:var(--ss-disabled-color)}.ss-content .ss-list .ss-option.ss-disabled:hover{color:var(--ss-font-color)}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:var(--ss-highlight-color)}

@charset "UTF-8";
.track-details-card__tag, .details-toggle, .track-card__btn, .track-card__cover-container, .fixed-track-block, .search-modal-card__cover-container, .library-tag, .category-accordion-btn, .library-search-block__clear-btn, .player-btn, .library-btn {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none !important; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none !important;
  user-select: none !important; /* Standard syntax */
}

.library-btn {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 10px;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media only screen and (max-width: 760px) {
  .library-btn {
    padding: 12px 10px;
  }
}
.library-btn:focus-visible {
  outline: none;
}
.library-btn:active::before {
  opacity: 0;
  transition: opacity 0.05s ease-in-out;
}
.library-btn span {
  position: relative;
  z-index: 1;
}
.library-btn__icon {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.library-btn--main {
  color: #fff;
  background-color: #1F3037;
}
.library-btn--main::before {
  content: "";
  position: absolute;
  top: -200%;
  width: 200%;
  height: 500%;
  background: linear-gradient(73deg, #1F3037 0%, #1F3037 25%, #4D6974 48.77%, #1F3037 74.39%, #1F3037 99.39%);
  scale: 1;
  opacity: 1;
  transition: rotate 0.25s ease-in-out, scale 0.25s ease-in-out, filter 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .library-btn--main:not(.library-btn--wo-hover):hover {
    color: #fff;
    background-size: 100%;
  }
  .library-btn--main:not(.library-btn--wo-hover):hover::before {
    rotate: 225deg;
    scale: 0.57;
  }
}

.player-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 32px;
  height: 32px;
  border: 1px solid #AFAFAF;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .player-btn:hover {
    border-color: #1F3037;
  }
  .player-btn:hover svg {
    fill: #1F3037;
  }
}
.js--playing .player-btn .player-btn__play-icon {
  opacity: 0;
  scale: 0;
}
.js--playing .player-btn .player-btn__pause-icon {
  opacity: 1;
  scale: 1;
}
.player-btn svg {
  z-index: 1;
  width: 12px;
  height: 11px;
  fill: #AFAFAF;
  transition: opacity 0.2s ease-in-out, scale 0.2s ease-in-out, fill 0.2s ease-in-out;
}
.player-btn__play-icon {
  margin-left: 2px;
  opacity: 1;
  scale: 1;
}
.player-btn__pause-icon {
  position: absolute;
  margin-left: 0;
  opacity: 0;
  scale: 0;
}
.player-btn--lighter {
  border-color: #797979;
}
.player-btn--lighter svg {
  fill: #797979;
}
.player-btn--lighter:active {
  border-color: #fff;
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
.player-btn--lighter:active svg {
  fill: #fff;
  transition: opacity 0.1s ease-in-out, scale 0.1s ease-in-out, fill 0.1s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .player-btn--lighter:hover {
    border-color: #fff;
  }
  .player-btn--lighter:hover svg {
    fill: #fff;
  }
}

.library-additional-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 100%;
  color: #111111;
  font-weight: 500;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.library-additional-btn:focus-visible {
  outline: none;
}
.library-additional-btn:active {
  transition: border 0.07s ease-in-out, background-color 0.07s ease-in-out, color 0.07s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .library-additional-btn:hover {
    color: #fff;
    background-color: transparent;
  }
}

.filtering-preloader__wrapper,
.search-modal-preloader__wrapper,
.preloader__wrapper {
  position: relative;
}
.filtering-preloader__wrapper .filtering-preloader,
.filtering-preloader__wrapper .search-modal-preloader,
.filtering-preloader__wrapper .preloader,
.search-modal-preloader__wrapper .filtering-preloader,
.search-modal-preloader__wrapper .search-modal-preloader,
.search-modal-preloader__wrapper .preloader,
.preloader__wrapper .filtering-preloader,
.preloader__wrapper .search-modal-preloader,
.preloader__wrapper .preloader {
  opacity: 0;
}
.filtering-preloader__wrapper .filtering-preloader.js--show,
.filtering-preloader__wrapper .search-modal-preloader.js--show,
.filtering-preloader__wrapper .preloader.js--show,
.search-modal-preloader__wrapper .filtering-preloader.js--show,
.search-modal-preloader__wrapper .search-modal-preloader.js--show,
.search-modal-preloader__wrapper .preloader.js--show,
.preloader__wrapper .filtering-preloader.js--show,
.preloader__wrapper .search-modal-preloader.js--show,
.preloader__wrapper .preloader.js--show {
  opacity: 1;
}
.filtering-preloader__wrapper .spinner,
.search-modal-preloader__wrapper .spinner,
.preloader__wrapper .spinner {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translate(-50%, 0);
}

.filtering-preloader__wrapper {
  position: absolute;
  top: 0;
  height: 150px;
  width: 100%;
  translate: -50% 0;
  left: 50%;
  z-index: 11;
  pointer-events: none;
}
.filtering-preloader .spinner {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.search-modal-preloader__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.search-modal-preloader__wrapper .search-modal-preloader {
  opacity: 0;
}
.search-modal-preloader__wrapper .search-modal-preloader .spinner {
  position: absolute;
  bottom: unset !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.custom-select.ss-main {
  height: 42px;
  border-color: transparent;
  gap: 8px;
  background-color: #FBFBFB;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media only screen and (max-width: 1100px) {
  .custom-select.ss-main {
    border-color: #E7E7E7;
  }
}
@media only screen and (max-width: 760px) {
  .custom-select.ss-main {
    height: 46px;
  }
}
.custom-select.ss-main.js--bordered {
  border-color: #E7E7E7;
}
.custom-select.ss-main.js--bordered .ss-values::before {
  filter: invert(12%) sepia(4%) saturate(4872%) hue-rotate(153deg) brightness(50%) contrast(86%);
}
.custom-select.ss-main:hover {
  box-shadow: none;
  background-color: #F3F3F3;
}
.custom-select.ss-main:focus {
  box-shadow: none;
}
.custom-select.ss-main.ss-open-below {
  background-color: #fff;
  box-shadow: 0px 35px 48px 0px rgba(0, 0, 0, 0.15), 0px 0px 48px 0px rgba(0, 0, 0, 0.15);
  border-color: transparent !important;
}
.custom-select.ss-main.ss-open-below .ss-values::before {
  filter: invert(12%) sepia(4%) saturate(4872%) hue-rotate(153deg) brightness(50%) contrast(86%);
}
.custom-select.ss-main .ss-values {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  line-height: 100%;
  color: #1F3037;
  font-weight: 700;
}
.custom-select.ss-main .ss-values::before {
  content: url("/assets/img/music-library/sort-i.svg");
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 16px;
  width: 20px;
  height: 20px;
}
.custom-select.ss-main .ss-values .ss-placeholder {
  font-size: 14px;
  line-height: 100%;
  color: #8D8D8D;
  font-weight: 700;
}
.custom-select.ss-main .ss-arrow {
  flex-shrink: 0;
  margin-right: 16px;
}
.custom-select.ss-main .ss-arrow path {
  stroke-linecap: initial;
  stroke-linejoin: initial;
  stroke: #8D8D8D;
}
.custom-select.ss-content {
  border: none;
  box-shadow: 0px 45px 48px 0px rgba(0, 0, 0, 0.15);
}
.custom-select.ss-content .ss-list {
  padding: 10px 0;
}
.custom-select.ss-content .ss-list .ss-option {
  padding: 10px 28px;
  font-size: 13px;
  line-height: 160%;
  color: #878787;
  font-weight: 500;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.custom-select.ss-content .ss-list .ss-option.ss-selected {
  background-color: transparent !important;
  color: #1F3037 !important;
  font-weight: 700 !important;
}
.custom-select.ss-content .ss-list .ss-option:hover {
  color: #1F3037 !important;
  background-color: transparent !important;
}

/*  POPUP */
.library-popup {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
.library-popup.js--open {
  opacity: 1 !important;
  visibility: visible !important;
}

.library-popup__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(207, 207, 207, 0.5);
  z-index: 200;
}

.library-popup__content {
  overflow: hidden;
  position: relative;
  display: flex;
  max-width: 520px;
  height: 335px;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  padding: 60px 40px;
  z-index: 1000;
  transform: translateY(-50vh);
  transition: 0.5s cubic-bezier(0, 0.95, 0.05, 1.25);
}
@media only screen and (max-width: 760px) {
  .library-popup__content {
    width: 375px;
    padding: 24px 24px 32px;
    max-height: 667px;
    height: 100dvh;
  }
}
@media only screen and (max-width: 500px) {
  .library-popup__content {
    width: 100%;
    max-height: 950px;
    border-radius: 0;
  }
}
.library-popup__content:before {
  content: "";
  position: absolute;
  top: 70px;
  left: -30px;
  width: 363px;
  height: 363px;
  border-radius: 621px;
  background-color: #F9F9F9;
}
@media only screen and (max-width: 760px) {
  .library-popup__content:before {
    top: 133px;
    left: unset;
    right: 32px;
    width: 621px;
    height: 621px;
  }
}
.library-popup__content.js--show {
  transform: translateY(0);
}
.library-popup__content.js--show:before {
  animation: skewAnimation 11s infinite alternate;
}
@media only screen and (max-width: 760px) {
  .library-popup__content.js--show:before {
    animation: skewAnimationMobile 11s infinite alternate;
  }
}

.library-popup__copy-link-content,
.library-popup__share-content {
  position: relative;
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 760px) {
  .library-popup__copy-link-content,
  .library-popup__share-content {
    align-items: flex-start;
  }
}
.library-popup__copy-link-content.js--display,
.library-popup__share-content.js--display {
  display: flex;
}

.library-popup__share-content .library-popup__main {
  align-self: flex-end;
}

.library-popup__close-btn {
  position: absolute;
  z-index: 1;
  height: 20px;
  width: 20px;
  top: 25px;
  right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .library-popup__close-btn:hover:before {
    border-color: #000000;
  }
  .library-popup__close-btn:hover .library-popup__close-btn-line {
    background-color: #000000;
  }
}
.library-popup__close-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 35px;
  height: 35px;
  border: 1px solid #9e9e9e;
  border-radius: 50%;
  transition-property: border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media only screen and (max-width: 1200px) {
  .library-popup__close-btn:before {
    border-color: #000000;
  }
}
@media only screen and (max-width: 760px) {
  .library-popup__close-btn:before {
    width: 45px;
    height: 45px;
  }
}

.library-popup__close-btn-line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #9e9e9e;
  transition: 0.3s ease;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media only screen and (max-width: 1200px) {
  .library-popup__close-btn-line {
    background-color: #000000;
  }
}

.library-popup__close-btn-line:first-child {
  transform: rotate(45deg) translate(1.25px, 1.25px);
}

.library-popup__close-btn-line:last-child {
  transform: rotate(-45deg);
}

.library-popup__title {
  font-size: 32px;
  line-height: 110%;
  color: #1F3037;
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (max-width: 760px) {
  .library-popup__title {
    max-width: 258px;
    font-size: 54px;
    line-height: 110%;
    color: #1F3037;
    font-weight: 900;
  }
}

.library-popup__input {
  width: 100%;
  padding: 16px;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  border: none;
  outline: none;
  border-radius: 99px;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  font-size: 16px;
  line-height: 100%;
  color: #444444;
  font-weight: 700;
}
@media only screen and (max-width: 760px) {
  .library-popup__input {
    margin-bottom: 70px;
  }
}

.library-popup__copy-link-btn {
  padding: 17px 10px;
  width: 100%;
  max-width: 240px;
  height: 56px;
  border-radius: 999px;
  font-size: 14px;
  gap: 8px;
}
@media only screen and (max-width: 760px) {
  .library-popup__copy-link-btn {
    max-width: 330px;
  }
}
.library-popup__copy-link-btn.js--animating .library-popup__copy-icon {
  opacity: 0;
  scale: 0;
}
.library-popup__copy-link-btn.js--animating .library-popup__check-icon {
  opacity: 1;
  scale: 1;
}
@media (hover: hover) and (pointer: fine) {
  .library-popup__copy-link-btn:hover:before {
    filter: contrast(1.1);
    rotate: 225deg;
    scale: 1.4 !important;
  }
}
.library-popup__copy-link-btn span {
  padding-left: 32px;
}
.library-popup__copy-link-btn svg {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  fill: transparent;
  stroke: #fff;
  transition: opacity 0.2s ease-in-out, scale 0.2s ease-in-out;
}
.library-popup__copy-link-btn .library-popup__copy-icon {
  position: absolute;
  left: calc(50% - 12px - 31px);
  opacity: 1;
  scale: 1;
}
.library-popup__copy-link-btn .library-popup__check-icon {
  position: absolute;
  left: calc(50% - 12px - 31px);
  opacity: 0;
  scale: 0;
  transition-delay: 0.15s;
}

@media only screen and (max-width: 760px) {
  .share-links {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.share-links__list {
  display: flex;
  gap: 10px;
  list-style: none;
}
@media only screen and (max-width: 760px) {
  .share-links__list {
    flex-direction: column;
    gap: 13px;
  }
}
.share-links__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.share-links__item-title {
  margin-top: 6px;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  font-weight: 400;
}
.share-links__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  @keyframes example-three-anim-1 {
    0% {
      clip: rect(4px, 25px, 4px, 0);
    }
    6.6666666667% {
      clip: rect(20px, 25px, 5px, 0);
    }
    13.3333333333% {
      clip: rect(18px, 25px, 28px, 0);
    }
    20% {
      clip: rect(14px, 25px, 3px, 0);
    }
    26.6666666667% {
      clip: rect(17px, 25px, 27px, 0);
    }
    33.3333333333% {
      clip: rect(3px, 25px, 9px, 0);
    }
    40% {
      clip: rect(26px, 25px, 10px, 0);
    }
    46.6666666667% {
      clip: rect(4px, 25px, 21px, 0);
    }
    53.3333333333% {
      clip: rect(3px, 25px, 6px, 0);
    }
    60% {
      clip: rect(8px, 25px, 4px, 0);
    }
    66.6666666667% {
      clip: rect(15px, 25px, 28px, 0);
    }
    73.3333333333% {
      clip: rect(4px, 25px, 14px, 0);
    }
    80% {
      clip: rect(13px, 25px, 14px, 0);
    }
    86.6666666667% {
      clip: rect(4px, 25px, 6px, 0);
    }
    93.3333333333% {
      clip: rect(2px, 25px, 21px, 0);
    }
    100% {
      clip: rect(22px, 25px, 11px, 0);
    }
  }
  @keyframes example-three-anim-2 {
    0% {
      clip: rect(15px, 25px, 9px, 0);
    }
    6.6666666667% {
      clip: rect(9px, 25px, 5px, 0);
    }
    13.3333333333% {
      clip: rect(7px, 25px, 22px, 0);
    }
    20% {
      clip: rect(27px, 25px, 15px, 0);
    }
    26.6666666667% {
      clip: rect(25px, 25px, 18px, 0);
    }
    33.3333333333% {
      clip: rect(25px, 25px, 8px, 0);
    }
    40% {
      clip: rect(13px, 25px, 16px, 0);
    }
    46.6666666667% {
      clip: rect(2px, 25px, 3px, 0);
    }
    53.3333333333% {
      clip: rect(18px, 25px, 28px, 0);
    }
    60% {
      clip: rect(26px, 25px, 25px, 0);
    }
    66.6666666667% {
      clip: rect(16px, 25px, 28px, 0);
    }
    73.3333333333% {
      clip: rect(7px, 25px, 26px, 0);
    }
    80% {
      clip: rect(23px, 25px, 13px, 0);
    }
    86.6666666667% {
      clip: rect(26px, 25px, 3px, 0);
    }
    93.3333333333% {
      clip: rect(2px, 25px, 2px, 0);
    }
    100% {
      clip: rect(10px, 25px, 28px, 0);
    }
  }
  .share-links__item-link:hover .glitch-image > img {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .share-links__item-link:hover .glitch-image > img:nth-child(2),
  .share-links__item-link:hover .glitch-image > img:nth-child(3) {
    clip: rect(0, 0, 0, 0);
  }
  .share-links__item-link:hover .glitch-image > img:nth-child(2) {
    left: 2px;
    animation: example-three-anim-1 2s infinite linear alternate-reverse;
  }
  .share-links__item-link:hover .glitch-image > img:nth-child(3) {
    left: -2px;
    animation: example-three-anim-2 3s infinite linear alternate-reverse;
  }
}
.share-links__item-link .glitch-image {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
}
.share-links__item-link img {
  width: 36px;
  height: 36px;
}

@keyframes skewAnimation {
  0% {
    transform: scale(1) rotate(0deg) skewX(0deg); /* Начальный наклон */
  }
  45% {
    transform: scale(1.45) rotate(90deg) skewX(-35deg) skewY(15deg) translate(-30px, 10px); /* Конечный наклон */
  }
  100% {
    transform: scale(1) rotate(0deg) skewX(0deg); /* Начальный наклон */
  }
}
@keyframes skewAnimationMobile {
  0% {
    transform: scale(1) rotate(0deg) skewX(0deg); /* Начальный наклон */
  }
  45% {
    transform: scale(1.35) rotate(90deg) skewX(-40deg) skewY(25deg); /* Конечный наклон */
  }
  100% {
    transform: scale(1) rotate(0deg) skewX(0deg); /* Начальный наклон */
  }
}
.block-wrapper {
  max-width: 2560px;
  margin: 0 auto;
  padding: 0 60px;
}
@media only screen and (max-width: 1440px) {
  .block-wrapper {
    padding: 0 3vw;
  }
}
@media only screen and (max-width: 1370px) {
  .block-wrapper {
    padding: 0 2.5vw;
  }
}
@media only screen and (max-width: 1280px) {
  .block-wrapper {
    padding: 0 2vw;
  }
}
@media only screen and (max-width: 760px) {
  .block-wrapper {
    padding: 0 12px;
  }
}
.block-wrapper--wo-paddings {
  padding: 0;
}

.fixed-track-wave,
.track-wave {
  cursor: pointer;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .fixed-track-wave:hover .track-wave__hover-element,
  .track-wave:hover .track-wave__hover-element {
    opacity: 1;
  }
}
.fixed-track-wave__hover-element,
.track-wave__hover-element {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
  height: 100%;
  width: 0;
  mix-blend-mode: overlay;
  opacity: 0;
  transition: opacity 0.2s ease;
  background: transparent !important;
}
.fixed-track-wave__time, .fixed-track-wave__duration,
.track-wave__time,
.track-wave__duration {
  position: absolute;
  z-index: 11;
  background: linear-gradient(73deg, #1F3037 0%, #4D6974 48.77%, #1F3037 99.39%);
  bottom: 0;
  padding: 4px 4px 3px;
  font-size: 10px;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 760px) {
  .fixed-track-wave__time, .fixed-track-wave__duration,
  .track-wave__time,
  .track-wave__duration {
    font-size: 8px;
  }
}
.fixed-track-wave__time,
.track-wave__time {
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.fixed-track-wave__duration,
.track-wave__duration {
  right: 0;
}

.track-wave__time {
  opacity: 0;
}
.js--current-track .track-wave__time {
  opacity: 1;
}

.fixed-track-wave .track-wave__hover-element {
  background: transparent !important;
}
.fixed-track-wave .track-wave__time {
  opacity: 1;
}
@media only screen and (max-width: 760px) {
  .fixed-track-wave .track-wave__time {
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 760px) {
  .fixed-track-wave .track-wave__duration {
    bottom: 0;
    right: 0;
  }
}

.library-general {
  overflow-x: hidden;
}
.library-general main {
  min-height: 70dvh;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1920px) {
  .library-general main {
    min-height: 50dvh;
  }
}
@media only screen and (max-width: 1650px) {
  .library-general main {
    min-height: unset;
    display: block;
  }
}
.library-general #header {
  height: auto !important;
  z-index: 33;
  background: linear-gradient(180deg, rgba(31, 48, 55, 0.8) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, rgba(31, 48, 55, 0.8) 0%, rgba(77, 105, 116, 0.8) 49.07%, rgba(31, 48, 55, 0.8) 100%), rgba(31, 48, 55, 0.8) !important;
}
.library-general .breadcrumbs {
  margin-bottom: 18px;
  width: 100%;
}
.library-general .breadcrumbs__wrapper {
  overflow-x: auto;
  padding-bottom: 10px;
}
.library-general .breadcrumbs__wrapper ::-webkit-scrollbar {
  display: none;
}
.library-general .little__directory_path,
.library-general .little__directory {
  flex-shrink: 0;
}

.library-general-link {
  overflow: hidden;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  line-height: 160%;
  color: #989898;
  font-weight: 700;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (hover: hover) and (pointer: fine) {
  .library-general-link:hover {
    color: #727272;
  }
  .library-general-link:hover:after {
    translate: 0 0;
  }
}
.library-general-link:active {
  color: #1F3037;
  transition: color 0.07s ease-in-out;
}
.library-general-link:active::after {
  background-color: #1F3037;
  translate: 0 0;
  transition: translate 0.07s ease-in-out, background-color translate 0.07s;
}
.library-general-link:after {
  content: "";
  position: absolute;
  display: block;
  top: unset;
  left: 0;
  bottom: 0;
  right: unset;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #727272;
  translate: -110% 0;
  transition-property: translate;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.library-additional-link {
  overflow: hidden;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 160%;
  color: #454545;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 760px) {
  .library-additional-link {
    font-size: 13px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .library-additional-link:hover:after {
    animation: linkAnimation 0.3s ease-out 0.1s forwards;
  }
}
.library-additional-link:active::after {
  animation: linkAnimation 0.05s ease-out forwards;
}
.library-additional-link:after {
  content: "";
  position: absolute;
  display: block;
  top: unset;
  left: 0;
  bottom: 0;
  right: unset;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #454545;
  translate: 0 0;
  transition-property: translate;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

@keyframes linkAnimation {
  0% {
    transform: translate(-110%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.general-uppercase {
  text-transform: uppercase;
}

.js--show-fixed-player footer {
  padding-bottom: 70px;
}

.library-additional-link.composer-title:after {
  display: none !important;
}

.breadcrumbs {
  margin-bottom: 28px;
}
.breadcrumbs__wrapper {
  display: flex;
  gap: 4px;
}

.library-header {
  padding-bottom: 24px;
}
.library-header__title {
  font-size: 52px;
  line-height: 100%;
  color: #454545;
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (max-width: 850px) {
  .library-header__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 760px) {
  .library-header__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 373px) {
  .library-header__title {
    font-size: clamp(30px, 3.5vw, 40px);
  }
}

.library-controls {
  position: relative;
}
.library-controls__top {
  position: relative;
  z-index: 31;
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
  align-items: flex-start;
}
@media only screen and (max-width: 1100px) {
  .library-controls__top {
    flex-direction: column;
    gap: 8px;
  }
}
@media only screen and (max-width: 760px) {
  .library-controls__top {
    margin-bottom: 16px;
  }
}
.library-controls__navigation {
  display: flex;
  gap: 4px;
}
@media only screen and (max-width: 1100px) {
  .library-controls__navigation {
    order: -1;
  }
}
@media only screen and (max-width: 850px) {
  .library-controls__navigation {
    order: 0;
    width: 100%;
  }
}
.library-controls__navigation .library-btn {
  width: 160px;
}
@media only screen and (max-width: 1015px) {
  .library-controls__navigation .library-btn {
    width: 130px;
  }
}
@media only screen and (max-width: 760px) {
  .library-controls__navigation .library-btn {
    align-self: center;
    width: 33%;
  }
}

.library-search-block {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  min-height: 48px;
  gap: 4px 4px;
  padding: 9px 15px 9px 51px;
  padding-right: 80px;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  background: #F5F5F5;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .library-search-block {
    width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  .library-search-block {
    padding: 16px 15px 16px 15px;
  }
}
@media only screen and (max-width: 760px) {
  .library-search-block.js--show-clear-btn {
    padding-bottom: 55px;
  }
}
.library-search-block:focus-within {
  border-color: #535353;
}
@media (hover: hover) and (pointer: fine) {
  .library-search-block:hover {
    border-color: #535353;
  }
}
.library-search-block.js--animate .library-search-block__search-icon {
  animation: moveDiamond 0.7s linear 1;
}
.library-search-block__search-icon {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 15px;
}
@media only screen and (max-width: 760px) {
  .library-search-block__search-icon {
    position: static;
    margin-right: 5px;
    translate: 0;
  }
}
.library-search-block__input {
  flex-grow: 1;
  flex-basis: 55px;
  min-width: 55px;
  border: none;
  background: #F5F5F5;
  margin-left: 4px;
  font-size: 16px;
  line-height: 100%;
  color: #454545;
  font-weight: 700;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media only screen and (max-width: 760px) {
  .library-search-block__input {
    min-width: 70px;
    padding: 4px 0;
  }
}
.library-search-block__input::-webkit-search-decoration, .library-search-block__input::-webkit-search-cancel-button, .library-search-block__input::-webkit-search-results-button, .library-search-block__input::-webkit-search-results-decoration {
  display: none;
}
.library-search-block__input::-moz-placeholder {
  color: #8D8D8D;
}
.library-search-block__input::placeholder {
  color: #8D8D8D;
}
.library-search-block__input:focus::-moz-placeholder, .library-search-block__input:focus-visible::-moz-placeholder, .library-search-block__input:active::-moz-placeholder {
  opacity: 0;
}
.library-search-block__input:focus::placeholder, .library-search-block__input:focus-visible::placeholder, .library-search-block__input:active::placeholder {
  opacity: 0;
}
.library-search-block__tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.library-search-block__tag {
  display: flex;
  gap: 4px;
  max-height: 28px;
  padding: 8px;
  border-radius: 0.4rem;
  background: #454545;
  font-size: 13px;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 760px) {
  .library-search-block__tag {
    padding: 8px 6px 6px;
    font-size: 11px;
    line-height: 100%;
  }
}
.library-search-block__tag-remove-btn {
  content: "";
  display: block;
  height: 13px;
  width: 13px;
  background-image: url(/assets/svg/interface/cross_white.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: rotate 0.2s ease-in-out;
}
@media only screen and (max-width: 760px) {
  .library-search-block__tag-remove-btn {
    height: 11px;
    width: 11px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .library-search-block__tag-remove-btn:hover {
    rotate: 90deg;
  }
}
.library-search-block__clear-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  opacity: 0;
  margin-left: 12px;
  cursor: pointer;
  pointer-events: none;
}
@media only screen and (max-width: 760px) {
  .library-search-block__clear-btn {
    top: unset;
    bottom: 0;
    border-radius: 9999px;
    background: #fff;
    padding: 6px 9px;
  }
}
.library-search-block__clear-btn.js--show {
  pointer-events: all;
  opacity: 1;
}
.library-search-block__clear-btn.js--show span {
  width: -moz-fit-content;
  width: fit-content;
}
.library-search-block__clear-btn.js--show svg {
  opacity: 1;
  scale: 1;
}
@media (hover: hover) and (pointer: fine) {
  .library-search-block__clear-btn:hover svg {
    stroke: #CE0000;
    animation: tilt-shaking 2s linear 0.3s infinite;
  }
}
@media only screen and (hover: hover) and (pointer: fine) and (max-width: 760px) {
  .library-search-block__clear-btn:hover svg {
    animation: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .library-search-block__clear-btn:hover span {
    color: #CE0000;
  }
}
.library-search-block__clear-btn svg {
  width: 16px;
  height: 16px;
  stroke: #7A7A7A;
}
@media only screen and (max-width: 760px) {
  .library-search-block__clear-btn svg {
    animation: tilt-shaking 2s linear 0.3s infinite;
  }
}
.library-search-block__clear-btn span {
  margin-left: 4px;
  font-size: 14px;
  line-height: 100%;
  color: #7A7A7A;
  font-weight: 400;
}
@media only screen and (max-width: 760px) {
  .library-search-block__clear-btn span {
    font-size: 11px;
  }
}

@keyframes moveDiamond {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(3px, -3px);
  }
  50% {
    transform: translate(6px, 0);
  }
  75% {
    transform: translate(3px, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  6% {
    transform: rotate(10deg);
  }
  12% {
    transform: rotate(0deg);
  }
  18% {
    transform: rotate(-10deg);
  }
  24% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.library-filtration__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 850px) {
  .library-filtration__top {
    flex-direction: column;
    gap: 24px;
  }
}

.library-filtration__select-container {
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 760px) {
  .library-filtration__select-container {
    max-width: unset;
  }
}
.library-filtration__select-container .custom-select.ss-main {
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 760px) {
  .library-filtration__select-container .custom-select.ss-main {
    max-width: unset;
  }
}

.library-filtration__categories {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1015px) {
  .library-filtration__categories {
    gap: 8px;
  }
}
@media only screen and (max-width: 760px) {
  .library-filtration__categories {
    flex-wrap: wrap;
  }
}

.category-accordion-btn {
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 13px 23px;
  border-radius: 999px;
  border: 1px solid #eeeeee;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .category-accordion-btn {
    align-self: center;
    padding: 18px 19px;
  }
}
@media only screen and (max-width: 1015px) {
  .category-accordion-btn {
    padding: 11px 13px;
  }
}
@media only screen and (max-width: 760px) {
  .category-accordion-btn {
    padding: 11px 19px;
  }
}
@media only screen and (max-width: 760px) {
  .category-accordion-btn:nth-of-type(2) {
    order: 4;
  }
}
@media only screen and (max-width: 760px) {
  .category-accordion-btn:nth-of-type(5) {
    order: 5;
  }
}
.category-accordion-btn.js--open {
  background-color: #2E4853;
}
.category-accordion-btn.js--open .category-accordion-btn__title {
  color: #fff;
}
.category-accordion-btn.js--open:before {
  opacity: 1;
}
.category-accordion-btn.js--open .toggle-arrow__lines {
  background-color: #fff;
  transform: rotate(45deg) translate(3px, 0px);
}
.category-accordion-btn.js--open .toggle-arrow__lines:before {
  background-color: #fff;
  transform: rotate(-90deg) translate(-3px, -3px);
}
.category-accordion-btn.js--disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
  background-color: #dcdcdc !important;
}
.category-accordion-btn.js--disabled .category-accordion-btn__title {
  color: #111111 !important;
}
.category-accordion-btn.js--disabled:before {
  opacity: 0 !important;
}
.category-accordion-btn.js--disabled .toggle-arrow__lines {
  background-color: #8D8D8D !important;
}
.category-accordion-btn.js--disabled .toggle-arrow__lines:before {
  background-color: #8D8D8D !important;
}
@media (hover: hover) and (pointer: fine) {
  .category-accordion-btn:hover {
    background-color: #2E4853;
  }
  .category-accordion-btn:hover .category-accordion-btn__title {
    color: #fff;
  }
  .category-accordion-btn:hover .toggle-arrow__lines {
    background-color: #fff;
  }
  .category-accordion-btn:hover .toggle-arrow__lines:before {
    background-color: #fff;
  }
}
.category-accordion-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(73deg, #1F3037 0%, #4D6974 48.77%, #1F3037 99.39%);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.category-accordion-btn__title {
  z-index: 1;
  font-size: 16px;
  line-height: 100%;
  color: #1F3037;
  font-weight: 400;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media only screen and (max-width: 1015px) {
  .category-accordion-btn__title {
    font-size: 14px;
  }
}

.toggle-arrow {
  z-index: 1;
  position: relative;
  top: 1px;
  width: 8px;
  height: 8px;
  display: block;
  cursor: pointer;
  scale: 0.9;
}
@media only screen and (max-width: 850px) {
  .toggle-arrow {
    scale: 0.8;
  }
}
.toggle-arrow__lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #8D8D8D;
  transform-origin: 50% 50%;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transform: rotate(45deg) translate(0px, 3px);
}
.toggle-arrow__lines:before {
  content: " ";
  position: absolute;
  height: 2px;
  width: 8px;
  top: 0;
  left: 0;
  background-color: #8D8D8D;
  transform-origin: 50% 50%;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transform: rotate(-90deg) translate(3px, 3px);
}

.library-filtration__tags-container {
  overflow: hidden;
  max-height: 0;
  transition: width 0.35s ease-in-out, max-height 0.35s ease-in-out;
}
.library-filtration__tags-container.js--open {
  max-height: 100vh;
}
.library-filtration__tags-container.js--open .library-filtration__category-tags {
  transition: translate 0.2s ease-in-out, opacity 0.05s ease-in-out 0.05s;
}

.library-filtration__tags {
  background-color: #FBFBFB;
  padding: 11px 24px;
}
@media only screen and (max-width: 500px) {
  .library-filtration__tags {
    padding: 16px;
  }
}

.library-filtration__category-tags {
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 20px;
  max-height: 0;
  opacity: 0;
  transition: translate 0.35s ease-in-out, opacity 0.15s ease-in-out 0.15s;
  translate: -110% 0;
}
@media only screen and (max-width: 500px) {
  .library-filtration__category-tags {
    gap: 16px;
  }
}
.library-filtration__category-tags.js--active {
  flex-wrap: wrap;
  max-height: 100vh;
  opacity: 1;
  translate: 0 0;
}

.library-tag {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 160%;
  color: #878787;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: color 0.2s ease-in-out, scale 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .library-tag:hover {
    color: #2E4853;
  }
}
.library-tag.js--selected {
  color: #1F3037;
  text-decoration-color: #1F3037;
}
.library-tag.js--disabled {
  color: #878787 !important;
  opacity: 0.2 !important;
  cursor: not-allowed;
}
.library-tag:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: -9px;
  width: 2px;
  height: 13px;
  background-color: #DDD;
}

.library-gallery {
  flex-grow: 1;
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1920px) {
  .library-gallery {
    flex-grow: unset;
    min-height: 250px;
  }
}
@media only screen and (max-width: 850px) {
  .library-gallery {
    margin-top: 14px;
  }
}
.library-gallery::after {
  content: attr(data-empty-msg);
  position: absolute;
  top: 50px;
  left: 50%;
  translate: -50% -20px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  font-size: 18px;
  line-height: 100%;
  color: #454545;
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  .library-gallery::after {
    font-size: 15px;
    width: calc(100% - 24px);
    translate: -50% -20px;
  }
}
@media only screen and (max-width: 360px) {
  .library-gallery::after {
    font-size: 14px;
  }
}
.library-gallery.js-empty {
  margin-bottom: 100px;
}
.library-gallery.js-empty::after {
  opacity: 1;
  visibility: visible;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.7s;
}
.library-gallery.js--css-filter .library-gallery__grid,
.library-gallery.js--css-filter .library-gallery__list {
  filter: blur(2px) opacity(0.7);
}
.library-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  transition-property: filter;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media only screen and (max-width: 1550px) {
  .library-gallery__grid {
    gap: 2.3vw;
  }
}
@media only screen and (max-width: 1440px) {
  .library-gallery__grid {
    gap: 2vw;
  }
}
@media only screen and (min-width: 1500px) {
  .library-gallery__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 1919px) {
  .library-gallery__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 1280px) {
  .library-gallery__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.8vw;
  }
}
@media (max-width: 1200px) {
  .library-gallery__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 760px) {
  .library-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
  }
}
@media only screen and (max-width: 450px) {
  .library-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
.library-gallery__flex {
  width: 100%;
  max-width: 1920px;
  margin: 50px auto 0 auto;
  flex-wrap: wrap;
  gap: 40px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: flex-start;
  transition: opacity 0.5s ease-in-out;
  transition-property: filter;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media only screen and (max-width: 1550px) {
  .library-gallery__flex {
    gap: 2.3vw;
  }
}
@media only screen and (max-width: 1440px) {
  .library-gallery__flex {
    gap: 2vw;
  }
}
@media only screen and (max-width: 1280px) {
  .library-gallery__flex {
    gap: 1.8vw;
  }
}
@media only screen and (max-width: 760px) {
  .library-gallery__flex {
    gap: 2vw;
  }
}
@media only screen and (max-width: 450px) {
  .library-gallery__flex {
    gap: 20px 10px;
  }
}
.library-gallery__flex .projects__example {
  width: 31%;
  position: relative;
  transition: 0.2s;
  color: #fff;
}
@media only screen and (min-width: 1500px) {
  .library-gallery__flex .projects__example {
    width: calc(20% - 32px);
  }
}
@media only screen and (min-width: 1919px) {
  .library-gallery__flex .projects__example {
    width: calc(16.6666666667% - 34px);
  }
}
@media only screen and (max-width: 1280px) {
  .library-gallery__flex .projects__example {
    width: calc(20% - 19px);
  }
}
@media (max-width: 1200px) {
  .library-gallery__flex .projects__example {
    width: calc(25% - 17px);
  }
}
@media only screen and (max-width: 760px) {
  .library-gallery__flex .projects__example {
    width: calc(33.3333333333% - 11px);
    gap: 5px;
  }
}
@media only screen and (max-width: 450px) {
  .library-gallery__flex .projects__example {
    width: calc(50% - 5px);
  }
}
.library-gallery__flex .projects__example > img {
  display: block;
  width: 100%;
  height: 100%;
}
.library-gallery__list {
  transition-property: filter;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.library-gallery__saved-track {
  display: none !important;
}

.album-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (max-width: 760px) {
  .album-card {
    gap: 5px;
  }
}
@media only screen and (max-width: 1100px) {
  .album-card.js--hovered .album-card__img-container {
    border-radius: 16px;
  }
  .album-card.js--hovered .album-card__img-container:before {
    opacity: 0.68;
  }
  .album-card.js--hovered .album-card__btn-container {
    translate: 0 0;
  }
  .album-card.js--hovered .album-card__btn:before {
    animation: hoverBtnReverseAnimation2 3.1s ease-out 0.37s infinite;
  }
  .album-card.js--hovered .album-card__title {
    opacity: 0;
  }
  .album-card.js--hovered .album-card__gradient-title {
    opacity: 1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .album-card:hover .album-card__img-container {
    border-radius: 16px;
  }
  .album-card:hover .album-card__img-container:before {
    opacity: 0.68;
  }
  .album-card:hover .album-card__btn-container {
    translate: 0 0;
  }
  .album-card:hover .album-card__btn:hover:before, .album-card:hover .album-card__btn:before {
    animation: hoverBtnReverseAnimation2 3.1s ease-out 0.37s infinite;
  }
  .album-card:hover .album-card__title {
    opacity: 0;
  }
  .album-card:hover .album-card__gradient-title {
    opacity: 1;
  }
}
.album-card__img-container {
  overflow: hidden;
  position: relative;
  line-height: 0;
  transition-property: border-radius;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.album-card__img-container:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(73deg, #1F3037 0%, #4D6974 48.77%, #1F3037 99.39%);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.album-card__img-container img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.album-card__btn-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  translate: -100% 0;
  transition-property: translate;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.album-card__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  padding: 17px 34px;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
  font-weight: 400;
  border-radius: 16px;
}
.album-card__title-container {
  position: relative;
  font-size: 18px;
  line-height: 140%;
  color: #1F3037;
  font-weight: 900;
}
@media only screen and (max-width: 1440px) {
  .album-card__title-container {
    font-size: clamp(12px, 1.3vw, 18px);
  }
}
@media only screen and (max-width: 760px) {
  .album-card__title-container {
    font-size: clamp(13px, 1.3vw, 16px);
  }
}
@media only screen and (max-width: 500px) {
  .album-card__title-container {
    font-size: clamp(12px, 1.3vw, 16px);
  }
}
@media only screen and (max-width: 450px) {
  .album-card__title-container {
    font-size: 16px;
  }
}
@media only screen and (max-width: 373px) {
  .album-card__title-container {
    font-size: clamp(12px, 4vw, 16px);
  }
}
.album-card__title {
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.35s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.album-card__gradient-title {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(73deg, #1F3037 0%, #4D6974 48.77%, #1F3037 99.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.35s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

@keyframes hoverBtnReverseAnimation2 {
  0% {
    transform: rotate(0deg) scale(1);
    filter: contrast(1);
  }
  17% {
    transform: rotate(360deg) scale(0.65);
    filter: contrast(1.23);
  }
  95% {
    transform: rotate(-10deg) scale(1);
    filter: contrast(1);
  }
}
.library-policy {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10000;
  translate: 0 200%;
  transition-property: translate;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.library-policy.js--show {
  translate: 0;
}
@media only screen and (max-width: 580px) {
  .library-policy .block-wrapper {
    padding: 0;
  }
}

.library-policy-card {
  padding: 32px;
  width: 543px;
  min-height: 230px;
  border-radius: 16px 16px 0 0;
  background-color: #1F3037;
}
@media only screen and (max-width: 580px) {
  .library-policy-card {
    width: 100%;
  }
}
.library-policy-card__title {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 125%;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  .library-policy-card__title {
    font-size: 22px;
  }
}
.library-policy-card__desc {
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 160%;
  color: #fff;
  font-weight: 400;
}
@media only screen and (max-width: 500px) {
  .library-policy-card__desc {
    font-size: 14px;
  }
}
.library-policy-card__btn {
  width: 150px;
}

.search-modal {
  z-index: 2;
  overflow: auto;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  max-height: calc(100vh - 430px);
  background-color: #fff;
  border: 1px solid #292929;
  border-radius: 4px;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
@media only screen and (max-width: 1100px) {
  .search-modal {
    border-color: #E7E7E7;
    background: #F5F5F5;
    max-height: 500px;
  }
}
@media screen and (max-height: 850px) and (max-width: 1100px) {
  .search-modal {
    max-height: 400px;
  }
}
@media screen and (max-height: 1100px) and (max-width: 850px) {
  .search-modal {
    min-height: 200px;
    max-height: 450px;
  }
}
@media screen and (max-height: 1100px) and (max-width: 600px) {
  .search-modal {
    min-height: 100px;
    max-height: 250px;
  }
}
.search-modal__wrapper {
  z-index: 32;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 0;
  height: 0;
  width: 100%;
  pointer-events: none;
  transition-property: height;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media only screen and (max-width: 1100px) {
  .search-modal__wrapper {
    top: 115px;
  }
}
@media only screen and (max-width: 850px) {
  .search-modal__wrapper {
    top: 55px;
  }
}
.search-modal__wrapper.js--open {
  pointer-events: all;
  min-height: 250px;
  max-height: calc(100vh - 430px);
  height: auto;
  transition-property: height;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
@media only screen and (max-width: 1100px) {
  .search-modal__wrapper.js--open {
    max-height: 500px;
  }
}
@media screen and (max-height: 850px) and (max-width: 1100px) {
  .search-modal__wrapper.js--open {
    max-height: 400px;
  }
}
@media screen and (max-height: 1100px) and (max-width: 850px) {
  .search-modal__wrapper.js--open {
    min-height: 200px;
    max-height: 450px;
  }
}
@media screen and (max-height: 1100px) and (max-width: 600px) {
  .search-modal__wrapper.js--open {
    min-height: 100px;
    max-height: 300px;
  }
}
.search-modal__wrapper.js--open .search-modal {
  opacity: 1;
}
.search-modal__wrapper.js--open .swiper-wrapper {
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.3s;
  opacity: 1;
}
.search-modal__wrapper.js--open .search-modal__btns-container {
  opacity: 1;
  visibility: visible;
}
.search-modal__wrapper.js--open .swiper-scrollbar {
  border-radius: 2px;
}
.search-modal__wrapper.js--open .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 2px;
  background-color: #4d6974;
}
.search-modal__wrapper.js--css-filter .search-modal__columns {
  filter: blur(2px) opacity(0.7);
}
.search-modal__wrapper .block-wrapper {
  width: 100%;
}
.search-modal__columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  transition-property: filter;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media only screen and (max-width: 500px) {
  .search-modal__columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.search-modal__column--tags .search-modal__column-list {
  gap: 3px;
}
.search-modal__column-title {
  display: inline-flex;
  align-items: center;
  max-width: 200px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 900;
  white-space: nowrap;
}
.search-modal__column-title-link {
  position: relative;
  top: 1px;
  display: none;
  margin-left: 20px;
  line-height: 110%;
}
.js--link-shown .search-modal__column-title-link {
  display: block;
}
.search-modal__column-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
.search-modal__column-list--tags {
  gap: 3px;
}
.search-modal__tag {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 160%;
  color: #878787;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: color 0.2s ease-in-out, scale 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .search-modal__tag:hover {
    color: #2E4853;
  }
}
.search-modal__btns-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  z-index: 2;
  position: absolute;
  bottom: -25px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.search-modal__show-more-btn {
  width: 160px;
}
.search-modal .swiper-container {
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 1100px) {
  .search-modal .swiper-container {
    background-color: #F5F5F5;
  }
}
@media only screen and (max-width: 500px) {
  .search-modal .swiper-container {
    padding: 20px 15px;
  }
}
.search-modal .swiper-wrapper {
  background-color: #fff;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0s;
  opacity: 0;
}
@media only screen and (max-width: 1100px) {
  .search-modal .swiper-wrapper {
    background-color: #F5F5F5;
  }
}
.search-modal .swiper-slide {
  height: auto;
}

.library-general main {
  position: relative;
}
.library-general main::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: unset;
  bottom: unset;
  right: 0;
  z-index: 30;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: all;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.library-general main.js--popup::after {
  height: 100%;
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 1650px) {
  .library-general main.js--popup::after {
    height: calc(100% + 60px);
  }
}
@media only screen and (max-width: 1650px) {
  .library-general main.js--popup.js-empty::after {
    height: calc(100% + 100px);
  }
}

.search-modal-card {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .search-modal-card:hover .search-modal-card__title {
    color: #4d6974;
  }
}
.search-modal-card__cover-container {
  overflow: hidden;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.search-modal-card__cover {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-modal-card__titles-container {
  display: flex;
  flex-direction: column;
}
.search-modal-card__title {
  font-size: 15px;
  line-height: 125%;
  color: #1F3037;
  font-weight: 700;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.track-block:last-of-type .track-block__details-card::before {
  background-color: #fff;
}

.fixed-track-block {
  z-index: 30;
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 14px;
  bottom: 0;
  width: 100%;
  padding: 14px 0 0;
  background-color: #1F3037;
  border-top: 1px solid #797979;
  translate: 0 100%;
  transition-property: translate;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.fixed-track-block .track-card__titles-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.fixed-track-block .fixed-track-block__title-container {
  font-size: 15px;
  height: 1.6rem;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 760px) {
  .fixed-track-block .fixed-track-block__title-container {
    font-size: 16px;
  }
}
.fixed-track-block .fixed-track-block__title-container:after {
  background-color: transparent;
}
.fixed-track-block .fixed-track-block__title-container span {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  will-change: transform;
  font-size: 15px;
  line-height: 160%;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: transparent;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 3px;
  transition-property: text-decoration-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (hover: hover) and (pointer: fine) {
  .fixed-track-block .fixed-track-block__title-container span:hover {
    text-decoration-color: #fff;
  }
}
@media only screen and (max-width: 760px) {
  .fixed-track-block .fixed-track-block__title-container span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 760px) {
  .fixed-track-block {
    gap: 10px;
  }
}
@media only screen and (max-width: 760px) {
  .fixed-track-block {
    padding: 0;
  }
}
.fixed-track-block__partly-disabled svg#shuffle-icon,
.fixed-track-block__partly-disabled svg#prev-track-icon,
.fixed-track-block__partly-disabled svg#next-track-icon {
  pointer-events: none !important;
  opacity: 0.3;
}
.fixed-track-block .block-wrapper {
  width: 100%;
}
@media only screen and (max-width: 760px) {
  .fixed-track-block .block-wrapper {
    padding: 0;
  }
}
.fixed-track-block.js--animate .track-card__cover {
  animation: horizontalFlip 0.5s ease-in-out 1;
}
.js--show-fixed-player .fixed-track-block {
  translate: 0 44px;
}
@media only screen and (max-width: 850px) {
  .js--show-fixed-player .fixed-track-block {
    translate: 0 40px;
  }
}
.js--show-full-fixed-player .fixed-track-block {
  translate: 0 0;
  transition-delay: 0.15s;
}
.js--show-full-fixed-player .fixed-track-block .fixed-track-block__notification {
  translate: 0 110%;
}
.js--show-fixed-player-noty .fixed-track-block .fixed-track-block__notification {
  translate: 0 0;
  transition-delay: 0.1s;
}
.fixed-track-block.saved-track #shuffle-icon,
.fixed-track-block.saved-track #loop-icon {
  pointer-events: none !important;
  opacity: 0.2 !important;
}
.fixed-track-block__bottom-block {
  position: relative;
}
.fixed-track-block__bottom-block .share-links__list {
  background-color: #fff;
  height: 44px;
  padding: 4px 60px;
  flex-direction: row;
  justify-content: flex-end;
}
@media only screen and (max-width: 850px) {
  .fixed-track-block__bottom-block .share-links__list {
    padding: 6px 12px;
    height: 40px;
  }
}
@media only screen and (max-width: 850px) {
  .fixed-track-block__bottom-block .share-links__list {
    justify-content: flex-start;
    gap: 4px;
  }
}
.fixed-track-block__bottom-block .share-links__list .share-links__item-link .glitch-image {
  width: 28px;
  height: 28px;
}
.fixed-track-block__bottom-block .share-links__list .share-links__item-link .glitch-image img {
  width: 28px;
  height: 28px;
}
.fixed-track-block__bottom-block .fixed-track-block__notification {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0 16px;
  background-color: #00A72F;
  font-size: 12px;
  line-height: 160%;
  color: #fff;
  font-weight: 500;
  translate: 0 110%;
  transition-property: translate;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.fixed-track-block__mobile-share-controls {
  display: none;
  justify-content: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 850px) {
  .fixed-track-block__mobile-share-controls {
    display: flex;
  }
}
.fixed-track-block__mobile-share-btn {
  fill: transparent;
}
.fixed-track-block__mobile-copy-link-btn {
  fill: transparent;
}
.fixed-track-block .track-card {
  margin: 0;
}
.fixed-track-block .track-card .fixed-track-wave {
  position: static;
  top: 0;
  opacity: 0.1;
  width: 100%;
  height: 0;
  pointer-events: none;
  visibility: hidden;
}
.fixed-track-block .track-card .fixed-track-wave.js--playing {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  height: 55px;
}
@media only screen and (max-width: 500px) {
  .fixed-track-block .track-card .fixed-track-wave.js--playing {
    height: 20px;
  }
}
.fixed-track-block .track-card .fixed-track-wave [part=minimap-overlay] {
  background-color: transparent !important;
}
@media only screen and (max-width: 850px) {
  .fixed-track-block .track-card__inner {
    position: relative;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 10px 10px 15px;
  }
}
.fixed-track-block .track-card__cover-container {
  width: 52px;
  height: 52px;
  order: -1;
}
@media only screen and (max-width: 850px) {
  .fixed-track-block .track-card__cover-container {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  .fixed-track-block .track-card__head {
    width: 100%;
  }
}
.fixed-track-block .track-card__main {
  padding-bottom: 0;
}
@media only screen and (max-width: 850px) {
  .fixed-track-block .track-card__main {
    order: -1;
    flex-direction: column;
    gap: 0;
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 760px) {
  .fixed-track-block .track-card__main {
    width: 100%;
  }
}
.fixed-track-block .track-card__bottom {
  position: relative;
  height: 40px;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .fixed-track-block .track-card__bottom {
    display: block;
    height: 20px;
  }
}
.fixed-track-block .track-card__bottom img {
  height: 52px;
}
.fixed-track-block .track-card__btn {
  color: #AFAFAF;
}
@media (hover: hover) and (pointer: fine) {
  .fixed-track-block .track-card__btn:hover {
    color: #fff;
  }
  .fixed-track-block .track-card__btn:hover svg {
    stroke: #fff;
  }
}
.fixed-track-block .track-card__btn:active {
  color: #fff;
}
.fixed-track-block .track-card__btn:active svg {
  stroke: #fff;
}
@media only screen and (max-width: 760px) {
  .fixed-track-block .track-card__btn:active svg {
    stroke: #fff;
  }
}
.fixed-track-block .track-card__btn svg {
  stroke: #AFAFAF;
}
@media only screen and (max-width: 850px) {
  .fixed-track-block .track-card__btn svg {
    stroke: #797979;
  }
}
.fixed-track-block .track-card__controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 850px) {
  .fixed-track-block .track-card__controls {
    justify-content: space-between;
    width: 100%;
  }
}
.fixed-track-block .track-card__controls-left, .fixed-track-block .track-card__controls-middle, .fixed-track-block .track-card__controls-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fixed-track-block .track-card__controls-left > svg, .fixed-track-block .track-card__controls-middle > svg, .fixed-track-block .track-card__controls-right > svg {
  fill: #797979;
  cursor: pointer;
  transition-property: fill;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (hover: hover) and (pointer: fine) {
  .fixed-track-block .track-card__controls-left > svg:hover, .fixed-track-block .track-card__controls-middle > svg:hover, .fixed-track-block .track-card__controls-right > svg:hover {
    fill: #fff;
  }
}
.fixed-track-block .track-card__controls-left > svg:active, .fixed-track-block .track-card__controls-middle > svg:active, .fixed-track-block .track-card__controls-right > svg:active {
  fill: #fff;
}
.fixed-track-block .track-card__controls-left > svg#loop-icon, .fixed-track-block .track-card__controls-middle > svg#loop-icon, .fixed-track-block .track-card__controls-right > svg#loop-icon {
  width: 24px;
  height: 24px;
}
.fixed-track-block .track-card__controls-left > svg#loop-icon.js--active, .fixed-track-block .track-card__controls-middle > svg#loop-icon.js--active, .fixed-track-block .track-card__controls-right > svg#loop-icon.js--active {
  fill: #fff;
}
.fixed-track-block .track-card__controls-left > svg#shuffle-icon, .fixed-track-block .track-card__controls-middle > svg#shuffle-icon, .fixed-track-block .track-card__controls-right > svg#shuffle-icon {
  width: 20px;
  height: 20px;
}
.fixed-track-block .track-card__controls-left > svg#shuffle-icon.js--active, .fixed-track-block .track-card__controls-middle > svg#shuffle-icon.js--active, .fixed-track-block .track-card__controls-right > svg#shuffle-icon.js--active {
  fill: #fff;
}
.fixed-track-block .track-card__controls-left > svg#prev-track-icon, .fixed-track-block .track-card__controls-middle > svg#prev-track-icon, .fixed-track-block .track-card__controls-right > svg#prev-track-icon {
  width: 16px;
  height: 16px;
}
.fixed-track-block .track-card__controls-left > svg#next-track-icon, .fixed-track-block .track-card__controls-middle > svg#next-track-icon, .fixed-track-block .track-card__controls-right > svg#next-track-icon {
  width: 16px;
  height: 16px;
}
.fixed-track-block .track-card__controls-right {
  display: none;
}
@media only screen and (max-width: 850px) {
  .fixed-track-block .track-card__controls-right {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.fixed-track-block .track-card__volume-control {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
@media only screen and (max-width: 850px) {
  .fixed-track-block .track-card__volume-control {
    display: none;
  }
}
.fixed-track-block .track-card__volume-control.js--opened .track-card__volume-popover {
  opacity: 1;
  translate: 0;
}
@media (hover: hover) and (pointer: fine) {
  .fixed-track-block .track-card__volume-control:hover svg {
    stroke: #fff;
  }
  .fixed-track-block .track-card__volume-control:hover span {
    color: #fff;
  }
}
.fixed-track-block .track-card__volume-control span {
  font-size: 11px;
  line-height: 100%;
  color: #AFAFAF;
  font-weight: 500;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.fixed-track-block .track-card__volume-control svg {
  fill: transparent;
  stroke: #AFAFAF;
  transition-property: stroke;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.fixed-track-block .track-card__volume-control svg#volume-icon {
  width: 24px;
  height: 24px;
}
.fixed-track-block .track-card__additional {
  gap: 16px 52px;
}
@media only screen and (max-width: 1100px) {
  .fixed-track-block .track-card__additional {
    gap: 16px 24px;
  }
}
@media only screen and (max-width: 850px) {
  .fixed-track-block .track-card__additional {
    position: absolute;
    top: unset;
    bottom: 31px;
    right: 10px;
    translate: 0 50%;
  }
}
.fixed-track-block .track-card__album-link {
  color: #9A9A9A;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  white-space: initial;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (hover: hover) and (pointer: fine) {
  .fixed-track-block .track-card__album-link:hover {
    color: #fff;
  }
}
.fixed-track-block .track-card__mobile-titles-container {
  display: none;
  width: 100%;
  margin-bottom: 12px;
}
@media only screen and (max-width: 850px) {
  .fixed-track-block .track-card__mobile-titles-container {
    display: block;
  }
}
@media only screen and (max-width: 850px) {
  .fixed-track-block .track-card__titles-container {
    display: none;
  }
}
.fixed-track-block .track-card__share-controls {
  display: flex;
}
@media only screen and (max-width: 850px) {
  .fixed-track-block .track-card__share-controls {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  .fixed-track-block .track-card__btn {
    padding: 0;
    background: transparent;
  }
  .fixed-track-block .track-card__btn span {
    display: none;
  }
  .fixed-track-block .track-card__btn:nth-of-type(2) {
    order: -1;
  }
}
.fixed-track-block .fixed-track-block__close {
  position: absolute;
  height: 15px;
  width: 15px;
  top: 5px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 777;
}
.fixed-track-block .fixed-track-block__close:hover .fixed-track-block__close_btn_span {
  background-color: #ffffff;
}
.fixed-track-block .fixed-track-block__close_btn_span {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #9e9e9e;
  transition: 0.3s ease;
}
.fixed-track-block .fixed-track-block__close_btn_span:first-child {
  transform: rotate(45deg) translate(1.25px, 1.25px);
}
.fixed-track-block .fixed-track-block__close_btn_span:last-child {
  transform: rotate(-45deg);
}

@keyframes horizontalFlip {
  0% {
    opacity: 0;
    scale: -1 1;
  }
  100% {
    opacity: 1;
    scale: 1 1;
  }
}
.track-card__volume-control {
  position: relative;
}
.track-card__volume-control .track-card__volume-popover {
  position: absolute;
  top: -150px;
  left: -65px;
  display: flex;
  align-items: center;
  width: 192px;
  height: 60px;
  padding: 0 15px 0 10px;
  transform: rotate(270deg);
  background-color: #1F3037;
  border-radius: 0 4px 4px 0;
  translate: 0 100vh;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  /* Thumb: webkit */
  /* Thumb: Firefox */
  /* Hover, active & focus Thumb: Webkit */
  /* Hover, active & focus Thumb: Firfox */
}
.track-card__volume-control .track-card__volume-popover input[type=range] {
  width: 100%;
  height: 4px;
  border-radius: 15px;
  outline: none;
  background: linear-gradient(to right, #fff 100%, #8B8B8B 100%);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.track-card__volume-control .track-card__volume-popover input[type=range]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  height: 12px;
  width: 12px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.track-card__volume-control .track-card__volume-popover input[type=range]::-moz-range-thumb {
  height: 12px;
  width: 12px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.track-card__volume-control .track-card__volume-popover input[type=range]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.07);
}
.track-card__volume-control .track-card__volume-popover input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.15);
}
.track-card__volume-control .track-card__volume-popover input[type=range]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.07);
}
.track-card__volume-control .track-card__volume-popover input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.15);
}

.track-card__volume-value {
  min-width: 30px;
}

.track-card {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin: 18px 0;
}
@media only screen and (max-width: 760px) {
  .track-card {
    position: relative;
    gap: 12px;
    margin: 12px 0;
  }
}
.track-card__cover-container {
  overflow: hidden;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}
@media only screen and (max-width: 760px) {
  .track-card__cover-container {
    order: -1;
    min-width: 52px;
    height: inherit;
    margin-right: 4px;
  }
}
.track-card__cover-container--link {
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.track-card__cover {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.track-card__inner {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 760px) {
  .track-card__inner {
    justify-content: center;
    gap: 20px;
    padding-right: 40px;
  }
}
.track-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 760px) {
  .track-card__head {
    align-items: center;
    gap: 8px;
  }
}
.track-card__main {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 70%;
  height: 52px;
}
@media only screen and (max-width: 1920px) {
  .track-card__main {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1440px) {
  .track-card__main {
    height: auto;
  }
}
@media only screen and (max-width: 760px) {
  .track-card__main {
    max-width: unset;
    width: 0;
  }
}
.track-card__titles-container {
  display: flex;
  flex-direction: column;
  max-width: 550px;
}
@media only screen and (max-width: 1920px) {
  .track-card__titles-container {
    width: 20vw;
    max-width: unset;
  }
}
@media only screen and (max-width: 850px) {
  .track-card__titles-container {
    width: 19vw;
  }
}
@media only screen and (max-width: 500px) {
  .track-card__titles-container {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.track-card__title {
  font-size: 15px;
  line-height: 160%;
  color: #1F3037;
  font-weight: 700;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
@media only screen and (max-width: 760px) {
  .track-card__title {
    font-size: 16px;
  }
}
.track-card__title--link {
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (hover: hover) and (pointer: fine) {
  .track-card__title--link:hover {
    color: #4d6974;
  }
}
.track-card__album-link {
  font-size: 13px;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
@media only screen and (max-width: 760px) {
  .track-card__album-link {
    font-size: 13px;
  }
}
@media only screen and (max-width: 373px) {
  .track-card__album-link {
    font-size: clamp(10px, 3.7vw, 14px);
  }
}
@media (hover: hover) and (pointer: fine) {
  .track-card__album-link:hover {
    color: #1F3037;
  }
}
.track-card__additional {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 760px) {
  .track-card__additional {
    position: absolute;
    top: 10px;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
  }
}
.track-card__share-controls {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media only screen and (max-width: 850px) {
  .track-card__share-controls {
    display: none;
    justify-content: flex-start;
    gap: 40px;
  }
}
@media only screen and (max-width: 760px) {
  .track-card__share-controls {
    gap: 8px;
    margin-bottom: 12px;
  }
}
.track-card__btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 160%;
  color: #444444;
  font-weight: 400;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 760px) {
  .track-card__btn {
    padding: 8px 16px;
    background-color: #FAFAFA;
    border-radius: 999px;
    font-size: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .track-card__btn:hover {
    color: #4d6974;
  }
  .track-card__btn:hover svg {
    stroke: #4d6974;
  }
}
.track-card__btn:active {
  color: #4d6974;
  transition: color 0.07s ease-in-out;
}
.track-card__btn:active svg {
  stroke: #4d6974;
  transition: stroke 0.07s ease-in-out, fill 0.07s ease-in-out;
}
.track-card__btn svg {
  width: 16px;
  height: 16px;
  stroke: #444444;
  transition: stroke 0.2s ease-in-out, fill 0.2s ease-in-out;
}
.track-card__share-btn {
  z-index: 30;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .track-card__share-btn:hover svg {
    stroke: #4d6974;
  }
}
.js--show-popover .track-card__share-btn {
  z-index: 31;
}
.track-card__share-btn:active svg {
  stroke: #4d6974;
}
.track-card__share-btn svg {
  fill: transparent;
  stroke: #444444;
}
.track-card__share-popover {
  overflow: hidden;
  position: absolute;
  top: -70px;
  left: 50%;
  translate: -50% 0;
  max-height: 0;
  border-radius: 8px;
  opacity: 0;
  background-color: #fff;
  transition: max-height 0.2s ease-in-out, translate 0.2s ease-in-out;
}
.js--show-popover .track-card__share-popover {
  max-height: 100px;
  translate: -50% 0;
  opacity: 1;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
  transition: max-height 0.4s ease-in-out, translate 0.35s ease-in-out, box-shadow 0.25s ease-in-out 0.05s, opacity 0s ease-in-out 0.025s;
}
.js--show-popover .track-card__share-popover .track-card__share-links {
  translate: 0 0;
}
.track-card__share-links {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 16px;
  bottom: 0;
  background: #fff;
  translate: 0 95%;
  transition-property: translate;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.track-card__copy-link-btn svg {
  fill: transparent;
}
.track-card__copy-link-btn.js--animating {
  color: #00A72F !important;
}
@media only screen and (max-width: 850px) {
  .track-card__copy-link-btn.js--animating {
    color: #fff !important;
    background-color: #00A72F !important;
  }
}
.track-card__copy-link-btn.js--animating svg {
  stroke: #00A72F !important;
}
@media only screen and (max-width: 850px) {
  .track-card__copy-link-btn.js--animating svg {
    stroke: #fff !important;
  }
}
.track-card__platforms-links {
  display: flex;
  gap: 8px;
}
.track-card__wave-container {
  width: 100%;
  max-width: 70%;
}
@media only screen and (max-width: 1920px) {
  .track-card__wave-container {
    max-width: 890px;
  }
}
@media only screen and (max-width: 500px) {
  .track-card__wave-container {
    display: none;
  }
}
.track-card__play-btn {
  flex-shrink: 0;
}
@media only screen and (max-width: 500px) {
  .track-card__play-btn {
    width: 28px;
    height: 28px;
  }
}
.track-card__img-play-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  scale: 2.5;
  border-color: rgba(255, 255, 255, 0.75);
}
@media (hover: hover) and (pointer: fine) {
  .track-card__img-play-btn:hover {
    background-color: rgba(255, 255, 255, 0.75);
  }
}
@media only screen and (max-width: 500px) {
  .track-card__img-play-btn {
    display: flex;
  }
}
.track-card__img-play-btn svg {
  fill: rgba(255, 255, 255, 0.75);
}
.js--playing .track-card__img-play-btn {
  border-color: #111111 !important;
  background-color: rgba(255, 255, 255, 0.75) !important;
}
.js--playing .track-card__img-play-btn svg {
  fill: #111111 !important;
}

.details-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 10px;
  background: #F5F5F5;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media only screen and (max-width: 760px) {
  .details-toggle {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #E7E7E7;
    background: #FAFAFA;
  }
}
@media (hover: hover) and (pointer: fine) {
  .details-toggle:hover {
    background-color: #4d6974;
  }
  .details-toggle:hover .details-toggle__title {
    color: #fff;
  }
  .details-toggle:hover .toggle-arrow__lines {
    background-color: #fff;
  }
  .details-toggle:hover .toggle-arrow__lines:before {
    background-color: #fff;
  }
}
.details-toggle__title {
  font-size: 12px;
  line-height: 100%;
  color: #1F3037;
  font-weight: 400;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 760px) {
  .details-toggle__title {
    display: none;
  }
}
.details-toggle__title--collapsed {
  opacity: 1;
  transition-delay: 0.07s;
}
.details-toggle__title--opened {
  position: absolute;
  opacity: 0;
  transition-delay: 0s;
}
@media only screen and (max-width: 760px) {
  .details-toggle .toggle-arrow {
    left: 1px;
  }
}
.details-state:checked + .track-card .details-toggle {
  background-color: #1F3037;
}
.details-state:checked + .track-card .details-toggle__title {
  color: #fff;
}
.details-state:checked + .track-card .details-toggle__title--collapsed {
  opacity: 0;
  transition-delay: 0s;
}
.details-state:checked + .track-card .details-toggle__title--opened {
  position: absolute;
  opacity: 1;
  transition-delay: 0.2s;
}
.details-state:checked + .track-card .details-toggle .toggle-arrow__lines {
  background-color: #fff;
  transform: rotate(45deg) translate(3px, 0px);
}
.details-state:checked + .track-card .details-toggle .toggle-arrow__lines:before {
  background-color: #fff;
  transform: rotate(-90deg) translate(-3px, -3px);
}

.library-item-header__right-column .track-card__share-controls {
  display: none;
}

.library-item-header__info-block .track-card__share-controls {
  display: flex;
}

.track-details-card {
  overflow: hidden;
  position: relative;
  max-height: 1px;
  transition-property: max-height;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.track-details-card:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background-color: #F3F3F3;
  transition: width 0.4s ease-in, background-color 0.1s 0.35s;
}
.track-details-card__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px 32px;
  background-color: #F8F8F8;
  border-radius: 8px;
}
@media only screen and (max-width: 850px) {
  .track-details-card__content {
    gap: 0;
    padding: 24px 0;
    background-color: transparent;
  }
}
@media only screen and (max-width: 760px) {
  .track-details-card__content {
    padding: 30px 0;
  }
}
.track-details-card__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media only screen and (max-width: 850px) {
  .track-details-card__header {
    padding: 24px 12px 8px;
    margin-bottom: -10px;
    background-color: #F8F8F8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.track-details-card__main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 850px) {
  .track-details-card__main {
    background-color: #F8F8F8;
    padding: 24px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 760px) {
  .track-details-card__main {
    padding: 12px;
    gap: 8px;
  }
}
.track-details-card__row {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 760px) {
  .track-details-card__row {
    margin-bottom: 4px;
  }
}
.track-details-card__row--release-info {
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
}
.track-details-card__main-title {
  font-size: 34px;
  line-height: 125%;
  color: #454545;
  font-weight: 900;
}
@media only screen and (max-width: 760px) {
  .track-details-card__main-title {
    font-size: 20px;
  }
}
.track-details-card__release-date {
  font-size: 14px;
  line-height: 160%;
  color: #454545;
  font-weight: 400;
}
@media only screen and (max-width: 760px) {
  .track-details-card__release-date {
    font-size: 13px;
  }
}
.track-details-card__title {
  font-size: 13px;
  line-height: 160%;
  color: #A0A0A0;
  font-weight: 400;
  white-space: nowrap;
}
@media only screen and (max-width: 760px) {
  .track-details-card__title {
    font-size: 12px;
  }
}
.track-details-card__description {
  margin-top: 4px;
  font-size: 14px;
  line-height: 160%;
  color: #454545;
  font-weight: 400;
}
@media only screen and (max-width: 760px) {
  .track-details-card__description {
    font-size: 13px;
  }
}
.track-details-card__columns {
  display: flex;
  gap: 20px 48px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1015px) {
  .track-details-card__columns {
    gap: 30px;
  }
}
@media only screen and (max-width: 850px) {
  .track-details-card__columns {
    flex-wrap: wrap;
    gap: 12px 30px;
  }
}
@media only screen and (max-width: 760px) {
  .track-details-card__columns {
    gap: 8px 0;
  }
}
.track-details-card__column {
  display: flex;
  gap: 4px;
}
@media only screen and (max-width: 850px) {
  .track-details-card__column {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 500px) {
  .track-details-card__column {
    flex-direction: column;
  }
}
.track-details-card__column--platform-links {
  align-items: flex-start;
  gap: 12px;
}
@media only screen and (max-width: 850px) {
  .track-details-card__column--platform-links {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 760px) {
  .track-details-card__column--platform-links {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: 100%;
  }
}
.track-details-card__column--tags {
  align-items: flex-start;
  gap: 12px;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 850px) {
  .track-details-card__column--tags {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.track-details-card__column--tags .track-details-card__title {
  position: relative;
  top: 3px;
}
.track-details-card__column-values {
  font-size: 14px;
  line-height: 160%;
  color: #454545;
  font-weight: 700;
}
@media only screen and (max-width: 760px) {
  .track-details-card__column-values {
    font-size: 13px;
  }
}
.track-details-card__column-values .track-details-card__column-value a,
.track-details-card__column-values .track-details-card__column-value .composer-title {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  white-space: unset;
}
.track-details-card__column-values .track-details-card__column-value a:after,
.track-details-card__column-values .track-details-card__column-value .composer-title:after {
  bottom: 2px;
}
.track-details-card__column-values--accordion .track-details-card__column-value:not(:first-of-type) a,
.track-details-card__column-values--accordion .track-details-card__column-value:not(:first-of-type) .composer-title {
  height: 0;
  opacity: 0;
}
.track-details-card__column-value {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media only screen and (max-width: 850px) {
  .track-details-card__column-value {
    align-items: baseline;
  }
}
.track-details-card__accordion-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: 1px solid #A0A0A0;
  border-radius: 4px;
  cursor: pointer;
}
@media only screen and (max-width: 760px) {
  .track-details-card__accordion-btn {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 850px) {
  .track-details-card__accordion-btn {
    top: -1px;
  }
}
.track-details-card__accordion-btn .toggle-arrow {
  top: 0;
  width: 6px;
  height: 6px;
  scale: 0.6;
}
.track-details-card__accordion-btn .toggle-arrow .toggle-arrow__lines {
  width: 7px;
}
.track-details-card__accordion-btn .toggle-arrow .toggle-arrow__lines:before {
  width: 7px;
}
.track-details-card__tags {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  flex-wrap: wrap;
}
.track-details-card__tag {
  overflow: hidden;
  position: relative;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  list-style: none;
  font-size: 13px;
  line-height: 100%;
  color: #232323;
  font-weight: 400;
  white-space: nowrap;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .track-details-card__tag:hover {
    background-color: #4d6974;
    color: #fff;
  }
}
.track-details-card__tag.js--selected {
  background-color: #4d6974;
  color: #fff;
}
.track-details-card__tag.js--selected:before {
  opacity: 1;
}
.track-details-card__tag span {
  position: relative;
}
.track-details-card__tag:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(73deg, #1F3037 0%, #4D6974 48.77%, #1F3037 99.39%);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.track-details-card__platforms-links {
  display: flex;
}
.track-details-card__platforms-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  @keyframes example-three-anim-1 {
    0% {
      clip: rect(32px, 30px, 34px, 0);
    }
    6.6666666667% {
      clip: rect(13px, 30px, 26px, 0);
    }
    13.3333333333% {
      clip: rect(2px, 30px, 16px, 0);
    }
    20% {
      clip: rect(18px, 30px, 1px, 0);
    }
    26.6666666667% {
      clip: rect(8px, 30px, 30px, 0);
    }
    33.3333333333% {
      clip: rect(10px, 30px, 34px, 0);
    }
    40% {
      clip: rect(15px, 30px, 26px, 0);
    }
    46.6666666667% {
      clip: rect(13px, 30px, 30px, 0);
    }
    53.3333333333% {
      clip: rect(16px, 30px, 16px, 0);
    }
    60% {
      clip: rect(22px, 30px, 1px, 0);
    }
    66.6666666667% {
      clip: rect(20px, 30px, 9px, 0);
    }
    73.3333333333% {
      clip: rect(6px, 30px, 10px, 0);
    }
    80% {
      clip: rect(25px, 30px, 16px, 0);
    }
    86.6666666667% {
      clip: rect(1px, 30px, 25px, 0);
    }
    93.3333333333% {
      clip: rect(28px, 30px, 35px, 0);
    }
    100% {
      clip: rect(35px, 30px, 28px, 0);
    }
  }
  @keyframes example-three-anim-2 {
    0% {
      clip: rect(10px, 30px, 9px, 0);
    }
    6.6666666667% {
      clip: rect(3px, 30px, 30px, 0);
    }
    13.3333333333% {
      clip: rect(35px, 30px, 25px, 0);
    }
    20% {
      clip: rect(7px, 30px, 20px, 0);
    }
    26.6666666667% {
      clip: rect(6px, 30px, 1px, 0);
    }
    33.3333333333% {
      clip: rect(32px, 30px, 2px, 0);
    }
    40% {
      clip: rect(21px, 30px, 23px, 0);
    }
    46.6666666667% {
      clip: rect(18px, 30px, 33px, 0);
    }
    53.3333333333% {
      clip: rect(14px, 30px, 26px, 0);
    }
    60% {
      clip: rect(16px, 30px, 2px, 0);
    }
    66.6666666667% {
      clip: rect(10px, 30px, 19px, 0);
    }
    73.3333333333% {
      clip: rect(34px, 30px, 11px, 0);
    }
    80% {
      clip: rect(32px, 30px, 11px, 0);
    }
    86.6666666667% {
      clip: rect(29px, 30px, 30px, 0);
    }
    93.3333333333% {
      clip: rect(31px, 30px, 33px, 0);
    }
    100% {
      clip: rect(28px, 30px, 29px, 0);
    }
  }
  .track-details-card__platforms-link:hover .glitch-image > img {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .track-details-card__platforms-link:hover .glitch-image > img:nth-child(2),
  .track-details-card__platforms-link:hover .glitch-image > img:nth-child(3) {
    clip: rect(0, 0, 0, 0);
  }
  .track-details-card__platforms-link:hover .glitch-image > img:nth-child(2) {
    left: 2px;
    animation: example-three-anim-1 2s infinite linear alternate-reverse;
  }
  .track-details-card__platforms-link:hover .glitch-image > img:nth-child(3) {
    left: -2px;
    animation: example-three-anim-2 3s infinite linear alternate-reverse;
  }
}
.track-details-card__platforms-link .glitch-image {
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 760px) {
  .track-details-card__platforms-link .glitch-image {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 760px) {
  .track-details-card__platforms-link img {
    width: 32px;
    height: 32px;
  }
}
.details-state:checked ~ .track-details-card {
  transition-property: max-height;
  transition-duration: 1.3s;
  transition-timing-function: easi-in;
  transition-delay: 0s;
  max-height: 1000px;
  border: none;
}
@media only screen and (max-width: 760px) {
  .details-state:checked ~ .track-details-card {
    transition-property: max-height;
    transition-duration: 1.4s;
    transition-timing-function: easi-in;
    transition-delay: 0s;
    max-height: 1300px;
  }
}
.details-state:checked ~ .track-details-card::before {
  transition: width 0.35s ease-in, background-color 0s ease-in-out;
  width: 0;
  background-color: #1F3037;
}
.track-details-card .track-card__share-controls {
  display: none;
}
@media only screen and (max-width: 850px) {
  .track-details-card .track-card__share-controls {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
  }
}
.track-details-card .track-card__share-controls.js--show-popover .track-card__share-btn {
  background-color: #1F3037;
  color: #fff;
}
.track-details-card .track-card__share-controls.js--show-popover .track-card__share-btn svg {
  fill: transparent;
  stroke: #fff;
}
.track-details-card .track-card__share-controls .track-card__btn {
  padding: 6px 16px;
  background-color: #F8F8F8;
  border-radius: 999px;
}
.track-details-card__mobile-share-popover {
  display: none;
  overflow: hidden;
  position: static;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.2s ease-in-out;
}
@media only screen and (max-width: 850px) {
  .track-details-card__mobile-share-popover {
    display: block;
  }
}
.js--show-popover ~ .track-details-card__mobile-share-popover {
  max-height: 100px;
  opacity: 1;
  transition: max-height 0.25s ease-in-out, opacity 0s ease-in-out 0.05s;
}
.js--show-popover ~ .track-details-card__mobile-share-popover .track-card__share-links {
  translate: 0 0;
}
.track-details-card__mobile-share-popover .share-links__list {
  background: transparent;
  padding: 0;
  margin-bottom: 16px;
}
.track-details-card__mobile-share-popover .glitch-image {
  width: 32px;
  height: 32px;
}
.track-details-card__mobile-share-popover .glitch-image img {
  width: 32px;
  height: 32px;
}

.compositors-accordion-state:checked ~ .track-details-card__column-value .composer-title,
.compositors-accordion-state:checked ~ .track-details-card__column-value a,
.playlists-accordion-state:checked ~ .track-details-card__column-value .composer-title,
.playlists-accordion-state:checked ~ .track-details-card__column-value a {
  height: auto;
  opacity: 1;
}
.compositors-accordion-state:checked ~ .track-details-card__column-value .track-details-card__accordion-btn,
.playlists-accordion-state:checked ~ .track-details-card__column-value .track-details-card__accordion-btn {
  background-color: #4d6974;
  border-color: #4d6974;
}
.compositors-accordion-state:checked ~ .track-details-card__column-value .track-details-card__accordion-btn .toggle-arrow__lines,
.playlists-accordion-state:checked ~ .track-details-card__column-value .track-details-card__accordion-btn .toggle-arrow__lines {
  background-color: #fff;
  transform: rotate(45deg) translate(3px, 0px);
}
.compositors-accordion-state:checked ~ .track-details-card__column-value .track-details-card__accordion-btn .toggle-arrow__lines:before,
.playlists-accordion-state:checked ~ .track-details-card__column-value .track-details-card__accordion-btn .toggle-arrow__lines:before {
  background-color: #fff;
  transform: rotate(-90deg) translate(-3px, -3px);
}

.library-item-header {
  flex-shrink: 0;
  max-width: 420px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .library-item-header {
    max-width: unset;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .library-item-header {
    background: #FAFAFA;
    width: 100vw;
    margin-left: -2vw;
    padding: 0 2vw;
  }
}
@media only screen and (max-width: 760px) {
  .library-item-header {
    margin-left: -16px;
    padding: 0 12px;
  }
}
@media only screen and (max-width: 500px) {
  .library-item-header {
    padding: 0;
  }
}
.library-item-header__inner {
  display: flex;
  flex-direction: column;
  background: #FAFAFA;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media only screen and (max-width: 1200px) {
  .library-item-header__inner {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1200px) {
  .library-item-header__inner {
    flex-direction: column;
    gap: 16px;
  }
}
.library-item-header__img-container {
  max-height: 480px;
  filter: drop-shadow(0px 4px 64px rgba(0, 0, 0, 0.16));
}
@media only screen and (max-width: 1200px) {
  .library-item-header__img-container {
    flex-shrink: 0;
    max-height: 200px;
    max-width: 200px;
  }
}
@media only screen and (max-width: 500px) {
  .library-item-header__img-container {
    max-height: unset;
    width: 101%;
    max-width: unset;
  }
}
@media only screen and (max-width: 360px) {
  .library-item-header__img-container {
    width: 102%;
  }
}
.library-item-header__img-container img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 500px) {
  .library-item-header__img-container img {
    width: 100%;
  }
}
.library-item-header__left-column {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .library-item-header__left-column {
    gap: 30px;
    align-items: center;
  }
}
@media only screen and (max-width: 850px) {
  .library-item-header__left-column {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 760px) {
  .library-item-header__left-column {
    gap: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .library-item-header__left-column {
    flex-direction: column;
  }
}
.library-item-header__mobile-top-text-content {
  display: none;
  max-width: 600px;
  padding-top: 20px;
}
@media only screen and (max-width: 1200px) {
  .library-item-header__mobile-top-text-content {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .library-item-header__mobile-top-text-content {
    display: none;
  }
}
.library-item-header__right-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
}
@media only screen and (max-width: 1280px) {
  .library-item-header__right-column {
    padding: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .library-item-header__right-column {
    padding: 0 0 24px;
  }
  .library-item-header__right-column .library-item-header__title {
    display: none;
  }
  .library-item-header__right-column .library-item-header__info-block--release {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .library-item-header__right-column {
    padding: 0 12px 32px;
  }
  .library-item-header__right-column .library-item-header__title {
    display: block;
  }
  .library-item-header__right-column .library-item-header__info-block--release {
    display: flex;
  }
}
.library-item-header__right-column > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .library-item-header__right-column > :last-child {
    margin-bottom: 16px;
  }
}
.library-item-header__right-column .track-details-card__columns {
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 500px) {
  .library-item-header__right-column .track-details-card__columns {
    margin-bottom: 0;
  }
}
.library-item-header__right-column .track-details-card__tags {
  flex-wrap: wrap;
  row-gap: 8px;
}
.library-item-header__bottom-column {
  display: flex;
  justify-content: left;
  padding: 0 32px;
}
@media only screen and (max-width: 1280px) {
  .library-item-header__bottom-column {
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  .library-item-header__bottom-column {
    padding: 0 12px;
  }
}
.library-item-header__bottom-column .library-header-btn {
  margin-left: 0;
  margin-bottom: 20px;
  background-color: rgb(77, 105, 116);
  border-color: rgb(77, 105, 116);
  line-height: 16px;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .library-item-header__bottom-column .library-header-btn:hover {
    color: #111111;
  }
}
.library-item-header__title {
  font-size: 24px;
  line-height: 125%;
  color: #454545;
  font-weight: 900;
  margin-bottom: 4px;
}
@media only screen and (max-width: 500px) {
  .library-item-header__title {
    font-size: 22px;
  }
}
.library-item-header__date {
  font-size: 14px;
  line-height: 160%;
  color: #454545;
  font-weight: 400;
}
.library-item-header__info-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.library-item-header__info-block--release {
  flex-direction: row;
  gap: 4px;
}
.library-item-header__info-block .track-card__share-controls {
  margin-top: 10px;
}
.library-item-header__subtitle {
  font-size: 14px;
  line-height: 160%;
  color: #A0A0A0;
  font-weight: 400;
}
@media only screen and (max-width: 500px) {
  .library-item-header__subtitle {
    font-size: 13px;
  }
}
.library-item-header__desc-container {
  position: relative;
}
.library-item-header__desc-container.js--text-clamped .library-item-header__desc {
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  max-height: 96px;
}
@media only screen and (max-width: 500px) {
  .library-item-header__desc-container.js--text-clamped .library-item-header__desc {
    max-height: 89.6px;
  }
}
.library-item-header__desc-container.js--text-clamped + .library-item-header__more-desc-btn svg {
  rotate: 0deg;
}
.library-item-header__desc {
  font-size: 15px;
  line-height: 160%;
  color: #454545;
  font-weight: 400;
}
@media only screen and (max-width: 500px) {
  .library-item-header__desc {
    font-size: 14px;
  }
}
.library-item-header__more-desc-btn {
  display: none;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.library-item-header__more-desc-btn.js--show {
  display: flex;
}
.library-item-header__more-desc-btn span {
  font-size: 14px;
  line-height: 160%;
  color: #454545;
  font-weight: 700;
}
.library-item-header__more-desc-btn svg {
  width: 8px;
  height: 8px;
  rotate: 180deg;
  transition-property: rotate;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.library-item-header__composers {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.library-item-header__composer-item {
  display: flex;
  gap: 4px;
  white-space: nowrap;
}
.library-item-header__composer-item span,
.library-item-header__composer-item a,
.library-item-header__composer-item div {
  font-size: 14px;
  line-height: 160%;
  color: #454545;
  font-weight: 400;
}
.library-item-header__composer-item span:after,
.library-item-header__composer-item a:after,
.library-item-header__composer-item div:after {
  bottom: 4px;
}
.library-item-header__play-all-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 115px;
  margin-top: 4px;
  margin-bottom: 16px;
  padding: 10px 24px 10px 12px;
  border-radius: 999px;
  gap: 8px;
}
@media only screen and (max-width: 500px) {
  .library-item-header__play-all-btn {
    margin-bottom: 20px;
  }
}
.library-item-header__play-all-btn.js--animating .player-btn__play-icon {
  opacity: 0;
  scale: 0;
}
.library-item-header__play-all-btn.js--animating .player-btn__pause-icon {
  opacity: 1;
  scale: 1;
}
.library-item-header__play-all-btn span {
  font-size: 14px;
  font-weight: 400;
}
.library-item-header__play-all-btn .player-btn {
  border-color: #fff !important;
}
.library-item-header__play-all-btn .player-btn svg {
  fill: #fff !important;
}
.library-item-header__btn-content {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.library-item-slider-section {
  padding: 70px 0 100px;
}
@media only screen and (max-width: 1200px) {
  .library-item-slider-section {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .library-item-slider-section {
    padding-top: 0px;
  }
}

.library-item-slider-section__title {
  font-size: 48px;
  line-height: 125%;
  color: #454545;
  font-weight: 900;
  margin-bottom: 40px;
}
@media only screen and (max-width: 760px) {
  .library-item-slider-section__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.library-item-slider.js--hidden-gradient:after {
  opacity: 0 !important;
  visibility: hidden !important;
}
.library-item-slider.swiper-container {
  padding: 0;
}
.library-item-slider.swiper-container:after {
  z-index: 1;
  content: "";
  position: absolute;
  right: -3px;
  height: 100%;
  width: calc(4.9881235154% - 8px);
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 314.18%);
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.05s;
}
@media only screen and (min-width: 1920px) {
  .library-item-slider.swiper-container:after {
    right: -2px;
    width: calc(3.3816425121% - 8px);
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 114.18%);
  }
}
@media only screen and (max-width: 1200px) {
  .library-item-slider.swiper-container:after {
    width: calc(6.5420560748% - 8px);
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 114.18%);
  }
}
@media only screen and (max-width: 760px) {
  .library-item-slider.swiper-container:after {
    width: calc(9.5022624434% - 8px);
  }
}
@media only screen and (max-width: 500px) {
  .library-item-slider.swiper-container:after {
    width: calc(23.6641221374% - 5px);
  }
}
.library-item-slider.swiper-container.js--transiting:after {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.07s;
  transition-timing-function: ease-in-out 0.01s;
  transition-delay: 0s;
}
.library-item-slider .album-card .album-card__title {
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  min-height: 50px;
}
@media only screen and (max-width: 1440px) {
  .library-item-slider .album-card .album-card__title {
    min-height: 24px;
  }
}
@media only screen and (max-width: 760px) {
  .library-item-slider .album-card .album-card__title {
    min-height: 26px;
  }
}
@media only screen and (max-width: 500px) {
  .library-item-slider .album-card .album-card__title {
    min-height: 24px;
  }
}
@media only screen and (max-width: 450px) {
  .library-item-slider .album-card .album-card__title {
    min-height: 32px;
  }
}
@media only screen and (max-width: 373px) {
  .library-item-slider .album-card .album-card__title {
    min-height: 24px;
  }
}
.library-item-slider .album-card .album-card__gradient-title {
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  min-height: 50px;
}
@media only screen and (max-width: 1440px) {
  .library-item-slider .album-card .album-card__gradient-title {
    min-height: 24px;
  }
}
@media only screen and (max-width: 760px) {
  .library-item-slider .album-card .album-card__gradient-title {
    min-height: 26px;
  }
}
@media only screen and (max-width: 500px) {
  .library-item-slider .album-card .album-card__gradient-title {
    min-height: 24px;
  }
}
@media only screen and (max-width: 450px) {
  .library-item-slider .album-card .album-card__gradient-title {
    min-height: 32px;
  }
}
@media only screen and (max-width: 373px) {
  .library-item-slider .album-card .album-card__gradient-title {
    min-height: 24px;
  }
}

.library-item-slider__navigation {
  position: absolute;
  z-index: 2;
  top: calc(50% - 50px);
}
.library-item-slider__navigation--prev {
  left: 45px;
}
@media only screen and (min-width: 1921px) {
  .library-item-slider__navigation--prev {
    left: 0.8%;
  }
}
@media only screen and (min-width: 2100px) {
  .library-item-slider__navigation--prev {
    left: 1.1%;
  }
}
@media only screen and (min-width: 2200px) {
  .library-item-slider__navigation--prev {
    left: 1.2%;
  }
}
@media only screen and (min-width: 2300px) {
  .library-item-slider__navigation--prev {
    left: 1.3%;
  }
}
@media only screen and (min-width: 2400px) {
  .library-item-slider__navigation--prev {
    left: 1.4%;
  }
}
@media only screen and (max-width: 1919px) {
  .library-item-slider__navigation--prev {
    left: 2.3%;
  }
}
@media only screen and (max-width: 1650px) {
  .library-item-slider__navigation--prev {
    left: 2%;
  }
}
@media only screen and (max-width: 1440px) {
  .library-item-slider__navigation--prev {
    left: 1.8%;
  }
}
@media only screen and (max-width: 1280px) {
  .library-item-slider__navigation--prev {
    left: 1.6%;
  }
}
@media only screen and (max-width: 1200px) {
  .library-item-slider__navigation--prev {
    left: 2.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .library-item-slider__navigation--prev {
    left: 2%;
  }
}
@media only screen and (max-width: 850px) {
  .library-item-slider__navigation--prev {
    left: 1.2%;
  }
}
@media only screen and (max-width: 768px) {
  .library-item-slider__navigation--prev {
    left: 0.75%;
  }
}
@media only screen and (max-width: 760px) {
  .library-item-slider__navigation--prev {
    left: 3.5%;
  }
}
@media only screen and (max-width: 500px) {
  .library-item-slider__navigation--prev {
    left: 1%;
  }
}
@media only screen and (max-width: 450px) {
  .library-item-slider__navigation--prev {
    left: -0.5%;
  }
}
@media only screen and (max-width: 430px) {
  .library-item-slider__navigation--prev {
    left: -0.3%;
  }
}
@media only screen and (max-width: 395px) {
  .library-item-slider__navigation--prev {
    left: -1.5%;
  }
}
@media only screen and (max-width: 360px) {
  .library-item-slider__navigation--prev {
    left: -3%;
  }
}
.library-item-slider__navigation--prev .library-item-slider__navigation-btn svg {
  position: relative;
  left: -1px;
  rotate: 180deg;
}
.library-item-slider__navigation--next {
  right: 45px;
}
@media only screen and (min-width: 1921px) {
  .library-item-slider__navigation--next {
    right: 0.8%;
  }
}
@media only screen and (min-width: 2100px) {
  .library-item-slider__navigation--next {
    right: 1.1%;
  }
}
@media only screen and (min-width: 2200px) {
  .library-item-slider__navigation--next {
    right: 1.2%;
  }
}
@media only screen and (min-width: 2300px) {
  .library-item-slider__navigation--next {
    right: 1.3%;
  }
}
@media only screen and (min-width: 2400px) {
  .library-item-slider__navigation--next {
    right: 1.4%;
  }
}
@media only screen and (max-width: 1919px) {
  .library-item-slider__navigation--next {
    right: 2.3%;
  }
}
@media only screen and (max-width: 1650px) {
  .library-item-slider__navigation--next {
    right: 2%;
  }
}
@media only screen and (max-width: 1440px) {
  .library-item-slider__navigation--next {
    right: 1.8%;
  }
}
@media only screen and (max-width: 1280px) {
  .library-item-slider__navigation--next {
    right: 1.6%;
  }
}
@media only screen and (max-width: 1200px) {
  .library-item-slider__navigation--next {
    right: 2.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .library-item-slider__navigation--next {
    right: 2%;
  }
}
@media only screen and (max-width: 850px) {
  .library-item-slider__navigation--next {
    right: 1.2%;
  }
}
@media only screen and (max-width: 768px) {
  .library-item-slider__navigation--next {
    right: 0.75%;
  }
}
@media only screen and (max-width: 760px) {
  .library-item-slider__navigation--next {
    right: 3.5%;
  }
}
@media only screen and (max-width: 500px) {
  .library-item-slider__navigation--next {
    right: 1%;
  }
}
@media only screen and (max-width: 450px) {
  .library-item-slider__navigation--next {
    right: -0.5%;
  }
}
@media only screen and (max-width: 430px) {
  .library-item-slider__navigation--next {
    right: -0.3%;
  }
}
@media only screen and (max-width: 395px) {
  .library-item-slider__navigation--next {
    right: -1.5%;
  }
}
@media only screen and (max-width: 360px) {
  .library-item-slider__navigation--next {
    right: -3%;
  }
}

.library-item-slider__navigation-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.library-item-slider__navigation-btn:after {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .library-item-slider__navigation-btn {
    scale: 0.9;
  }
}
@media only screen and (max-width: 850px) {
  .library-item-slider__navigation-btn {
    scale: 0.8;
  }
}
@media only screen and (max-width: 760px) {
  .library-item-slider__navigation-btn {
    scale: 0.7;
  }
}
@media only screen and (max-width: 760px) {
  .library-item-slider__navigation-btn {
    scale: 0.7;
  }
}
.library-item-slider__navigation-btn svg {
  width: 14px;
  height: 22px;
  fill: #1F3037;
  transition: fill 0.2s ease-in-out;
}
.library-item-slider__navigation-btn:focus-visible {
  outline: none;
}
@media (hover: hover) and (pointer: fine) {
  .library-item-slider__navigation-btn:hover {
    background-color: #2E4853;
  }
  .library-item-slider__navigation-btn:hover svg {
    fill: #fff;
  }
}
.library-item-slider__navigation-btn:active {
  background-color: #1F3037;
  transition: background-color 0.05s ease-in-out;
}
.library-item-slider__navigation-btn:active svg {
  transition: fill 0.05s ease-in-out;
  fill: #fff;
}

.track-cards-gallery {
  overflow: hidden;
  padding-bottom: 100px;
}
.track-cards-gallery__inner {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 850px) {
  .track-cards-gallery__inner {
    gap: 10px;
  }
}
@media only screen and (max-width: 580px) {
  .track-cards-gallery__inner {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.track-cards-gallery__mobile-albums {
  display: none;
  gap: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
  .track-cards-gallery__mobile-albums {
    display: flex;
  }
}
@media only screen and (max-width: 850px) {
  .track-cards-gallery__mobile-albums {
    gap: 10px;
  }
}
@media only screen and (max-width: 580px) {
  .track-cards-gallery__mobile-albums {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
}
.track-cards-gallery__mobile-albums .track-gallery-card {
  max-width: 50%;
}
@media only screen and (max-width: 580px) {
  .track-cards-gallery__mobile-albums .track-gallery-card {
    max-width: 420px;
  }
}
.track-cards-gallery__mobile-albums .track-gallery-card--album {
  display: block;
}

.track-gallery-card {
  flex-grow: 1;
  flex-basis: 420px;
  max-width: 420px;
}
@media only screen and (max-width: 1200px) {
  .track-gallery-card--album {
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  .track-gallery-card--album + .track-gallery-card--album + .track-gallery-card--album + .track-gallery-card--album {
    display: none;
  }
}
.track-gallery-card--album + .track-gallery-card--album .track-gallery-card__main-title {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 580px) {
  .track-gallery-card--album + .track-gallery-card--album .track-gallery-card__main-title {
    display: none;
  }
}
.track-gallery-card--empty {
  opacity: 0;
  visibility: hidden;
}
.track-gallery-card--wide {
  flex-grow: 1.59;
  flex-basis: 670px;
  max-width: 670px;
}
@media only screen and (max-width: 580px) {
  .track-gallery-card--wide {
    order: -1;
  }
}
.track-gallery-card__main-title {
  position: relative;
  margin-bottom: 12px;
  font-size: 0.85vw;
  line-height: 0.85vw;
  color: #A0A0A0;
  font-weight: 700;
}
@media only screen and (max-width: 1919px) {
  .track-gallery-card__main-title {
    margin-bottom: 0.5vw;
  }
}
@media only screen and (max-width: 1440px) {
  .track-gallery-card__main-title {
    font-size: 1vw;
    line-height: 1vw;
  }
}
@media only screen and (max-width: 1280px) {
  .track-gallery-card__main-title {
    margin-bottom: 0.55vw;
  }
}
@media only screen and (max-width: 1200px) {
  .track-gallery-card__main-title {
    margin-bottom: 1.8vw;
    font-size: 2vw;
    line-height: 2vw;
  }
}
@media only screen and (max-width: 580px) {
  .track-gallery-card__main-title {
    font-size: 18px;
    line-height: 26px;
  }
}

.single-track-page__track-details.track-details-card {
  max-height: unset;
  height: auto;
  margin-top: 44px;
}
@media only screen and (max-width: 850px) {
  .single-track-page__track-details.track-details-card {
    margin-top: 12px;
  }
}
.single-track-page__track-details.track-details-card:before {
  display: none;
}
.single-track-page__track-details.track-details-card .track-details-card__column {
  flex-direction: column;
  gap: 4px;
}
@media only screen and (max-width: 760px) {
  .single-track-page__track-details.track-details-card .track-details-card__column {
    width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  .single-track-page__track-details.track-details-card .track-details-card__column--platform-links {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 850px) {
  .single-track-page__track-details.track-details-card .track-details-card__column--tags {
    display: flex;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.single-track-page__track-details.track-details-card .track-details-card__column--tags {
  gap: 8px;
}
.single-track-page__track-details.track-details-card .track-details-card__tag {
  padding: 12px;
  font-size: 14px;
}
@media only screen and (max-width: 500px) {
  .single-track-page .library-gallery .track-block .track-card__inner {
    flex-direction: column;
    padding-right: 0;
    gap: 0;
  }
}
.single-track-page .library-gallery .track-block .track-card__main {
  padding-right: 0;
}
.single-track-page .library-gallery .track-block .track-card__additional {
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 500px) {
  .single-track-page .library-gallery .track-block .track-card__head {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .single-track-page .library-gallery .track-block .track-card__cover-container {
    position: relative;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  .single-track-page .library-gallery .track-block .track-card__cover-container img {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .single-track-page .library-gallery .track-block .track-card__play-btn {
    width: 40px;
    height: 40px;
  }
}

.single-album-page__inner {
  display: flex;
  gap: 40px;
  padding-top: 14px;
  width: 100%;
}
@media only screen and (max-width: 1550px) {
  .single-album-page__inner {
    gap: clamp(30px, 4vw, 40px);
  }
}
@media only screen and (max-width: 1370px) {
  .single-album-page__inner {
    gap: clamp(20px, 3vw, 30px);
  }
}
@media only screen and (max-width: 1200px) {
  .single-album-page__inner {
    flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width: 500px) {
  .single-album-page__inner {
    gap: 10px;
  }
}
.single-album-page .library-gallery {
  flex-grow: 1;
}
.single-album-page .library-gallery .track-card__album-link {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .single-album-page .library-gallery .track-card__additional {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1440px) {
  .single-album-page .library-gallery .details-toggle {
    margin-left: auto;
  }
}
.single-album-page .library-gallery .track-card__titles-container {
  max-width: 400px;
  width: 270px;
}
@media only screen and (max-width: 1920px) {
  .single-album-page .library-gallery .track-card__titles-container {
    width: 14vw;
    max-width: unset;
  }
}
@media only screen and (max-width: 850px) {
  .single-album-page .library-gallery .track-card__titles-container {
    width: 20vw;
  }
}
@media only screen and (max-width: 850px) {
  .single-album-page .library-gallery .track-card__titles-container {
    width: 19vw;
  }
}
@media only screen and (max-width: 500px) {
  .single-album-page .library-gallery .track-card__titles-container {
    width: 100%;
  }
}

.single-playlist-page__inner {
  display: flex;
  gap: 40px;
  padding-top: 14px;
}
@media only screen and (max-width: 1550px) {
  .single-playlist-page__inner {
    gap: clamp(30px, 4vw, 40px);
  }
}
@media only screen and (max-width: 1370px) {
  .single-playlist-page__inner {
    gap: clamp(20px, 3vw, 30px);
  }
}
@media only screen and (max-width: 1200px) {
  .single-playlist-page__inner {
    flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width: 500px) {
  .single-playlist-page__inner {
    gap: 10px;
  }
}
.single-playlist-page .library-gallery {
  flex-grow: 1;
}
@media only screen and (max-width: 1440px) {
  .single-playlist-page .library-gallery .track-card__additional {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1440px) {
  .single-playlist-page .library-gallery .details-toggle {
    margin-left: auto;
  }
}
.single-playlist-page .library-gallery .track-card__titles-container {
  max-width: 400px;
  width: 270px;
}
@media only screen and (max-width: 1920px) {
  .single-playlist-page .library-gallery .track-card__titles-container {
    width: 14vw;
    max-width: unset;
  }
}
@media only screen and (max-width: 850px) {
  .single-playlist-page .library-gallery .track-card__titles-container {
    width: 20vw;
  }
}
@media only screen and (max-width: 850px) {
  .single-playlist-page .library-gallery .track-card__titles-container {
    width: 19vw;
  }
}
@media only screen and (max-width: 500px) {
  .single-playlist-page .library-gallery .track-card__titles-container {
    width: 100%;
  }
}
