html {
  scroll-behavior: smooth;
}

.position_main_img {
  display: flex;
  justify-content: center;
}

.song_main {
    background-color: #121212;
    color: #ffffff;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-top: 116px;
}

.player {
    min-width: 600px;
    margin-bottom: 34px;
}

.player_position {
  display: flex;
  justify-content: space-between;
  }

.control-btn {
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 10px;
}

.progress-container {
  margin-bottom: 14px;
  }

input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    background: #444;
    border-radius: 5px;
    height: 6px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 4px;
    height: 12px;
    background: #ffffff;
    border-radius: 20%;
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    width: 4px;
    height: 12px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
}

input[type="range"]::-webkit-slider-runnable-track {
    height: 8px; /* Высота трека */
    background-color: green; /* Цвет фона трека */
    border-radius: 5px; /* Закругление углов трека */
}

.btn_down {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  border: solid 1px gray;
  border-radius: 4px;
  padding: 6px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn_down:hover {
  background-color: gray;
  color: #1e1e1e;
  }

.icon_name_position {
  display: flex;
  }

.name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 22px;
  margin: 0;
  }
  
.title_song {
  margin-top: 80px;
  margin-bottom: 60px;
  text-align: center;
  }
  
.song_text {
  text-align: left;
  border-bottom: solid 1px #80808036;
  padding-bottom: 34px;
  margin-bottom: 12px;
  }

.song_title {
  padding-bottom: 84px;
  text-align: center;
}

.text_main_one {
  padding-bottom: 168px;
  text-align: center;
}
  
.mob {
  display: none;
  }
  
.desk {
  display: block;
  }

body {
  font-family: "Inter", serif;
  margin: 0;
  padding: 0;
  color: white;
  text-align: left;
  background-color: #121212;
}


header {
  border-radius: 0px 0px 40px 40px;
  background-color: #1e1e1e;
  }

.nav_position {
  display: flex;
  justify-content: space-between;
  padding: 0px;
}

.mobile_logo {
  width: 68px;
  height: 100%;
  }
  
.container {
  padding: 100px;
  padding-top: 20px;
  }
  
.position_music {
  display: flex;
  justify-content: center;
  }
  
.main_img { 
  max-width: 256px;
  border-radius: 20px;
  margin-top: 20px;
  }
  
h1 {
  font-size: 30px;
  margin-bottom: 52px;
  text-transform: uppercase;
  margin-top: 90px;
  text-align: center;
  }
  
p {
  max-width: 700px;
  margin: 0 auto;
  }
    
.market_card_position {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  gap: 20px;
  }
    
.market_card {
  background-color: #1e1e1e;
  border-radius: 10px;
  padding: 10px;
  border: solid 1px #80808036;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  }
  
.btn_position_mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
  
.btn_main {
  background: #ffffff0a;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 16px;
  color: white;
  position: relative;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
  border: solid 1px #ffffff3b;
}

.btn_main:hover {
  background-color: #3c3c3c;
  border: solid 1px #3c3c3c;
  color: white;
  }
  
.market_btn_position {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 80px;
}

.market_text {
  text-align: left;
  border-bottom: solid 1px #80808036;
  padding-bottom: 10px;
  margin-top: 20px;
  }
  
.foot {
    display: flex;
    }
    
.copy {
  text-align: center;
  padding-bottom: 40px;
  margin-top: 40px;
}
  
.logo_footer {
  max-width: 400px;
  }

.position_footer {
  display: flex;
  justify-content: space-between;
  }
  
.title_footer {
  text-align: left;
  }
  
.text_footer {
  text-align: left;
  }
  
footer {
  padding: 100px;
  padding-top: 20px;
  border-radius: 40px 40px 0px 0px;
  background-color: #1e1e1e;
  }
  
.key_img {
  position: absolute;
  bottom: -112px;
  max-width: 600px;
  }
  
.btn_footer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

  
@media (max-width: 1000px) {

.about_position {
  flex-direction: column;
}

.market_card_position {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  }

.mobile_logo {
  width: 66px;
  height: 100%;
  }

h1 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 44px;
}

.title_about {
  text-align: center;
}

.title_footer {
  text-align: center;
}
  
.container {
  padding: 10px;
  }
  
footer {
  padding: 10px;
  margin-top: 40px;
  }
  
.position_footer {
  flex-direction: column
  }
  
.logo_footer {
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding-top: 30px;
}

.main_img {
  width: 100%;
}

.text_footer {
  text-align: center;
}

.player {
  min-width: 302px;
}

.text_main_one {
  padding-bottom: 253px;
  text-align: center;
}

.key_img {
  position: absolute;
  bottom: -25px;
  max-width: 600px;
}
  }
  
@media (max-width: 800px) and (min-width: 600px) {
  .key_img {
  position: absolute;
  bottom: -36px;
  max-width: 510px;
}

.text_main_one {
  padding-bottom: 232px;
}
}

@media (max-width: 600px) {
  .desk {
    display: none;
    }
  
  .mob {
    display: block;
    }
    
   .key_img {
  bottom: -74px;
  max-width: 289px;
}
}
    }



