@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  background: rgb(242, 241, 241);
  color: white;
  scroll-behavior: smooth;
}

.js_reg_auth {
  display: none !important;
}

.header {
  position: relative;
  background: url("assets/header-img.jpg");
  background-size: cover;
  background-position: center center;
  height: 0;
  padding-bottom: 47%;
}
.header__wrapper {
  position: relative;
  height: 100%;
  padding-top: 40px;
}
.header__btn {
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
  padding: 5px 10px;
  border: 1px solid rgb(201, 114, 247);
  width: fit-content;
  border-radius: 18px;
  align-items: center;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.header__btn:hover {
  color: white;
  text-decoration: none;
}
.header__btn img {
  width: 18px;
  height: 100%;
}
.header__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 40px;
}
@media (min-width: 200px) {
  .header__content {
    gap: clamp(20px, 4vw, 200px);
  }
}
@media (min-width: 400px) {
  .header__content {
    gap: clamp(20px, 4vw, 200px);
  }
}
@media (min-width: 550px) {
  .header__content {
    gap: clamp(40px, 5vw, 200px);
  }
}
@media (min-width: 768px) {
  .header__content {
    gap: clamp(40px, 10vw, 450px);
  }
}
@media (min-width: 1024px) {
  .header__content {
    gap: clamp(40px, 15vw, 700px);
  }
}
@media (min-width: 1440px) {
  .header__content {
    gap: clamp(40px, 20vw, 1000px);
  }
}
@media (min-width: 1920px) {
  .header__content {
    gap: clamp(40px, 24vw, 1300px);
  }
}
@media (min-width: 2300px) {
  .header__content {
    gap: clamp(40px, 28vw, 1700px);
  }
}
@media (min-width: 2700px) {
  .header__content {
    gap: clamp(40px, 30vw, 2000px);
  }
}
@media (min-width: 3000px) {
  .header__content {
    gap: clamp(40px, 34vw, 2300px);
  }
}
.header__content .header-title {
  width: 70%;
  height: auto;
  flex-grow: 1;
}
.header .header-description {
  margin-top: auto;
  width: 30%;
  height: auto;
}

.description {
  background: url("assets/noise-purple-new.png");
  background-size: 100%;
  background-position: center center;
  background-color: black;
}
.description__wrapper {
  background: rgba(255, 255, 255, 0.12);
  padding: 12px 0;
}
.description__wrapper h5 {
  margin-bottom: 0;
}
.description__text {
  padding: 20px 0;
  background: url("assets/noise-purple-new.png");
  background-size: cover;
  background-position: center right;
  background-color: black;
}

.player {
  background-image: url("assets/player-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center;
  background-size: 520px;
  background-color: black;
  border-radius: 25px;
  padding: 30px;
  margin-top: 30px;
}

.player__authors {
  text-align: center;
  font-size: 20px;
  margin: 20px 0;
}

.player__title {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

.player__controls {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  justify-content: center;
  align-items: center;
}

button {
  background: none;
  border: none;
  color: white;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.rewind {
  width: 25px;
}

.next-prev-btn {
  width: 20px;
}

.player__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.player__img .player-img {
  width: 300px;
  height: auto;
}

button:hover {
  opacity: 0.8;
}

.player__progress {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 60%;
  margin: 0 auto;
}

#progress {
  flex: 1;
  cursor: pointer;
}

#progress {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: rgb(255, 255, 255);
  cursor: pointer;
}

/* линия */
#progress::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 4px;
}

/* бегунок */
#progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #C972F7;
  margin-top: -5px;
  cursor: pointer;
  transition: transform 0.15s;
}

#progress::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

#progress::-moz-range-track {
  height: 4px;
  background: rgb(255, 255, 255);
  border-radius: 4px;
}

#progress::-moz-range-progress {
  background: #C972F7;
  height: 4px;
  border-radius: 4px;
}

#progress::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #C972F7;
  border: none;
}

.player__volume {
  position: absolute;
  bottom: 60px;
  right: 120px;
}
.player__volume .volume-img {
  position: absolute;
  top: -67px;
  left: 50px;
  width: 20px;
  height: auto;
  cursor: pointer;
}

