/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/css/daterangepicker.css?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************/
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/css/fonts.css?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'BeelineSans';
  src: url('beelinesans-regular.eot');
  src: url('beelinesans-regular.eot?#iefix') format('embedded-opentype'),
       url('beelinesans-regular.woff2') format('woff2'),
       url('beelinesans-regular.woff') format('woff'),
       url('beelinesans-regular.ttf') format('truetype'),
       url('beelinesans-regular.svg#beeline_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BeelineSans';
  src: url('beelinesans-black.eot');
  src: url('beelinesans-black.eot?#iefix') format('embedded-opentype'),
       url('beelinesans-black.woff2') format('woff2'),
       url('beelinesans-black.woff') format('woff'),
       url('beelinesans-black.ttf') format('truetype'),
       url('beelinesans-black.svg#beeline_sansblack') format('svg');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'BeelineSans';
  src: url('beelinesans-bold.eot');
  src: url('beelinesans-bold.eot?#iefix') format('embedded-opentype'),
       url('beelinesans-bold.woff2') format('woff2'),
       url('beelinesans-bold.woff') format('woff'),
       url('beelinesans-bold.ttf') format('truetype'),
       url('beelinesans-bold.svg#beeline_sansbold') format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'BeelineSans';
  src: url('beelinesans-medium.eot');
  src: url('beelinesans-medium.eot?#iefix') format('embedded-opentype'),
       url('beelinesans-medium.woff2') format('woff2'),
       url('beelinesans-medium.woff') format('woff'),
       url('beelinesans-medium.ttf') format('truetype'),
       url('beelinesans-medium.svg#beeline_sansmedium') format('svg');
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url('icons.eot');
  src: local("Icons"),
    local("Icons"),
    url('icons.svg') format("svg"),
    url('icons.woff') format("woff"),
    url('icons.ttf') format("truetype");
}

.icon,
[class^="icon-"],
[class*=" icon-"],
[class*=" with-icon"]:before,
[class*=" button_type_load"]:before {
  font-family: 'Icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}

.icon-approved:before {
  content: "\e90e";
}
.icon-loader:before {
  content: "\e90f";
}
.icon-logout:before {
  content: "\e910";
}
.icon-more:before {
  content: "\e911";
}
.icon-profile-approved:before {
  content: "\e912";
}
.icon-sound:before {
  content: "\e913";
}
.icon-star-filled:before {
  content: "\e914";
}
.icon-stars-frame:before {
  content: "\e915";
}
.icon-trust_payment:before {
  content: "\e916";
}
.icon-close:before {
  content: "\e90d";
}
.icon-chevron-left:before {
  content: "\e904";
}
.icon-chevron-right:before {
  content: "\e905";
}
.icon-chevron:before {
  content: "\e906";
}
.icon-download:before {
  content: "\e907";
}
.icon-gift:before {
  content: "\e908";
}
.icon-menu:before {
  content: "\e909";
}
.icon-plus:before {
  content: "\e90a";
}
.icon-profile:before {
  content: "\e90b";
}
.icon-star:before {
  content: "\e90c";
}
.icon-search:before {
  content: "\e903";
}
.icon-pin:before {
  content: "\e902";
}
.icon-info:before {
  content: "\e901";
}
.icon-music:before {
  content: "\e900";
}
.icon-play:before {
  content: "\e917";
}
.icon-pause:before {
  content: "\e918";
}
.icon-group:before {
  content: "\e919";
}
.icon-check:before {
  content: "\e91a";
}
.icon-subtract:before {
  content: "\e91b";
}
.icon-menu-add:before {
  content: "\e91c";
}
.icon-menu-logout:before {
  content: "\e91d";
}
.icon-menu-music:before {
  content: "\e91e";
}
.icon-menu-sound:before {
  content: "\e91f";
}
.icon-menu-star:before {
  content: "\e920";
}
.icon-menu-trust:before {
  content: "\e921";
}
.icon-trash:before {
  content: "\e922";
}
.icon-repeat:before {
  content: "\e923";
}

/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/css/slick.css?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

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

    -webkit-user-select: none;
            user-select: none;

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

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

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

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

    height: auto;

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

/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/css/styles.css?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
  height: 100%;
  appearance: none;
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  color: #191c22;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.18px;
  font-family: "BeelineSans", Arial, Helvetica, sans-serif;
}

body {
  position: relative;
  overflow-x: visible;
}

html.page-fixed,
html.page-fixed body {
  height: 100vh;
  overflow: hidden;
}

html.with-modal body.hide-scrollbar {
  width: auto;
  margin-right: 0;
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

html.with-modal body {
  touch-action: none;
}

a {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.18px;
  font-family: "BeelineSans", Arial, Helvetica, sans-serif;
  color: #191c22;
  text-decoration: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

.pages-menu {
  list-style: none;
  margin: 20px 0 50px;
}

.pages-menu__item a,
.pages-menu__item .link {
  font-size: 16px;
  color: #191c22;
  text-decoration: underline;
  cursor: pointer;
}

.pages-menu__item .link:hover,
.pages-menu__item a:hover {
  text-decoration: none;
}

.page-text {
  color: #191c22;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.18px;
  margin-bottom: 16px;
}

.page-text_size_small {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.modal .page-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.page-ol-list {
  list-style: none;
  counter-reset: my-counter;
}

.page-ol-list li {
  counter-increment: my-counter;
  padding-left: 32px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.18px;
}

.page-ol-list_size_small li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  padding-top: 2px;
}

.modal .page-ol-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.page-ol-list li::before {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  content: counter(my-counter);
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #191c22;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: -0.12px;
}

.page-ol-list li + li {
  margin-top: 16px;
}

.subtitle {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
}

.subtitle-desktop {
  display: block;
}

.subtitle-mobile {
  display: none;
}

.subtitle__link-link {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
}

.subtitle__link-link-desktop {
  display: block;
}

.subtitle__link-link-mobile {
  display: none;
}

.full-button {
  width: 100%;
  margin-bottom: 80px;
}

.full-button .button {
  width: 100%;
}

.hits-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 16px;
}

.hits-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 32px;
  color: #727281;
}

.mt-12 {
  margin-top: 12px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.button {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  background: #ffe632;
  color: #191c22;
  padding: 0 36px;
  height: 44px;
  border-radius: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}

.button:hover {
  background: #ffda38;
  transition: all 0.2s ease;
}

.button_status_disabled {
  color: #bcbdc4 !important;
  background: #dfe1e4 !important;
  cursor: not-allowed;
}

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

.button_size_l {
  height: 52px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 48px;
}

.button_type_load {
  background: #dfe1e4 !important;
  border-color: #dfe1e4 !important;
  color: #191c22 !important;
  cursor: not-allowed;
  font-size: 0;
  gap: 0;
}

.button_type_load:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url('loader.svg') 50% 50% no-repeat;
  animation: rotating 1.5s linear infinite;
  background-size: contain;
}

.button_type_dark {
  color: #ffffff;
  background: #191c22;
}

.button_type_dark:hover {
  color: #ffffff;
  background: #181c22;
}

.button_type_light {
  color: #191c22;
  background: none;
  border: 1px solid #191c22;
}

.button_type_light.button_type_load {
  color: #191c22 !important;
  background: none !important;
  border: 1px solid #191c22 !important;
}

.button_type_light:hover {
  color: #727281;
  background: none;
  border-color: #727281;
}

