@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700&display=swap');

html,
body {
  padding: 0;
  margin: 0 auto;
  font-family: 'Mulish', sans-serif;
  color: #eeeeee;
  height: 100%;
}

body {
  margin: 0 auto;
  width: 100%;
  background-color: #151515;
  display: flex;
  flex-direction: column;
}

/* Меню */

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px 80px 25px 80px;
  flex: 0 0 auto;
}

.logo img {
  width: 250px;
}

.soc-seti {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}

.soc-seti a {
  color: #ffffff;
  padding: 0px 10px 0px 10px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s ease;
  fill: red;
}

.soc-seti img {
  color: #ffffff;
  width: 35px;
  fill: red;
}

.svg {
  fill: red;
}


/* гл.стр */
.anime-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  padding-bottom: 80px;
  margin-left: 80px;
  margin-right: 80px;
  flex-grow: 1;
}

.release-c {
  width: calc(14.2% - 12px);
  margin-bottom: 12px;
  margin-left: 6px;
  margin-right: 6px;
  text-align: center;
}

.release-c img {
  width: 100%;

  border-radius: 5px;
}

.release-c a {
  text-decoration: none;
}

.release-c p {
  margin: 0px 10px 0px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.name {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.name-final {
  font-size: 16px;
  font-weight: 600;
  color: #78aff3;
}

.name-en {
  font-size: 14px;
  color: #c4c4c4;
}

/* Страница релиза */
.cover {
  z-index: -3;
  width: 100%;
  position: absolute;

}

.cover img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.cover-anime {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 300px;
  max-width: 1280px;
}

.realease-info {
  text-align: center;
  max-width: 850px;
  margin-top: 25px;
  font-size: 18px;
  margin-bottom: 50px;
}

.cover-anime h1 {
  padding: 0;
  margin: 0px;
  text-align: center;
}

.cover-anime h2 {
  padding: 0;
  margin: 0px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 100;
  color: #c4c4c4;
}


/* Жанры */
.categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}

.categories a {
  text-decoration: none;
}


.zhanr {
  padding: 8px;
  text-align: center;
  border: 2px solid;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #c4c4c4;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}



/* 404 */
.page-404 {
  flex: 1 0 auto;
  margin: 20px;
}

.page-404 img {
  width: 500px;
  border-radius: 8px;
}


/* Плеер и комментарии */
.anime-player {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-height: auto;
  max-height: none;
  min-width: auto;

}

.anime-player iframe {
  width: 100%;
  border-radius: 8px;
}

.comments {
  margin-top: 25px;
  margin-bottom: 50px;
  border-radius: 25px;
  width: 100%;
}