@font-face {
    font-family: 'SF Pro Display', sans-serif;
    src: url(/fonts/SF-Pro-Display-Regular.ttf);
    font-family: 'Montserrat', sans-serif;
    src: url(/fonts/MontserratAlternates-SemiBold.ttf);
    font-family: 'Albert Sans', sans-serif;
    src: url(/fonts/AlbertSans-ExtraBoldItalic.ttf);
}
@font-face {
	font-family: 'SFProDisplay-Semibold';
	src: url('../fonts/sfprodisplay-semibold.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/sfprodisplay-semibold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/sfprodisplay-semibold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/sfprodisplay-semibold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/sfprodisplay-semibold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/sfprodisplay-semibold.svg#sfprodisplay-semibold') format('svg'); /* Chrome < 4, Legacy iOS */
}
body {
  margin: 0;
  background: #09090B;
  color: white;
  width: 1920;

}

header {
  display: block;
}
.header-strip {
  margin-top: 7px;
  width: 1301px;
  height: 1px; 
  background-color: #222222;
}
.navbar {
  display: flex;
  justify-content: space-between; /* ← главное */
  align-items: center;
  padding: 20px 308px;
  flex-wrap: wrap;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

#navbar-logo {
  width: 62px;
  height: 62px;
}

.text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#name {
  color: #ffffff;
  text-align: left;
  font-family: 'Albert Sans', sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 800;
  font-style: italic;
  position: relative;
  width: 202px;
  height: 31px;
  display: flex;
}

#subname {
  color: #ffffff;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.04em;
  position: relative;
  font-weight: 550;
  width: 273px;
  height: 27px;
  display: flex;
  justify-content: flex-start;
}

.top-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.menu-list {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-text a {
  font-family: 'SFProDisplay-Semibold';
  font-size: 24px;
  color: white;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.menu-text a:hover {
  transform: scale(1.08);
  color: rgb(128, 202, 136);
}

.separator {
  color: white;
  opacity: 0.7;
  font-size: 24px;
}

.login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  gap: 6px;
  background-color: white;
  border-radius: 10px;
  
  text-decoration: none;
  transition: transform 0.2s ease;
}

.login-button:hover {
  transform: scale(1.05);
}

.login-text {
  font-family: 'SFProDisplay-Semibold';
  font-size: 20px;
  color: black;
}

#img-login {
  width: 12px;
  height: 15px;
  display: block;
}

section{
  position: absolute;
  width: 1920px;
  
}

.start {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: url('../img/bg.png');
  background-size: 100%;     
  background-repeat: no-repeat;
  background-position: center 49px;
}

.video {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-left: 309px ;   
  margin-right: 309px ;
  position: relative;
  max-width: 1302px; 
  height: 588px;
}

.video video {
  position: absolute;
  width: 100%; 
  height: 588px;
  border-radius: 50px;
  object-fit: cover; 
}

.text-video{
  display: flex;
  margin-left: 30px;
  height: 84px;
  margin-bottom: 25px;
}
.text-video-1{
  z-index: 2;
  width: 750px;
  margin: 0;

  font-family: 'SFProDisplay-Semibold';
  font-style: normal;
  font-size: 36px;
  line-height: 42px;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;

  color: #FFFFFF;
}


.more-info{
  position: static; 
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 25px 0 0 0;
}

.more-info span{
  font-family: 'SFProDisplay-Semibold';
  font-style: normal;
  font-size: 16px;
  line-height: 42px;

  display: flex;
  align-items: center;
  letter-spacing: -0.03em;

  color: #FFFFFF;
}

.already-container {
  display: flex;
  justify-content: space-between; 
  align-items: flex-start; 
  gap: 20px; 
  border-bottom: #222222 1px solid;
}

.already-block-1{
  display: block;
}

.already{
  margin-left: 309px;
  margin-right: 309px;
  margin-top: 55px;
}
.alreade-yourmusik {
  text-align: right;
}

