* {
  outline: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  background-color: #0e0a0d;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #d1c8cd;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #ffc32c;
  text-decoration: none;
}

h1, h2, h3 {
  margin: 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #3b2737;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
h1 small, h2 small, h3 small {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  color: #ab89f9;
}

.title {
  margin: 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #3b2737;
  display: flex;
  flex-wrap: wrap;
}
.title h1, .title h2, .title h3 {
  margin: 0 auto 0 0;
  padding: 0;
  border-bottom: 0;
}
.title .sorting {
  margin: 0 10px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.title .sorting li {
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
}
.title .sorting li .button {
  height: 30px;
  margin: 2px 0;
  padding: 0 10px;
  line-height: 30px;
}
.title .sorting li:last-child {
  margin: 0;
}
.title .sorting .la {
  color: #ffc32c;
}
.title .sorting:last-child {
  margin: 0;
}

.input-text {
  width: 100%;
  height: 46px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 25px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
}
.input-text:focus {
  border-color: #ffc32c;
}

.button {
  min-width: 46px;
  height: 46px;
  padding: 0 15px;
  display: inline-block;
  border: 0;
  border-radius: 25px;
  box-sizing: border-box;
  background-color: #0e0a0d;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 46px;
}
.button:hover {
  color: #ffc32c;
}
.button.button-alt {
  background-color: #ffc32c;
  color: #0e0a0d;
}
.button.button-alt:hover {
  background-color: #ffc32c;
  opacity: 0.9;
}

.wrapper {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.page-main {
  flex-grow: 1;
}

.container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.logo {
  position: relative;
  min-width: 274px;
  max-width: 274px;
  height: 68px;
  display: block;
}
.logo img {
  position: absolute;
  top: 50%;
  left: -10px;
  display: block;
  transform: translateY(-50%);
}

.page-header {
  padding: 0;
  background-color: #20161e;
}
.page-header > .container {
  display: flex;
  align-items: center;
}
.page-header .button {
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 24px;
}
.page-header .button:last-of-type {
  margin: 0;
}

.toggle-icons {
  margin: 0 0 0 auto;
  display: none;
  font-size: 24px;
}
.toggle-icons span {
  cursor: pointer;
}

.search-form {
  position: relative;
  margin: 0 0 0 20px;
  flex-grow: 1;
}
.search-form .search-input {
  border: 0;
  background-color: #0e0a0d;
  color: #fff;
}
.search-form .search-button {
  position: absolute;
  top: 0;
  right: 5px;
  height: 46px;
  border: 0;
  background-color: transparent;
  font-size: 24px;
  color: #ffc32c;
  cursor: pointer;
}

.navigation, .navbar {
  background-color: #20161e;
  border-top: 1px solid #3b2737;
}
.navigation > .container, .navbar > .container {
  position: relative;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.navigation > .container > ul, .navbar > .container > ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.navigation > .container > ul > li, .navbar > .container > ul > li {
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
}
.navigation > .container > ul > li:last-child, .navbar > .container > ul > li:last-child {
  margin: 0;
}
.navigation > .container > ul > li .la, .navbar > .container > ul > li .la {
  margin: -2px 4px 0 0;
  vertical-align: middle;
  font-size: 20px;
}
.navigation > .container > ul.menu > li > a, .navbar > .container > ul.menu > li > a {
  text-transform: uppercase;
}
.navigation .user-menu, .navbar .user-menu {
  display: none !important;
}

.navbar {
  background-color: transparent;
  border: 0;
}
.navbar > .container {
  min-height: 36px;
}

.navigation {
  margin: 0 0 15px 0;
}

.dropdown {
  position: relative;
}
.dropdown .la-angle-down {
  margin: -3px 0 0 2px !important;
  font-size: 14px !important;
}

.dropdown-container {
  position: absolute;
  left: 0;
  margin: 5px 0;
  padding: 0;
  background: #20161e;
  z-index: 2;
  white-space: nowrap;
  font-size: 14px;
  text-align: left;
  line-height: normal;
  display: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.dropdown-container li {
  margin: 10px;
  padding: 0 10px;
  display: block;
  list-style: none;
}

.gradient {
  background-image: linear-gradient(to right, #ffc32c 0%, #fea810 100%);
  color: #0e0a0d;
}

.page-main-container {
  display: flex;
  flex-wrap: wrap;
}

.inner {
  margin: 15px 0;
  padding: 10px 15px;
  background-color: #20161e;
  border: 1px solid #3b2737;
  border-radius: 5px;
  box-sizing: border-box;
}
.inner > *:first-child {
  margin-top: 0;
}

.content {
  order: 2;
  width: calc(100% - 255px);
}
.content > *:first-child {
  margin-top: 0;
}

.nav-column {
  order: 1;
  width: 240px;
  margin: 0 15px 0 0;
}
.nav-column > *:first-child {
  margin-top: 0;
}

.nav-column-title {
  margin: 15px 0;
  padding: 0 15px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #0e0a0d;
  text-transform: uppercase;
  line-height: 40px;
}

.nav-column-list {
  margin: 0;
  padding: 0;
  background-color: #20161e;
  border-radius: 5px;
  border: 1px solid #3b2737;
  box-sizing: border-box;
}
.nav-column-list > li {
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  display: inline-block;
  list-style: none;
  box-sizing: border-box;
  border-bottom: 1px solid #3b2737;
}
.nav-column-list > li:last-child {
  border: 0;
}
.nav-column-list > li a {
  display: block;
}

.movs {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.mov {
  position: relative;
  width: calc(25% - 10px);
  margin: 0 5px 10px 5px;
  display: block;
}

.mov-img {
  position: relative;
  padding: 75% 0 0 0;
  display: block;
}
.mov-img > img, .mov-img > source {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.mov-q, .mov-length {
  position: absolute;
  top: 2px;
  padding: 5px 10px;
  display: block;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.mov-q {
  right: 2px;
}

.mov-length {
  left: 2px;
  background-color: rgba(0, 0, 0, 0.8);
}

.mov-info {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.mov-title, .mov-description, .mov-data {
  height: 20px;
  padding: 0;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 1;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.mov-title, .mov-description {
  color: #ffc32c;
}

.mov:hover .mov-title, .mov:hover .mov-description {
  color: #fff;
}

.mov-description, .mov-data {
  text-transform: none;
}

.mov-data {
  margin: -4px 0 4px 0;
  text-align: center;
}
.mov-data .mov-rating .la {
  margin: -2px 0 0 0;
  vertical-align: middle;
  font-size: 18px;
  color: #32be25;
}

.mov-amount {
  font-size: 14px;
  font-weight: 400;
  color: #d1c8cd;
  text-transform: none;
}

.page-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 46px;
}

.pagination {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.pagination li {
  margin: 2px;
  padding: 0;
  list-style: none;
}
.pagination .la {
  margin: -2px 4px 0 4px;
  vertical-align: middle;
  font-size: 20px;
}

.movie-container {
  position: relative;
  flex-grow: 1;
}

.movie-player {
  position: relative;
  padding: 56.25% 0 0 0;
}
.movie-player iframe, .movie-player .player-code {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie-block {
  width: 100%;
  margin: 10px 0;
}

.movie-info {
  display: flex;
  align-items: center;
}

.movie-rating {
  margin-right: auto;
  display: flex;
}
.movie-rating > div {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.movie-rating > div:last-child {
  margin-right: 0;
}
.movie-rating .button {
  margin-right: 10px;
}
.movie-rating .button .la {
  margin-top: -4px;
  font-size: 30px;
  vertical-align: middle;
}
.movie-rating strong {
  display: block;
}

.movie-stats {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.movie-stats > div {
  margin: 0 15px;
}

.queries {
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.queries li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
.queries li .la {
  margin: -2px 5px 0 0;
  vertical-align: middle;
  color: #ffc32c;
}
.queries li a:hover {
  color: #ffc32c;
}
.queries .size-1 {
  font-size: 12px;
}
.queries .size-2 {
  font-size: 15px;
}
.queries .size-3 {
  font-size: 18px;
}
.queries .size-4 {
  font-size: 20px;
}
.queries .size-5 {
  font-size: 22px;
}

.tags {
  margin: 0 0 15px 0;
  padding: 0;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.tags li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 4px 0;
  box-sizing: border-box;
  display: inline-block;
  border-bottom: 1px solid #3b2737;
  list-style: none;
}
.tags .tags-letter {
  color: #ffc32c;
}
.tags a {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.tags a span {
  margin: 0 0 0 auto;
  padding: 0 4px;
  display: inline-block;
  border-radius: 3px;
  background-color: #362d34;
  font-size: 12px;
  color: #d1c8cd;
}
.tags a:hover {
  color: #ffc32c;
}
.tags a:hover span {
  background-color: #ffc32c;
  color: #0e0a0d;
}

.sites {
  margin: 0 0 15px 0;
  padding: 0;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.sites li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 4px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #3b2737;
  display: flex;
}
.sites li a {
  display: flex;
}
.sites li span {
  margin: 0 15px 0 0;
  color: #ab89f9;
}

.bottom-blocks {
  order: 3;
  width: 100%;
  height: 250px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.bottom-blocks > div {
  min-width: 300px;
  max-width: 300px;
  margin: 0;
}

.page-footer .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.page-footer .container .logo {
  margin: 20px auto 0 auto;
}
.page-footer-content {
  margin: 20px 0;
}
.page-footer-nav {
  padding: 10px 0;
  background-color: #20161e;
}
.page-footer-nav .container {
  display: flex;
  justify-content: center;
  text-align: center;
}
.page-footer-nav .container ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-footer-nav .container ul li {
  margin: 0 10px;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 1199px) {
  .page-main-container {
    flex-direction: column;
  }

  .content {
    order: 1;
    width: 100%;
  }

  .nav-column {
    order: 2;
    width: 100%;
    margin: 0;
  }

  .nav-column-list {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .bottom-blocks {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bottom-blocks > div {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1023px) {
  .navbar {
    display: none;
  }

  .logo {
    overflow-y: hidden;
  }

  .page-header > .container {
    flex-wrap: wrap;
  }
  .page-header > .container > .button {
    display: none;
  }

  .toggle-icons {
    display: block;
  }

  .search-form {
    width: 100%;
    margin: 10px 0;
    display: none;
  }

  .navigation {
    margin-bottom: 0;
    display: none;
  }
  .navigation > .container {
    flex-direction: column;
  }
  .navigation > .container ul {
    width: 100%;
    padding: 10px 0 0 0;
    flex-direction: column;
  }
  .navigation > .container ul li {
    margin: 0 0 10px 0 !important;
  }
  .navigation > .container .user-menu {
    display: block !important;
    border-top: 1px solid #3b2737;
  }

  .content {
    margin-top: 15px;
  }

  .mov {
    width: calc(33.33% - 10px);
  }

  .page-navigation {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .movie-info {
    flex-wrap: wrap;
  }

  .movie-stats {
    width: 100%;
    margin: 10px 0 0 0;
    order: 3;
    justify-content: flex-start;
  }
  .movie-stats > div {
    margin: 0 30px 0 0;
  }
  .movie-stats > div strong {
    display: inline-block;
  }

  .tags, .sites, .nav-column-list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media screen and (max-width: 767px) {
  .mov {
    width: calc(50% - 10px);
  }

  .tags, .sites, .nav-column-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 479px) {
  h1, h2, h3 {
    font-size: 20px;
    line-height: normal;
  }

  .mov {
    width: calc(100% - 10px);
  }

  .tags, .sites, .nav-column-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
