html {
    position: relative;
    min-height: 100%;
  }

body {
    font-family: Inter, "SF Pro Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    word-wrap: break-word;
    min-height: 100%;
    font-size: 16px;
    margin: 0;
    color: #f5f5f7;
    background:
        radial-gradient(circle at top left, rgba(255, 45, 85, 0.28), transparent 28%),
        radial-gradient(circle at top right, rgba(120, 119, 198, 0.25), transparent 26%),
        linear-gradient(180deg, #111215 0%, #09090b 100%);
}

h1, h2, h3, h4, h5 {
    color: #fff
}

h1 {
    font-size: 1.8rem!important;
}

h2 {
  font-size: 1.4rem!important;
}

h3 {
    font-size: 1rem!important;
}

h4 {
    font-size: 20px!important;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #ff7aa2;
  text-decoration: none;
}


textarea {
    resize: none!important;
    font-size: 13px;
    padding: 10px;
    height:38px;
    min-height: 38px;
    width: 400px;
    box-sizing: border-box!important;
    overflow: hidden!important;
}

.goods__main__category {
  font-size: 1.8rem;
}

.goods__main__block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.goods__main__block_img {
  width: 100%;
}

.bg-dark {
  background: #000!important;
}

.goods_category {
  font-size: 28px!important;
}

.goods__main__block h1, h2 {
  color: white;
}

.section__main__info {
  
}

.list-group {
  position: absolute;
  z-index: 1000;
  width: 100%;
}


.logo {
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
  
}

.logo a {
    color: #fcfcfc;
    text-decoration: none;
}
.box-search {
  width: 100%;
}

.headings {
  background: #f0f0f0;
}

.headings>h1 {
  color: : #fff;
}

.resurse {
  border-top: 3px solid #333;
}

.wrap_images {
  display: block;
  overflow: hidden;
 }

.wrap_images img {
    width: 100%;
    height: 244px;
    object-fit: cover;
    transition: 2s;
    display: block;
}

.wrap_images img:hover {
    cursor: pointer;
    transform: scale(1.2);
}

#user-city {
	font-size: 26px;
}

.button {
    margin-top: 10px;
}

.buy_btn {
  width: 210px;
}

#header {
	background-color: transparent;
  padding: 18px 14px;
  border: none;
  border-radius: 28px;
  backdrop-filter: none;
  box-shadow: none;
}

.site-logo {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.header-search-form {
  width: 100%;
  position: relative;
  padding: 0 10px;
}

.header-search-form input {
  width: 100%;
  height: 44px;
  font-size: 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0 19px;
  background: rgba(255, 255, 255, 0.96);
  color: #111215;
}

.header-search-form input[type="search"]::-webkit-search-decoration,
.header-search-form input[type="search"]::-webkit-search-cancel-button,
.header-search-form input[type="search"]::-webkit-search-results-button,
.header-search-form input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.header-search-form input[type="search"]::-ms-clear,
.header-search-form input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.header-search-form input:hover {
  outline: none;
}

.header-search-form input:focus {
  outline: none;
  border-color: rgba(255, 45, 85, 0.55);
  box-shadow: 0 0 0 4px rgba(255, 45, 85, 0.12);
}

.header-search-form button {
  position: absolute;
  right: 18px;
  top: 0;
  display: none;
  font-size: 26px;
  color: #111215;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.header-search-form button:hover {
  outline: none;
  color: #ccc;
}

.header-search-form button:focus {
  outline: none;
}

.search__result {
  width: 100%;
  margin-top: 10px;
}

.header-search-form input:valid ~ button[type="reset"] {
  display: none;
} 

.list-group-item:first-child {
  border-radius: 0px;
}

.list-group-item {
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(22, 22, 26, 0.96);
  border-color: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.goods {
 // border: 1px solid #f4f4f4;
}

.geo {
  white-space: nowrap;
}

.geo img {
  width:20px;
}

.blink {
  animation: blink 1s infinite; /* Параметры анимации */  
}

@keyframes blink {
  50% { opacity: 1; }
  51% { opacity: 0; }
  100% { opacity: 0; }
 }


#cover .container-fluid{
    margin: 0px;
    padding: 0px;
}

.cover {
	min-width: 100%;
	height: auto;	
}



.shadow-sm {
	border: 1px solid #ccc;
}

.top-vk {
	position: relative;
	z-index: 2;
	margin-top: 10px;
	flex-basis: 102px;
}

.bot-vk {
  margin-right: -50px;
}

.block-photo {
	display: flex;
	overflow: hidden;
	height: 121px;
}

.photo {
	height: 105px;
	width: 105px;
}

.block-sign {
	
}

.list__item {
    list-style-type: none;
}

.list__item a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.list__item > a {
    display: block;
    text-decoration: none;
    height: 100%;
}

.list__item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    cursor: pointer;
}