.button_type_recommendation {
  padding: 0 24px;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.button_width_full {
  width: 100%;
}

.button-price {
  margin-left: 16px;
}

.button_with_price {
  padding: 0 24px;
}

.checkbox {
  position: relative;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  cursor: pointer;
}

.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__style-container {
  padding: 2px;
}

.checkbox__style {
  position: relative;
  border: 2px solid #191c22;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease;
}

.checkbox__style:after {
  content: "\e91a";
  font-family: "Icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  display: none;
}

.checkbox__input:checked ~ .checkbox__style-container .checkbox__style {
  background: #191c22;
  border-color: #191c22;
  transition: all 0.2s ease;
}

.checkbox__input:checked ~ .checkbox__style-container .checkbox__style:after {
  display: block;
}

.checkbox__label,
.checkbox__label a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.checkbox__label {
  color: #191c22;
}

.checkbox__label a {
  color: #191c22;
  text-decoration: none;
}

.checkbox__label .checkbox__label-blue {
  color: #288de5;
}

.checkbox__label a:hover {
  text-decoration: underline;
}

.checkbox__subtext {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.5;
  padding-left: 32px;
}

.code-input__inputs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.code-input__input {
  width: 44px;
  height: 36px;
  border: 0;
  border-bottom: 1px solid #dfe0e5;
  transition: all 0.2s ease;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
  color: #191c22;
  margin: 0;
}

.code-input__input:focus,
.code-input_status_filled .code-input__input {
  border-color: #191c22;
  transition: all 0.2s ease;
}

.code-input_status_error .code-input__input {
  border-color: #f45151;
  transition: all 0.2s ease;
}

.code-input__error {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #f45151;
  margin-top: 4px;
}

.code-input_status_disabled,
.code-input_status_disabled .code-input__input {
  pointer-events: none;
}

.code-input_status_disabled .code-input__input {
  color: #bebec9 !important;
  border-color: #dfe0e5 !important;
}

.daterangepicker {
  background: #ffffff !important;
  border-radius: 8px !important;
  box-shadow: 2px 16px 19px 0 rgba(0,0,0,0.09) !important;
  border: 0 !important;
  padding: 24px !important;
}

.daterangepicker .drp-buttons {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 !important;
  border: 0 !important;
}

.daterangepicker .drp-buttons .drp-selected {
  padding: 0 !important;
  font-family: "BeelineSans", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  letter-spacing: -0.16px !important;
}

.daterangepicker .applyBtn {
  display: inline-flex !important;
  flex-flow: row nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  letter-spacing: -0.14px !important;
  background: #191c22 !important;
  color: #191c22 !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
  text-decoration: none !important;
  border: 0 !important;
  outline: none !important;
}

.daterangepicker .applyBtn:hover {
  background: #191c22 !important;
  transition: all 0.2s ease !important;
}

.daterangepicker .calendar-table table {
  border-collapse: separate !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  width: 32px !important;
  height: 32px !important;
  color: #191c22 !important;
  text-align: center !important;
  font-family: "BeelineSans", Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 12px !important;
  letter-spacing: -0.12px !important;
}

.daterangepicker .calendar-table td.in-range {
  background: #727281 !important;
}

.daterangepicker .calendar-table td.start-date,
.daterangepicker .calendar-table td.end-date {
  background: #191c22 !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  z-index: 5;
  position: relative !important;
}

.daterangepicker .calendar-table td.start-date + td {
  position: relative;
}

.daterangepicker .calendar-table td.start-date + td:before {
  content: "";
  display: block;
  width: 50%;
  position: absolute;
  left: -50%;
  top: -1px;
  bottom: -1px;
  background: #f4f6fa;
  z-index: 1;
  height: auto;
}

.daterangepicker .calendar-table td.end-date:before {
  right: auto;
  left: 0;
}

.daterangepicker .calendar-table td.off {
  background: none !important;
  font-size: 0 !important;
  pointer-events: none !important;
}

.daterangepicker .drp-calendar {
  padding: 0 !important;
  margin: 0 !important;
}

.daterangepicker .drp-calendar.left {
  padding-right: 24px !important;
}

.daterangepicker .calendar-table {
  padding: 0 !important;
  margin: 0 !important;
}

.daterangepicker:before,
.daterangepicker .cancelBtn {
  display: none !important;
}

.daterangepicker .next span,
.daterangepicker .prev span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 0 !important;
  transform: none !important;
  padding: 0 !important;
}

.daterangepicker .next span:before,
.daterangepicker .prev span:before {
  font-family: "Icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #191c22;
}

.daterangepicker .next span:before {
  content: "\e911";
}

.daterangepicker .prev span:before {
  content: "\e900";
}

.filters {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  gap: 12px;
}

.filters__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  padding: 7px 15px;
  cursor: pointer;
  color: #727281;
  border: 1px solid #dfe0e5;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.filters__item:hover {
  color: #191c22;
  border-color: #191c22;
  transition: all 0.2s ease;
}

.filters__item-active,
.filters__item-active:hover {
  background: #191c22;
  border-color: #191c22;
  color: #ffffff;
}

.footer {
  width: 100%;
  background: #f9f9f9;
  padding: 32px 0;
  margin-top: 80px;
}

.footer .container_type_footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.footer__line {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer__left {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 48px;
}

.footer__copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #727281;
}

.footer__text-style {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #727281;
}

.footer__text-style a {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #191c22;
}

.footer__text-style a:hover {
  text-decoration: underline;
}

.footer__right {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

.footer__phone {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.footer__text-mobile {
  display: none;
}

.header-mobile {
  display: none;
  width: 100%;
  background: #fdfdfe;
  padding: 10px 0;
  margin-bottom: 32px;
  border-bottom: 1px solid #d7d9dc;
  gap: 30px;
}

.header-mobile.header-opened {
  border-bottom: 0;
  padding-top: 16px;
  padding-bottom: 0;
}

.header-opened .container_type_header-mobile-search,
.header-mobile .container_type_header-mobile {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.container_type_header-mobile-search,
.header-opened .container_type_header-mobile {
  display: none;
}

.header-mobile__control .logo {
  width: 24px;
  height: 24px;
  margin: 0;
}

.header-mobile__button {
  display: block;
  cursor: pointer;
}

.header-mobile__button .icon {
  font-size: 24px;
}

.header-mobile__back {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  cursor: pointer;
}

.header-mobile__back:before {
  content: "\e904";
  font-size: 24px;
  color: #191c22;
}

.header-mobile .header__controls {
  margin-left: 8px;
}

.header {
  width: 100%;
  background: #ffffff;
  padding: 12px 0;
  margin-bottom: 32px;
  border-bottom: 1px solid #dfe0e5;
}

.header .container_type_header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.header__search {
  flex: 1;
}

.header__search-search {
  width: 100%;
}

.header__search .input__input:not(:placeholder-shown) {
  padding-right: 39px;
}

.header__controls {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 48px;
  gap: 24px;
}

.header__control {
  min-width: 57px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.header__control-icon {
  font-size: 20px;
}

.header__control-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
}

.header-opened .header__controls-nosearch,
.header__controls-search {
  display: none;
}

.header__controls-nosearch,
.header-opened .header__controls-search {
  display: flex;
}

.header__controls-search {
  margin-left: 12px;
  gap: 12px;
}

.logo {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  padding: 4px 0;
  box-sizing: border-box;
  gap: 12px;
  margin-right: 32px;
}

.logo:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url('logo.png') 50% 50% no-repeat;
  background-size: contain;
}

.logo__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #191c22;
}

.header__control-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  border: 1px solid #dfe0e5;
  box-shadow: 0 8px 24px 0 rgba(102,102,102,0.08);
  border-radius: 12px;
  background: #ffffff;
  display: none;
}

.header__control-menu-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 12px;
  padding: 12px;
  align-items: center;
  border-top: 1px solid #dfe0e5;
}

.header__control-menu-item:first-child {
  border-top: 0;
}

.header__control-menu-icon {
  font-size: 24px;
}

.header__control-menu-text {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
}

.header__control-menu-item-logout {
  color: #f45151;
}

.hit {
  border: 1px solid #dfe0e5;
  width: 408px;
  height: 434px;
  border-radius: 16px;
  overflow: hidden;
  box-sizing: border-box;
}

.hit__cover {
  width: 100%;
  height: 252px;
  position: relative;
}