#volume {
  -webkit-appearance: none;
  width: 120px;
  height: 4px;
  transform: rotate(-90deg);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}

#volume::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 4px;
}

#volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #C972F7;
  cursor: pointer;
  margin-top: -5px;
}

#volume::-moz-range-track {
  height: 4px;
  background: #fff;
  border-radius: 4px;
}

#volume::-moz-range-progress {
  background: #C972F7;
  height: 4px;
  border-radius: 4px;
}

#volume::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #C972F7;
  border: none;
  cursor: pointer;
}

.player__info {
  position: relative;
}

.playlist {
  margin-top: 30px;
  background: rgb(242, 241, 241);
}

.playlist {
  margin-top: 30px;
  background: #f2f1f1;
}

/* трек */
.track {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 15px;
  border-bottom: 1px solid rgb(0, 0, 0);
  cursor: pointer;
  background: rgb(242, 241, 241);
  transition: 0.25s;
  color: black;
  max-height: 100px;
  overflow: hidden;
}

/* левый блок */
.track__left {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* правый блок */
.track__right {
  display: flex;
  align-items: center;
  gap: 55px;
}

/* номер */
.track__number {
  font-size: 60px;
  color: #777;
  font-weight: 600;
  width: 60px;
}

/* обложка */
.track__cover {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
  display: none;
}

/* инфо */
.track__info {
  display: flex;
  flex-direction: column;
  font-size: 18px;
}

/* кнопка */
.track__play {
  cursor: pointer;
  display: none;
}

/* активный трек */
.track.active {
  background: rgb(50, 50, 50);
  color: rgb(217, 217, 217);
  max-height: 200px;
}

/* показываем элементы */
.track.active .track__cover {
  display: block;
}

.track.active .track__play {
  display: flex;
  align-items: center;
  justify-content: center;
}

.participants {
  background-color: rgb(0, 0, 0);
  padding-top: 30px;
  padding-bottom: 40px;
  background-image: url("assets/elipse-bg.png"), url("assets/elipse-bg-2.png"), url("assets/elipse-bg-3.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left center, left top 100px, left top;
  background-size: contain;
}
.participants__slider {
  padding: 20px 40px;
  position: relative;
}
.participants__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.participants__title img {
  width: 400px;
  height: auto;
}
.participants__block {
  display: flex !important;
  align-items: center;
  gap: 15px;
  position: relative;
  height: auto;
  background: rgba(0, 0, 0, 0.2);
}
.participants__block::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -1px;
  right: -1px;
  bottom: -7px;
  background: url("assets/purple-border.png") no-repeat center center;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 1;
}
.participants__block > * {
  position: relative;
  z-index: 2;
}
.participants__block img {
  width: 220px;
  height: auto;
}
.participants__text {
  padding: 10px;
}
.participants__text p {
  font-size: 14px;
}
.participants .swiper-wrapper {
  padding-top: 20px;
  padding-bottom: 60px;
}
.participants .swiper-button-prev,
.participants .swiper-button-next {
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  top: auto;
  transition: all 0.3s ease;
}
.participants .swiper-button-prev::after,
.participants .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}
.participants .swiper-button-prev:hover,
.participants .swiper-button-next:hover {
  background: #8E40F3;
  color: white;
}
.participants .swiper-button-prev {
  left: 45%;
  transform: translateX(-100%);
}
.participants .swiper-button-next {
  right: 45%;
  transform: translateX(100%);
}
.participants .swiper-pagination-bullet {
  background: white;
  opacity: 0.5;
}
.participants .swiper-pagination-bullet-active {
  background: #8E40F3;
  opacity: 1;
}

.archive {
  padding: 30px 0;
  background: url(assets/noise-purple-new.png);
  background-size: cover;
  background-position: center right;
  background-color: black;
}
.archive__btn {
  background: #8E40F3;
  padding: 12px 28px;
  color: white;
  border-radius: 12px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.archive__btn:hover {
  text-decoration: none;
  color: white;
  background: #9649f3;
  transform: scale(1.02);
}
.archive__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.archive__title img {
  width: 400px;
  height: auto;
}
.archive__content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 30px 0px;
  position: relative;
}
.archive__content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: url("assets/purple-border.png") no-repeat center center;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 1;
}
.archive__content > * {
  position: relative;
  z-index: 2;
}
.archive__img {
  border-radius: 20px;
  width: 150px;
  height: auto;
  display: flex;
  margin: 0 auto;
  cursor: pointer;
}