.page-title {
    background-color: #f0f0f0;
    height: 175px;
    display: flex;
    align-items: flex-end;
}

.page-title h1 {
    color: #fff;
}



.breadcrumb {
    background-color: #fff;
    font-size: 12px;
}

.breadcrumb > a:hover {
    color: #000;
    text-decoration: underline;
}

.breadcrumb > a:last-child {
    color: gray;
}

.breadcrumb > a:last-child:hover {
    color: gray;
}

.breadcrumb__item:after {
    content: ">";
    font-size: 10px;
    color: gray;
}

.breadcrumb__item:last-child:after {
    content: "";
}



.rate {
	display: block;
	width: 80px;
	height: 80px;
	float: left;
	border: 1px solid black;
	background-color: black;
	margin: 2px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	text-align: center;
	font-weight: 600;
	border-radius: 10px;
}

.r_text {
	color: white;
	font-size: 35px;
	margin-top: 5px;
}



.descr {
    margin-top: 80px;
    margin-bottom: 25px;
}



.hide {
    display: none!important;
}

.loading {
    filter: invert(1);
    margin-bottom: 7px;
}



.badge{
    border-radius: 999px!important;
    font-size: 90%!important;
    width: auto!important;
    background: rgba(255, 255, 255, 0.12)!important;
    color: #fff!important;
}

.btn {
    border-radius: 0!important;
}

.user-rw {
    margin-top: 90px;
    margin-bottom: 15px;
}

.wr-rew {
	margin: 10px;
	text-decoration: underline!important;
	color: black!important;

}

input[name=name] {
	height: 36px;
	font-size: 16px;
	
}

.wr-rew-dw {
	text-decoration: underline!important;
}

