* {
  outline: none;
}

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

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

img {
  max-width: 100%;
}

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

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

.title {
  margin: 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #1a364f;
  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: #ff5d0d;
}
.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: #ff5d0d;
}

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

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.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: 213px;
  max-width: 213px;
  height: 68px;
  display: block;
}
.logo img {
  position: absolute;
  top: -8px;
  left: -18px;
  display: block;
}

.page-header {
  padding: 0;
  background-color: #001f3b;
}
.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 10px;
  flex-grow: 1;
}
.search-form .search-input {
  border: 0;
}
.search-form .search-button {
  position: absolute;
  top: 0;
  right: 5px;
  height: 46px;
  border: 0;
  background-color: transparent;
  font-size: 24px;
  color: #ff5d0d;
  cursor: pointer;
}

.navigation, .navbar {
  background-color: #001f3b;
  border-top: 1px solid #1a364f;
}
.navigation > .container, .navbar > .container {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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: #001f3b;
  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, #ff5d0d 0%, #ff7f0d 100%);
}

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

.inner {
  margin: 15px 0;
  padding: 10px 15px;
  background-color: #001f3b;
  border: 1px solid #192c3d;
  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;
}

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

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

.cats-list {
  margin: 0;
  padding: 0;
  background-color: #001f3b;
  border-radius: 5px;
}
.cats-list > li {
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  display: inline-block;
  list-style: none;
  box-sizing: border-box;
  border-bottom: 1px solid #1a364f;
}
.cats-list > li:last-child {
  border: 0;
}
.cats-list > li a {
  display: block;
}

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

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

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

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

.thm-q {
  left: 2px;
  color: #fff;
}

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

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

.thm-title, .thm-description, .thm-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;
}

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

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

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

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

.pagination {
  margin: 8px 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;
}

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

.video-player {
  position: relative;
  padding: 75% 0 0 0;
}
.video-player iframe, .video-player .player-code {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-player .play {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 10px 20px;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.video-player .play:hover {
  opacity: 0.7;
}

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

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

.video-rating {
  margin-right: auto;
  display: flex;
}
.video-rating > div {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.video-rating > div:last-child {
  margin-right: 0;
}
.video-rating .button {
  margin-right: 10px;
}
.video-rating .button .la {
  margin-top: -4px;
  font-size: 30px;
  vertical-align: middle;
}
.video-rating .button[disabled], .video-rating .button[disabled]:hover {
  color: #ccc !important;
  cursor: default;
}
.video-rating strong {
  display: block;
}

.video-stats {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}
.video-stats > div {
  margin: 0 15px;
}
.video-stats > div strong {
  white-space: nowrap;
}
.video-stats .la {
  margin: -1px 1px 0 0;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
}

.video-links a {
  color: #ff5d0d;
  text-decoration: underline;
}
.video-links a:hover {
  color: #fff;
}
.video-links .la {
  margin: -1px 1px 0 0;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
}

.searches {
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.searches li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
.searches li .la {
  margin: -2px 5px 0 0;
  vertical-align: middle;
  color: #ff5d0d;
}
.searches li a:hover {
  color: #ff5d0d;
}
.searches .size-1 {
  font-size: 12px;
}
.searches .size-2 {
  font-size: 15px;
}
.searches .size-3 {
  font-size: 18px;
}
.searches .size-4 {
  font-size: 20px;
}
.searches .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 #1a364f;
  list-style: none;
}
.tags .tags-letter {
  color: #ff5d0d;
}
.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: #01182d;
  font-size: 12px;
  color: #c98dff;
}
.tags a:hover {
  color: #ff5d0d;
}
.tags a:hover span {
  background-color: #ff5d0d;
  color: #fff;
}

.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 #1a364f;
  display: flex;
}
.sites li a {
  display: flex;
}
.sites li span {
  margin: 0 15px 0 0;
  color: #c98dff;
}

.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: #001f3b;
}
.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;
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v13/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v13/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v13/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v13/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v13/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v13/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v13/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v13/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v13/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

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

  .cats {
    order: 2;
    width: 100%;
    margin: 0;
  }

  .cats-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;
  }

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

  .toggle-icons {
    display: block;
  }

  .search-form {
    width: 100%;
    margin: 10px 0 0 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 #1a364f;
  }

  .content {
    margin-top: 15px;
  }

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

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

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

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

  .tags, .sites, .cats-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;
  }

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

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