.hit__img {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

.hit__img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hit__controls {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  gap: 38px;
  display: none;
}

.hit__control {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  position: relative;
  z-index: 10;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hit__control:hover {
  background: #ffffff;
  transition: all 0.2s ease;
}

.hit__control-player {
  width: 72px;
  height: 72px;
  position: relative;
}

.hit__control .icon {
  font-size: 24px;
  color: #191c22;
  line-height: 0;
}

.hit__content {
  padding: 24px 24px 0;
}

.hit__title,
.hit__title-link {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
}

.hit__subtitle,
.hit__subtitle-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
  color: #727281;
}

.hit__title {
  margin-bottom: 12px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hit__subtitle {
  margin-bottom: 32px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-hint {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  padding: 16px 24px;
  background: #dfe0e5;
  border-radius: 12px;
  margin-bottom: 24px;
}

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

.input__label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 8px;
}

.input__container {
  position: relative;
  width: 100%;
}

.input__icon {
  font-size: 20px;
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translate(0, -50%);
  color: #bebec9;
}

.input__input {
  width: 100%;
  box-sizing: border-box;
  gap: 8px;
  padding: 11px;
  border-radius: 8px;
  border: 1px solid #dfe0e5;
  color: #191c22;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.input__input:placeholder-shown {
  text-overflow: ellipsis;
}

.input_type_error .input__input {
  border-color: #f45151 !important;
}

.input_size_m .input__input {
  padding-top: 9px;
  padding-bottom: 9px;
}

.input__input::placeholder {
  color: #bebec9;
}

.input__input:focus {
  border-color: #191c22;
}

.input__icon + .input__input {
  padding-left: 39px;
}

.input__clear {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #727281;
  transition: all 0.2s ease;
  line-height: 1;
  font-size: 20px;
}

.input__clear:hover {
  color: #191c22;
}

.input__clear:before {
  content: "\e90d";
  font-size: 20px;
}

.input__input:not(:placeholder-shown) ~ .input__clear {
  display: block;
}

.input__error {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #f45151;
  margin-top: 4px;
}

.input_type_disabled {
  pointer-events: none;
}

.input_type_disabled .input__input {
  border-color: #dfe0e5 !important;
  background: #dfe0e5 !important;
  color: #bebec9 !important;
}

.modal-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.modal-img_size_192 {
  width: 192px;
  height: 192px;
  display: block;
}

.modal-img_name_confirmation {
  background-image: url('confirmation.png');
}

.modal-img_name_congratulations {
  background-image: url('congratulations.png');
}

.modal-img_name_disconnect {
  background-image: url('disconnect.png');
}

.modal-img_name_gift {
  background-image: url('gift.png');
}

.modal-img_name_interference {
  background-image: url('interference.png');
}

.modal-img_name_not-found {
  background-image: url('not-found.png');
}

.modal-img_name_refresh-page {
  background-image: url('refresh-page.png');
}

.modal-img_name_search-not-found.png {
  background-image: url('search-not-found.png');
}

.modal-img_name_whistling {
  background-image: url('whistling.png');
}

.modal-plan {
  border: 1px solid #dfe0e5;
  border-radius: 16px;
  padding: 23px;
  position: relative;
  background: #ffffff;
  cursor: pointer;
}

.modal-plan_type_selected {
  border-color: #191c22;
}

.modal-plan_type_recommended.modal-plan_type_selected {
  border-color: transparent;
}

.modal-plan_type_recommended.modal-plan_type_selected:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: #727281;
  background-clip: padding-box;
  background: linear-gradient(to right, #7238d0 0%, #d83fb0 100%);
}

.modal-plan__recommended {
  display: inline-block;
  vertical-align: top;
  padding: 4px 12px;
  background: linear-gradient(to right, #7238d0 0%, #d83fb0 100%);
  border-radius: 20px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: #ffffff;
}

.modal-plan__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 8px;
}

.modal-plan__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: #727281;
}

.modal-plan__price {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  margin-top: 16px;
}

.modal-plan__price-hint {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  margin-top: 8px;
  color: #727281;
}

.mood {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 235px;
  height: 150px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 16px;
  overflow: hidden;
  color: #ffffff;
  padding: 2px 1px 0 1px;
  margin: 0 12px;
}

.mood_type_01 {
  background-image: url('01.png');
}

.mood_type_02 {
  background-image: url('02.png');
}

.mood_type_03 {
  background-image: url('03.png');
}

.mood_type_04 {
  background-image: url('04.png');
}

.mood_type_05 {
  background-image: url('05.png');
}

.mood_type_06 {
  background-image: url('06.png');
}

.mood_type_07 {
  background-image: url('07.png');
}

.mood_type_08 {
  background-image: url('08.png');
}

.mood_type_09 {
  background-image: url('09.png');
}

.mood_type_10 {
  background-image: url('10.png');
}

.mood_type_11 {
  background-image: url('11.png');
}

.mood_type_12 {
  background-image: url('12.png');
}

.mood_type_13 {
  background-image: url('13.png');
}

.mood_type_14 {
  background-image: url('14.png');
}

.mood_type_15 {
  background-image: url('15.png');
}

.mood_type_16 {
  background-image: url('16.png');
}

.mood_type_17 {
  background-image: url('17.png');
}

.mood_type_18 {
  background-image: url('18.png');
}

.mood_type_19 {
  background-image: url('19.png');
}

.mood_type_20 {
  background-image: url('20.png');
}

.mood_type_21 {
  background-image: url('21.png');
}

.page-control {
  display: block;
  width: 100%;
  margin-bottom: 32px;
}

.page-control__backlink {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
  gap: 0;
  color: #727281;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  transition: all 0.2s ease;
}

.page-control__backlink:before {
  content: "\e904";
  font-family: "Icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}

.page-control__backlink:hover {
  transition: all 0.2s ease;
  color: #191c22;
  text-decoration: none;
}

.page-tabs__container {
  margin-bottom: 24px;
  position: relative;
}

.page-tabs {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}

.page-tabs__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  padding: 24px 0 23px;
  border-bottom: 1px solid transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #727281;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.page-tabs__item:first-child {
  margin-left: 0;
}

.page-tabs__item:hover {
  color: #191c22;
  transition: all 0.2s ease;
}

.page-tabs__item-active {
  color: #191c22;
  border-color: #191c22;
}

.page-tabs__item .free-icon,
.page-tabs__item .ny-icon,
.page-tabs__item .may9-icon {
  margin-top: -10px;
  margin-bottom: -6px;
}

.page-tabs__arrow {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 9px 0 rgba(102,102,102,0.12);
  color: #727281;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  z-index: 10;
  background: #ffffff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-tabs__arrow:hover {
  color: #191c22;
  transition: all 0.2s ease;
}

.page-tabs__prev {
  left: -12px;
}

.page-tabs__next {
  right: -12px;
  padding-left: 2px;
}

.page-tabs__arrow-disabled {
  display: none;
}

.player {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 48px;
  height: 48px;
}

.player_size_big {
  width: 72px;
  height: 72px;
}

.player__button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #ffe632;
  border-radius: 50%;
  color: #191c22;
  font-size: 12px;
  box-sizing: border-box;
}

.player__button.icon-play {
  font-size: 15px;
  padding-left: 4px;
}

.player__button.icon-pause {
  padding-left: 1px;
}

.player_size_big .player__button {
  width: 60px;
  height: 60px;
  font-size: 18px;
}

.player_size_big .player__button.icon-play {
  font-size: 21px;
}

.player__button:hover {
  background: #ffda38;
  transition: all 0.2s ease;
}

.player__progressbar {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.player_size_big .player__progressbar {
  width: 57px;
  height: 57px;
}

.select {
  position: relative;
}

.select__focus {
  z-index: 10;
}

.select__placeholder {
  color: #bebec9;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  padding: 12px;
  display: block;
}

.select__valued .select__placeholder {
  display: none;
}

.select__label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 8px;
}

.select__trigger-container {
  position: relative;
}

.select__trigger {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid #dfe0e5;
  color: #191c22;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  padding: 11px 40px 11px 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  position: relative;
  background: #ffffff;
  min-height: 44px;
}

.select__trigger:before {
  content: "\e906";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 11px;
  color: #191c22;
  font-size: 20px;
  line-height: 0;
  transition: all 0.2s ease;
}

.select__trigger-counter {
  color: #5a5e62;
}

.select__focus .select__trigger:before {
  transform: rotate(180deg) translate(0, -50%);
  transition: all 0.2s ease;
}

.select__error {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #f45151;
  margin-top: 4px;
}

.select_type_error .select__trigger {
  border-color: #f45151 !important;
}

.select__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 100%;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #dfe0e5;
  box-shadow: 0 8px 24px 0 rgba(102,102,102,0.08);
  overflow: auto;
  max-height: 250px;
}

.select__focus .select__dropdown {
  display: block;
}

.select__option {
  cursor: pointer;
  padding: 11px 40px 11px 11px;
  color: #191c22;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.2s ease;
  position: relative;
  border-top: 1px solid #dfe0e5;
}

.select__option:first-child {
  border-top: 0;
}

.select__option:hover {
  background: #f9f9f9;
  transition: all 0.2s ease;
}

.select__option-active:before {
  content: "\e91a";
  font-family: "Icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 11px;
}

.song {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
}

.song__cover {
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  flex: 0 0 80px;
  position: relative;
}

.song__cover-round {
  border-radius: 50%;
}

.song__cover img {
  display: block;
  width: 100%;
}

.song__content {
  flex: 1;
  max-width: 51.8%;
}

.song__content-more {
  max-width: 64%;
}

