@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4 {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobile-block {
  display: none; }
  @media (max-width: 1439px) {
    .mobile-block {
      display: block; } }

.wrapper_padd {
  padding-top: 112px; }
  @media (max-width: 1919px) {
    .wrapper_padd {
      padding-top: 67px; } }
  @media (max-width: 767px) {
    .wrapper_padd {
      padding-top: 61px; } }
  .wrapper_padd header {
    background: linear-gradient(90deg, #5E58C9 -16.85%, #5E58C9 -0.06%, #E46751 28.78%, #EE7B67 42.57%, #E358A2 63.24%, #E1519E 65.82%, #1FA8B4 97.62%, #189BA6 107.16%); }

* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  font-weight: normal;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #181724;
  line-height: 1.3; }

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 140px; }

.container {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box; }
  .container_big {
    max-width: 1860px; }
  .container_middle {
    max-width: 1200px; }

a {
  text-decoration: none;
  color: black; }

.button {
  text-align: center;
  align-content: center;
  outline: none !important;
  font-size: 20px;
  background: #ED4164;
  border-radius: 50px;
  border: 1px solid #ED4164;
  outline: none;
  font-weight: 500;
  display: inline-block;
  padding: 20px 60px;
  cursor: pointer;
  color: #fff;
  user-select: none;
  transition: .3s;
  position: relative; }
  .button:hover {
    background: #DB2C4F;
    border-color: #DB2C4F; }
  .button[disabled] {
    background: #FEC2CE;
    border-color: #FEC2CE; }
  @media (max-width: 1919px) {
    .button {
      font-size: 15px;
      padding: 12px 60px; } }
  @media (max-width: 767px) {
    .button {
      padding: 7px 33px;
      font-size: 11px; } }

img {
  max-width: 100%; }

.container_mid {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box; }

h1 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 68px;
  color: #fff; }
  @media (max-width: 1919px) {
    h1 {
      font-size: 30px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 24px; } }

h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #242424;
  font-size: 50px; }
  @media (max-width: 1439px) {
    h2 {
      font-size: 34px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 22px; } }

h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 36px;
  color: #242424; }
  @media (max-width: 1023px) {
    h3 {
      font-size: 18px; } }

h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.005em; }
  @media (max-width: 767px) {
    h4 {
      font-size: 20px; } }

p {
  margin: 0 0 15px 0;
  line-height: 150%; }
  @media (max-width: 767px) {
    p {
      margin-bottom: 7px;
      line-height: 125%; } }
  p:last-child {
    margin-bottom: 0; }

.checkbox-row {
  user-select: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all ease .3s;
  margin: 0;
  color: #C2C2C2;
  font-weight: bold; }

.column {
  display: flex;
  flex-direction: column;
  align-items: start; }

.filter-text {
  font-size: 17px; }
  @media (max-width: 767px) {
    .filter-text {
      font-size: 16px; } }
  .checkbox-row .filter-text {
    color: #7A7A7A; }
  .checkbox-row_inv .filter-text {
    color: #4A4A4A; }
  .radio-row_inv .filter-text {
    color: #4A4A4A; }

input, textarea {
  padding: 8px 16px;
  transition: all ease .3s;
  width: 100%;
  border: 1px solid #999999;
  border-radius: 5px;
  outline: none; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    padding: 0;
    margin: 0; }

.error-input {
  position: relative; }
  .error-input:before {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FF6C6C;
    font-size: 16px; }
    @media (max-width: 767px) {
      .error-input:before {
        font-size: 12px; } }

.checkbox-row .search-text {
  margin: 0;
  cursor: pointer; }

.checkbox {
  position: relative;
  vertical-align: top;
  display: flex;
  align-items: center; }

.checkbox-field {
  display: none; }

.checkbox-field:checked + .checkbox-label:after {
  border-color: #19D1DD;
  animation: check .5s; }

.checkbox-field:checked + .checkbox-label {
  background: transparent;
  border: 1px solid #444444; }

.checkbox-label {
  width: 25px;
  height: 25px;
  transition: background-color .3s, border-color .3s;
  backface-visibility: hidden;
  will-change: background-color, border-color;
  display: block;
  margin-right: 10px;
  position: relative;
  border-radius: 3px;
  border: 1px solid #444444;
  background: #FFFFFF; }

.checkbox-label:after {
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 7px;
  height: 9px;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  content: "";
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top; }

@keyframes check {
  0% {
    width: 0;
    height: 0; }
  25% {
    width: 1px;
    height: 2px; }
  50% {
    width: 3px;
    height: 5px; } }

.radio-row {
  user-select: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all ease .3s;
  margin: 0;
  color: #C2C2C2; }

.filter-text {
  font-size: 18px;
  color: black;
  font-weight: 400; }
  @media (max-width: 767px) {
    .filter-text {
      font-size: 16px; } }
  .radio-row_inv .filter-text {
    color: #FFFFFF; }

.radio-row .search-text {
  margin: 0;
  cursor: pointer; }

.radio {
  position: relative;
  vertical-align: top;
  display: flex;
  align-items: center; }

.radio-field {
  display: none; }

.radio-field:checked + .radio-label:after {
  background-color: #FC4C02; }

.radio-field:checked + .radio-label {
  border-color: #E4E4E4;
  background-color: #F7F8FA; }

.radio-label {
  width: 24px;
  height: 24px;
  transition: background-color .3s, border-color .3s;
  backface-visibility: hidden;
  will-change: background-color, border-color;
  display: block;
  margin-right: 10px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  background-color: white; }

.radio-label:after {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 50%;
  background-color: transparent;
  transition: background-color ease .3s; }

#mobile-menu-button {
  width: 30px;
  height: 30px;
  padding: 5px;
  margin-left: 48px;
  box-sizing: content-box;
  position: relative;
  cursor: pointer;
  min-width: 0;
  display: none;
  transition: .3s; }
  .mobile-menu-open #mobile-menu-button {
    background: #F7F7F9;
    border-radius: 50%; }

.mobile-menu_open {
  overflow: hidden !important; }

#mobile-menu-button span:after,
#mobile-menu-button span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100% !important; }
  .mobile-menu-open #mobile-menu-button span:after, .mobile-menu-open
  #mobile-menu-button span:before {
    top: -9px; }

#mobile-menu-button span:after {
  top: 8px; }
  .mobile-menu-open #mobile-menu-button span:after {
    top: 9px; }

#mobile-menu-button span {
  position: absolute;
  display: block;
  top: 50%; }

#mobile-menu-button span,
#mobile-menu-button span:after,
#mobile-menu-button span:before {
  width: calc(100% - 10px);
  height: 3px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 16px; }

/* on activation */
.mobile-menu-open #mobile-menu-button span,
.mobile-menu-open #mobile-menu-button span:after,
.mobile-menu-open #mobile-menu-button span:before {
  background-color: #fff; }

.mobile-menu-open #mobile-menu-button span {
  background-color: transparent; }

.mobile-menu-open #mobile-menu-button span:before {
  transform: rotate(45deg) translate(5px, 5px);
  background-color: #666a70; }

.mobile-menu-open #mobile-menu-button span:after {
  transform: rotate(-45deg) translate(7px, -8px);
  background-color: #666a70; }

.mobile-menu-open #mobile-menu-button + #menu {
  opacity: 1;
  visibility: visible; }

.mobile-menu {
  position: fixed;
  top: 0;
  padding: 20px 20px 40px 20px;
  left: -300px;
  overflow-y: auto;
  width: 260px;
  max-width: 466px;
  background: #fff;
  z-index: 10;
  transition: .3s;
  height: 100vh;
  box-shadow: 0 4px 12px #0000000a;
  user-select: none; }
  .mobile-menu_open .mobile-menu {
    left: 0; }
  .mobile-menu__item {
    margin-bottom: 14px; }
  .mobile-menu__title {
    font-size: 18px; }
    .mobile-menu__title:hover {
      cursor: pointer; }
  .mobile-menu__sub {
    display: none; }
    .mobile-menu__sub-item {
      display: block;
      font-size: 15px;
      margin-bottom: 8px;
      transition: .3s; }
      .mobile-menu__sub-item:hover {
        transform: translateX(-10px); }
      .mobile-menu__sub-item:first-child {
        margin-top: 10px; }

.mobile-menu-open .mobile-menu {
  left: 0; }

.submenu-action.active .arrow:after {
  transform: rotate(180deg); }

.popup-open {
  overflow: hidden; }

@media (max-width: 1023px) {
  .dropdown.active .dropdown__items-wrap {
    visibility: visible;
    opacity: 1; } }

.dropdown {
  position: relative; }
  .dropdown svg {
    transition: .3s;
    margin-left: 7px; }
  .dropdown:hover .dropdown__items-wrap {
    visibility: visible;
    opacity: 1; }
  .dropdown__items {
    padding: 15px 20px;
    background: #F7F9FA;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: 350px;
    position: absolute;
    top: 40px;
    left: 0px; }
    @media (max-width: 1919px) {
      .dropdown__items {
        width: 300px; } }
    @media (max-width: 767px) {
      .dropdown__items {
        width: 210px; } }
    .header__lang .dropdown__items {
      width: max-content;
      max-width: 200px; }
    .dropdown__items a {
      color: #3a4145;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 25px; }
      .dropdown__items a:last-child {
        margin-bottom: 0; }
    .dropdown__items-wrap {
      padding-top: 40px;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      transition: .3s;
      height: 0; }
  .dropdown.header__lang .dropdown__items-wrap {
    left: -30px; }

@media (max-width: 767px) {
  .navigation-fixed {
    padding-top: 80px; }
    .navigation-fixed .filter {
      top: 123px;
      position: fixed; }
    .navigation-fixed .navigation {
      margin-top: 0;
      position: fixed;
      background: white;
      left: 0;
      top: 63px;
      z-index: 10;
      width: 100%;
      padding: 0 15px; }
      .navigation-fixed .navigation .navigation__search svg {
        right: 50px; } }

header {
  padding: 25px 0 8px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  left: 0; }
  header:after {
    content: '';
    background: linear-gradient(90deg, #5E58C9 -16.85%, #5E58C9 -0.06%, #E46751 28.78%, #EE7B67 42.57%, #E358A2 63.24%, #E1519E 65.82%, #1FA8B4 97.62%, #189BA6 107.16%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    z-index: -1;
    opacity: 0; }
    @media (max-width: 767px) {
      header:after {
        opacity: 1 !important; } }
  header:before {
    content: '';
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    z-index: -1;
    opacity: 1; }
    @media (max-width: 767px) {
      header:before {
        opacity: 0 !important; } }
  @media (max-width: 1919px) {
    header {
      padding: 15px 0 3px 0; } }
  @media (max-width: 1023px) {
    header {
      padding: 12px 0 11px; } }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header__logo {
    margin-right: 60px; }
    @media (max-width: 1023px) {
      .header__logo {
        margin-right: 10px; } }
    @media (max-width: 1919px) {
      .header__logo svg {
        width: 205px;
        height: 50px; } }
    @media (max-width: 1023px) {
      .header__logo svg {
        width: 180px;
        height: 45px; } }
    @media (max-width: 767px) {
      .header__logo svg {
        width: 120px;
        height: 30px; } }
  .header__account {
    display: none; }
  .header__links {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .header__links {
        display: none; } }
  .header__link {
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    margin-left: 50px;
    position: relative; }
    .header__link:before {
      transition: .3s;
      content: '';
      width: 0;
      height: 2px;
      background: #ffffff;
      border-radius: 5px;
      position: absolute;
      left: 0;
      bottom: -6px; }
    .header__link:hover {
      cursor: pointer; }
      .header__link:hover:before {
        width: 100%; }
    @media (max-width: 1919px) {
      .header__link {
        margin-left: 40px;
        font-size: 17px; } }
    @media (max-width: 1023px) {
      .header__link {
        font-size: 15px;
        margin-left: 25px; } }
    .header__link_social {
      position: relative;
      display: none; }
      .header__link_social.active span svg {
        transform: rotate(180deg); }
      @media (max-width: 1919px) {
        .header__link_social {
          display: flex;
          align-items: center; } }
      .header__link_social svg {
        transition: .3s;
        margin-left: 6px; }
    .header__link-wrap {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      width: 365px;
      top: 50px;
      left: 0;
      transition: .3s;
      background: #FFFFFF;
      box-shadow: 1px 2px 15px rgba(57, 99, 164, 0.08);
      border-radius: 5px;
      padding: 40px 70px 30px 40px; }
      @media (max-width: 1279px) {
        .header__link-wrap {
          padding: 20px 35px 15px 20px;
          width: 290px; } }
      @media (max-width: 1023px) {
        .header__link-wrap {
          left: -40px; } }
      .active .header__link-wrap {
        visibility: visible;
        opacity: 1; }
    .header__link-close {
      position: absolute;
      top: 20px;
      right: 20px;
      transition: .3s; }
      .header__link-close:hover {
        cursor: pointer;
        transform: scale(1.1); }
    .header__link-title {
      font-size: 16px;
      margin-bottom: 20px;
      font-weight: 600;
      color: #7c7c84; }
    .header__link-items {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin: 0 -15px; }
      @media (max-width: 1279px) {
        .header__link-items {
          margin: 0 -5px; }
          .mobile-menu .header__link-items {
            margin: 0 -13px; } }
    .header__link-item {
      margin: 0 15px 10px 15px;
      transition: .3s; }
      .header__link-item:hover {
        transform: scale(1.1); }
      @media (max-width: 1279px) {
        .header__link-item {
          margin: 0 5px 10px 5px; }
          .mobile-menu .header__link-item {
            margin: 0 13px 10px 13px; } }
  @media (max-width: 1919px) {
    .header__socials {
      display: none; } }
  .header__social {
    margin-left: 25px; }
    .header__social svg {
      transition: .3s; }
      .header__social svg:hover {
        transform: scale(1.1); }
    .header__social:first-child {
      margin-left: 0; }
  .header__apps {
    margin-left: 40px; }
    @media (max-width: 1919px) {
      .header__apps {
        display: none; } }
  .header__app {
    margin-left: 20px; }
    .header__app:first-child {
      margin-left: 0; }
      .header__app:first-child svg {
        width: 25px; }
  .header__lang {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-left: 40px; }
    .header__lang:hover {
      cursor: pointer; }
    @media (max-width: 1919px) {
      .header__lang {
        font-size: 18px; } }
    @media (max-width: 1023px) {
      .header__lang {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .header__lang {
        display: none; } }
    .header__lang svg {
      width: 14px;
      transition: .3s; }
    .header__lang:hover svg {
      transform: rotate(180deg); }
    .header__lang .dropdown__items {
      background: none;
      top: 66px;
      padding: 0;
      left: -40px; }
      @media (max-width: 1919px) {
        .header__lang .dropdown__items {
          top: 42px; } }
      .header__lang .dropdown__items a {
        background: rgba(154, 163, 194, 0.8);
        padding: 10px 40px;
        color: #fff;
        margin: 0; }
        .header__lang .dropdown__items a:first-child {
          border-bottom: 1px solid #ffffff; }
  .header__account {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    align-items: center;
    margin-left: 40px; }
    .header__account:hover {
      cursor: pointer; }
    @media (max-width: 1919px) {
      .header__account {
        font-size: 18px; } }
    @media (max-width: 1023px) {
      .header__account {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .header__account {
        display: none; } }
    .header__account svg:last-child {
      width: 14px;
      transition: .3s; }
    .header__account:hover svg:nth-child(3) {
      transform: rotate(180deg); }
    .header__account .dropdown__items-wrap {
      left: 50%; }
    .header__account .dropdown__items {
      transform: translateX(-50%);
      background: none;
      top: 66px;
      padding: 0; }
      @media (max-width: 1919px) {
        .header__account .dropdown__items {
          top: 42px; } }
      .header__account .dropdown__items a {
        background: rgba(154, 163, 194, 0.8);
        padding: 10px 40px;
        color: #fff;
        margin: 0; }
        .header__account .dropdown__items a:first-child {
          border-bottom: 1px solid #ffffff; }

#mobile-menu-button {
  display: none;
  z-index: 1; }
  @media (max-width: 767px) {
    #mobile-menu-button {
      display: block; } }

.mobile-bg {
  background: rgba(42, 63, 149, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  visibility: hidden;
  transition: .3s;
  opacity: 0; }
  .mobile-menu-open .mobile-bg {
    visibility: visible;
    opacity: 1; }

.mobile-menu__logo {
  margin-bottom: 30px; }
  .mobile-menu__logo svg {
    width: 150px; }

.mobile-menu__links {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }

.mobile-menu__link {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500; }

.mobile-menu__langs {
  margin: 40px -5px 0 -5px;
  display: flex; }

.mobile-menu__lang {
  margin: 0 5px;
  color: #CACBD1;
  font-size: 13px;
  transition: .3s;
  font-weight: 500;
  padding: 8px 20px;
  border: 1px solid #CACBD1;
  border-radius: 15px; }
  .mobile-menu__lang:hover {
    cursor: pointer; }
  .mobile-menu__lang.active {
    background: #ED4164;
    border-color: #ED4164;
    color: #fff; }

@media (max-width: 767px) {
  .account .header__account .dropdown__items-wrap {
    left: -30px; } }

.account .header__account .dropdown__items a {
  padding: 25px 30px;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center; }
  @media (max-width: 1919px) {
    .account .header__account .dropdown__items a span {
      font-size: 17px; } }
  @media (max-width: 767px) {
    .account .header__account .dropdown__items a span {
      font-size: 14px; } }
  @media (max-width: 1919px) {
    .account .header__account .dropdown__items a {
      font-size: 17px;
      padding: 22px 30px; } }
  @media (max-width: 767px) {
    .account .header__account .dropdown__items a {
      font-size: 14px;
      padding: 14px 20px; }
      .account .header__account .dropdown__items a span {
        display: block; } }

.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  transition: all ease 0.4s;
  z-index: 105;
  background: rgba(57, 57, 63, 0.2); }
  .popup__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .popup__button-cancel {
    margin-right: 10px;
    background: transparent;
    color: #ED4164; }
    .popup__button-cancel:hover {
      color: #fff; }
  .popup__socials-item {
    display: flex;
    align-items: center;
    margin-bottom: 33px; }
    @media (max-width: 1919px) {
      .popup__socials-item {
        margin-bottom: 24px; } }
    @media (max-width: 767px) {
      .popup__socials-item {
        margin-bottom: 15px; } }
  @media (max-width: 1919px) {
    .popup__socials-icon svg {
      width: 35px; } }
  @media (max-width: 767px) {
    .popup__socials-icon svg {
      width: 25px; } }
  .popup__socials-name {
    font-size: 22px;
    font-weight: 500;
    margin: 0 20px; }
    @media (max-width: 1919px) {
      .popup__socials-name {
        font-size: 17px; } }
  .popup__socials-edit {
    margin-left: auto;
    transition: .3s; }
    .popup__socials-edit:hover {
      transform: scale(1.1);
      cursor: pointer; }
    @media (max-width: 1919px) {
      .popup__socials-edit svg {
        width: 30px; } }
    @media (max-width: 767px) {
      .popup__socials-edit svg {
        width: 25px; } }
  @media (max-width: 1919px) {
    .popup-link__icon svg {
      width: 35px; } }
  @media (max-width: 767px) {
    .popup-link__icon svg {
      width: 25px; } }
  .popup-link__name {
    font-size: 22px;
    font-weight: 500;
    margin: 0 20px; }
    @media (max-width: 1919px) {
      .popup-link__name {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .popup-link__name {
        font-size: 14px; } }
  .popup-link__left {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .popup-link__left {
        order: 0; } }
  .popup-link__input {
    width: 100%;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .popup-link__input {
        margin-bottom: 20px;
        order: 1; } }
  .popup-link__del {
    display: flex;
    align-items: center;
    transition: .3s;
    margin-left: auto; }
    .popup-link__del span {
      transition: .3s; }
    .popup-link__del:hover {
      cursor: pointer; }
      .popup-link__del:hover span {
        transform: translateX(5px); }
    @media (max-width: 767px) {
      .popup-link__del {
        order: 2;
        margin-left: 0; } }
    .popup-link__del span {
      font-size: 20px;
      font-weight: 500;
      margin-left: 8px; }
      @media (max-width: 1919px) {
        .popup-link__del span {
          font-size: 15px; } }
  .popup-link__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    .popup-link__itemm {
      margin-bottom: 40px; }
    @media (max-width: 767px) {
      .popup-link__item {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .popup-link__item {
        flex-wrap: nowrap;
        flex-direction: column;
        margin-bottom: 15px;
        align-items: flex-start; } }

.popup-body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  margin-right: 15px;
  margin-left: 15px; }

.popup-content {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  position: relative;
  padding: 40px 50px;
  color: #000;
  max-width: 700px;
  transition: .3s; }
  @media (max-width: 767px) {
    .popup-content {
      padding: 20px; } }
  .popup-content iframe {
    width: 100%; }

.popup-cross {
  position: absolute;
  right: 20px;
  transition: .3s;
  top: 20px; }
  .popup-cross svg {
    width: 15px;
    height: 15px; }
  .popup-cross:hover {
    cursor: pointer;
    transform: scale(1.3); }

.hide {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s; }

.popup__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px; }
  @media (max-width: 1919px) {
    .popup__title {
      font-size: 18px; } }
  @media (max-width: 1023px) {
    .popup__title {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .popup__title {
      font-size: 14px;
      margin-bottom: 15px; } }

.delete-fm__content {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }

.delete-fm__city {
  font-size: 30px;
  font-weight: 600; }
  @media (max-width: 1919px) {
    .delete-fm__city {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .delete-fm__city {
      font-size: 16px; } }

.delete-fm__fm {
  font-size: 30px;
  margin-left: 40px;
  font-weight: 600; }
  @media (max-width: 1919px) {
    .delete-fm__fm {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .delete-fm__fm {
      font-size: 16px; } }

.delete-fm__desc {
  color: #666A70;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 50px; }
  @media (max-width: 1919px) {
    .delete-fm__desc {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .delete-fm__desc {
      font-size: 13px;
      margin-bottom: 15px; } }

.delete-fm__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.delete-fm__button-cancel {
  margin-right: 10px;
  background: transparent;
  color: #ED4164; }

.popup-pass__input {
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 1919px) {
    .popup-pass__input {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .popup-pass__input {
      margin-bottom: 15px; } }
  .popup-pass__input label {
    font-size: 20px;
    font-weight: 600;
    color: #666A70;
    display: block;
    margin-bottom: 10px; }
    @media (max-width: 1919px) {
      .popup-pass__input label {
        margin-bottom: 5px;
        font-size: 15px; } }
  .popup-pass__input svg {
    position: absolute;
    top: 41px;
    right: 15px; }
    @media (max-width: 1919px) {
      .popup-pass__input svg {
        width: 30px;
        top: 30px; } }
    @media (max-width: 767px) {
      .popup-pass__input svg {
        width: 25px;
        top: 25px; } }

.popup-pass__error {
  color: #E34D38;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px; }
  @media (max-width: 1919px) {
    .popup-pass__error {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .popup-pass__error {
      margin-bottom: 20px;
      font-size: 13px; } }

.popup-genre-wrap {
  max-height: 40vh;
  overflow: auto;
  margin-bottom: 20px;
  padding-right: 10px; }
  .popup-genre-wrap::-webkit-scrollbar {
    width: 7px;
    height: 0px; }
    .popup-genre-wrap::-webkit-scrollbar-track {
      background: #E9EAEC;
      border-radius: 5px; }
    .popup-genre-wrap::-webkit-scrollbar-thumb {
      background: linear-gradient(90.45deg, #F07D38 0.43%, #EB2677 99.65%);
      border-radius: 5px; }
  .popup-genre-wrap::-webkit-scrollbar-thumb {
    color: #ED4164; }

.popup-genre__item {
  border-radius: 15px;
  padding: 13px 30px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  background: #F6F8F9;
  transition: .3s; }
  @media (max-width: 1919px) {
    .popup-genre__item {
      font-size: 17px;
      padding: 12px 20px; } }
  @media (max-width: 767px) {
    .popup-genre__item {
      font-size: 14px;
      margin-bottom: 7px; } }
  .popup-genre__item.active, .popup-genre__item:hover {
    color: white;
    cursor: pointer;
    background: #ED4164; }

.popup-add-social .popup-add-social__title {
  text-align: center;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .popup-add-social .popup-add-social__title {
      margin-bottom: 20px; } }

.popup-add-social__items {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px 50px -15px; }
  @media (max-width: 1919px) {
    .popup-add-social__items {
      margin: 0 -10px 40px -10px; } }
  @media (max-width: 767px) {
    .popup-add-social__items {
      flex-wrap: wrap;
      margin: 0 -10px 0px -10px; } }

.popup-add-social__item {
  margin: 0 10px;
  transition: .3s; }
  .popup-add-social__item:hover {
    transform: scale(1.1);
    cursor: pointer; }
  @media (max-width: 1919px) {
    .popup-add-social__item svg {
      width: 35px; } }
  @media (max-width: 767px) {
    .popup-add-social__item {
      width: calc(25% - 30px);
      margin: 0 10px 20px 10px;
      text-align: center; } }

.popup-del .popup-link__desc {
  font-size: 20px;
  font-weight: 600;
  color: #666A70;
  margin-top: 20px; }
  @media (max-width: 1919px) {
    .popup-del .popup-link__desc {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .popup-del .popup-link__desc {
      font-size: 13px;
      margin-top: 10px; } }

.header-fixed header:before {
  opacity: 0; }

.header-fixed header:after {
  opacity: 1; }

.index-head {
  position: relative; }
  @media (max-width: 767px) {
    .index-head__bg {
      width: 100%;
      height: 130px;
      background: linear-gradient(90deg, #5E58C9 -16.85%, #5E58C9 -0.06%, #E46751 28.78%, #EE7B67 42.57%, #E358A2 63.24%, #E1519E 65.82%, #1FA8B4 97.62%, #189BA6 107.16%); } }
  .index-head__bg video {
    width: 100%; }
    @media (max-width: 767px) {
      .index-head__bg video {
        display: none; } }
  .index-head__title {
    max-width: 600px;
    transform: translateY(-50%);
    position: absolute;
    top: 60%;
    z-index: 1; }
    @media (max-width: 1919px) {
      .index-head__title {
        top: 70%; } }

.navigation {
  margin-top: 30px;
  display: flex;
  position: relative;
  height: 60px; }
  @media (max-width: 767px) {
    .navigation {
      margin-top: 20px; } }
  .navigation-wrap {
    position: relative; }
  .navigation__items {
    display: flex;
    align-items: center;
    transition: .3s;
    z-index: 2; }
    .search-open .navigation__items {
      opacity: 0;
      visibility: hidden; }
  .navigation__item {
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    margin-right: 40px;
    transition: .3s; }
    .navigation__item:hover {
      cursor: pointer; }
      .navigation__item:hover span, .navigation__item:hover svg {
        color: #ED4164; }
    @media (max-width: 1919px) {
      .navigation__item {
        margin-right: 25px;
        font-size: 15px; } }
    @media (max-width: 767px) {
      .navigation__item {
        font-size: 13px;
        margin-right: 20px; } }
    .navigation__item svg {
      transition: .3s; }
    .navigation__item span {
      transition: .3s;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .navigation__item span {
          display: none; } }
  .navigation__search {
    height: 60px;
    position: relative;
    width: 100%; }
    .navigation__search.focus .search__cross {
      visibility: visible;
      opacity: 1; }
    .navigation__search.focus .search-icon {
      color: #ED4164; }
    .navigation__search .search__cross {
      position: absolute;
      top: 12px;
      right: 90px;
      visibility: hidden;
      opacity: 0;
      transition: .3s; }
      @media (max-width: 1919px) {
        .navigation__search .search__cross {
          right: 80px; } }
      @media (max-width: 767px) {
        .navigation__search .search__cross {
          right: 50px; } }
      .navigation__search .search__cross svg {
        position: static;
        color: #666A70; }
    @media (max-width: 1919px) {
      .navigation__search svg {
        width: 30px; } }
    @media (max-width: 767px) {
      .navigation__search svg {
        width: 25px; } }
    .search-open .navigation__search {
      position: absolute;
      left: 0;
      top: 0; }
    .navigation__search input {
      font-size: 15px;
      padding: 0 70px 0 30px;
      background: #F6F8F9;
      border: 1px solid #CACBD1;
      border-radius: 30px;
      width: 100%;
      height: 100%;
      font-weight: 500; }
      .navigation__search input:focus {
        background: #F6F8F9 !important; }
      .navigation__search input::placeholder {
        color: #666A70; }
      @media (max-width: 767px) {
        .navigation__search input {
          display: none; } }
      @media (max-width: 767px) {
        .search-open .navigation__search input {
          display: block; } }
    .navigation__search svg {
      position: absolute;
      top: 10px;
      right: 20px; }
      .navigation__search svg:hover {
        cursor: pointer; }

@media (max-width: 767px) {
  .navigation__item_filter span {
    display: block; } }

.radio {
  margin-top: 50px;
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    .radio {
      margin-top: 20px; } }
  .radio-wrap {
    overflow: hidden; }
  .radio__items {
    width: -webkit-fill-available;
    display: flex;
    margin: 0 -30px;
    flex-wrap: wrap; }
    @media (max-width: 1023px) {
      .radio__items {
        margin: 0 -20px; } }
  .radio__item {
    margin: 0 30px 60px 30px;
    width: calc(14.28% - 60px); }
    @media (min-width: 1024px) {
      .radio__item:hover {
        cursor: pointer; }
        .radio__item:hover .radio__item-button-wrap {
          visibility: visible;
          opacity: 1; }
        .radio__item:hover .radio__item-like {
          visibility: visible;
          opacity: 1; } }
    @media (max-width: 1919px) {
      .radio__item {
        width: calc(20% - 60px); } }
    @media (max-width: 1023px) {
      .radio__item {
        width: calc(25% - 40px);
        margin: 0 20px 40px 20px; } }
    @media (max-width: 767px) {
      .radio__item {
        width: calc(50% - 30px);
        margin: 0 15px 20px 15px; } }
    .radio__item-img {
      margin: 0 auto;
      width: 186px;
      border-radius: 50%;
      position: relative;
      box-shadow: 50px 30px 40px rgba(103, 113, 168, 0.16);
      font-size: 0;
      height: 186px; }
      @media (max-width: 1919px) {
        .radio__item-img {
          height: 133px;
          width: 133px; } }
      @media (max-width: 1023px) {
        .radio__item-img {
          height: 128px;
          width: 128px; } }
      @media (max-width: 767px) {
        .radio__item-img {
          height: 108px;
          width: 108px; } }
      .radio__item-img img {
        width: 100%;
        transition: .3s;
        height: 100%;
        padding: 8px;
        border-radius: 50%;
        object-fit: cover; }
    .radio__item-title {
      font-size: 20px;
      font-weight: 600;
      color: #181724;
      margin-top: 16px;
      margin-bottom: 5px;
      text-align: center; }
      @media (max-width: 1919px) {
        .radio__item-title {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .radio__item-title {
          font-size: 13px; } }
    .radio__item-desc {
      color: #666A70;
      font-size: 14px;
      text-align: center; }
      @media (max-width: 1919px) {
        .radio__item-desc {
          font-size: 12px; } }
      @media (max-width: 767px) {
        .radio__item-desc {
          font-size: 11px; } }
    .radio__item-like {
      width: 60px;
      height: 60px;
      background: #FDFDFD;
      border: 1px solid #CACBD1;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      position: absolute;
      top: -5px;
      transition: .3s;
      right: 0px;
      visibility: hidden;
      opacity: 0; }
      .radio__item-like svg {
        width: 35px;
        height: 35px; }
      @media (max-width: 1023px) {
        .radio__item-like {
          visibility: visible;
          opacity: 1; } }
      .radio__item-like.active {
        color: #ED4164;
        visibility: visible;
        opacity: 1; }
        .radio__item-like.active svg:first-child {
          visibility: hidden;
          opacity: 0; }
        .radio__item-like.active svg:last-child {
          visibility: visible;
          opacity: 1; }
      @media (max-width: 1919px) {
        .radio__item-like {
          width: 45px;
          height: 45px; } }
      @media (max-width: 767px) {
        .radio__item-like {
          width: 40px;
          height: 40px; } }
      .radio__item-like svg {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        transition: .3s;
        color: #8F9096; }
        .radio__item-like svg:first-child {
          visibility: visible;
          opacity: 1; }
        .radio__item-like svg:last-child {
          visibility: hidden;
          opacity: 0; }
        @media (max-width: 1919px) {
          .radio__item-like svg {
            width: 26px; } }
        @media (max-width: 767px) {
          .radio__item-like svg {
            width: 20px; } }
    .radio__item-button-wrap {
      background: linear-gradient(90.45deg, #F07D38 0.43%, #EB2677 99.65%);
      position: absolute;
      bottom: -10px;
      right: -5px;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: flex;
      transition: .3s;
      align-items: center;
      justify-content: center;
      visibility: hidden;
      opacity: 0; }
      @media (max-width: 1919px) {
        .radio__item-button-wrap {
          height: 60px;
          width: 60px; } }
      @media (max-width: 767px) {
        .radio__item-button-wrap {
          width: 50px;
          height: 50px; } }
      .radio__item-button-wrap:hover {
        cursor: pointer; }
        .radio__item-button-wrap:hover .radio__item-button {
          transform: scale(1.1); }
      .active .radio__item-button-wrap {
        visibility: visible;
        opacity: 1; }
    .radio__item-button {
      visibility: hidden;
      opacity: 0;
      transition: .3s;
      position: absolute;
      font-size: 0; }
      .radio__item-button svg {
        width: 100%; }
      .radio__item-button.radio__item-play {
        width: 100%;
        height: 100%; }
        .radio__item-button.radio__item-play svg {
          top: 24px;
          left: 3px;
          position: absolute; }
          @media (max-width: 1919px) {
            .radio__item-button.radio__item-play svg {
              width: 20px;
              top: 14px;
              left: 23px; } }
          @media (max-width: 1023px) {
            .radio__item-button.radio__item-play svg {
              width: 15px;
              left: 24px; } }
          @media (max-width: 767px) {
            .radio__item-button.radio__item-play svg {
              left: 19px;
              top: 9px; } }
      .radio__item-button.radio__item-stop {
        position: absolute;
        width: 100%;
        height: 100%; }
        .radio__item-button.radio__item-stop svg {
          position: absolute;
          top: 26px; }
          @media (max-width: 1919px) {
            .radio__item-button.radio__item-stop svg {
              width: 20px;
              top: 16px;
              left: 20px; } }
          @media (max-width: 767px) {
            .radio__item-button.radio__item-stop svg {
              top: 12px;
              left: 18px;
              width: 15px; } }
      .radio__item-button.active {
        visibility: visible;
        opacity: 1; }

.filter {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100px;
  opacity: 0;
  width: 100%;
  padding: 30px 15px;
  z-index: 10;
  transition: .3s;
  background: #F7F7F9; }
  @media (max-width: 1919px) {
    .filter {
      padding: 20px 15px; } }
  @media (max-width: 767px) {
    .filter {
      padding: 10px 15px;
      position: fixed;
      height: 100vh !important;
      top: 0 !important;
      z-index: 10000; } }
  .filter__content {
    padding-top: 30px;
    position: relative; }
    @media (max-width: 767px) {
      .filter__content {
        display: flex;
        height: 100vh; } }
  .open-filter .filter {
    visibility: visible;
    opacity: 1;
    height: auto; }
  .filter__close {
    position: absolute;
    right: 20px;
    top: -10px;
    transition: .3s; }
    @media (max-width: 767px) {
      .filter__close {
        top: 0; } }
    .filter__close span {
      display: none;
      color: #2A3F95;
      font-size: 12px; }
    .filter__close svg {
      color: #2A3F95; }
    .filter__close:hover {
      transform: scale(1.1);
      cursor: pointer; }
    @media (max-width: 767px) {
      .filter__close {
        display: flex;
        align-items: center; }
        .filter__close svg {
          width: 14px;
          color: #2A3F95;
          margin-right: 4px; }
        .filter__close span {
          display: block; } }
  .filter__reset {
    display: flex;
    align-items: center;
    margin-left: 57px; }
    @media (max-width: 1919px) {
      .filter__reset {
        margin-left: 40px; } }
    @media (max-width: 767px) {
      .filter__reset {
        margin-left: 0; } }
    .filter__reset span {
      transition: .3s; }
    .filter__reset:hover {
      cursor: pointer; }
      .filter__reset:hover span {
        transform: translateX(3px); }
    @media (max-width: 767px) {
      .filter__reset {
        justify-content: center;
        position: static; } }
    .filter__reset span {
      font-weight: 500;
      color: #666A70;
      font-size: 20px; }
      @media (max-width: 1919px) {
        .filter__reset span {
          font-size: 15px; } }
      @media (max-width: 767px) {
        .filter__reset span {
          font-size: 13px; } }
    .filter__reset svg {
      margin-right: 10px; }
      @media (max-width: 767px) {
        .filter__reset svg {
          width: 11px; } }
  .filter__title {
    font-weight: 600;
    font-size: 22px;
    color: #181724;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .filter__title .filter__hide {
      font-size: 16px;
      color: #2A3F95;
      font-weight: 500; }
      @media (max-width: 1919px) {
        .filter__title .filter__hide {
          font-size: 13px; } }
      @media (max-width: 767px) {
        .filter__title .filter__hide {
          font-size: 12px;
          position: absolute;
          bottom: -12px;
          left: 0; } }
      @media (max-width: 767px) {
        .filter__title .filter__hide svg {
          width: 12px; } }
      .filter__title .filter__hide span {
        margin-right: 11px; }
    @media (max-width: 1919px) {
      .filter__title {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 500; } }
    .filter__title-icon {
      padding: 10px; }
      .filter__title-icon:hover {
        cursor: pointer; }
    @media (max-width: 767px) {
      .filter__title {
        font-size: 13px; } }
  .filter__items {
    display: flex;
    align-items: center;
    margin: 0 -4px;
    flex-wrap: wrap;
    width: 100%; }
  .filter__item {
    margin: 0 4px 15px 4px;
    border: 1px solid #CACBD1;
    border-radius: 20px;
    padding: 7px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #181724;
    transition: .3s; }
    @media (max-width: 1919px) {
      .filter__item {
        margin: 0 4px 10px 4px;
        font-size: 13px;
        padding: 5px 25px; } }
    @media (max-width: 767px) {
      .filter__item {
        font-size: 11px;
        padding: 5px 15px; } }
    .filter__item:hover {
      cursor: pointer;
      background: #ED4164;
      border-radius: 20px;
      border-color: #ED4164;
      color: #ffffff; }
    .filter__item.active {
      background: #ED4164;
      border-radius: 20px;
      border-color: #ED4164;
      color: #ffffff; }
  .filter__region {
    margin-top: 10px;
    position: relative; }
    @media (max-width: 767px) {
      .filter__region {
        margin-bottom: 30px; } }
    .filter__region:first-child {
      margin-top: 0; }
    .filter__region .active svg {
      transform: rotate(180deg); }

.open-filter .navigation__item_filter {
  color: #ED4164; }

@media (max-width: 767px) {
  .open-filter {
    overflow: hidden; } }

.about h5 {
  font-size: 16px;
  display: inline; }
  @media (max-width: 1919px) {
    .about h5 {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .about h5 {
      font-size: 13px; } }

.about h1 {
  font-size: 56px;
  font-weight: 600;
  padding: 120px 0 50px 0;
  color: #181724; }
  @media (max-width: 1919px) {
    .about h1 {
      padding: 50px 0 10px 0;
      font-size: 36px; } }
  @media (max-width: 767px) {
    .about h1 {
      padding: 20px 0 10px 0;
      font-size: 24px; } }

.about h4 {
  padding: 30px 0 30px 0;
  color: #181724;
  font-size: 22px;
  font-weight: 600; }
  @media (max-width: 1919px) {
    .about h4 {
      padding: 20px 0 20px 0;
      font-size: 18px; } }
  @media (max-width: 767px) {
    .about h4 {
      padding: 10px 0 10px 0;
      font-size: 14px; } }

.about p {
  font-size: 16px;
  color: #181724; }
  @media (max-width: 1919px) {
    .about p {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .about p {
      font-size: 13px; } }

.about img {
  display: flex;
  margin: 60px auto 0px auto;
  max-width: 880px; }
  @media (max-width: 1919px) {
    .about img {
      max-width: 800px;
      margin: 30px auto 0px auto; } }
  @media (max-width: 1023px) {
    .about img {
      width: 100%;
      max-width: 100%; } }

.about a {
  font-size: 16px;
  color: #6A7EC6;
  text-decoration: underline; }
  @media (max-width: 1919px) {
    .about a {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .about a {
      font-size: 13px; } }

.radio__border {
  width: 100%;
  height: 100%;
  background: linear-gradient(151.36deg, #DEE3F3 -1.1%, #FFFFFF 89.93%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%; }

.about {
  max-width: 1200px;
  margin: 0 auto; }

.like .radio__item-like {
  visibility: visible;
  opacity: 1; }

.navigation__item_like.active span, .navigation__item_like.active svg {
  color: #ED4164; }

@media (max-width: 767px) {
  .navigation__search {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0; }
    .navigation__search.open {
      z-index: 3; }
      .navigation__search.open input {
        display: block; } }

.player__radio-icon {
  width: 80px !important;
  height: 80px !important;
  font-size: 0; }

@media (max-width: 767px) {
  .filter__buttons {
    flex-direction: column;
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    background: #f7f7f9;
    bottom: 0;
    padding-bottom: 15px;
    text-align: center;
    padding-top: 10px;
    align-items: center; } }

@media (max-width: 767px) {
  .filter__regions {
    overflow: auto;
    padding-bottom: 100px;
    width: 100%; } }

.filter__show {
  padding: 13px 50px;
  font-size: 20px;
  margin-bottom: 10px;
  background: #2A3F95;
  border-color: #2A3F95; }
  @media (max-width: 1919px) {
    .filter__show {
      font-size: 15px;
      padding: 9px 44px; } }
  @media (max-width: 767px) {
    .filter__show {
      display: block;
      font-size: 13px; } }
  .filter__show:hover {
    background: #1f06c2;
    border-color: #1f06c2; }

.filter__buttons {
  display: flex;
  margin-top: 40px; }
  @media (max-width: 767px) {
    .filter__buttons {
      margin-top: 20px; } }

.player__volume-icon.desktop.mute .ui-slider-handle {
  visibility: hidden !important;
  opacity: 0 !important; }

.player__volume-icon.desktop.mute:hover .ui-slider-handle {
  visibility: hidden !important;
  opacity: 0 !important; }

.player__volume-icon.desktop.mute .player__volume-line .ui-slider-range {
  background: #7D8385 !important; }

.player__volume-icon.desktop.mute:before {
  opacity: 1;
  visibility: visible; }

.player__volume-icon.desktop.mute svg {
  color: #8F9096 !important; }

.player {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1919px) {
    .player {
      padding: 0px; } }
  @media (max-width: 1023px) {
    .player {
      padding: 15px; } }
  .player-wrap {
    padding: 5px 0;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #FFFFFF;
    box-shadow: 0px -4px 12px rgba(177, 187, 202, 0.25);
    z-index: 12; }
  .player__left {
    display: flex;
    align-items: center; }
  .player__track {
    display: flex;
    margin-right: 100px;
    align-items: center; }
    @media (max-width: 1919px) {
      .player__track {
        margin-right: 50px; } }
    @media (max-width: 1023px) {
      .player__track {
        margin-right: 40px; } }
    @media (max-width: 767px) {
      .player__track {
        margin-right: 30px; } }
    @media (max-width: 767px) {
      .player__track {
        margin-right: 30px; } }
  .player__button {
    display: flex;
    align-items: center;
    transition: .3s; }
    .player__button:hover {
      transform: scale(1.1);
      cursor: pointer; }
  .player__volume {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .player__volume {
        display: none; } }
    @media (max-width: 1919px) {
      .player__volume svg {
        width: 25px; } }
    .player__volume-icon {
      position: relative;
      display: flex;
      align-items: center;
      font-size: 0;
      margin: 0 20px 0 60px; }
      .player__volume-icon svg {
        transition: .3s; }
        .player__volume-icon svg:hover {
          transform: scale(1.2);
          cursor: pointer; }
      @media (max-width: 767px) {
        .player__volume-icon {
          margin: 0 20px 0 30px; } }
  .player__right {
    display: flex;
    align-items: center;
    position: relative; }
    .player__right:before {
      content: '';
      background: #E8E7EE;
      height: 60px;
      width: 1px;
      position: absolute;
      left: -40px;
      top: 15px; }
      @media (max-width: 1023px) {
        .player__right:before {
          top: 0;
          left: -20px; } }
      @media (max-width: 767px) {
        .player__right:before {
          display: none; } }
  .player__icon {
    width: 80px;
    margin-right: 30px;
    filter: drop-shadow(7px 9px 25px rgba(131, 144, 208, 0.18)) drop-shadow(11px -7px 30px rgba(103, 113, 168, 0.16)); }
    @media (max-width: 1919px) {
      .player__icon {
        width: 60px;
        margin-right: 15px; } }
    @media (max-width: 1023px) {
      .player__icon {
        margin-right: 10px; } }
    @media (max-width: 767px) {
      .player__icon {
        width: 40px; } }
    .player__icon img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .player__title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 7px; }
    @media (max-width: 1919px) {
      .player__title {
        font-size: 17px;
        margin-bottom: 6px; } }
    @media (max-width: 1023px) {
      .player__title {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .player__title {
        font-size: 13px;
        margin-bottom: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 190px; } }
  .player__artist {
    font-size: 14px;
    color: #000; }
    @media (max-width: 1919px) {
      .player__artist {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .player__artist {
        font-size: 11px;
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
  @media (max-width: 767px) {
    .player__radio-right {
      display: none; } }
  .player__radio-icon {
    border-radius: 50%;
    position: relative;
    margin-right: 30px;
    border: 1px solid #E8E7EE;
    filter: drop-shadow(5px 5px 10px rgba(150, 173, 208, 0.12)); }
    .player__radio-icon img {
      width: 100%;
      padding: 5px;
      height: 100%;
      object-fit: cover;
      border-radius: 50%; }
    @media (max-width: 767px) {
      .player__radio-icon {
        display: none; } }
    @media (max-width: 1023px) {
      .player__radio-icon {
        display: none; } }
  .player__radio-title {
    font-size: 20px;
    font-weight: 600;
    color: #181724;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    width: 190px;
    overflow: hidden;
    white-space: nowrap; }
    @media (max-width: 1919px) {
      .player__radio-title {
        font-size: 17px; } }
    @media (max-width: 1023px) {
      .player__radio-title {
        font-size: 16px; } }
  .player__radio-info {
    font-size: 15px;
    font-weight: 500;
    color: #2A3F95;
    transition: .3s; }
    .player__radio-info:hover {
      cursor: pointer;
      color: #1f306b; }
    @media (max-width: 1919px) {
      .player__radio-info {
        font-size: 13px; } }
  .player__hide {
    margin-left: 40px;
    background: #F7F7F9;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; }
    @media (max-width: 1919px) {
      .player__hide {
        width: 40px;
        height: 40px; } }
    @media (max-width: 1023px) {
      .player__hide {
        width: 30px;
        height: 30px; } }
    @media (max-width: 1919px) {
      .player__hide svg {
        width: 19px; } }
    @media (max-width: 1023px) {
      .player__hide svg {
        width: 14px; } }
    @media (max-width: 767px) {
      .player__hide {
        margin-left: 0px; } }

@media (max-width: 1919px) {
  .player__volume-icon.desktop {
    display: none; } }

.player__volume-icon.mobile {
  display: none; }
  @media (max-width: 1919px) {
    .player__volume-icon.mobile {
      display: block; } }

.player__volume-icon svg {
  color: #8F9096 !important; }

.player__volume-icon:hover span {
  outline: none;
  width: 11px;
  height: 11px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #ED4164;
  visibility: visible !important;
  opacity: 1 !important;
  top: -3px; }
  @media (max-width: 1919px) {
    .player__volume-icon:hover span {
      top: auto !important;
      left: auto !important;
      right: -4px !important; } }

.player__volume-icon:hover .ui-slider-range {
  background: linear-gradient(90.45deg, #F07D38 0.43%, #EB2677 99.65%) !important; }

.player__volume-icon:hover svg {
  color: #ED4164 !important; }

@media (max-width: 1919px) {
  .player__volume-icon.active svg {
    color: #ED4164 !important; } }

.player__volume-line {
  margin-left: 20px;
  width: 140px;
  height: 7px !important;
  background: #E9EAEC !important;
  border-radius: 10px;
  border-color: #E9EAEC !important; }
  @media (max-width: 1919px) {
    .player__volume-line {
      width: 5px !important;
      height: 100px !important;
      margin-left: 0; } }
  @media (max-width: 1919px) {
    .active .player__volume-line span {
      outline: none;
      width: 11px;
      height: 11px;
      background: #ffffff;
      border-radius: 50%;
      border: 1px solid #ED4164;
      visibility: visible !important;
      opacity: 1 !important;
      top: auto !important;
      left: auto !important;
      right: -4px !important; }
    .active .player__volume-line .ui-slider-range {
      background: linear-gradient(90.45deg, #F07D38 0.43%, #EB2677 99.65%) !important; } }
  @media (max-width: 1919px) {
    .player__volume-line-wrap.desktop {
      display: none; } }
  .player__volume-line-wrap.mobile {
    display: none; }
    @media (max-width: 1919px) {
      .player__volume-line-wrap.mobile {
        display: block; } }
  @media (max-width: 1919px) {
    .player__volume-line-wrap {
      display: block;
      right: auto;
      left: -2px;
      top: -139px;
      background: #FFFFFF !important;
      position: absolute;
      border-radius: 15px;
      padding: 10px;
      box-shadow: 1px 2px 15px rgba(57, 99, 164, 0.08);
      visibility: hidden;
      opacity: 0; } }
  @media (max-width: 1919px) and (max-width: 1919px) {
    .active .player__volume-line-wrap {
      visibility: visible;
      opacity: 1; } }
  @media (max-width: 1919px) {
    .player__volume-line.desktop {
      display: none; } }
  .player__volume-line:hover {
    cursor: pointer; }
  .player__volume-line span {
    visibility: hidden;
    opacity: 0; }
  .player__volume-line .ui-slider-range {
    background: #7D8385;
    border-radius: 10px; }

.player__volume-line input {
  -webkit-appearance: none;
  width: 86px;
  height: 7px;
  background: #d3d3d3;
  padding: 0; }

.player__volume-line input:hover {
  opacity: 1; }

.player__volume-line input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 7px;
  height: 7px;
  background: #E9EAEC;
  border-radius: 10px;
  cursor: pointer; }

@media (max-width: 1919px) {
  .player__button-play svg {
    width: 22px; } }

@media (max-width: 767px) {
  .player__button-play svg {
    width: 16px; } }

@media (max-width: 1919px) {
  .player__button-stop svg {
    width: 22px; } }

@media (max-width: 767px) {
  .player__button-stop svg {
    width: 16px; } }

@media (max-width: 1919px) {
  .open-player {
    overflow: hidden; } }

.player-window {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  right: 0; }
  .open-player .player-window {
    visibility: visible;
    opacity: 1; }
  .player-window-content {
    position: absolute;
    height: 100vh;
    width: 69%;
    right: 0;
    z-index: 2;
    padding: 50px 110px 20px 60px;
    box-shadow: 0px -4px 12px rgba(122, 131, 145, 0.25);
    border-radius: 10px;
    margin: 113px 0 0px 0; }
    @media (min-width: 1920px) {
      .player-window-content {
        overflow-y: auto;
        padding-bottom: 250px; } }
    @media (max-width: 1919px) {
      .player-window-content {
        padding: 55px 60px 170px 60px;
        width: 100%;
        margin: 72px 0 0px 0;
        background: white;
        overflow-x: hidden;
        overflow-y: auto; } }
    @media (max-width: 1023px) {
      .player-window-content {
        margin: 63px 0 0px 0; } }
    @media (max-width: 767px) {
      .player-window-content {
        padding: 15px 20px 170px 20px; } }
    .player-window-content__wrap {
      display: flex; }
      @media (max-width: 1023px) {
        .player-window-content__wrap {
          margin-top: 30px; } }
      @media (max-width: 767px) {
        .player-window-content__wrap {
          margin-top: 20px; } }
  .player-window-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    background: #ffffff;
    z-index: -1;
    height: 100%;
    border-radius: 10px; }
    @media (min-width: 1920px) {
      .player-window-bg {
        position: fixed;
        right: 0;
        top: 116px;
        width: 67vw;
        left: auto; } }
    @media (max-width: 1919px) {
      .player-window-bg {
        border-radius: 0; } }
  .player-window__left {
    width: 55%;
    margin-right: 80px; }
    @media (max-width: 1023px) {
      .player-window__left {
        margin-right: 60px;
        width: 50%; } }
    @media (max-width: 767px) {
      .player-window__left {
        display: none;
        width: 100%;
        margin-right: 0; } }
  .player-window__right {
    width: 45%; }
    @media (max-width: 1023px) {
      .player-window__right {
        width: 50%; } }
    @media (max-width: 767px) {
      .player-window__right {
        width: 100%; } }
    .player-window__right .player__name {
      width: 100%; }
    .player-window__right .player__icon {
      flex-shrink: 0;
      width: 80px;
      height: 80px;
      border-radius: 10px; }
      @media (max-width: 1919px) {
        .player-window__right .player__icon {
          width: 70px;
          height: 70px; } }
    .player-window__right .player__title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 7px; }
      @media (max-width: 1919px) {
        .player-window__right .player__title {
          font-size: 18px; } }
    .player-window__right .player__artist {
      font-size: 16px; }
      @media (max-width: 1023px) {
        .player-window__right .player__artist {
          max-width: 83%;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; } }
      @media (max-width: 1919px) {
        .player-window__right .player__artist {
          font-size: 15px; } }
    .player-window__right-title {
      font-weight: 600;
      color: #666A70;
      margin-bottom: 20px;
      font-size: 20px; }
      @media (max-width: 1919px) {
        .player-window__right-title {
          font-size: 16px; } }
  .player-window__radio {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #CACBD1; }
    .player-window__radio-more {
      display: none; }
      .player-window__radio-more:hover {
        cursor: pointer; }
        .player-window__radio-more:hover svg {
          transform: translateX(5px); }
      .player-window__radio-more svg {
        transition: .3s; }
      .player-window__radio-more span {
        font-size: 11px;
        font-weight: 500;
        color: #2A3F95;
        margin-right: 4px; }
      @media (max-width: 767px) {
        .player-window__radio-more {
          display: flex;
          margin-top: 5px;
          align-items: center; } }
    @media (max-width: 1023px) {
      .player-window__radio {
        padding-bottom: 16px; } }
    @media (max-width: 767px) {
      .player-window__radio {
        padding-bottom: 10px; } }
    .player-window__radio-right {
      margin-left: 25px; }
      @media (max-width: 1023px) {
        .player-window__radio-right {
          margin-left: 20px; } }
      @media (max-width: 767px) {
        .player-window__radio-right {
          margin-left: 17px; } }
    .player-window__radio-img {
      width: 120px;
      filter: drop-shadow(2px 5px 10px rgba(111, 141, 185, 0.16));
      height: 120px; }
      @media (max-width: 1919px) {
        .player-window__radio-img {
          height: 100px;
          width: 100px; } }
      @media (max-width: 1023px) {
        .player-window__radio-img {
          height: 90px;
          width: 90px; } }
      @media (max-width: 767px) {
        .player-window__radio-img {
          height: 80px;
          width: 80px; } }
    .player-window__radio-title {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 3px; }
      @media (max-width: 1919px) {
        .player-window__radio-title {
          font-size: 19px; } }
      @media (max-width: 1023px) {
        .player-window__radio-title {
          font-size: 18px;
          font-weight: 500;
          margin-bottom: 2px; } }
      @media (max-width: 767px) {
        .player-window__radio-title {
          font-size: 13px;
          font-weight: 600; } }
    .player-window__radio-desc {
      color: #666A70;
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 10px; }
      @media (max-width: 1919px) {
        .player-window__radio-desc {
          font-size: 18px;
          margin-bottom: 5px; } }
      @media (max-width: 1023px) {
        .player-window__radio-desc {
          font-size: 15px;
          margin-bottom: 3px; } }
      @media (max-width: 767px) {
        .player-window__radio-desc {
          font-size: 13px; } }
    .player-window__radio-genre {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px; }
      @media (max-width: 767px) {
        .player-window__radio-genre {
          margin: 0 -7px; } }
      .player-window__radio-genre span {
        margin: 0 15px 2px 15px;
        font-size: 14px;
        color: #7C7C84; }
        @media (max-width: 1919px) {
          .player-window__radio-genre span {
            font-size: 12px; } }
        @media (max-width: 767px) {
          .player-window__radio-genre span {
            font-size: 11px;
            margin: 0 7px 2px 7px; } }
  .player-window__fm {
    margin-top: 50px; }
    @media (max-width: 1919px) {
      .player-window__fm {
        margin-top: 30px; } }
    @media (max-width: 1023px) {
      .player-window__fm {
        margin-top: 0; } }
    .player-window__fm-title {
      font-size: 16px;
      margin-bottom: 30px; }
      @media (max-width: 1919px) {
        .player-window__fm-title {
          font-size: 15px;
          margin-bottom: 20px; } }
      @media (max-width: 1023px) {
        .player-window__fm-title {
          font-size: 13px;
          font-weight: 500; } }
      @media (max-width: 767px) {
        .player-window__fm-title {
          font-size: 12px;
          margin-bottom: 15px; } }
    .player-window__fm-items {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0 -15px; }
      @media (max-width: 1023px) {
        .player-window__fm-items {
          margin: 0; } }
    .player-window__fm-item {
      margin: 0 15px 15px 15px;
      width: calc(50% - 30px);
      font-weight: 500;
      font-size: 16px; }
      @media (max-width: 1919px) {
        .player-window__fm-item {
          font-size: 15px; } }
      @media (max-width: 1023px) {
        .player-window__fm-item {
          width: 100%;
          margin: 0 0 15px 0; } }
      @media (max-width: 767px) {
        .player-window__fm-item {
          margin: 0 0 10px 0; } }
  .player-window__button {
    padding: 15px 60px;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 70px; }
    @media (max-width: 1919px) {
      .player-window__button {
        margin-bottom: 30px;
        padding: 12px 50px;
        font-size: 15px; } }
    @media (max-width: 1023px) {
      .player-window__button {
        margin-top: 25px;
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .player-window__button {
        padding: 10px 50px;
        font-size: 13px;
        margin-top: 20px;
        margin-bottom: 30px; } }
  .player-window__socials {
    justify-content: flex-start;
    margin: 0 -10px; }
    @media (max-width: 1023px) {
      .player-window__socials {
        flex-wrap: nowrap;
        margin: 0 -7px; } }
    .player-window__socials .popup-add-social__item {
      width: auto;
      margin: 0 10px;
      transition: .3s; }
      .player-window__socials .popup-add-social__item:hover {
        transform: scale(1.1); }
      @media (max-width: 1023px) {
        .player-window__socials .popup-add-social__item {
          margin: 0 7px; } }
      .player-window__socials .popup-add-social__item svg {
        width: 25px; }
        @media (max-width: 1919px) {
          .player-window__socials .popup-add-social__item svg {
            width: 20px; } }
  .player-window__list {
    margin-top: 30px; }
    .player-window__list-items {
      overflow: auto;
      max-height: 100%;
      height: 37vh; }
      .player-window__list-items::-webkit-scrollbar {
        width: 7px;
        height: 0px; }
        .player-window__list-items::-webkit-scrollbar-track {
          background: #E9EAEC;
          border-radius: 5px; }
        .player-window__list-items::-webkit-scrollbar-thumb {
          background: linear-gradient(90.45deg, #F07D38 0.43%, #EB2677 99.65%);
          border-radius: 5px; }
    .player-window__list-item {
      display: flex;
      align-items: center;
      margin-bottom: 25px; }
      @media (max-width: 1919px) {
        .player-window__list-item {
          margin-bottom: 15px; } }
      .player-window__list-item:hover {
        color: #666A70 !important;
        cursor: pointer; }
        .player-window__list-item:hover .player-window__list-mid:before {
          background: rgba(255, 255, 255, 0.6); }
        .player-window__list-item:hover .player-window__list-left {
          color: #666A70; }
    .player-window__list-left {
      width: 15%;
      transition: .3s;
      font-size: 16px;
      color: #000000;
      margin-right: 10px; }
      @media (max-width: 1919px) {
        .player-window__list-left {
          font-size: 15px;
          margin-right: 5px; } }
      @media (max-width: 1023px) {
        .player-window__list-left {
          font-size: 13px;
          font-weight: 500; } }
    .player-window__list-mid {
      width: 15%;
      transition: .3s;
      height: 60px;
      border-radius: 10px;
      margin-right: 20px;
      position: relative; }
      .player-window__list-mid:before {
        transition: .3s;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent; }
      .player-window__list-mid img {
        width: 100%;
        height: auto;
        object-fit: cover; }
    .player-window__list-right {
      width: 70%;
      transition: .3s;
      display: flex;
      flex-direction: column; }
      .player-window__list-right span {
        font-size: 15px;
        font-weight: 500;
        transition: .3s; }
        .player-window__list-right span:last-child {
          font-size: 14px;
          font-weight: 400;
          margin-top: 9px; }
          @media (max-width: 1919px) {
            .player-window__list-right span:last-child {
              font-size: 12px; } }
    .player-window__list-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px; }
    .player-window__list-title {
      font-size: 20px;
      color: #666A70;
      font-weight: 600; }
      @media (max-width: 1919px) {
        .player-window__list-title {
          font-size: 16px; } }
    .player-window__list-date {
      display: flex;
      align-items: center;
      transition: .3s; }
      .player-window__list-date:hover, .player-window__list-date.active {
        color: #ED4164;
        cursor: pointer; }
        .player-window__list-date:hover span, .player-window__list-date.active span {
          color: #ED4164; }
      .player-window__list-date span {
        margin-right: 10px;
        font-size: 16px;
        color: #666A70; }
        @media (max-width: 1919px) {
          .player-window__list-date span {
            font-size: 13px; } }
      .player-window__list-date svg {
        width: 25px; }
        @media (max-width: 1919px) {
          .player-window__list-date svg {
            width: 20px; } }

.relative {
  position: relative; }
  @media (max-width: 1919px) {
    .relative {
      position: static; } }

.player-window__radio.mobile {
  display: none; }
  @media (max-width: 1023px) {
    .player-window__radio.mobile {
      display: flex; } }

@media (max-width: 1023px) {
  .player-window__radio.desktop {
    display: none; } }

@media (max-width: 767px) {
  .player-window__radio-genre.desktop {
    display: none; } }

.player-window__play {
  display: flex;
  display: none;
  align-items: center;
  margin-bottom: 10px; }
  .player-window__play:hover {
    cursor: pointer; }
    .player-window__play:hover svg {
      transform: translateX(-5px) rotate(180deg); }
  .player-window__play svg {
    transform: rotate(180deg);
    transition: .3s; }
  .player-window__play span {
    font-size: 11px;
    font-weight: 500;
    color: #2A3F95;
    margin-left: 4px; }

.player-window__data {
  margin: 0 -5px 35px -5px;
  align-items: center;
  display: none; }
  .player-window__data.active {
    display: flex; }
  .player-window__data-input {
    width: 33%;
    margin: 0 5px;
    position: relative; }
    @media (max-width: 1919px) {
      .player-window__data-input:first-child {
        width: 39%; }
      .player-window__data-input:nth-child(2) {
        width: 26%; } }
    @media (max-width: 767px) {
      .player-window__data-input {
        width: 50% !important; } }
    .player-window__data-input input {
      font-weight: 400;
      border: 1px solid #CACBD1;
      border-radius: 5px;
      background: #ffffff;
      height: 38px;
      padding: 9px 35px 9px 15px;
      color: #666A70;
      font-size: 14px; }
      @media (max-width: 1919px) {
        .player-window__data-input input {
          font-size: 12px;
          height: 35px; } }
    .player-window__data-input svg:not(.dp__icon) {
      position: absolute;
      top: 6px;
      right: 10px; }
  .player-window__data-button {
    width: 33%;
    padding: 7px 40px;
    font-size: 14px; }
    @media (max-width: 1919px) {
      .player-window__data-button {
        padding: 7px 12px;
        font-size: 12px;
        width: 30%; } }
    @media (max-width: 767px) {
      .player-window__data-button {
        display: none; } }

#ui-datepicker-div {
  font-family: "Montserrat", sans-serif !important;
  padding: 20px 30px !important;
  border: none !important;
  box-shadow: 1px 2px 15px rgba(57, 99, 164, 0.08) !important;
  border-radius: 10px !important;
  width: 100% !important;
  max-width: 430px !important; }
  @media (max-width: 1919px) {
    #ui-datepicker-div {
      padding: 16px 25px !important; } }
  @media (max-width: 767px) {
    #ui-datepicker-div {
      padding: 15px 10px !important;
      max-width: 270px !important; } }
  #ui-datepicker-div th {
    font-size: 14px;
    font-weight: 500;
    text-align: left !important; }
    @media (max-width: 767px) {
      #ui-datepicker-div th {
        font-size: 13px; } }
  #ui-datepicker-div .ui-widget-header .ui-icon {
    background-image: url(/images/arrow.svg) !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  #ui-datepicker-div .ui-datepicker-prev {
    left: auto;
    right: 35px; }
  #ui-datepicker-div .ui-datepicker-header {
    background: no-repeat;
    border: none; }
  #ui-datepicker-div .ui-datepicker-title {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin: 0; }
    @media (max-width: 1919px) {
      #ui-datepicker-div .ui-datepicker-title {
        font-size: 16px; } }
  #ui-datepicker-div .ui-datepicker-prev {
    transition: .3s; }
    #ui-datepicker-div .ui-datepicker-prev.ui-state-hover {
      background: none;
      border: none;
      cursor: pointer; }
    #ui-datepicker-div .ui-datepicker-prev:hover {
      transform: scale(1.1) !important; }
  #ui-datepicker-div .ui-datepicker-next {
    transition: .3s; }
    #ui-datepicker-div .ui-datepicker-next.ui-state-hover {
      background: none;
      border: none;
      cursor: pointer; }
    #ui-datepicker-div .ui-datepicker-next:hover {
      transform: rotate(180deg) scale(1.1) !important; }
  #ui-datepicker-div .ui-datepicker-next {
    transform: rotate(180deg) !important; }
  #ui-datepicker-div td {
    font-size: 15px;
    font-weight: 500;
    color: #666A70; }
    @media (max-width: 767px) {
      #ui-datepicker-div td {
        font-size: 13px; } }
    #ui-datepicker-div td a {
      display: flex;
      justify-content: center;
      border: none;
      color: #666A70;
      background: none;
      width: 35px;
      height: 35px;
      align-items: center;
      border-radius: 50%;
      transition: .3s; }
      #ui-datepicker-div td a:hover, #ui-datepicker-div td a.ui-state-active {
        background: #ED4164;
        color: #ffffff; }

.player__hide {
  transition: .3s;
  cursor: pointer;
  margin-left: 15px; }
  .player__hide svg {
    transition: .3s; }
  .open-player .player__hide svg {
    transform: rotate(180deg); }
  .player__hide:hover {
    transform: scale(1.1); }

.player-window-close {
  transition: .3s;
  cursor: pointer;
  position: absolute;
  top: 41px;
  right: 95px; }
  @media (max-width: 1919px) {
    .player-window-close {
      right: 50px; } }
  @media (max-width: 767px) {
    .player-window-close {
      top: 15px;
      right: 15px; } }
  .player-window-close:hover {
    transform: scale(1.1); }

.player-window__list-item.active .player-window__list-right span {
  transition: .3s;
  color: #ED4164; }

.player-window__list-item.active .player-window__list-button-stop {
  visibility: visible;
  opacity: 1; }

.player-window__list-item.active .player-window__list-mid:before {
  transition: .3s;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6); }

.player-window__list-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 0;
  transition: .3s; }

.player-window__list-button-stop {
  visibility: hidden;
  opacity: 0;
  transition: .3s; }

.player__volume-icon {
  position: relative; }
  .player__volume-icon:before {
    content: '';
    width: 50px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #8f9095;
    top: 14px;
    left: -8px;
    height: 4px;
    border-radius: 2px;
    transform: rotate(-51deg);
    transition: .3s; }

.contacts {
  display: flex;
  margin: 60px 0;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  border-radius: 50px 80px 80px 50px; }
  @media (max-width: 1919px) {
    .contacts {
      margin: 30px 0;
      align-items: center;
      background: none; } }
  @media (max-width: 1023px) {
    .contacts {
      margin: 40px 0 90px 0;
      flex-direction: column;
      width: 100%;
      background: rgba(255, 255, 255, 0.15); } }
  @media (max-width: 767px) {
    .contacts {
      margin: 20px 0 25px 0; } }
  .contacts__left {
    padding: 100px;
    width: 35%; }
    @media (max-width: 1919px) {
      .contacts__left {
        padding: 50px 30px 65px 50px;
        backdrop-filter: blur(15px);
        background: rgba(255, 255, 255, 0.15);
        border-radius: 40px 0 0 40px; } }
    @media (max-width: 1023px) {
      .contacts__left {
        width: 100%;
        background: none;
        padding: 40px 50px 10px 50px; } }
    @media (max-width: 767px) {
      .contacts__left {
        padding: 25px 20px 30px 20px; } }
  .contacts__right {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 80px;
    padding: 70px 100px 50px 100px;
    width: 65%;
    margin-left: 100px; }
    @media (max-width: 1919px) {
      .contacts__right {
        padding: 40px 50px;
        margin-left: 0;
        background: #FFFFFF;
        border-radius: 50px; } }
    @media (max-width: 1023px) {
      .contacts__right {
        width: 100%; } }
    @media (max-width: 767px) {
      .contacts__right {
        padding: 25px 20px 36px 20px;
        border-radius: 30px; } }
  .contacts-bg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%); }
    @media (max-width: 1023px) {
      .contacts-bg {
        display: none; } }
    .contacts-bg img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .contacts-wrap {
    background: linear-gradient(90deg, #5E58C9 -16.85%, #5E58C9 -0.06%, #E46751 28.78%, #EE7B67 42.57%, #E358A2 63.24%, #E1519E 65.82%, #1FA8B4 97.62%, #189BA6 107.16%);
    min-height: calc(100vh - 67px);
    height: 100%; }
    @media (max-width: 767px) {
      .contacts-wrap {
        min-height: calc(100vh - 60px); } }
  @media (max-width: 1919px) {
    .contacts {
      backdrop-filter: none;
      z-index: 1;
      position: relative; } }
  .contacts__title {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .contacts__title {
        margin-bottom: 10px; } }
  @media (max-width: 1023px) {
    .contacts__items {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px; } }
  .contacts__item {
    display: flex;
    align-items: center;
    margin-bottom: 50px; }
    .contacts__item svg {
      transition: .3s; }
    .contacts__item:nth-child(4):hover, .contacts__item:nth-child(3):hover {
      cursor: pointer; }
      .contacts__item:nth-child(4):hover svg, .contacts__item:nth-child(3):hover svg {
        transform: translateX(-3px); }
    @media (max-width: 1919px) {
      .contacts__item {
        margin-bottom: 30px; } }
    @media (max-width: 1023px) {
      .contacts__item {
        width: calc(50% - 30px);
        margin: 0 15px 30px 15px; } }
    @media (max-width: 767px) {
      .contacts__item {
        width: 100%;
        margin: 0 15px 15px 15px; } }
    .contacts__item:last-child {
      margin-bottom: 0; }
    .contacts__item-left {
      margin-right: 20px; }
      @media (max-width: 1023px) {
        .contacts__item-left {
          margin-right: 15px; } }
      @media (max-width: 767px) {
        .contacts__item-left {
          margin-right: 5px; } }
      @media (max-width: 1919px) {
        .contacts__item-left svg {
          width: 40px; } }
      @media (max-width: 767px) {
        .contacts__item-left svg {
          width: 30px; } }
    .contacts__item-right span {
      display: block;
      font-size: 22px;
      font-weight: 500;
      color: #fff;
      margin-bottom: 10px; }
      @media (max-width: 1919px) {
        .contacts__item-right span {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .contacts__item-right span {
          font-size: 14px; } }
      .contacts__item-right span:last-child {
        margin-bottom: 0;
        font-size: 15px; }
        @media (max-width: 767px) {
          .contacts__item-right span:last-child {
            font-size: 13px; } }

.form__title {
  font-size: 30px;
  font-weight: 600;
  color: #181724;
  margin-bottom: 45px; }
  @media (max-width: 1919px) {
    .form__title {
      margin-bottom: 15px;
      font-size: 26px; } }
  @media (max-width: 1023px) {
    .form__title {
      font-size: 20px; } }

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  width: 100%; }
  @media (max-width: 1919px) {
    .form-wrap {
      margin: 0; } }

.form__input {
  margin: 0 30px 30px 30px;
  width: calc(50% - 60px); }
  @media (max-width: 1919px) {
    .form__input {
      width: 100%;
      margin: 0 0 22px 0; } }
  @media (max-width: 1023px) {
    .form__input {
      margin: 0 10px 20px 10px;
      width: calc(50% - 20px); } }
  @media (max-width: 767px) {
    .form__input {
      width: 100%;
      margin: 0 0 10px 0; } }
  .form__input input, .form__input textarea {
    resize: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #666A70;
    padding: 24px 24px 13px 0px;
    border-radius: 0;
    font-weight: 500;
    font-size: 22px; }
    .form__input input:focus, .form__input textarea:focus {
      background: transparent !important; }
    @media (max-width: 1919px) {
      .form__input input, .form__input textarea {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .form__input input, .form__input textarea {
        font-size: 13px; } }
  .form__input textarea {
    height: 80px; }
  .form__input_name {
    width: calc(100% - 60px); }
    @media (max-width: 1919px) {
      .form__input_name {
        width: 100%; } }
  .form__input_text {
    width: calc(100% - 60px); }
    @media (max-width: 1919px) {
      .form__input_text {
        width: 100%; } }

.form__checkbox {
  margin-bottom: 20px;
  margin-left: 30px;
  width: 100%; }
  @media (max-width: 1919px) {
    .form__checkbox {
      margin-left: 0; } }
  @media (max-width: 1023px) {
    .form__checkbox {
      margin-top: 10px; } }

.form__button {
  margin: 20px 30px 0 30px; }
  @media (max-width: 1919px) {
    .form__button {
      margin: 10px 0 0 0; } }
  @media (max-width: 1023px) {
    .form__button {
      margin: 0; } }

.filter-text {
  font-size: 15px;
  color: #8F9096; }

.checkbox-label {
  background: transparent;
  border-radius: 0;
  border-color: #8F9096;
  width: 15px;
  height: 15px; }

.checkbox-field:checked + .checkbox-label:after {
  border-color: #8F9096; }

.checkbox-label:after {
  top: 7px;
  left: 1.5px;
  width: 4px;
  height: 7px; }

.login-page .wrapper {
  padding: 0;
  height: 100%; }

.login {
  display: flex; }
  @media (max-width: 1023px) {
    .login {
      height: 100%;
      justify-content: center;
      margin: 0;
      width: 100%; } }
  .login-bg {
    display: none; }
    @media (max-width: 1023px) {
      .login-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: -1; }
        .login-bg img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }
  .login__left {
    position: fixed;
    left: 0;
    top: 0;
    width: 435px;
    font-size: 0;
    height: 100%; }
    .login__left img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media (max-width: 1919px) {
      .login__left {
        width: 221px; } }
    @media (max-width: 1023px) {
      .login__left {
        display: none; } }
  .login__right {
    width: calc(100% - 435px);
    margin-left: auto;
    padding: 80px 340px 120px 340px; }
    @media (max-width: 1919px) {
      .login__right {
        padding: 43px 153px 43px 120px;
        width: calc(100% - 221px); } }
    @media (max-width: 1023px) {
      .login__right {
        width: 100%;
        max-width: 650px;
        background: white;
        border-radius: 40px;
        margin: 80px 60px;
        height: max-content;
        padding: 60px; } }
    @media (max-width: 767px) {
      .login__right {
        padding: 30px 20px;
        margin: 40px 16px;
        border-radius: 25px;
        max-width: 300px; } }
    .login__right-wrap {
      max-width: 768px;
      margin: 0 auto; }
      @media (max-width: 1919px) {
        .login__right-wrap {
          max-width: 530px; } }
  .login__logo {
    margin-bottom: 50px;
    width: 320px; }
    @media (max-width: 1919px) {
      .login__logo {
        width: 220px;
        margin-bottom: 26px; } }
    @media (max-width: 1023px) {
      .login__logo {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .login__logo {
        width: 150px;
        margin-bottom: 15px; } }
    .login__logo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .login__title {
    font-weight: 600;
    font-size: 36px;
    color: #181724;
    margin-bottom: 50px; }
    @media (max-width: 1919px) {
      .login__title {
        margin-bottom: 30px;
        font-size: 26px; } }
    @media (max-width: 767px) {
      .login__title {
        margin-bottom: 17px;
        font-size: 16px; } }
  .login__input {
    margin-bottom: 20px;
    position: relative; }
    @media (max-width: 1919px) {
      .login__input {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .login__input {
        margin-bottom: 13px; } }
    .login__input.error-input input {
      border-color: #E34D38; }
    .login__input input {
      height: 70px;
      font-size: 22px;
      font-weight: 600;
      color: #181724;
      padding: 20px 30px;
      background: #F7F7F9;
      border: 1px solid #F7F7F9;
      border-radius: 15px; }
      .login__input input::placeholder {
        color: #DEDEDE; }
      @media (max-width: 1919px) {
        .login__input input {
          font-size: 18px;
          padding: 11px 30px;
          height: 50px; } }
      @media (max-width: 767px) {
        .login__input input {
          padding: 10px;
          font-size: 13px;
          height: 40px; } }
      .login__input input:focus {
        border: 1px solid #2A3F95; }
  .login__label {
    color: #666A70;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px; }
    @media (max-width: 1919px) {
      .login__label {
        font-size: 16px;
        margin-bottom: 5px; } }
    @media (max-width: 767px) {
      .login__label {
        font-size: 12px;
        margin-bottom: 5px; } }
  .login__checkbox {
    margin: 10px 0 50px 0; }
    @media (max-width: 1919px) {
      .login__checkbox {
        margin: 6px 0 45px 0; } }
    @media (max-width: 767px) {
      .login__checkbox {
        margin: 0 0 30px 0; } }
    .login__checkbox .filter-text {
      font-size: 16px; }
      @media (max-width: 1919px) {
        .login__checkbox .filter-text {
          font-size: 13px; } }
      @media (max-width: 767px) {
        .login__checkbox .filter-text {
          font-size: 11px; } }
      .login__checkbox .filter-text span {
        color: #8F9096; }
      .login__checkbox .filter-text a {
        color: #6A7EC6;
        text-decoration: underline; }
  .login__button {
    width: 100%;
    margin-top: 30px; }
    @media (max-width: 1919px) {
      .login__button {
        margin-top: 25px; } }
    @media (max-width: 767px) {
      .login__button {
        margin-top: 17px; } }
  .login__pass {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    font-size: 22px; }
    @media (max-width: 1919px) {
      .login__pass {
        margin-top: 30px;
        font-size: 17px; } }
    @media (max-width: 767px) {
      .login__pass {
        font-size: 14px; } }
    .login__pass a {
      color: #6A7EC6;
      text-decoration: underline;
      margin-left: 10px; }
  .login__desc {
    font-size: 22px;
    font-weight: 500;
    color: #666A70;
    margin-top: -30px;
    margin-bottom: 50px; }
    @media (max-width: 1919px) {
      .login__desc {
        margin-bottom: 30px;
        margin-top: -10px;
        font-size: 17px; } }
    @media (max-width: 767px) {
      .login__desc {
        margin-bottom: 20px;
        font-size: 12px; } }
  .login__error {
    color: #E34D38;
    font-weight: 600;
    font-size: 22px;
    margin: 10px 0 20px; }
    @media (max-width: 1919px) {
      .login__error {
        margin: 15px 0 15px;
        font-size: 18px;
        font-weight: 500; } }
    @media (max-width: 1023px) {
      .login__error {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .login__error {
        font-size: 12px;
        margin: 2px 0 13px; } }

.show-pass {
  position: absolute;
  font-size: 0;
  right: 30px;
  top: 50px;
  transition: .3s; }
  .show-pass:hover {
    transform: scale(1.1);
    cursor: pointer; }
  @media (max-width: 1919px) {
    .show-pass {
      top: 35px; }
      .show-pass svg {
        width: 30px;
        height: 30px; } }
  @media (max-width: 767px) {
    .show-pass {
      top: 28px;
      right: 10px; }
      .show-pass svg {
        width: 25px;
        height: 25px; } }

input {
  transition: .3s;
  height: 70px;
  font-size: 22px;
  font-weight: 600;
  color: #181724;
  padding: 20px 30px;
  background: #F7F7F9;
  border: 1px solid #F7F7F9;
  border-radius: 15px; }
  @media (max-width: 1919px) {
    input {
      font-size: 18px;
      padding: 11px 30px;
      height: 50px; } }
  @media (max-width: 767px) {
    input {
      padding: 10px;
      font-size: 13px;
      height: 40px; } }
  input:focus {
    background: #FFFFFF !important; }

.account .header__links, .account .header__lang, .account .header__socials, .account .header__apps, .account #mobile-menu-button {
  display: none; }

.account .header__account {
  display: flex;
  align-items: center; }
  @media (max-width: 1919px) {
    .account .header__account svg:first-child {
      width: 25px;
      height: 25px; } }
  @media (max-width: 767px) {
    .account .header__account svg:first-child {
      display: block; } }
  @media (max-width: 1919px) {
    .account .header__account svg {
      width: 19px; } }
  @media (max-width: 767px) {
    .account .header__account svg {
      width: 15px; } }
  .account .header__account span {
    margin-left: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff; }
    @media (max-width: 1919px) {
      .account .header__account span {
        font-size: 17px;
        font-weight: 500; } }
    @media (max-width: 767px) {
      .account .header__account span {
        display: none; } }
  @media (max-width: 767px) {
    .account .header__account svg:last-child {
      display: none; } }

.account-wrap {
  margin-top: 50px;
  display: flex; }
  @media (max-width: 1919px) {
    .account-wrap {
      margin-top: 40px; } }
  @media (max-width: 1023px) {
    .account-wrap {
      flex-direction: column; } }
  @media (max-width: 767px) {
    .account-wrap {
      margin-top: 30px; } }

.account__left {
  width: 62%;
  margin-right: 170px;
  overflow: hidden; }
  @media (max-width: 1919px) {
    .account__left {
      margin-right: 45px;
      width: 60%; } }
  @media (max-width: 1023px) {
    .account__left {
      width: 100%;
      margin-right: 0; } }
  .account__left-content {
    display: flex;
    justify-content: space-between;
    width: 70%;
    align-items: center; }
  .account__left-name {
    font-size: 22px;
    font-weight: 600;
    color: #181724; }
    @media (max-width: 1919px) {
      .account__left-name {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .account__left-name {
        font-size: 14px; } }
  .account__left-genre {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    padding-right: 5px; }
    .account__left-genre span {
      margin: 0 30px 5px 30px; }
  .account__left-items {
    margin-bottom: 70px; }
    @media (max-width: 1919px) {
      .account__left-items {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .account__left-items {
        margin-bottom: 30px; } }
  .account__left-button {
    margin-top: -20px;
    padding: 20px 85px; }
    @media (max-width: 1919px) {
      .account__left-button {
        margin-top: 0;
        padding: 15px 60px; } }
    @media (max-width: 767px) {
      .account__left-button {
        padding: 10px 60px; } }
  .account__left-title {
    font-size: 30px;
    font-weight: 600;
    color: #181724;
    margin-bottom: 20px; }
    @media (max-width: 1919px) {
      .account__left-title {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 35px; } }
    @media (max-width: 767px) {
      .account__left-title {
        font-size: 16px;
        margin-bottom: 20px; } }
  .account__left-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #83869B;
    padding: 30px 0; }
    @media (max-width: 767px) {
      .account__left-item {
        justify-content: space-between;
        padding: 12px 0 30px 0; }
        .account__left-item.account__left-item_filed {
          padding: 12px 0 10px 0; } }
    .account__left-item-logo {
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .account__left-item-logo {
          flex-direction: column;
          align-items: flex-start;
          margin-top: 20px; } }
      .account__left-item-logo .img-desc {
        margin-left: 30px;
        margin-bottom: 40px; }
  .account__left-desc {
    font-size: 20px;
    font-weight: 500;
    color: #666A70;
    margin-right: 40px;
    width: 33%; }
    @media (max-width: 1919px) {
      .account__left-desc {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .account__left-desc {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .account__left-desc_desk {
        display: none; } }
    .account__left-desc_mobile {
      display: none; }
      @media (max-width: 767px) {
        .account__left-desc_mobile {
          display: block; } }
  .account__left-add {
    margin-left: 10px;
    color: #2A3F95;
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    transition: .3s; }
    .account__left-add-genre {
      margin-left: 10px;
      color: #2A3F95;
      font-weight: 500;
      font-size: 20px;
      display: flex;
      align-items: center;
      transition: .3s; }
      @media (max-width: 1919px) {
        .account__left-add-genre {
          font-size: 15px; } }
      @media (max-width: 767px) {
        .account__left-add-genre {
          font-size: 13px; } }
      .account__left-add-genre:hover {
        color: #091a64;
        cursor: pointer; }
    .account__left-add-social {
      color: #2A3F95;
      font-weight: 500;
      font-size: 20px;
      display: flex;
      align-items: center;
      transition: .3s; }
      .account__left-add-social svg {
        margin-right: 10px; }
      @media (max-width: 1919px) {
        .account__left-add-social {
          font-size: 15px; } }
      @media (max-width: 767px) {
        .account__left-add-social {
          font-size: 13px; } }
      .account__left-add-social:hover {
        color: #091a64;
        cursor: pointer; }
    .account__left-add:hover {
      color: #091a64;
      cursor: pointer; }
    @media (max-width: 767px) {
      .account__left-add span span:last-child {
        display: none; } }
    .account__left-add svg {
      margin-right: 10px; }
      @media (max-width: 1919px) {
        .account__left-add svg {
          width: 15px; } }
    @media (max-width: 767px) {
      .account__left-add_desktop {
        display: none; } }
    .account__left-add_mobile {
      display: none; }
      @media (max-width: 767px) {
        .account__left-add_mobile {
          display: block; } }
    @media (max-width: 1919px) {
      .account__left-add {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .account__left-add {
        font-size: 13px; } }
  .account__left-img {
    display: flex;
    align-items: flex-end; }
    @media (max-width: 767px) {
      .account__left-img {
        flex-direction: row-reverse;
        align-items: stretch; } }
    .account__left-img .img-desc {
      color: #7C7C84;
      font-size: 14px;
      max-width: 405px; }
      @media (max-width: 1919px) {
        .account__left-img .img-desc {
          font-size: 12px;
          margin-left: 15px;
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        .account__left-img .img-desc {
          font-size: 10px;
          margin-bottom: 0;
          margin-right: 15px;
          margin-left: 0;
          display: flex;
          flex-direction: column;
          justify-content: space-between; } }
    .account__left-img svg {
      position: absolute;
      bottom: 10px;
      right: 0px;
      transition: .3s; }
      .account__left-img svg:hover {
        transform: scale(1.1); }
      @media (max-width: 1919px) {
        .account__left-img svg {
          width: 45px;
          height: 45px;
          bottom: 0px;
          right: -5px; } }
    .account__left-img-img {
      flex-shrink: 0;
      filter: drop-shadow(5px 5px 10px rgba(150, 173, 208, 0.12));
      border: 1px solid #E8E7EE;
      border-radius: 50%;
      width: 190px;
      height: 190px;
      position: relative; }
      @media (max-width: 1919px) {
        .account__left-img-img {
          width: 120px;
          height: 120px; } }
      @media (max-width: 767px) {
        .account__left-img-img {
          width: 100px;
          height: 100px; } }
      .account__left-img-img img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover; }

.account__right {
  width: 38%; }
  @media (max-width: 1919px) {
    .account__right {
      width: 40%; } }
  @media (max-width: 1023px) {
    .account__right {
      width: 100%; } }
  .account__right-title {
    font-size: 30px;
    font-weight: 600;
    color: #181724;
    margin-bottom: 30px; }
    @media (max-width: 1919px) {
      .account__right-title {
        font-size: 26px;
        font-weight: 600; } }
    @media (max-width: 1023px) {
      .account__right-title {
        margin-top: 50px; } }
    @media (max-width: 767px) {
      .account__right-title {
        font-size: 16px;
        margin-bottom: 20px; } }
  .account__right-content {
    width: 70%; }
  .account__right-add {
    color: #2A3F95;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
    .account__right-add span {
      transition: .3s; }
    .account__right-add:hover {
      cursor: pointer; }
      .account__right-add:hover span {
        transform: translateX(3px); }
    @media (max-width: 1919px) {
      .account__right-add {
        font-size: 15px;
        margin-bottom: 24px; } }
    @media (max-width: 767px) {
      .account__right-add {
        font-size: 13px;
        margin-bottom: 15px; } }
    .account__right-add svg {
      margin-right: 8px; }
      @media (max-width: 1919px) {
        .account__right-add svg {
          width: 15px; } }
  .account__right-desc {
    font-size: 14px;
    color: #7C7C84;
    margin-bottom: 20px; }
    @media (max-width: 1919px) {
      .account__right-desc {
        font-size: 12px;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .account__right-desc {
        font-size: 11px; } }

.chanel {
  padding: 20px 30px 30px 30px;
  background: #F6F6F8;
  border-radius: 30px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .chanel {
      padding: 20px 15px; } }
  .chanel__button {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end; }
    .chanel__button .button {
      padding: 15px 60px; }
    .chanel__button-cancel {
      margin-right: 10px;
      background: transparent;
      color: #ED4164; }
      .chanel__button-cancel:hover {
        color: white; }
    @media (max-width: 1919px) {
      .chanel__button .button {
        padding: 10px 40px;
        width: 50%; } }
    @media (max-width: 1023px) {
      .chanel__button .button {
        width: auto; } }
    @media (max-width: 767px) {
      .chanel__button .button {
        padding: 7px 30px;
        font-size: 11px; } }
  .chanel__buttons {
    display: flex;
    position: absolute;
    top: 0px;
    right: 0px; }
    @media (max-width: 1919px) {
      .chanel__buttons {
        top: -4px; } }
  .chanel__top {
    margin-bottom: 20px;
    position: relative; }
    .chanel__top-wrap {
      display: flex;
      justify-content: space-between;
      margin-right: 120px; }
      @media (max-width: 1919px) {
        .chanel__top-wrap {
          margin-right: 80px; } }
  .chanel__title {
    font-weight: 600;
    font-size: 22px;
    color: #181724; }
    @media (max-width: 1919px) {
      .chanel__title {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .chanel__title {
        font-size: 16px; } }
  .chanel__fm {
    color: #181724;
    font-size: 22px;
    font-weight: 600; }
    @media (max-width: 1919px) {
      .chanel__fm {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .chanel__fm {
        font-size: 16px; } }
    .chanel__fm-input {
      margin-left: 20px;
      position: relative; }
      @media (max-width: 1919px) {
        .chanel__fm-input {
          margin-left: 0; } }
      @media (max-width: 1023px) {
        .chanel__fm-input {
          width: 50%;
          margin-left: 20px; } }
      @media (max-width: 767px) {
        .chanel__fm-input {
          margin-left: 0;
          width: 100%; } }
      .chanel__fm-input:after {
        content: 'FM';
        position: absolute;
        font-size: 22px;
        font-weight: 600;
        color: #666A70;
        top: 11px;
        right: 13px; }
        @media (max-width: 1919px) {
          .chanel__fm-input:after {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .chanel__fm-input:after {
            font-size: 13px; } }
      .chanel__fm-input input {
        background: #FFFFFF;
        border: 1px solid #E8E7EE;
        border-radius: 10px;
        height: 50px;
        font-size: 20px;
        font-weight: 600;
        padding-right: 50px; }
        @media (max-width: 1919px) {
          .chanel__fm-input input {
            height: 40px;
            font-size: 16px; } }
        @media (max-width: 767px) {
          .chanel__fm-input input {
            font-size: 13px;
            padding: 10px; } }
        .chanel__fm-input input::placeholder {
          color: #DEDEDE; }
  @media (max-width: 1919px) {
    .chanel__input {
      margin-bottom: 15px; } }
  .chanel__input label {
    font-size: 15px;
    font-weight: 500;
    color: #7C7C84;
    margin-bottom: 5px; }
  .chanel__input input {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    color: #666A70;
    height: 50px;
    background: #FFFFFF;
    border-radius: 10px;
    border-color: #ffffff; }
    @media (max-width: 1919px) {
      .chanel__input input {
        height: 40px; } }
  .chanel__edit {
    margin-right: 20px;
    transition: .3s; }
    .chanel__edit:hover {
      transform: scale(1.1);
      cursor: pointer; }
    @media (max-width: 1919px) {
      .chanel__edit {
        margin-right: 10px; } }
    @media (max-width: 1919px) {
      .chanel__edit svg {
        width: 25px;
        height: 25px; } }
  .chanel__delete {
    transition: .3s; }
    .chanel__delete:hover {
      transform: scale(1.1);
      cursor: pointer; }
    @media (max-width: 1919px) {
      .chanel__delete svg {
        width: 25px;
        height: 25px; } }

.chanel_edit .chanel__top-wrap {
  margin-right: 0; }
  @media (max-width: 1919px) {
    .chanel_edit .chanel__top-wrap {
      flex-direction: column; } }
  @media (max-width: 1023px) {
    .chanel_edit .chanel__top-wrap {
      flex-direction: row; } }
  @media (max-width: 767px) {
    .chanel_edit .chanel__top-wrap {
      flex-direction: column; } }

.chanel__select {
  position: relative;
  width: 70%; }
  .chanel__select svg {
    position: absolute;
    top: 20px;
    transition: .3s;
    right: 10px; }
    @media (max-width: 1919px) {
      .chanel__select svg {
        top: 16px; } }
  @media (max-width: 1919px) {
    .chanel__select {
      width: 100%;
      margin-bottom: 20px; } }
  @media (max-width: 1023px) {
    .chanel__select {
      width: 50%;
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .chanel__select {
      width: 100%;
      margin-bottom: 15px; } }
  .chanel__select .select {
    display: block;
    width: 100%;
    position: relative; }
  .chanel__select .new-select {
    position: relative;
    border: 1px solid #ffffff;
    padding: 10px 20px;
    cursor: pointer;
    user-select: none;
    background: #FFFFFF;
    border-radius: 10px;
    color: #666A70;
    font-size: 20px;
    height: 50px;
    font-weight: 600; }
    @media (max-width: 1919px) {
      .chanel__select .new-select {
        font-size: 16px;
        height: 40px;
        padding: 8px 20px; } }
    @media (max-width: 767px) {
      .chanel__select .new-select {
        font-size: 13px;
        padding: 10px; } }
  .chanel__select .new-select__list {
    position: absolute;
    top: 50px;
    left: 0;
    border: 1px solid #ffffff;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #fff;
    user-select: none;
    filter: drop-shadow(1px 2px 15px rgba(57, 99, 164, 0.08));
    border-radius: 10px;
    max-height: 270px;
    overflow: auto; }
    .chanel__select .new-select__list::-webkit-scrollbar {
      width: 7px;
      height: 0px; }
      .chanel__select .new-select__list::-webkit-scrollbar-track {
        background: #E9EAEC;
        border-radius: 5px; }
      .chanel__select .new-select__list::-webkit-scrollbar-thumb {
        background: linear-gradient(90.45deg, #F07D38 0.43%, #EB2677 99.65%);
        border-radius: 5px; }
    .chanel__select .new-select__list::-webkit-scrollbar-thumb {
      color: #ED4164; }
  .chanel__select .new-select__list.on {
    display: block; }
  .chanel__select .new-select__item span {
    display: block;
    color: #181724;
    font-size: 20px;
    font-weight: 500; }
    @media (max-width: 1919px) {
      .chanel__select .new-select__item span {
        font-size: 15px; } }
  .chanel__select .new-select__item {
    padding: 8px 20px;
    transition: .3s; }
    @media (max-width: 1919px) {
      .chanel__select .new-select__item {
        padding: 11px 20px; } }
    .chanel__select .new-select__item:hover {
      background: #E9EAEC; }
    .chanel__select .new-select__item:first-child {
      border-radius: 10px 10px 0px 0px; }
    .chanel__select .new-select__item:last-child {
      border-radius: 0px 0px 10px 10px; }

.active.chanel__select svg {
  transform: rotate(180deg); }

.account__right-items {
  max-height: 800px;
  overflow: auto; }
  .account__right-items::-webkit-scrollbar {
    width: 7px;
    height: 0;
    border-radius: 5px; }
    .account__right-items::-webkit-scrollbar-track {
      background: #E9EAEC;
      border-radius: 5px; }
    .account__right-items::-webkit-scrollbar-thumb {
      background: linear-gradient(90.45deg, #F07D38 0.43%, #EB2677 99.65%);
      border-radius: 5px; }
  .account__right-items::-webkit-scrollbar-thumb {
    color: #ED4164; }

@media (max-width: 767px) {
  .account__left-item_filed {
    flex-wrap: wrap; }
    .account__left-item_filed .account__left-desc {
      width: calc(70% - 18px);
      order: 0;
      margin-right: 18px; }
      .account__left-item_filed .account__left-desc br {
        display: none; }
      .account__left-item_filed .account__left-desc span:last-child {
        margin-left: 4px; }
    .account__left-item_filed .account__left-content {
      order: 2;
      width: 100%;
      margin-top: 10px; }
    .account__left-item_filed .account__left-add account__left-add_mobile {
      order: 1;
      width: 30%; } }

@media (max-width: 767px) {
  .account__left-item_account-filed .account__left-desc {
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .account__left-item_account-filed {
    flex-direction: column;
    align-items: flex-start; } }

.account__left-item_account-filed .account__left-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }

.account__left-item_account-filed .account__left-social {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .account__left-item_account-filed .account__left-social {
      margin-bottom: 10px; } }
  .account__left-item_account-filed .account__left-social span {
    margin: 0 30px 0 20px;
    font-size: 22px;
    font-weight: 600;
    color: #181724; }
  @media (max-width: 1919px) {
    .account__left-item_account-filed .account__left-social .account__left-social-icon {
      font-size: 0; }
      .account__left-item_account-filed .account__left-social .account__left-social-icon svg {
        width: 25px; }
    .account__left-item_account-filed .account__left-social .account__left-social-edit {
      font-size: 0;
      transition: .3s; }
      .account__left-item_account-filed .account__left-social .account__left-social-edit:hover {
        transform: scale(1.1);
        cursor: pointer; }
      .account__left-item_account-filed .account__left-social .account__left-social-edit svg {
        width: 20px; }
    .account__left-item_account-filed .account__left-social span {
      font-size: 16px;
      margin: 0 30px 0 10px; } }
  @media (max-width: 767px) {
    .account__left-item_account-filed .account__left-social .account__left-desc {
      margin-bottom: 10px; }
    .account__left-item_account-filed .account__left-social .account__left-social-icon svg {
      width: 25px; }
    .account__left-item_account-filed .account__left-social .account__left-social-edit {
      display: none; }
    .account__left-item_account-filed .account__left-social span {
      font-weight: 500;
      font-size: 13px;
      margin: 0 0 0 5px; } }

.account__left-item-input .account__left-input {
  width: 100%;
  max-width: 450px; }

.account__left-item-input input {
  border: 1px solid #CACBD1;
  border-radius: 10px;
  height: 42px;
  padding: 6px 20px;
  font-size: 20px;
  font-weight: 500; }
  @media (max-width: 1919px) {
    .account__left-item-input input {
      height: 40px;
      padding: 10px;
      font-size: 15px; } }
  @media (max-width: 767px) {
    .account__left-item-input input {
      font-size: 14px;
      font-weight: 600; } }