.vote {
  padding: 30px 0;
  background-color: black;
  background-image: url("assets/elipse-bg.png"), url("assets/elipse-bg-2.png"), url("assets/elipse-bg-3.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left center, left top 100px, left top;
  background-size: contain;
}
.vote__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
.vote__content img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.vote__content img:hover {
  transform: scale(1.1);
}
.vote__text {
  text-align: center;
  color: white;
}
.vote__text p {
  margin-bottom: 5px;
}

.footer {
  background-color: rgb(242, 241, 241);
  padding-top: 40px;
  padding-bottom: 30px;
}
.footer__p-main {
  color: rgb(125, 125, 125);
}
.footer__contacts {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__contacts p {
  color: rgb(0, 0, 0);
  margin-bottom: 5px;
}
.footer__logo {
  width: 360px;
  height: auto;
}

.sources__header {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}
.sources__title {
  cursor: pointer;
  user-select: none;
  position: relative;
  color: rgb(31, 29, 29);
}
.sources__icon {
  font-size: 14px;
  transition: transform 0.3s ease-in-out;
  display: inline-block;
  color: black;
}
.sources__icon.active {
  transform: rotate(-180deg);
}
.sources__content {
  color: rgb(52, 52, 52);
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  max-height: 0;
  opacity: 0;
  margin-bottom: 30px;
}
.sources__content.open {
  max-height: 1000px;
  opacity: 1;
}
.sources__content a {
  word-break: break-all;
  color: rgb(52, 52, 52);
}
.sources ol {
  margin-bottom: 2rem;
}

@media screen and (max-width: 1200px) {
  .player {
    background-position: left bottom;
    background-size: 350px;
  }
  .player__volume {
    position: static;
  }
  .player__volume .volume-img {
    bottom: -8px;
    left: 50px;
    top: inherit;
  }
  #volume {
    transform: inherit;
    width: 80%;
    display: block;
    margin: 30px auto 0 auto;
  }
  .participants__content {
    grid-template-columns: repeat(1, 1fr);
  }
  .participants__block img {
    width: 150px;
  }
  .track__right {
    gap: 35px;
  }
}
@media screen and (max-width: 992px) {
  .player__volume {
    position: static;
  }
  .player__volume .volume-img {
    left: 30px;
  }
  .track__number {
    width: 50px;
  }
  .track__cover {
    display: none;
  }
  .track__lectors {
    display: none;
  }
  .track__right {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .track__left {
    gap: 25px;
  }
  .track.active .track__cover {
    display: none;
  }
  .archive__content {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .participants {
    background-position: left bottom, left bottom 100px, left bottom -300px;
    background-size: contain;
  }
  .participants__block {
    align-items: center;
    flex-direction: column-reverse;
    gap: 0;
  }
  .participants__text {
    text-align: center;
  }
  .header__btn {
    margin-bottom: 20px;
  }
  .vote__content img {
    width: 80%;
  }
  .player__volume {
    position: static;
  }
  .player__volume .volume-img {
    left: 20px;
  }
  #volume {
    width: 70%;
  }
  .archive__title img {
    width: 350px;
  }
  .archive__content {
    grid-template-columns: repeat(1, 1fr);
    border: 2px solid rgb(201, 114, 247);
  }
  .archive__content::before {
    display: none;
  }
  .archive__img {
    width: 60%;
  }
  .footer__contacts {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 450px) {
  .vote {
    background-position: left center, left top 100px, left bottom;
  }
  .participants {
    background-position: left bottom, left bottom 100px, left bottom -100px;
    background-size: contain;
  }
  .participants__title img {
    width: 350px;
  }
  .player__volume {
    position: static;
  }
  .player__volume .volume-img {
    left: 15px;
  }
}
@media screen and (min-width: 1540px) {
  .container {
    max-width: 1400px;
  }
}

/*# sourceMappingURL=style.css.map */
