@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  background: #D9D9D9;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header, footer {
  flex: 0 0 auto;
}

main {
  flex: 1 0 auto;
}

.container {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.header {
  background: #407199;
}
.header__container {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.header__left {
  display: flex;
  align-items: center;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__menu {
  margin-right: 7px;
}
.header__logo {
  margin-right: 7px;
}
.header__age {
  margin-right: 9px;
}

.content {
  padding-top: 18px;
  padding-bottom: 18px;
}
.content__win {
  min-height: 360px;
  height: 70vh;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  background-color: #000000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content__play {
  max-width: 300px;
  width: 100%;
  background-color: #404040;
  padding: 30px 20px 30px 20px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
  border: none;
  min-height: 130px;
  height: 20vh;
}
.content__play img {
  max-width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.content__play-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  width: 100%;
}
.content__name {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
}
.content__pay {
  position: absolute;
  top: calc(100% + 10px);
  color: #A7A7A7;
  right: 15px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.content__date {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFF;
}
.content__player {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 3px;
}
.content__like {
  background: rgba(0, 0, 0, 0.8);
}
.player__line {
  width: 100%;
  height: 3px;
  background-color: #7B7B7B;
}
.player__panel {
  display: flex;
  justify-content: space-between;
  padding: 11px 5px;
  align-items: center;
}
.player__left {
  display: flex;
  color: #FFFFFF;
  align-items: center;
}
.player__play {
  margin-right: 20px;
}
.player__voice {
  margin-right: 20px;
}
.player__time {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.like {
  padding: 10px;
  padding-top: 4px;
  padding-bottom: 7px;
}
.like__view {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #FFFFFF;
}
.like__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.like__stat {
  margin-bottom: 2px;
}
.like__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.like__win, .like__loos {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.like__win {
  margin-right: 10px;
}
.like__line {
  max-width: 100%;
  width: 100%;
  height: 3px;
  display: flex;
  justify-content: space-between;
}
.like__line span:nth-child(1) {
  display: block;
  background: #2ADC91;
  width: 70%;
  height: 100%;
}
.like__line span:nth-child(2) {
  display: block;
  background: #DE6B6B;
  width: 30%;
  height: 100%;
}

.share {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.share__container {
  display: flex;
  align-items: center;
}
.share__icon {
  margin-right: 5px;
}

.footer__container {
  padding: 5px 10px;
}
.footer__container p {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__container p a {
  color: inherit;
  text-decoration-line: underline;
}/*# sourceMappingURL=main.css.map */