.song__name a,
.song__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.song__name {
  margin-bottom: 4px;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.song__name-link {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.song__artist a,
.song__artist {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #727281;
  text-decoration: none;
  transition: all 0.2s ease;
}

.song__name a,
.song__artist a {
  width: 100%;
  display: block;
}

.song__artist,
.song__artist-link {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.song__artist a:hover,
.song__artist:hover {
  color: #191c22;
  transition: all 0.2s ease;
}

.song__controls {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  gap: 20px;
  transition: all 0.2s ease;
}

.song:hover .song__controls {
  opacity: 1;
  transition: all 0.2s ease;
}

.song__control {
  cursor: pointer;
  font-size: 20px;
}

.song__player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  transition: all 0.2s ease;
}

.song_status_playing .song__player,
.song:hover .song__player {
  opacity: 1;
  transition: all 0.2s ease;
}

.song__more-controls-trigger {
  width: 24px;
  height: 24px;
  color: #191c22;
  font-size: 24px;
  cursor: pointer;
}

.song__cover-letter {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f0ebfa;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  color: #6432c8;
}

.song__cover-group {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #e8f4ff;
  font-size: 28px;
  text-align: center;
  color: #1790ff;
}

.song__cover-group:before {
  content: "\e919";
  font-size: 28px;
}

.song__gift {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  padding: 4px 0;
  margin-top: 4px;
}

.song__gift-icon .icon {
  font-size: 16px;
}

.song__gift-number {
  font-family: "BeelineSans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #727281;
}

.song__gift-date {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  font-family: "BeelineSans", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  border-radius: 8px;
  background: #191c22;
  color: #ffffff;
}

.subscription {
  width: 100%;
  min-height: 456px;
  border-radius: 16px;
  border: 1px solid #dfe0e5;
  overflow: hidden;
}

.subscription__cover {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 252px;
  background: #eee4f9;
}

.subscription__cover-icon {
  font-size: 70px;
  color: #ffffff;
}

.subscription__content {
  width: 100%;
  height: 202px;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px;
}

.subscription__name {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.subscription__text {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  color: #727281;
}

.subscription__footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
}

.subscription__price {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0;
  white-space: nowrap;
}

.subscription__price-period {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #727281;
  margin-bottom: 11px;
  margin-left: 8px;
}

.switcher {
  position: relative;
  cursor: pointer;
}

.switcher__input {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.switcher__style {
  width: 44px;
  height: 28px;
  border-radius: 14px;
  background: #bebec9;
  position: relative;
  transition: all 0.2s ease;
  box-sizing: border-box;
  padding: 2px;
}

.switcher__style:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: 0 3px 3px -1px rgba(0,0,0,0.4);
  transition: all 0.2s ease;
}

.switcher__input:checked ~ .switcher__style {
  background: #ffe632;
}

.switcher__input:checked ~ .switcher__style:after {
  transform: translate(16px, -50%);
}

.switcher__container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
}

.switcher__label {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

.switcher__switch {
  flex: 0 0 44px;
}

.topline {
  padding: 16px 0 4px;
}

.container_type_topline {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.topline {
  width: 100%;
}

.topline__part {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.topline__link {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
}

.topline__link:hover {
  text-decoration: underline;
}

.track-cut {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 32px auto 40px;
}

.track-cut .wavesurfer-region {
  z-index: 3 !important;
}

.track-cut .wavesurfer-handle {
  height: 148px !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  z-index: 10;
}

.track-cut .wavesurfer-handle-start {
  background-image: url('track-cut-left.png');
  transform: translateX(-100%);
}

.track-cut .wavesurfer-handle-end {
  background-image: url('track-cut-right.png');
  transform: translateX(100%);
}

.track-cut__container {
  position: relative;
  width: calc(100% - 128px);
}

.track-cut__preview {
  position: relative;
  width: 100%;
  z-index: 1;
  visibility: hidden;
}

.track-cut__preview.active {
  visibility: visible;
}

.track-cut__preview-container-wrapper {
  overflow: hidden;
  padding: 0 14px;
}

.track-cut__preview-container {
  height: 148px;
  width: 100%;
}

.track-cut__preview-container > wave {
  background: #f9f9f9;
  overflow: visible !important;
}

.track-cut__preview-container > wave > canvas {
  width: 100% !important;
}

.track-cut__current,
.track-cut__preview__label {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  color: #727281;
}

.track-cut__current:first-of-type,
.track-cut__preview__label:first-of-type {
  left: 0;
}

.track-cut__current:last-of-type,
.track-cut__preview__label:last-of-type {
  right: 0;
}

.track-cut__current {
  bottom: auto;
  top: -20px;
  margin-left: 5px;
}

.track-cut__footer {
  margin-top: 32px;
}

.track-cut__preview-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.track-cut__preview-controls .btn {
  margin-right: 24px;
  white-space: nowrap;
}

.track-cut__preview-control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #ffe632;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.track-cut__preview-control:hover {
  background: #ffda38;
  transition: all 0.2s ease;
}

.track-cut__preview-control-play {
  color: #dddddd;
  margin: 6px;
}

.track-cut__preview-control-play .icon-play {
  left: 3px;
}

.track-cut__preview-control-play .icon-pause {
  left: 1px;
}

.track-cut__preview-control-play .icon {
  position: relative;
  color: #191c22;
}

.track-cut__preview-control-play .icon.icon-pause {
  display: none;
}

.track-cut__preview-control-play.active .icon-play {
  display: none;
}

.track-cut__preview-control-play.active .icon-pause {
  display: block;
}

.track-cut__preview-control-refresh {
  background: transparent;
  width: 28px;
  height: 28px;
}

.track-cut__preview-control-refresh:hover {
  background: transparent;
}

.track-cut__preview-control-refresh.active {
  color: #000000;
}

.track-cut__preview-control-refresh .icon {
  font-size: 28px;
}

.track-upload {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 48px 32px;
  border-radius: 16px;
  border: 1px solid #d7d9dc;
  overflow: hidden;
  margin-bottom: 32px;
  position: relative;
}

.track-upload__input {
  font-size: 500px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}

.track-upload__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  color: #5a5e62;
}

.track-upload__text span {
  color: #288de5;
}

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

.week__label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 8px;
}

.week__days {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.week__days::-webkit-scrollbar {
  display: none;
}

.week__item {
  cursor: pointer;
  border: 1px solid #d7d9dc;
  padding: 7px 15px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  transition: all 0.2s ease;
}

.week__item:hover {
  border-color: #191c22;
  transition: all 0.2s ease;
}

.week__item-active {
  border-color: #191c22;
  background: #191c22;
  color: #ffffff;
}

.week__item-error {
  border-color: #f45151;
}

.week__error {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #f45151;
  margin-top: 4px;
}

.artist {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 44px;
  margin-bottom: 80px;
  position: relative;
}

.artist__image {
  display: block;
  width: 232px;
  height: 232px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.artist__image img {
  display: block;
  width: 100%;
}

.artist__image-circle {
  border-radius: 50% !important;
}

.artist__name {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  position: relative;
}

.artist__name-with-favorite {
  padding-right: 200px;
}

.artist__name .icon-approved {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  color: #0bce73;
  font-size: 28px;
}

.artist__info {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #727281;
}

.artist__content {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  flex: 1;
  align-self: stretch;
}

.artist__controls {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

.artist__add-favorite {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  gap: 8px;
  position: absolute;
  right: 0;
  top: 52px;
  z-index: 20;
}

.artist__add-favorite:hover {
  color: #727281;
}

.artist__code {
  margin-top: 24px;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.artist__code-row {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #727281;
}

.artist__code-row span {
  color: #191c22;
}

.artist__code-row-small {
  font-size: 14px;
  line-height: 20px;
}

.checkboxes-list {
  width: 786px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 16px;
  column-gap: 40px;
}

.checkboxes-list_size_588 {
  width: 588px;
}

.checkboxes-list__item {
  flex-basis: calc(50% - 20px);
}

.container {
  width: 1320px;
  padding: 0 24px;
  box-sizing: border-box;
  margin: 0 auto;
}

.container_type_main {
  flex: 1;
  margin-bottom: -80px;
}

.container_type_main-page {
  flex: 1;
}

.container_type_main-page ~ .container_type_main-page {
  margin-bottom: -80px;
}

.container_type_center {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.paragraph {
  margin-bottom: 40px;
}

.paragraph p,
.paragraph li,
.paragraph a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #727281;
}

.paragraph strong {
  font-weight: 700;
}

.paragraph a {
  color: #288de5;
  text-decoration: none;
}

.paragraph a:hover {
  text-decoration: underline;
}

.paragraph ul {
  list-style-position: inside;
}

.paragraph__subtitle {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
}

.ussd-list {
  list-style: none;
  columns: 8;
  margin-top: 32px;
  margin-bottom: 130px;
}

.ussd-list__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: #191c22;
  padding-bottom: 16px;
  break-inside: avoid;
}

.feb14-icon,
.feb23-icon,
.mar8-icon,
.may9-icon,
.free-icon,
.ny-icon {
  display: inline-block;
  vertical-align: baseline;
  width: 24px;
  height: 24px;
  background: url('free-price-icon.png') 50% 50% no-repeat;
  background-size: contain;
  margin-left: 4px;
}

.ny-icon {
  background: url('NY-icon.png') 50% 50% no-repeat;
  background-size: contain;
}

.mar8-icon {
  background: url('8mar-icon.png') 50% 50% no-repeat;
  background-size: contain;
}

.feb14-icon {
  background: url('14feb-icon.png') 50% 50% no-repeat;
  background-size: contain;
}

.feb23-icon {
  background: url('23feb-icon.png') 50% 50% no-repeat;
  background-size: contain;
}

.may9-icon {
  background: url('9may-icon.png') 50% 50% no-repeat;
  background-size: contain;
}

.text-page {
  text-align: justify;
}

.text-page p + ul,
.text-page ul + p,
.text-page p + p {
  margin-top: 10px;
}

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

.header-menu {
  width: 100%;
  height: calc(100vh - 65px);
  background: #ffffff;
  margin-top: -32px;
  z-index: 10;
  position: relative;
  display: none;
}

.container_type_header-menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
  height: 100%;
}

.header-menu__leftbar {
  width: 192px;
  border-right: 1px solid #dfe0e5;
  box-sizing: border-box;
  padding: 40px 24px 40px 0;
  overflow: auto;
  height: 100%;
}

.header-menu__leftbar-title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
}

.header-menu__leftbar-item + .header-menu__leftbar-item {
  margin-top: 12px;
}

.header-menu__leftbar-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  display: block;
  width: 100%;
  position: relative;
}

.header-menu__leftbar-link:before {
  content: "\e905";
  width: 20px;
  height: 20px;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #bebec9;
}

.header-menu__content {
  flex: 1;
  padding: 40px 24px 40px 24px;
  height: 100%;
  overflow: auto;
  width: calc(100% + 24px);
  margin-right: -24px;
}

.header-menu__content .songs-list {
  margin-bottom: 40px;
}

.header-menu__content-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
}

.header-menu__content .subtitle__link-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
}

.header-menu__notfound {
  max-width: 624px;
  width: 100%;
  margin-bottom: 32px;
}

.header-menu__notfound-img {
  width: 200px;
  height: 200px;
  background: url('search-not-found.png') 50% 50% no-repeat;
  background-size: contain;
  margin-bottom: 24px;
}

.header-menu__notfound-title {
  margin-bottom: 16px;
}

.header-menu__notfound-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #727281;
}

.header-mobile-menu {
  background: #ffffff;
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: none;
}

.header-mobile-menu__topline {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 32px 20px;
}

.header-mobile-menu__topline-part {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.header-mobile-menu__topline-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: #191c22;
}

.header-mobile-menu__link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-top: 1px solid #dfe0e5;
  padding: 10px 20px;
  gap: 12px;
  position: relative;
}