.rw-card {
/*    border-top: 1px solid rgba(0, 0, 0, 0.1);*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.rw-card-ads {
  margin-bottom: 10px;
}

.card-text {
    margin-top: 3px;
    font-size: 14px;
    margin-bottom: 5px;
}

.rw-bot {
    border-top: 1px solid rgba(0, 0, 0, 0.1);

    margin-top: 15px;
}

.count-rw {
    background-color: #f0f0f0;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.count-rw > p {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 0px;
    font-weight: bold;
    text-transform: uppercase;
    
}

.date {
    color: #939393;
}

.card-text {
    margin-top: 3px;
}

.footer {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 1.6;
    background-color: #111215;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }

.footer .col-lg-9 {
    max-width: 1240px;
}

.footer hr {
    border-color: rgba(255, 255, 255, 0.08);
}

.footer small p {
    line-height: 1.6;
}

.title-country {
    font-size: 26px;
    margin: 10px;
}

label {
	margin-top: 10px;
	font-weight:bold;
}

.name-company {
	font-size: 20px;
	color: black;
}

.music-shell main {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}

.music-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 122, 162, 0.16), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(124, 77, 255, 0.16), transparent 26%);
  z-index: 0;
}

.site-shell {
  position: relative;
  max-width: 1240px;
}

.content-shell {
  padding-top: 28px;
}

.music-header {
  position: relative;
  top: 0;
  z-index: 20;
}

.music-header--static {
  position: relative;
  top: 0;
}

.music-header .container,
.music-header .row {
  --bs-gutter-x: 1rem;
}

.music-kicker {
  color: #ff7aa2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 700;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.section-link,
.section-subtitle,
.track-row__meta,
.music-card__meta,
.music-hero__text,
.artist-hero__content .text-muted,
.song-hero__content .text-muted,
.lyrics-card h2 + p,
small,
.text-muted {
  color: rgba(255, 255, 255, 0.62)!important;
}

.music-hero,
.artist-hero,
.song-hero,
.lyrics-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(22px);
}

.music-hero {
  padding: 42px;
  min-height: 260px;
  display: flex;
  align-items: end;
}

.music-hero__content {
  max-width: 720px;
}

.music-hero::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -50px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 162, 0.42) 0%, rgba(255, 122, 162, 0) 68%);
  filter: blur(8px);
}

.artist-hero,
.song-hero {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px;
}

.artist-hero__cover,
.song-hero__cover {
  width: 180px;
  height: 180px;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.45);
}

.artist-hero__cover--placeholder,
.song-hero__cover--placeholder,
.music-card__cover--placeholder,
.track-row__cover--placeholder,
.search-live-cover-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff2d55, #7c4dff);
  color: #fff;
  font-weight: 700;
}

.music-card {
  display: block;
  height: 100%;
  padding: 12px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.music-card:hover,
.track-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 122, 162, 0.35);
}

.music-card__cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}

.music-card__body {
  padding: 14px 6px 6px;
}

.music-card__eyebrow {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.music-card__title,
.track-row__title {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.music-card__title,
.track-row__title {
  text-wrap: balance;
}

.track-row {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 100%;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.track-row__cover,
.search-live-cover {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  object-fit: cover;
  flex: 0 0 64px;
}

.track-row__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.search-grid {
  display: grid;
  gap: 12px;
}

.search-live-list {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}

.search-live-list .list-group-item-action {
  color: #fff;
  background: transparent;
}

.search-live-copy {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 14px;
  min-width: 0;
  text-align: left;
}

.search-live-main {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
  text-align: left;
}

.search-live-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  flex: 0 0 auto;
  text-align: center;
}

.search-live-title {
  min-width: 0;
  text-align: left;
}

.search-live-subtitle {
  padding-left: 0;
  text-align: left;
}

.search-live-list .list-group-item-action:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.chord-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chord-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.lyrics-card {
  padding: 24px;
}

.lyrics-card__pre {
  margin: 0;
  padding: 20px;
  white-space: pre-wrap;
  border-radius: 22px;
  background: rgba(5, 5, 8, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #f5f5f7;
}

.song-variants__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
}

.song-variant {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 86px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.song-variant:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 162, 0.5);
  background: rgba(255, 122, 162, 0.08);
  color: #fff;
}

.song-variant--active {
  border-color: rgba(255, 122, 162, 0.7);
  background: rgba(255, 122, 162, 0.16);
}

.song-variant__top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.song-variant__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.76rem;
  font-weight: 700;
  color: #fff;
}

.song-variant__title {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.song-variant__label {
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.3;
  word-break: break-word;
}

.chord-diagrams__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 14px;
}

.chord-diagram {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  padding: 10px;
}

.chord-diagram__name {
  font-weight: 700;
  margin-bottom: 6px;
  text-align: center;
}

.chord-diagram__nut {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  margin-bottom: 4px;
  text-align: center;
  min-height: 14px;
}

.chord-diagram__board {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(5, 1fr);
  border-top: 2px solid rgba(255, 255, 255, 0.35);
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.chord-cell {
  position: relative;
  min-height: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.chord-cell:nth-child(6n) {
  border-right: none;
}

.chord-cell:nth-last-child(-n + 6) {
  border-bottom: none;
}

.chord-cell--dot::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7aa2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.chord-barre {
  align-self: center;
  justify-self: stretch;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 122, 162, 0.92);
  z-index: 3;
  margin: 0 2px;
}

.chord-diagram__fret {
  margin-top: 6px;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.75);
  text-align: right;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

@media (max-width: 767.98px) {
  .music-hero {
    padding: 28px 22px;
    min-height: 220px;
  }

  .artist-hero,
  .song-hero,
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .artist-hero__cover,
  .song-hero__cover {
    width: 132px;
    height: 132px;
  }
}


.add_plus_teg, .add_minus_teg {
	margin-bottom: 10px;
	margin-right: 10px;
	width: 120px;
	font-weight:bold;
}

.offset-name {
	margin-left: 15px;
}

/*#rating {
	list-style:none;
	width:460px;
	margin:20px auto;
	}
	
#rating li {
	display:inline;
	float:left;
	}
	
#rating li a {
	display:block;
	width:30px;
	height:30px;
	margin:2px;
	border:1px solid #888;
	background-color:#fff;
	text-indent:-9999px;
	}
	
#rating li a:hover {
    background-color:#000;
	}*/
	
.rating {
	 display: flex;
	 flex-direction: row-reverse;
	 justify-content: flex-end;
}
 .rating .rating-item {
	 width: 50px;
	 height: 50px;
	 background-image: url('./star-32.png');
	 background-repeat: no-repeat;
	 background-position: 7px 7px;
	 border-radius: 2px;
	 background-color: #ccc;
	 border: 2px solid #fff;
	 cursor: pointer;
}
 .rating .rating-item.active, .rating .rating-item.active ~ *, .rating .rating-item:hover, .rating .rating-item:hover ~ * {
	 background-color: black;
}

.block_pros-cons {
	display:inline-block;
}

.item-pros-cons {
	display: inline-block;
}

.sq {
	height: 15px;
	width: 15px;
	display: inline-block;
}

.item-pros {
	
	background-color: green;
}


.output-rating {
	
	height: 50px;
	background-color: #fff;
	text-align: left;
	color: black;
}

.output-rating > p{
	font-size: 14px;
}

.output-rating > img {
	vertical-align: inherit;
	margin-left: 5px;
}

.none-star {
  opacity: 0.5;
}

.rating_web_item > img {
  height: 25px;
}

.square {
	margin: 5px;
	margin-bottom: 0px;
	width: 15px;
	height: 15px;
	display: inline-block;
}

.label-pros {
	background-color: #0CAA41;
}

.label-cons {
	background-color: #EB4133;
}

.output_pros {

}

.output_cons {

}

.user-info-avatar {
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 60px;
    border-radius: 3px;
    text-align: center;
    margin-right: 10px;
    color: white;
    border: 1px solid #c4c7cc;
}
.user-info-name {
    display: inline-block;
}
 