* {
  font-family: Arial, sans-serif;
}

body {
  font-weight: 300;
  overflow-x: hidden;
  max-width: 100%;
  background-color: #242424;
  margin-top: 70px;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  z-index: 100;
}

header .logo {
  font-size: 32px;
  text-decoration: none;
  color: white;
  font-weight: 800;
  display: flex;
  align-self: center;
  background: -webkit-linear-gradient(#4B72E3, #CC37F9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header .header__main {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  height: 64px;
}

header .header__controls {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: end;
}

header .header__controls form {
  width: 100%;
}

header .header__controls form .search {
  width: calc(100% - 80px);
  margin: 0 40px;
  line-height: 40px;
  font-size: 1rem;
  outline: none;
  border-radius: 4px;
  background-color: #333;
  border: none;
  color: #fff;
  padding-left: 20px;
}

header .header__controls__group {
  display: flex;
  justify-content: end;
  align-content: center;
}

header .header__controls__group form {
  display: flex;
  align-content: center;
}

header .header__action {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
}

nav > ul.pagination {
  list-style: none;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

nav > ul.pagination li {
  color: #fff;
  background-color: #333;
  cursor: pointer;
  outline: none;
  transition: background-color 250ms ease-in-out;
}

nav > ul.pagination li.page_prev {
  border-radius: 6px 0 0 6px;
}

nav > ul.pagination li.page_next {
  border-radius: 0 6px 6px 0;
}

nav > ul.pagination li.active {
  cursor: default;
  background-color: #000;
}

nav > ul.pagination li a,
nav > ul.pagination li span {
  color: inherit;
  outline: none;
  display: block;
  padding: 10px;
}

nav > ul.pagination li:hover {
  background-color: #242424;
}

nav > ul.pagination li.disabled {
  cursor: default;
}

nav > ul.pagination li.disabled:hover {
  background-color: #333;
}

.modal_login {
  background-color: #2b2b2b;
  padding: 20px 40px;
  display: flex;
  text-align: center;
  flex-direction: column;
}

.modal_login h4 {
  text-transform: uppercase;
  color: #fff;
}

.modal__form {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
}

.modal__form-button {
  font-size: 1.2rem;
  padding: 8px 20px;
  border-radius: 6px;
  cursor: pointer;
  background-color: #333;
  color: #fff;
  border: none;
}

.modal__form-button-reg {
  margin-left: 10px;
}

.modal__form label {
  width: 100%;
  color: #fff;
}

.modal__form input {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 1rem;
  outline: none;
  border-radius: 4px;
  background-color: #333;
  border: none;
  color: #fff;
  padding-left: 5px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 15px;
}

.gallery__card {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.gallery__card > a {
  display: contents;
}

.gallery__card__img {
  width: 100%;
}

.gallery__card__img img {
  width: 100%;
}

.gallery__card__content {
  background-color: #000;
  padding: 10px;
}

.gallery__card__content__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.gallery__card__content__list__item {
  background-color: #fff;
  padding: 10px;
  color: #000;
  border-radius: 6px;
  margin-right: 5px;
  font-weight: 700;
}

.gallery__card__content__list__item:last-child {
  margin-right: 0;
}

.gallery__card__content__title {
  color: #22f5fe;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.gallery__card__content__info {
  color: #fff;
}

.watch__list {
  padding: 0 100px;
  font-size: 20px;
  color: #fff;
  margin-top: 40px;
}

.watch__list__item {
  background: -webkit-linear-gradient(#4B72E3, #CC37F9);
  padding: 5px 10px;
  color: #fff;
  border-radius: 6px;
}

.watch__title {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding: 0 100px;
  margin-top: 50px;
}

.watch__additional {
  display: flex;
  padding: 0 100px;
  margin-top: 20px;
}

.watch__additional__description {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  padding-right: 10%;
  width: 70%;
}

.watch__additional__data {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  width: 30%;
}

.watch__additional__data p:first-child {
  margin-top: 0;
}

.watch__additional__data b {
  font-weight: 700;
}