.header-mobile-menu__link:first-child {
  border-top: 0;
}

.header-mobile-menu__link:before {
  content: "\e905";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 24px;
}

.header-mobile-menu-logout {
  margin-top: 23px;
}

.header-mobile-menu-logout .header-mobile-menu__link {
  color: #f45151;
  width: auto;
  display: inline-flex;
}

.header-mobile-menu-logout .header-mobile-menu__link:before {
  display: none;
}

.main-slider__container {
  width: 100%;
  margin-top: -32px;
  background: linear-gradient(to right, #4d4d4e 0%, #4d4d4e 50%, #282828 50%, #282828 100%);
  margin-bottom: 80px;
}

.main-slider {
  width: 1320px;
  padding: 0 24px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  height: 560px;
  background: #ffffff;
}

.main-slider__item {
  width: 100%;
  text-align: center;
  height: 560px;
  position: relative;
}

.main-slider__item img {
  display: block;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  left: 60px;
}

.main-slider .slick-arrow {
  position: absolute;
}

.main-slider__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-slider__mask:before {
  content: "";
  display: block;
  width: 896px;
  height: 1120px;
  background: #dfe0e5;
  transform: rotate(51.34deg);
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1153px;
}

.main-slider__mask:after {
  content: "";
  display: block;
  width: 896px;
  height: 1120px;
  background: rgba(40,40,40,0.8);
  transform: rotate(38.66deg);
  position: absolute;
  left: 50%;
  top: -420px;
  margin-left: -1084px;
}

.main-slider__mask-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.main-slider__mask-inner:after {
  content: "";
  display: block;
  width: 896px;
  height: 1120px;
  background: #282828;
  transform: rotate(38.66deg);
  position: absolute;
  left: 50%;
  margin-left: 138px;
  top: 0;
}

.main-slider__imgs,
.main-slider__contents,
.main-slider__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.main-slider__content {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
}

.main-slider__imgs {
  z-index: 1;
}

.main-slider__contents {
  z-index: 40;
}

.main-slider__song {
  font-family: "BeelineSans", Arial, Helvetica, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 16px;
  max-width: 500px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-slider__artist {
  font-family: "BeelineSans", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
  max-width: 440px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-slider__button {
  margin-top: 32px;
}

.main-slider .slick-arrow {
  display: block;
  font-size: 0;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 50%;
  border: 0;
  outline: 0;
  position: absolute;
  bottom: 40px;
  right: 0;
  cursor: pointer;
  z-index: 1000;
}

.main-slider .slick-prev {
  right: 64px;
}

.main-slider .slick-next {
  right: 0;
}

.main-slider .slick-arrow:before {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url('icons.eot');
  src: local("Icons"), local("Icons"), url('icons.svg') format("svg"), url('icons.woff') format("woff"), url('icons.ttf') format("truetype");
  font-size: 24px;
  color: #727281;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-slider .slick-prev:before {
  content: "\e904";
}

.main-slider .slick-next:before {
  content: "\e905";
  margin-left: 2px;
}

.main-slider .slick-dots {
  position: absolute;
  bottom: 23px;
  right: 24px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  gap: 8px;
}

.main-slider .slick-dots button {
  border: 0;
  outline: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a7abb0;
  cursor: pointer;
  font-size: 0;
}

.main-slider .slick-dots .slick-active button {
  background: #13171b;
}

.modals {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: none;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  overflow: visible;
  z-index: 5000;
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.modals.modals__opened {
  display: flex;
}

.modals__container {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 30px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translateZ(0);
  backface-visibility: hidden;
  z-index: 10;
}

.modals__container:before,
.modals__container:after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.modals__overlay {
  background: rgba(31,34,45,0.7);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.modal__close {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  z-index: 2;
  color: #727281;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 32px;
  transition: all 0.2s ease;
}

.modal__close:hover {
  color: #191c22;
  transition: all 0.2s ease;
}

.modal {
  display: none;
  align-self: center;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 80px 60px;
  width: 528px;
  background: #ffffff;
  cursor: default;
  border-radius: 16px;
  z-index: 20;
}

.modal_pb_40 {
  padding-bottom: 40px !important;
}

.modal_pb_40:before {
  display: none !important;
}

.modal.modal__opened {
  display: block;
}

.modal_size_488 {
  width: 488px;
  padding: 48px 40px;
  max-width: 100%;
}

.modal_size_744 {
  width: 744px;
  padding-bottom: 40px;
  max-width: 100%;
}

.modal__title {
  margin-bottom: 24px;
}

.modal__title-mb24 {
  margin-bottom: 24px;
}

.modal__title-mb16 {
  margin-bottom: 16px;
}

.modal__title-mb12 {
  margin-bottom: 12px;
}

.modal__subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 24px;
  color: #727281;
}

.modal__content-w375px {
  max-width: 375px;
}

.modal__buttons {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 16px;
}

.modal__buttons-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-top: 64px;
}

.modal__buttons-mt40 {
  margin-top: 40px;
}

.modal__buttons-mt72 {
  margin-top: 72px;
}

.modal__form-field {
  margin-bottom: 32px;
}

.modal__form-field-w375 {
  max-width: 375px;
}

.modal__subtext {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  margin-top: 12px;
  color: #727281;
}

.modal__subtext-link {
  color: #1790ff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.modal__subtext-link:hover {
  text-decoration: underline;
}

.modal__rules-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  color: #5a5e62;
  margin-top: -8px;
  margin-bottom: 12px;
}

.modal__retry {
  margin-top: -8px;
  margin-bottom: 120px;
}

.modal__retry-link {
  color: #191c22;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.backlink,
.modal__backlink {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 24px;
  left: 24px;
  height: 32px;
  gap: 4px;
  cursor: pointer;
  color: #727281;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  transition: all 0.2s ease;
}

.backlink {
  position: relative;
  top: auto;
  left: auto;
}

.backlink:before,
.modal__backlink:before {
  content: "\e904";
  font-size: 32px;
}

.backlink:hover,
.modal__backlink:hover {
  transition: all 0.2s ease;
  color: #191c22;
}

.modal__loader {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 64px 0;
}

.modal__loader:before {
  content: "\e90f";
  font-size: 64px;
  color: #bebec9;
  animation: rotating 1.5s linear infinite;
}

.modal__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: #727281;
}

.modal__img {
  margin-bottom: 24px;
}

.modal__plan {
  padding: 1px;
}

.modal__plan ~ .modal__plan {
  margin-top: 24px;
}

.modal__simple-field {
  padding: 12px 0;
}

.modal__simple-field-mt32 {
  margin-top: 32px;
}

.modal__simple-field-mb16 {
  margin-bottom: 16px;
}

.link {
  cursor: pointer;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.link_type_warning {
  color: #f45151;
}

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

.link_with_arrow {
  display: block;
  width: 100%;
  position: relative;
  padding-right: 40px;
}

.link_with_arrow:before {
  content: "\e905";
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.my-track__subtext {
  color: #727281;
  margin-top: -12px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
}

.my-track__term {
  margin-bottom: 32px;
}

.my-track__button {
  margin-bottom: 80px;
}

.my-track__uploader {
  margin-bottom: 32px;
}

.my-track__uploader-track {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.my-track__uploader-track-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
}

.my-track__uploader-track-remove {
  cursor: pointer;
}

.my-track__uploader-size {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: #5a5e62;
}

.my-track__uploader-error {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: #f45151;
}

.my-track__uploader-load {
  margin-top: 2px;
}

.my-track__uploader-load .icon-loader {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  animation: rotating 1.5s linear infinite;
  font-size: 20px;
  color: #727281;
}

.offer-autoradio {
  width: 100%;
  display: block;
  height: 392px;
}

.offer-autoradio__img {
  display: block;
  width: 100%;
  height: 100%;
}

.offer-autoradio__img img {
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  max-width: 100%;
}

.offer-autoradio__img-tablet,
.offer-autoradio__img-mobile {
  display: none;
}

.offer-main {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 560px;
  background: #f9f9f9;
  position: relative;
  margin-top: -32px;
  margin-bottom: 80px;
  border-bottom: 1px solid #dfe0e5;
}

.offer-change-ringtone {
  border-bottom: 0;
  height: 392px;
  margin: 0;
}

.offer-main__img {
  display: block;
  width: 440px;
  height: 100%;
  position: relative;
}

.offer-main__img img {
  display: block;
  width: 100%;
}

.offer-main__content {
  width: 51%;
}

.offer-change-ringtone .container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding-left: 108px;
  padding-right: 71px;
}

.offer-change-ringtone .offer-main__content {
  width: 45%;
}

.offer-main__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  margin-bottom: 12px;
}

.offer-main__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #191c22;
}

.offer-slider .slick-dots {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  gap: 8px;
}

.offer-slider .slick-dots button {
  border: 0;
  outline: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a7abb0;
  cursor: pointer;
  font-size: 0;
}

.offer-slider .slick-dots .slick-active button {
  background: #13171b;
}

.offer-holidays_01 {
  background: #ffd388;
}

.offer-holidays_02 {
  background: #fae470;
}

.offer-holidays_03 {
  background: #d8ff8f;
}

.offer-holidays_04 {
  background: #e3ffbd;
}

.offer-holidays_05 {
  background: #cbe4ff;
}

.offer-holidays_06 {
  background: #fae470;
}

.offer-holidays_07 {
  background: #baebff;
}

.offer-holidays_08 {
  background: #d6f5ff;
}

.offer-holidays_09 {
  background: #ffe1ad;
}

.offer-holidays_10 {
  background: #fcd53a;
}

.offer-holidays .offer-main__img img {
  border-radius: 16px;
}

.offer-pink {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 448px;
  border-radius: 16px;
  background: linear-gradient(to right, #1e5799 0%, #feeaf3 0%, #f0e5f9 100%);
  padding: 40px 40px 40px 108px;
  position: relative;
  margin-bottom: 80px;
}

.slider .offer-pink {
  margin: 0 !important;
}

.offer-pink__img {
  display: block;
  width: 645px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 40px;
}

.offer-pink-dragon {
  height: 392px;
}

.offer-pink-dragon__img {
  display: block;
  width: 260px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 120px;
}

.offer-pink-dragon__img img,
.offer-pink__img img {
  display: block;
  width: 100%;
}

.offer-pink__content {
  width: 58%;
}

.offer-pink__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 12px;
}

.offer-pink__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}