.already-block-2 {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#already-text img{
  margin-right: 18px;
}
#already-text-2 img{
  margin-left: 18px;
} 
#already-text, #already-text-2{
  color: #ffffff;
  text-align: left;
  font-family: 'SFProDisplay-Semibold';
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.02em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;

}
#already-text img, #already-text-2 img{
  width: 37.5px;
  height: 37.5px;
}
.text-1{
  color: #cacaca;
  text-align: left;
  font-family: 'SFProDisplay-Semibold';
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.03em;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 16px;
  margin-bottom: 12px;
}
.text-2{
  color: #cacaca;
  text-align: right;
  font-family: 'SFProDisplay-Semibold';
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.03em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
  margin-bottom: 12px;
}
.already-mein {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.already-mein-1{
  display: block;
  padding-right: 40px;
  border-right: #222222 1px solid;
  border-bottom: #222222 1px solid;
}
.already-mein-2{
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: -20px;
  border-left: #222222 1px solid;
  border-bottom: #222222 1px solid;
}


.auth,
.auth *, .end-auth, .end-auth *, .end-start-2, .end-start-2 *{
  box-sizing: border-box;
}
.auth {
  background: #080808;
  border-radius: 15px;
  border-style: solid;
  border-color: #1b1b1b;
  border-width: 1px;
  height: 100px;
  width: 465px;
  position: relative;
  margin-top: 20px;
}
.auth-mein{
  margin-top: 24px;
}
.auth-out{
  margin-bottom: 24px;
}
.frame-list {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 15px;
  top: 25px;
  overflow: visible;
}
.text-frame {
  color: #ffffff;
  text-align: left;
  font-family: 'SFProDisplay-Semibold';
  font-size: 23px;
  line-height: 42px;
  letter-spacing: -0.03em;
  position: absolute;
  left: 75px;
  top: 29px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}


.buttom-partner,
.buttom-partner * {
  box-sizing: border-box;
}
.buttom-partner {
  background: #080808;
  border-radius: 15px;
  border-style: solid;
  border-color: #1b1b1b;
  border-width: 1px;
  height: 100px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
  margin-top: 20px;
  margin-left: 17px;
}
.dark-1 {
  width: 306px;
  height: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top-partner{
  margin-top: 24px;
}
#buttom-partner{
  margin-bottom: 24px;
}

.clip-path-group {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static; 
}
.yandex, .yt{
  width: 80%;
}
.vk{
  width: 60%;
}
.apple, .spotify, .zvuk, .tiktok{
  width: 50%;
}
.deezer{
  width: 65%;
}

.already-mein-2 a:hover {
  transform: scale(1.08);
  color: rgb(128, 202, 136);
}
.end{
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  background-image: url('../img/bg2.png');
  background-size: 100%;     
  background-repeat: no-repeat;
  background-position: center 49px;
}

.end-auth {
  background: #080808;
  border-radius: 15px;
  border-style: solid;
  border-color: #1b1b1b;
  border-width: 1px;
  display: flex;
  flex-wrap: wrap;
  height: 110px;
  margin:0 309px 40px 309px ;
  display: flex;
  justify-content: space-between;
  
}
.end-name {
  color: #ffffff;
  text-align: left;
  font-family: 'SFProDisplay-Semibold';
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -0.03em;
  font-weight: 600;
  position: absolute;
  left: 120px;
  top: 21px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.end-subname {
  color: #cacaca;
  text-align: left;
  font-family: 'SFProDisplay-Semibold';
  font-size: 24px;
  line-height: 42px;
  letter-spacing: -0.03em;
  font-weight: 600;
  position: absolute;
  left: 120px;
  top: 60px;
  width: 641px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mail-chat-bubble-square-warning-streamline-plump {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 40px;
  top: 30px;
  overflow: visible;
}
.end-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px; 
  background: #ffffff;
  border-radius: 10px;
  width: 234px;
  height: 44px;
  border: none;
  cursor: pointer;

  margin-right: 40px;
  text-decoration: none;
  transition: transform 0.2s ease;
}
a{
  text-decoration: none;
}
.button-name {
  color: #000000;
  text-align: left;
  font-family: 'SFProDisplay-Semibold';
  font-size: 20px;
  letter-spacing: -0.03em;
  font-weight: 500;

}
.mail-send-email-message-streamline-plump {
  width: 24px;
  height: 24px;
  display: block;
  position: static; 
  margin: 0;
}
.end-button-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#end-logo-container img{
  margin-left: 40px;

}
.button-conteiner{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.end-logo {
  width: 47px;
  height: 47px;
}
.auth-container{
  margin-left: 40px;
}
#auth-name{
  text-align: left;
  font-family: 'SFProDisplay-Semibold';
  font-size: 30px;
  line-height: 42px;
  position: relative;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#auth-subname{
    color: #ffffff;
    text-align: left;
    font-family: 'SFProDisplay-Semibold';
    font-size: 20px;
    line-height: 42px;
    letter-spacing: -0.04em;
    position: relative;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.button-conteiner button:hover {
  transform: scale(1.08);
  color: rgb(128, 202, 136);
}
.end-start-2 {
    margin: 40px 309px 40px 309px;
    padding: 40px 0 40px 0;
    border-top: #222222 1px solid;
    border-bottom: #222222 1px solid;
}

.auth-phonk,
.auth-phonk * {
  box-sizing: border-box;
}

.auth-phonk {
  background: #080808;
  border-radius: 15px;
  border: 1px solid #1b1b1b;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  font-family: 'SFProDisplay-Semibold';
  margin-top: 20px;
}

.auth-phonk summary {
  list-style: none;
  padding: 29px 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.auth-phonk summary::-webkit-details-marker {
  display: none;
}

.phonk-label {
  color: #ffffff;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: -0.03em;
}

.frame {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}

.auth-phonk[open] .frame {
  transform: rotate(180deg);
}

.answer {
  padding: 0 45px 25px 45px;
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
}

footer {
    height: 342px;
}

.glow {
    position: absolute;
    left: 50%;
    width: 70%;
    height: 250px;
    margin-top: 190px;
    transform: translate(-50%, -50%);
    background: #28FF30;
    opacity: 0.3;
    filter: blur(100px);
    border-radius: 150%;
    z-index: -1;                   
}

.box,
.box * {
  box-sizing: border-box;
}
.box {
  background: #09090b;
  border-radius: 60px 60px 0px 0px;
  border-style: solid;
  border-color: #707070;
  border-width: 1px 0px 0px 0px;
  padding: 40px 309px 12px 309px;
  height: 342px;
  position: relative;
  overflow: hidden;
}
.ellipse-97 {
  background: var(
    --phonklabel,
    linear-gradient(
      196.8deg,
      rgba(40, 255, 48, 1) 0%,
      rgba(120, 255, 125, 1) 100%
    )
  );
  border-radius: 50%;
  border-style: solid;
  border-color: #000000;
  border-width: 1px;
  opacity: 0.3;
  width: 1624px;
  height: 324px;
  position: absolute;
  left: 145px;
  top: 336px;
  filter: blur(150px);
}

._2025-phonk-label-all-rights-reserved {
  color: #838383;
  text-align: left;
  font-family: 'SFProDisplay-Semibold';
  font-size: 20px;
  line-height: 42px;
  letter-spacing: -0.01em;
  font-weight: 500;
  position: absolute;
  left: 790px;
  top: 286px;
  width: 341px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.rectangle-28 {
  background: #7e7e7e;
  border-radius: var(--var-sds-size-stroke-border, 1px);
  width: 1px;
  height: 1302px;
  position: absolute;
  left: 309px;
  top: 256px;
  transform-origin: 0 0;
  transform: rotate(-90deg) scale(1, 1);
}
.group-270987778 {
  height: 20%;
  position: absolute;
  left: 309px;
  top: 45px;
  overflow: visible;
}
.phonklabel {
  color: #ffffff;
  text-align: left;
  font-family: 'Albert Sans', sans-serif;
  font-size: 30px;
  line-height: 42px;
  font-weight: 800;
  font-style: italic;
  position: absolute;
  left: 384px;
  top: 50px;
  width: 203px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

* {
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE10+ */
  user-select: none;         /* Стандарт */
}