@charset "UTF-8";
body {
  background-color: #18202a;
  color: #fff;
  font-family: "Roboto", serif;
  padding: 0;
  margin: 0;
}
body h1 {
  margin-top: 0;
}
body h2 {
  margin-top: 0;
}
body h3 {
  margin-top: 0;
}
body p {
  margin-top: 0;
}

.container {
  background-color: #131720;
}

.mt-20 {
  margin-top: 20px;
}

.mt-35 {
  margin-top: 35px;
}

.pb-50 {
  padding-bottom: 50px;
}

header {
  /* Стили для кнопки меню */
  /* Скрываем меню по умолчанию на мобильных устройствах */
}
header .menu-toggle {
  display: none; /* Скрываем кнопку на больших экранах */
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
header .mobile-menu {
  display: block;
}
@media (max-width: 768px) {
  header .menu-toggle {
    display: block; /* Показываем кнопку меню на мобильных устройствах */
    position: absolute;
    top: 15px;
    right: 12px;
    color: #fff;
  }
  header .mobile-menu {
    display: none; /* Скрываем меню на мобильных устройствах */
  }
  header .mobile-menu.active {
    display: block; /* Показываем меню при активном состоянии */
  }
}
header .logo {
  font-size: 24px;
  color: #1abc9c;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}
header .logo:hover {
  text-decoration: none;
  color: #fff;
}
header nav a {
  display: inline-block;
  color: #b8bdca;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
  margin-right: 15px;
}
header nav a:hover {
  text-decoration: none;
  color: #1abc9c;
}

.category {
  padding-left: 20px;
  border-left: 3px solid #1abc9c;
  color: #1abc9c;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  display: block;
}

.sidebar .list-new {
  padding: 0;
  margin: 20px 0 0;
}
.sidebar .list-new li {
  background-color: #18202a;
  padding: 10px;
  border-radius: 10px;
  list-style-type: none;
}
.sidebar .list-new li:not(:first-child) {
  margin-top: 10px; /* Устанавливаем желаемый отступ */
}
.sidebar .list-new li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebar .list-new li a:hover .name {
  color: #1abc9c !important;
}
.sidebar .list-new li a .poster {
  display: inline-block;
  width: 50px;
  height: 75px;
}
.sidebar .list-new li a .poster img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.sidebar .list-new li a .content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-left: 10px;
}
.sidebar .list-new li a .content .name {
  display: block;
  color: #b8bdca;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebar .list-new li a .content .rating {
  display: block;
  font-size: 14px;
  color: #b8bdca;
}
.sidebar .list-new li a .content .rating i {
  color: gold;
}
.sidebar .list-new li a .content .country {
  display: block;
  font-size: 14px;
  color: #b8bdca;
}
.sidebar .list-new li a .content .country i {
  color: #1abc9c;
}
.sidebar .list-new li a .content i {
  display: inline-block;
  padding-right: 10px;
  width: 18px;
  text-align: center;
}
.sidebar .list-comment {
  margin: 20px 0 0;
  padding: 0;
}
.sidebar .list-comment li {
  background-color: #18202a;
  padding: 10px;
  border-radius: 10px;
  list-style-type: none;
}
.sidebar .list-comment li:not(:first-child) {
  margin-top: 10px;
}
.sidebar .list-comment li img {
  width: 100%;
  border-radius: 100%;
}
.sidebar .list-comment li .author {
  color: #576071;
  font-size: 16px;
  font-weight: 600;
}
.sidebar .list-comment li .date {
  color: #576071;
  font-size: 14px;
  font-weight: 300;
}
.sidebar .list-comment li .comment {
  background-color: #131720;
  padding: 10px;
  font-size: 13px;
  border-radius: 10px;
  color: #b8bdca;
  margin-top: 10px;
}
.sidebar .list-comment li a {
  display: block;
  color: #b8bdca;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebar .list-comment li a:hover {
  color: #1abc9c !important;
}

.cart {
  padding: 15px;
  background-color: #18202a;
  border-radius: 10px;
}
.cart .specifications {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
.cart .specifications li {
  font-weight: 600;
}
.cart .specifications li:not(:first-child) {
  margin-top: 7px;
}
.cart .specifications li span {
  font-weight: 400;
}
.cart .btn {
  width: 100%;
  display: block;
  background-color: #1abc9c;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.cart .btn:hover {
  background-color: #087A64;
}
.cart .release {
  display: block;
  color: #b8bdca;
  margin: 0;
  text-align: center;
  font-size: 14px;
}
.cart .release i {
  padding-right: 5px;
}
@media (max-width: 800px) {
  .cart .release {
    margin-top: 15px;
  }
}
@media (max-width: 800px) {
  .cart .poster {
    margin: auto;
    display: block;
  }
}
@media (max-width: 800px) {
  .cart h1 {
    margin-top: 15px;
  }
}
.cart h2 {
  padding-left: 20px;
  border-left: 3px solid #1abc9c;
  color: #1abc9c;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  display: block;
}
.cart h2.name-bock {
  font-size: 20px;
  text-align: center;
  color: #fff;
  border: 0;
  padding: 0;
}
.cart .description p {
  font-size: 15px;
  color: #b8bdca;
}
.cart .description p:last-child {
  margin: 0;
}

.recommendations {
  margin-bottom: 35px;
}
.recommendations a {
  position: relative;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  margin-top: 15px;
}
.recommendations a:hover .name {
  color: #1abc9c;
}
.recommendations a .poster {
  position: relative;
  display: inline-block;
}
.recommendations a .poster img {
  width: 100%;
  border-radius: 10px;
}
.recommendations a .poster:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 66%;
  background: linear-gradient(to top, #000 0%, transparent 100%);
  opacity: 1;
  border-radius: 10px;
}
.recommendations a .name {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  font-size: 12px;
  margin-top: -25px;
  z-index: 99;
  position: relative;
  color: #b8bdca;
  transition: all 0.3s ease;
  text-decoration: none;
}

.gallery {
  display: block;
  margin-top: 15px;
}
.gallery img {
  display: block;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

footer p {
  font-size: 14px;
}
footer .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
footer a {
  color: #b8bdca;
  font-size: 12px;
  text-decoration: none;
}

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