.offer-slider {
  max-height: 392px;
}

.offer-slider__item {
  border-radius: 16px;
  overflow: hidden;
  margin: 0 12px;
}

.offer-app {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 448px;
  border-radius: 16px;
  padding: 40px 40px 40px 108px;
  position: relative;
  margin-bottom: 80px;
  background: #f9f9f9;
  border: 1px solid #dfe0e5;
}

.offer-app__img {
  display: block;
  width: 340px;
  height: 388px;
  position: absolute;
  bottom: 0;
  right: 142px;
  overflow: hidden;
}

.offer-app__img img {
  display: block;
  width: 100%;
}

.offer-app__content {
  width: 50%;
}

.offer-app__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 16px;
}

.offer-app__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 32px;
}

.offer-app__title-touch,
.offer-app__text-touch {
  display: none;
}

.offer-app__controls {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

.offer-app__column {
  gap: 16px;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 156px;
}

.offer-app__control {
  width: 128px;
}

.offer-app__control-qr {
  width: 156px;
}

.offer-app__hint {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 133px;
  flex-direction: column;
  gap: 10px;
  margin-left: -8px;
}

.offer-app__hint-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #727281;
}

.offer-app__hint-arrow {
  width: 42px;
  height: 26px;
  background: url('offer-arrow.png') 50% 50% no-repeat;
  background-size: contain;
  margin-left: -5px;
}

.offer-app__hint img,
.offer-app__control-qr img,
.offer-app__control img {
  display: block;
  width: 100%;
}

.page-error {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 40px;
}

.page-error__img {
  width: calc(50% - 12px);
}

.page-error__img img {
  display: block;
  width: 100%;
}

.page-error__content {
  width: calc(50% - 12px);
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
}

.page-error__title {
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 16px;
}

.page-error__subtitle {
  color: #5a5e62;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 32px;
}

.page-notfound {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

.page-notfound__img {
  width: 192px;
  height: 192px;
  background: url('search-not-found.png') 50% 50% no-repeat;
  background-size: contain;
  margin-bottom: 24px;
}

.page-notfound__name {
  margin-bottom: 12px;
}

.page-notfound__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  color: #727281;
  margin-bottom: 40px;
}

.page-505 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 40px 0;
}

.page-505__img {
  width: 192px;
  height: 192px;
  background: url('interference.png') 50% 50% no-repeat;
  background-size: contain;
  margin-bottom: 24px;
}

.page-505__title {
  margin-bottom: 12px;
}

.page-505__subtitle {
  color: #5a5e62;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 40px;
}

.recommendations {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 80px;
}

.recommendation {
  width: calc(50% - 12px);
  border: 1px solid #dfe0e5;
  border-radius: 16px;
  padding: 23px;
  display: flex;
  flex-flow: column nowrap;
  gap: 32px;
  justify-content: space-between;
  align-items: stretch;
}

.recommendation__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 8px;
}

.recommendation__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 16px;
  color: #727281;
}

.slider:not(.slick-initialized) {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 24px;
}

.slider__hits:not(.slick-initialized) .slider__item {
  display: none;
}

.slider__hits:not(.slick-initialized) .slider__item:nth-child(1),
.slider__hits:not(.slick-initialized) .slider__item:nth-child(2),
.slider__hits:not(.slick-initialized) .slider__item:nth-child(3) {
  display: block;
}

.slider__moods:not(.slick-initialized) {
  width: calc(100% + 48px);
  margin: 0 -24px;
  padding: 0 24px;
  overflow: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.slider__moods:not(.slick-initialized)::-webkit-scrollbar {
  display: none;
}

.slider.slick-initialized {
  width: calc(100% + 24px);
  position: relative;
  margin: 0 -12px;
  margin-bottom: 80px;
}

.slider.slick-initialized .slider__item .hit {
  margin: 0 12px;
}

.slider.slick-initialized .slick-list {
  padding: 0 !important;
  position: relative;
  z-index: 1;
}

.slider.slick-initialized .slick-arrow {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  cursor: pointer;
  border: 0;
  outline: 0;
  font-size: 0;
  box-shadow: 0 8px 24px 0 rgba(102,102,102,0.08);
}

.slider.slick-initialized .slick-prev {
  left: -12px;
}

.slider.slick-initialized .slick-next {
  right: -12px;
}

.slider.slick-initialized .slick-prev:before,
.slider.slick-initialized .slick-next:before {
  content: "\e904";
  font-family: "Icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #727281;
  transform: all 0.2s ease;
}

.slider.slick-initialized .slick-next:before {
  content: "\e905";
}

.slider.slick-initialized .slick-prev:hover:before,
.slider.slick-initialized .slick-next:hover:before {
  color: #191c22;
  transform: all 0.2s ease;
}

.songs-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 5.9%;
  margin-bottom: 80px;
}

.songs-list__item {
  width: 29.4%;
}

.songs-list__button {
  margin-top: -48px;
  margin-bottom: 80px;
}

.subs-list {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 80px;
}

.subs {
  width: calc(33% - 12px);
  border: 1px solid #dfe0e5;
  border-radius: 16px;
  padding: 23px;
  display: flex;
  flex-flow: column nowrap;
  gap: 32px;
  justify-content: space-between;
  align-items: stretch;
}

.subs__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 8px;
}

.subs__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 16px;
  color: #727281;
}

.subscriptions-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 24px;
  flex-wrap: wrap;
}

.subscriptions-list__item {
  width: calc(33.3333% - 16px);
}

.time-range {
  display: block;
  width: 100%;
}

.time-range__label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 8px;
}

.time-range__field {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 8px;
}

.time-range__input {
  flex: 1;
}

.time-range__separator {
  font-size: 16px;
}

.time-range__separator:before {
  font-size: 16px;
  color: #727281;
  line-height: 0;
}

.time-range__error {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  color: #f45151;
  margin-top: 4px;
}

.track-rule {
  display: block;
  width: 100%;
  border-top: 1px solid #dfe0e5;
}

.track-rule:first-child {
  border-top: 0;
}

.track-rule__trigger {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
  padding: 4px 0;
}

.track-rule__song {
  flex: 1;
  max-width: calc(100% - 56px);
}

.track-rule__controls {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 56px;
  width: 56px;
  gap: 8px;
}

.track-rule__control {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 24px;
  cursor: pointer;
}

.track-rule__opened .track-rule__opener {
  transform: rotate(180deg);
}

.track-rule__content {
  display: none;
  padding-top: 4px;
  padding-bottom: 24px;
}

.track-rule__field {
  margin-top: 16px;
}

.track-rule__field:first-child {
  margin-top: 0;
}

h1,
.h1 {
  font-family: "BeelineSans", Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  color: #191c22;
}

h2,
.h2 {
  font-family: "BeelineSans", Arial, Helvetica, sans-serif;
  color: #191c22;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0;
}

h3,
.h3 {
  font-family: "BeelineSans", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  color: #191c22;
}

h4,
.h4 {
  font-family: "BeelineSans", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #191c22;
}

h5,
.h5 {
  font-family: "BeelineSans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.22px;
  color: #191c22;
}

h6,
.h6 {
  font-family: "BeelineSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #191c22;
}

@media (min-width: 1320px) {
  .hit:hover .hit__controls {
    display: flex;
  }
}

