* {
  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 {
  -ms-touch-action: none;
      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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      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: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: 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: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  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-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 */
  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;
}

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

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

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

.footer__left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

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

.footer__text-mobile {
  display: none;
}

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

.header .container_type_header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__search {
  -ms-flex: 1;
      flex: 1;
}

.header__search-search {
  width: 100%;
}

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

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

.header__control {
  min-width: 57px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: 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: -ms-flexbox;
  display: flex;
}

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

.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: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 12px;
  padding: 12px;
  -ms-flex-align: center;
  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;
}

.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%;
  -ms-transform: translate(0, -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:-ms-input-placeholder {
  color: #bebec9;
}

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

.song {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.song__cover {
  width: 192px;
  height: 192px;
  -ms-flex: 0 0 192px;
      flex: 0 0 192px;
}

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

.song__track {
  color: #191c22;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.song__artist {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #727281;
}

.song__install {
  margin-top: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.about {
  width: 100%;
  border: 1px solid #dfe0e5;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 80px;
}

.about__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 24px;
}

.about-block {
  padding: 32px 0;
}

.about-block + .about-block {
  border-top: 1px solid #dfe0e5;
}

.about-block__header {
  position: relative;
  padding-right: 32px;
  cursor: pointer;
}

.about-block__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.about-block__close {
  width: 24px;
  height: 24px;
  background: url("../img/plus.png") 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: rotate(0deg) translate(0, -50%);
      transform: rotate(0deg) translate(0, -50%);
  transition: all 0.2s ease;
}

.about-block.opened .about-block__close {
  -ms-transform: rotate(45deg) translate(-35%, -35%);
      transform: rotate(45deg) translate(-35%, -35%);
}

.about-block__content {
  display: none;
  padding-top: 24px;
}

.about-block__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  gap: 140px;
}

.about-block__row + .about-block__row {
  margin-top: 24px;
}

.about-block__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #191c22;
  width: 328px;
  -ms-flex: 0 0 328px;
      flex: 0 0 328px;
}

.about-block__value {
  color: #191c22;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  width: 292px;
  -ms-flex: 0 0 292px;
      flex: 0 0 292px;
}

.about-block__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #1790ff;
  text-decoration: none;
}

.about-block__link:hover {
  text-decoration: underline;
}

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

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

.container_type_main-page {
  -ms-flex: 1;
      flex: 1;
}

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

.container_type_center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
      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("../img/free-price-icon.png") 50% 50% no-repeat;
  background-size: contain;
  margin-left: 4px;
}

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

.mar8-icon {
  background: url("../img/moods-icons/8mar-icon.png") 50% 50% no-repeat;
  background-size: contain;
}

.feb14-icon {
  background: url("../img/moods-icons/14feb-icon.png") 50% 50% no-repeat;
  background-size: contain;
}

.feb23-icon {
  background: url("../img/moods-icons/23feb-icon.png") 50% 50% no-repeat;
  background-size: contain;
}

.may9-icon {
  background: url("../img/moods-icons/9may-icon.png") 50% 50% no-repeat;
  background-size: contain;
}

.logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.logo__icon {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/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;
}

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

.container_type_offer-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.offer-main__content {
  width: 44%;
}

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

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

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

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

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

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

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

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 (max-width: 1320px) {
  .wrapper {
    overflow-x: hidden;
  }

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

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

  .song__cover {
    width: 224px;
    height: 224px;
    -ms-flex: 0 0 224px;
        flex: 0 0 224px;
  }

  .song__track {
    font-size: 16px;
    line-height: 20px;
  }

  .song__artist {
    font-size: 14px;
    line-height: 20px;
  }

  .song__install {
    font-size: 16px;
    line-height: 22px;
  }

  .about {
    padding: 32px;
  }

  .about-block__label {
    width: 224px;
    -ms-flex: 0 0 224px;
        flex: 0 0 224px;
  }

  .about-block__value {
    width: 250px;
    -ms-flex: 0 0 250px;
        flex: 0 0 250px;
  }

  .container {
    width: 100%;
  }

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

  .offer-main {
    height: 356px;
    margin-bottom: 65px;
  }

  .offer-main__img {
    width: 348px;
    height: 356px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .offer-main__img img {
    width: auto;
    height: 100%;
  }

  .songs-list {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 64px;
    gap: 32px;
  }

  .songs-list__item {
    width: 100%;
  }
}

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

@media (max-width: 1050px) {
  .offer-pink {
    height: auto;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 40px 40px 0 40px;
  }

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

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

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

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

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

  .footer__text {
    display: none;
  }

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

  .song__cover {
    width: 192px;
    height: 192px;
    -ms-flex: 0 0 192px;
        flex: 0 0 192px;
  }

  .song {
    gap: 24px;
  }

  .about {
    padding: 24px;
  }

  .about-block {
    padding: 24px 0;
  }

  .about__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
  }

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

  .about-block__row {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 9px;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .about-block__label {
    width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }

  .about-block__value {
    width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .about-block__close {
    width: 20px;
    height: 20px;
  }

  .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_offer-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }

  .offer-main__content {
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    border-top: 1px solid #dfe0e5;
    padding: 24px 20px 16px;
  }

  .offer-main {
    padding: 0;
    height: auto;
  }

  .offer-main__img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 320px;
    height: auto;
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
    -ms-flex-order: 1;
    order: 1;
  }

  .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-pink {
    padding: 24px 24px 0 24px;
    margin-bottom: 40px;
  }

  .offer-pink__content {
    margin-bottom: 24px;
  }

  .offer-pink__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% + 48px);
    margin-left: -48px;
    margin-right: -48px;
    height: 190px;
    overflow: hidden;
    -ms-flex-align: start;
    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;
  }

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

  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) {
  .subtitle {
    text-align: center;
  }

  .subtitle-desktop,
  .subtitle-mobile {
    width: 100%;
  }

  .song {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 16px;
    width: 280px;
    margin: 0 auto;
  }

  .song__content {
    width: 100%;
  }

  .song__cover {
    width: 280px;
    height: 280px;
    -ms-flex: 0 0 280px;
        flex: 0 0 280px;
  }

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