@media (max-width: 1320px) {
  .wrapper {
    overflow-x: hidden;
  }

  .full-button {
    margin-bottom: 64px;
  }

  .footer {
    padding: 24px 0;
    margin-top: 64px;
  }

  .header-mobile {
    display: block;
  }

  .header {
    display: none;
  }

  .slider__hits {
    overflow: hidden;
  }

  .hit {
    width: 29.16vw;
    height: auto;
  }

  .hit__cover {
    height: 18vw;
  }

  .hit__content {
    padding: 16px;
  }

  .hit__title,
  .hit__title-link {
    font-size: 16px;
    line-height: 20px;
  }

  .hit__title {
    margin-bottom: 8px;
  }

  .hit__subtitle,
  .hit__subtitle-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hit__subtitle {
    margin-bottom: 16px;
  }

  .hit__button,
  .hit__button .button {
    width: 100%;
  }

  .hit__controls {
    gap: 20px;
  }

  .hit__control {
    width: 50px;
    height: 50px;
  }

  .hit__cover:hover .hit__controls {
    display: flex;
  }

  .page-tabs {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: calc(100% + 48px);
    margin: 0 -24px;
    padding: 0 24px;
  }

  .page-tabs::-webkit-scrollbar {
    display: none;
  }

  .page-tabs__container {
    margin-top: -8px;
  }

  .page-tabs__arrow {
    display: none;
  }

  .player__button {
    transform: scale(1);
  }

  .player__progressbar {
    transform: translate(-50%, -50%) scale(1);
  }

  .player_size_big .player__button {
    transform: scale(0.833);
  }

  .player_size_big .player__progressbar {
    transform: translate(-50%, -50%) scale(0.833);
  }

  .subscription {
    min-height: 326px;
    display: flex;
    flex-flow: column nowrap;
  }

  .subscription__button {
    display: none;
  }

  .subscription__cover {
    height: 138px;
  }

  .subscription__name {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .subscription__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .subscription__price {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
  }

  .subscription__price-period {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .subscription__content {
    padding: 16px;
    height: auto;
    flex: 1;
  }

  .topline {
    display: none;
  }

  .artist {
    gap: 24px;
    margin-bottom: 64px;
  }

  .artist__image {
    width: 164px;
    height: 164px;
  }

  .artist__add-favorite {
    font-size: 0;
    gap: 0;
    top: 19px;
  }

  .artist__name-with-favorite {
    padding-right: 40px;
  }

  .container {
    width: 100%;
  }

  .container_type_main {
    margin-bottom: -64px;
  }

  .header-menu {
    height: calc(100vh - 64px);
    height: calc(var(--vh, 1vh) * 100 - 64px);
  }

  .container_type_header-menu {
    padding: 0;
  }

  .header-menu__leftbar {
    display: none;
  }

  .header-menu__content {
    width: 100%;
    margin-right: 0;
  }

  .main-slider__container {
    margin-bottom: 64px;
  }

  .main-slider {
    width: 100%;
    height: 356px;
  }

  .main-slider__content {
    padding-left: 32px;
  }

  .main-slider__item {
    height: 356px;
  }

  .main-slider__song {
    font-size: 40px;
    line-height: 48px;
    max-width: 370px;
  }

  .main-slider__artist {
    font-size: 32px;
    line-height: 32px;
    max-width: 300px;
  }

  .main-slider__mask:before {
    margin-left: -913px;
  }

  .main-slider__mask-inner:after {
    margin-left: 52px;
  }

  .main-slider__mask:after {
    margin-left: -1021px;
  }

  .offer-autoradio {
    height: auto;
  }

  .offer-autoradio__img-desktop,
  .offer-autoradio__img-mobile {
    display: none;
  }

  .offer-autoradio__img-tablet {
    display: block;
    height: 788px;
  }

  .offer-change-ringtone .container {
    flex-direction: column;
    padding: 0;
  }

  .offer-change-ringtone {
    height: auto;
  }

  .offer-change-ringtone .offer-main__content {
    padding: 40px;
    width: auto;
  }

  .offer-main__img {
    width: 396px;
    height: 547px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
  }

  .offer-holidays .offer-main__img {
    width: 100%;
    max-width: 640px;
    height: auto;
    margin-bottom: 24px;
    margin-top: 0;
  }

  .offer-slider {
    height: auto;
    max-height: 10000px;
  }

  .offer-app__title-desktop,
  .offer-app__text-desktop,
  .offer-app__column-qr-hint,
  .offer-app__column-qr,
  .offer-app__app-link {
    display: none;
  }

  .offer-app__title-touch,
  .offer-app__text-touch,
  .ios .offer-app__app-link-ios,
  .android .offer-app__app-link-android,
  html:not(.ios):not(.android) .offer-app__app-link {
    display: block;
  }

  .offer-app {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 40px 40px 0 40px;
    margin-bottom: 64px;
  }

  .offer-app__control {
    width: 150px;
  }

  .offer-app__img {
    position: relative;
    bottom: auto;
    right: auto;
    height: auto;
  }

  .page-error__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
  }

  .page-error__subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .page-notfound__img {
    width: 224px;
    height: 224px;
  }

  .slider:not(.slick-initialized) {
    margin-bottom: 64px;
  }

  .songs-list {
    margin-bottom: 64px;
  }

  .songs-list__button {
    margin-top: -52px;
    margin-bottom: 64px;
  }

  .subs {
    width: calc(50% - 12px);
  }
}

@media (max-width: 1180px) {
  .songs-list {
    row-gap: 8px;
    column-gap: 24px;
    margin-bottom: 64px;
  }

  .songs-list__item {
    width: calc(50% - 12px);
  }
}

@media (max-width: 1150px) {
  .offer-main__content {
    width: 40%;
  }

  .offer-holidays .offer-main__img {
    width: 100%;
    max-width: 640px;
    height: auto;
    margin-bottom: 24px;
    margin-top: 0;
  }

  .offer-pink__content {
    width: 40%;
  }
}

@media (max-width: 1100px) {
  .song__content {
    max-width: calc(100% - 185px);
  }
}

@media (max-width: 1050px) {
  .offer-main__content {
    width: 55%;
  }

  .offer-main__img {
    width: auto;
  }

  .offer-main__title {
    font-size: 40px;
    line-height: 48px;
  }

  .offer-change-ringtone .container {
    flex-direction: column;
    padding: 0;
  }

  .offer-change-ringtone {
    height: auto;
  }

  .offer-change-ringtone .offer-main__content {
    padding: 40px;
    width: auto;
  }

  .offer-main__img {
    width: 396px;
    height: 547px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
  }

  .offer-holidays .offer-main__img {
    width: 100%;
    max-width: 640px;
    height: auto;
    margin-bottom: 24px;
    margin-top: 0;
  }

  .offer-pink {
    height: auto;
    flex-direction: column;
    padding: 40px 40px 0 40px;
  }

  .offer-pink__content {
    width: 100%;
    margin-bottom: 40px;
  }

  .offer-pink-dragon__img,
  .offer-pink__img {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
  }

  .offer-pink-dragon__img {
    top: auto;
    transform: none;
    width: 306px;
    margin-bottom: 40px;
  }
}

@media (max-width: 920px) {
  .offer-main__content {
    width: 45%;
  }
}

@media (max-width: 890px) {
  .hit {
    width: 44.8vw;
    height: auto;
  }

  .hit__cover {
    height: auto;
  }
}

@media (max-width: 768px) {
  .subtitle {
    margin-bottom: 16px;
  }

  .full-button {
    margin-bottom: 40px;
  }

  .subtitle__link-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
  }

  .subtitle-desktop,
  .subtitle__link-link-desktop {
    display: none;
  }

  .subtitle-mobile,
  .subtitle__link-link-mobile {
    display: block;
  }

  .mt-24 {
    margin-top: 16px;
  }

  .mt-32 {
    margin-top: 8px;
  }

  .filters__item {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .footer {
    padding: 16px 0;
    margin-top: 40px;
  }

  .footer .container_type_footer {
    flex-direction: column;
    gap: 12px;
  }

  .footer__text {
    display: none;
  }

  .footer__text-mobile {
    display: block;
    flex: 1;
    text-align: left;
    width: 100%;
  }

  .header-mobile {
    margin-bottom: 40px;
  }

  .hit {
    width: 100%;
  }

  .hit__cover {
    height: auto;
  }

  .hit .player_size_big .player__button {
    transform: scale(1);
  }

  .hit__controls {
    gap: 38px;
  }

  .hit__control {
    width: 60px;
    height: 60px;
  }

  .modal-img_size_192 {
    width: 120px;
    height: 120px;
  }

  .page-control {
    margin-bottom: 24px;
  }

  .page-tabs {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
  }

  .page-tabs__item {
    padding: 20px 0;
  }

  .player__button {
    transform: scale(0.708);
  }

  .player__progressbar {
    transform: translate(-50%, -50%) scale(0.708);
  }

  .player_size_big .player__button {
    transform: scale(0.555);
  }

  .player_size_big .player__progressbar {
    transform: translate(-50%, -50%) scale(0.555);
  }

  .song {
    padding: 8px 0;
  }

  .song__cover {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
  }

  .song__content {
    max-width: calc(100% - 148px);
  }

  .song__content-more {
    max-width: calc(100% - 112px);
  }

  .song__name a,
  .song__name {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  .song__artist a,
  .song__artist {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .subscription {
    min-height: 0;
  }

  .subscription__name {
    margin-bottom: 8px;
  }

  .subscription__cover {
    height: 172px;
  }

  .subscription__content {
    padding: 12px 16px;
    height: auto;
  }

  .subscription__footer {
    margin-top: 12px;
  }

  .track-cut {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    margin: 24px 0;
  }

  .track-cut__container {
    width: 100%;
  }

  .my-track__button {
    margin-bottom: 40px;
    width: 100%;
  }

  .my-track__button .button {
    width: 100%;
  }

  .artist {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 40px;
  }

  .artist__image {
    width: 140px;
    height: 140px;
    border-radius: 12px;
  }

  .artist__name {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .artist__info {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .artist__add-favorite {
    top: 0;
  }

  .artist__controls {
    flex-direction: column;
    gap: 12px;
  }

  .artist__control {
    width: 100%;
  }

  .artist__control .button {
    width: 100%;
  }

  .artist__name .icon-approved {
    font-size: 20px;
    margin-top: 3px;
  }

  .container {
    padding: 0 20px;
  }

  .container_type_main {
    margin-bottom: -40px;
  }

  .ussd-list {
    columns: 4;
    margin-bottom: 40px;
  }

  .paragraph p,
  .paragraph a,
  .paragraph li {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .container_type_header-menu {
    padding: 0;
  }

  .header-menu__content {
    padding: 24px 20px;
  }

  .header-menu__notfound-img {
    width: 120px;
    height: 120px;
  }

  .header-menu__content-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
  }

  .header-menu__content .subtitle__link-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
  }

  .header-mobile-menu {
    padding-bottom: 60px;
  }

  .header-mobile-menu__topline {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
  }

  .header-mobile-menu__topline-part {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
  }

  .header-mobile-menu-logout {
    position: absolute;
    bottom: 14px;
    left: 0;
  }

  .main-slider__container {
    margin-top: -40px;
  }

  .main-slider__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-slider {
    height: 460px;
  }

  .main-slider__item {
    height: 260px;
  }

  .main-slider .slick-dots,
  .main-slider .slick-arrow {
    display: none !important;
  }

  .main-slider__contents {
    top: 260px;
    height: 200px;
    background: #282828;
  }

  .main-slider__contents .main-slider__item {
    height: 200px;
  }

  .main-slider__item img {
    left: 0;
  }

  .main-slider__imgs,
  .main-slider__mask {
    height: 260px;
  }

  .main-slider__song {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
    max-width: 100%;
  }

  .main-slider__artist {
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    max-width: 100%;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
  }

  .main-slider__button {
    margin-top: 24px;
  }

  .main-slider__mask:after {
    margin-left: -1083px;
  }

  .main-slider__mask:before {
    margin-left: -884px;
  }

  .main-slider__mask-inner:after {
    margin-left: -71px;
  }

  .modal.modal__opened {
    display: flex;
    flex-flow: column nowrap;
  }

  .modals__container {
    padding: 0;
  }

  .modal__container {
    flex: 1;
    width: 100%;
  }

  .modal__container-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal__close {
    width: 24px;
    height: 24px;
    font-size: 24px;
    top: 16px;
    right: 20px;
  }

  .modal {
    padding: 52px 20px 32px;
    width: 100% !important;
    border-radius: 16px 16px 0 0;
    position: fixed;
    top: 16px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    min-height: calc(100vh - 16px);
    height: calc(100vh - 16px);
    min-height: calc(var(--vh, 1vh) * 100 - 16px);
    height: calc(var(--vh, 1vh) * 100 - 16px);
  }

  .modal_no-height {
    top: auto;
    padding-bottom: 30px;
    min-height: 0;
    height: auto;
  }

  .modal_no-height .modal__buttons-row {
    bottom: auto;
    left: auto;
    right: auto;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 101;
    margin-top: 20px;
  }

  .modal__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .modal__title-mb24 {
    margin-bottom: 16px;
  }

  .modal__title-mb16 {
    margin-bottom: 12px;
  }

  .modal__retry {
    margin-bottom: 0;
  }

  .modal__subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .modal__backlink {
    top: 16px;
    left: 20px;
    height: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .backlink:before,
  .modal__backlink:before {
    font-size: 24px;
  }

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

  .modal__loader {
    padding: 0;
  }

  .modal__buttons-row {
    flex-direction: column;
    gap: 12px;
    z-index: 101;
    width: 100%;
    margin-top: 40px;
  }

  .modal__buttons-row .button {
    width: 100%;
  }

  .modal__img {
    margin-bottom: 16px;
  }

  .modal__rules-subtitle {
    margin-top: -4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 16px;
  }

  .my-track__subtext {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
    margin-top: -8px;
  }

  .my-track__uploader {
    margin-bottom: 24px;
  }

  .offer-autoradio__img-desktop,
  .offer-autoradio__img-tablet {
    display: none;
  }

  .offer-autoradio__img-mobile {
    display: block;
    height: 590px;
  }

  .container_type_offer-main {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .offer-main {
    padding: 0;
    height: auto;
  }

  .offer-change-ringtone .offer-main__content {
    padding: 24px;
    margin-bottom: 0;
    width: 100%;
  }

  .offer-main__img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 280px;
    height: auto;
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
  }

  .offer-main__img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .offer-main__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .offer-main__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
  }

  .offer-change-ringtone .offer-main__text {
    margin-bottom: 0;
  }

  .offer-change-ringtone .offer-main__content {
    width: 100%;
  }

  .offer-holidays .offer-main__img {
    width: 100%;
    margin-bottom: 24px;
  }

  .offer-pink {
    padding: 24px 24px 0 24px;
    margin-bottom: 40px;
  }

  .offer-pink__content {
    margin-bottom: 24px;
  }

  .offer-pink__img {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: calc(100% + 48px);
    margin-left: -48px;
    margin-right: -48px;
    height: 190px;
    overflow: hidden;
    align-items: flex-start;
  }

  .offer-pink__img img {
    display: block;
    margin: 0 auto;
    width: 45%;
  }

  .offer-pink__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .offer-pink__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
  }

  .offer-app {
    flex-direction: column;
    padding: 24px 24px 0 24px;
    margin-bottom: 40px;
  }

  .offer-app__content {
    width: 100%;
  }

  .offer-app__img {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    align-items: flex-start;
    margin-top: 90px;
    width: 287px;
    height: 305px;
  }

  .offer-app__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .offer-app__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
  }

  .offer-app__controls,
  .offer-app__column,
  .offer-app__control {
    width: 100%;
    max-width: 100%;
  }

  .offer-app__app-link {
    display: block;
    width: 100%;
    background: #000000;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    height: 44px;
  }

  .offer-app__app-link img {
    width: auto;
    margin: 0 auto;
    height: 44px;
  }

  .offer-app__img img {
    width: 100%;
    margin-bottom: -20%;
  }

  .page-error {
    flex-direction: column;
  }

  .page-error__img {
    order: 1;
    width: 100%;
    text-align: center;
  }

  .page-error__img img {
    max-width: 400px;
    margin: 0 auto;
  }

  .page-error__content {
    order: 2;
    width: 100%;
  }

  .page-error__img {
    margin-bottom: 16px;
  }

  .page-error__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .page-error__subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }

  .page-notfound__img {
    width: 120px;
    height: 120px;
    margin-bottom: 16px;
  }

  .page-notfound__name {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }

  .page-notfound__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .page-505__img {
    margin-bottom: 16px;
  }

  .page-505__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .page-505__subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .recommendations {
    flex-direction: column;
  }

  .recommendation {
    width: 100%;
  }

  .slider__hits:not(.slick-initialized) {
    margin-bottom: 40px;
    flex-flow: column nowrap;
  }

  .slider__hits:not(.slick-initialized) .slider__item {
    width: 100%;
  }

  .songs-list {
    flex-direction: column;
  }

  .songs-list__item {
    width: 100%;
  }

  .songs-list__button {
    margin-top: -48px;
  }

  .subss {
    flex-direction: column;
  }

  .subs {
    width: 100%;
  }

  .subscriptions-list__item {
    width: 100%;
  }

  h2,
  .h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }
}

@media (max-width: 640px) {
  .offer-pink__img img {
    width: 55%;
  }
}

@media (max-width: 570px) {
  .offer-pink__img img {
    width: 60%;
  }
}

@media (max-width: 500px) {
  .offer-pink__img img {
    width: 67%;
  }
}

@media (max-width: 450px) {
  .offer-pink__img img {
    width: 80%;
  }
}

@media (max-width: 410px) {
  .offer-pink__img img {
    width: 90%;
  }
}

@media (max-width: 370px) {
  .offer-pink__img img {
    width: 100%;
  }
}

@media (max-width: 350px) {
  .offer-pink__img img {
    width: 110%;
  }
}

@media (max-width: 321px) {
  .offer-pink__img img {
    width: 122%;
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/css/overridden.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************/
.app-page {
  flex: 1;
}

.page-control__backlink {
  cursor: pointer;
}

.subscriptions-list {
  margin-bottom: 80px;
}

.header__control-menu {
  z-index: 100;
}

.header-mobile-menu {
  z-index: 100;
}

@media (max-width: 1320px) {
  .header__control-menu {
    display: none!important;
  }
}

@media (min-width: 1321px) {
  .header-mobile-menu {
    display: none!important;
  }
}

.hit.playing .hit__controls {
  display: flex;
}
.rules-list {
  margin-bottom: 80px;
}
.rules-list .songs-list {
  margin-bottom: 32px;
}
.week__days_disabled .week__item {
  color: #d7d9dc;
}
.week__days_disabled .week__item:hover {
  border: 1px solid #d7d9dc;
}
.player {
  cursor: pointer;
}
.offer-app__control-qr img {
  border-radius: 20px;
}

.button_status_disabled {
  border: none !important;
}

.modal_pb_40 {
  padding-bottom: 90px !important;
}

.track-cut__current:first-of-type {
  background-color: black;
  color: white;
  padding: 1px 6px;
  border-radius: 13px;
  z-index: 9999;
  margin-left: -3px;
}


/*# sourceMappingURL=styles.css.map*/