body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
button,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

img,
object,
embed {
  vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

q:before,
q:after {
  content: "";
}

a * {
  cursor: pointer;
}

input,
textarea {
  outline: none;
}

a {
  text-decoration: none;
}

input {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  outline: none;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

i {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
html {
  height: 100%;
}

textarea {
  resize: none;
}

body {
  font: 400 14px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background: #0c0c0c;
  color: #ffffff;
}

.section {
  margin-bottom: 30px;
}

.container {
  max-width: 1620px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.burger {
  cursor: pointer;
}

.burger svg {
  fill: #ffffff;
}

.hidden {
  display: none;
}

@media (max-width: 767px) {
  main {
    padding-top: 90px;
  }
}

header {
  margin-bottom: 0.8rem;
}

@media (max-width: 767px) {
  header {
    align-items: stretch;
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.2s linear;
    background: #0c0c0c;
    margin-bottom: 0;
  }
}

header .header-inner {
  font-family: Roboto,Helvetica,Liberation Sans,sans-serif;
  display: flex;
  padding: 0 17px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

header .burger {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search {
  margin-left: 0;
  margin-right: 20px;
  max-width: 362px;
}

@media (max-width: 1320px) {
  .search {
    max-width: 230px;
    width: 100%;
  }
  .search form {
    max-width: 230px;
  }
  
}
@media (max-width: 1251px) {
  .header .header-inner{
    justify-content: center !important;
  }
}

@media (max-width: 1120px) {
  .search {
    max-width: 230px;
    width: 100%;
  }
  .search form {
    max-width: 230px;
  }
}

@media (max-width: 780px) {
  .search {
    max-width: 362px;
    order: 4;
    top: calc(100% + 4px);
    z-index: 10;
    position: absolute;
    padding: 10px;
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -250%);
  }
}

.search form {
  height: 40px;
  margin-bottom: 0;
  max-width: 362px;
}

.search .search-inner {
  position: relative;
}

.search input {
  width: 100%;
  background: #ffffff;
  border-radius: 24px;
  height: 36px;
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #252527;
  padding: 4px 20px;
  border: none;
  padding: 4px 48px 4px 20px;
}

.search input::-moz-placeholder {
  color: #252527;
}

.search input:-ms-input-placeholder {
  color: #252527;
}

.search input::placeholder {
  color: #252527;
}

.open_search .search-btn.open-mobile-search svg {
  fill: #ffa31a;
}

.open_search .search {
  transform: translate(0, 0);
}

.search-btn {
  position: absolute;
  right: 20px;
  top: 4px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .search-btn:hover svg {
    fill: #ffa31a;
  }
}

.search-btn svg {
  transition: fill 0.3s;
  fill: #252527;
}

.search-btn.open-mobile-search {
  display: none;
  right: 30px;
  top: 16px;
}

@media (max-width: 780px) {
  .search-btn.open-mobile-search {
    display: block;
  }
}

.search-btn.open-mobile-search svg {
  fill: #ffffff;
}

.header-bottom {
  background: rgba(37, 37, 39, 0.8);
}

@media (max-width: 767px) {
  .header-bottom {
    display: none;
  }
}

.header-bottom .header-inner {
  padding: 0;
  justify-content: space-between;
}

.header-integration {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}

@media (max-width: 1060px) {
  .header-integration {
    display: none;
  }
}

.header-integration em {
  color: #ffa31a;
}

.nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.nav a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  transition: all 0.3s;
  padding: 14px 21px;
}

@media (min-width: 1024px) {
  .nav a:hover {
    background: #ffa31a;
  }
}

.nav a.selected {
  background: #ffa31a;
}

.heading {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .heading {
    margin-bottom: 0;
  }
}

.heading .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 144%;
  color: #ffffff;
  flex-grow: 1;
  flex-shrink: 1;
}

@media (max-width: 1024px) {
  .heading .title {
    font-size: 18px;
  }
}

.heading .title.page-error {
  color: #ffa31a;
}

.sort {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}

.sort .sort-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  background: #252527;
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  transition: 0.3s;
  cursor: pointer;
}

.sort .sort-title i {
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 33px;
  transform: rotate(0);
}

.sort .sort-drop {
  position: absolute;
  width: 100%;
  right: 0;
  top: calc(100% - 1px);
  padding: 0;
  background: #252527;
  border-radius: 0 0 24px 24px;
  z-index: 3;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.sort .sort-drop a {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  padding: 8px;
  transition: color 0.3s;
  text-align: center;
  border-top: 1px solid #3c3c3c;
}

@media (min-width: 1024px) {
  .sort .sort-drop a:hover {
    color: #ffa31a;
  }
}

.sort .sort-drop a.action {
  color: #fff;
  background: #ffa31a;
  cursor: default;
  pointer-events: none;
}

.sort .sort-drop a:last-child {
  margin-bottom: 0;
}

.sort.sort__open .sort-title {
  border-radius: 24px 24px 0 0;
}

.sort.sort__open .sort-title i {
  transform: rotate(180deg);
}

.sort.sort__open .sort-drop {
  opacity: 1;
  visibility: visible;
}

.thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px 30px -7px;
}

.thumb {
  width: 20%;
  padding: 7px;
  transition: width 0.3s;
}

@media (max-width: 1023px) {
  .thumb {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .thumbs {
    margin: 0 -2px 30px -2px;
  }

  .thumb {
    width: 33.33%;
    padding: 2px;
  }
}

@media (max-width: 525px) {
  .thumb {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .thumb {
    width: 100%;
  }
}

.Small .thumb {
  width: 16.666%;
  transition: width 0.3s;
}

@media (max-width: 1023px) {
  .Small .thumb {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .Small .thumb {
    width: 25%;
  }
}

@media (max-width: 525px) {
  .Small .thumb {
    width: 50%;
  }
}

@media (max-width: 375px) {
  .Small .thumb {
    width: 50%;
  }
}

.Big .thumb {
  width: 25%;
  transition: width 0.3s;
}

@media (max-width: 1023px) {
  .Big .thumb {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .Big .thumb {
    width: 50%;
  }
}

@media (max-width: 525px) {
  .Big .thumb {
    width: 100%;
  }
}

.thumb a {
  display: block;
  position: relative;
}

@media (min-width: 1024px) {
  .thumb a:hover .title {
    color: #ffa31a;
  }

  .thumb a:hover .info-bottom .duration {
    background: #ffa31a;
  }

  .thumb a:hover .img-holder .hd {
    background: #ffa31a;
  }
}

.thumb .img-holder {
  position: relative;
  padding-bottom: 56%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.thumb .img-holder img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.thumb .img-holder .hd {
  position: absolute;
  background: rgba(255, 163, 26, 0.7);
  border-radius: 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 144%;
  color: #ffffff;
  padding: 4px 6px;
  right: 10px;
  top: 10px;
  transition: all 0.3s;
}

.thumb .info-holder {
  padding: 5px 10px 10px 10px;
  background: #252527;
  border-radius: 0px 0px 10px 10px;
}

.thumb .info-holder .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  transition: color 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.thumb .info-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.thumb .info-bottom .view {
  font-weight: 300;
  font-size: 10px;
  line-height: 144%;
  color: #b1b4b5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.thumb .info-bottom .duration {
  font-weight: 400;
  font-size: 10px;
  line-height: 144%;
  color: #ffffff;
  padding: 2px 6px;
  background: #3c3c3c;
  border-radius: 10px;
  transition: bacground 0.3s;
  transition: all 0.3s;
  margin: 0 4px;
}

.thumb .info-bottom .rate-item {
  font-weight: 300;
  font-size: 10px;
  line-height: 144%;
  color: #ffa31a;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.thumb .info-bottom .rate-item svg {
  margin-right: 5px;
}

.categories-thumbs .thumb .info-holder .title {
  margin-bottom: 0;
  font-weight: 600;
}

.main-inner {
  display: flex;
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  transition: 0.3s ease-in;
}

.sidebar {
  width: 362px;
  background: #252527;
  border-radius: 0px 24px 24px 0px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 30px;
  z-index: 5;
  transition: 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
  transform: translate(-100%, 0);
  padding: 20px 0 0 60px;
}

@media (max-width: 380px) {
  .sidebar {
    width: 300px;
  }
}

.sidebar .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 144%;
  /* or 26px */
  /* Orange */
  color: #ffa31a;
  margin-bottom: 10px;
}

.sidebar .list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #48494a;
}

.sidebar .list.nav-list {
  display: none;
}

@media (max-width: 767px) {
  .sidebar .list.nav-list {
    display: block;
  }
}

.sidebar .list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.sidebar .list-inner.main-list .list-item a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sidebar .list-item {
  margin-bottom: 4px;
  padding-right: 10px;
}

.sidebar .list-item:last-child {
  margin-bottom: 0;
}

.sidebar .list-item a {
  display: flex;
  align-items: center;
  background: #ffa31a;
  border-radius: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 144%;
  color: #ffffff;
  background: transparent;
  transition: all 0.3s;
  padding: 9px 20px;
}

.sidebar .list-item .signup span {
  margin-left: 5px;
  color: #de2600;
}

@media (min-width: 1024px) {
  .sidebar .list-item a:hover {
    background: #ffa31a;
  }

  .sidebar .list-item a:hover span {
    color: #ffffff;
  }
}

.sidebar .list-item a.selected {
  background: #ffa31a;
}

.sidebar .list-item a i {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-right: 5px;
}

.sidebar .list-item a span {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  color: #b1b4b5;
  transition: color 0.3s;
}

.sidebar .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.sidebar .btn-wrap a {
  display: block;
  background: #ffa31a;
  border-radius: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 144%;
  color: #ffffff;
  background: #ffa31a;
  transition: all 0.3s;
  padding: 9px 20px;
}

@media (min-width: 1024px) {
  .sidebar .btn-wrap a:hover {
    background: transparent;
  }
}

body.open_sidebar .burger svg {
  fill: #ffa31a;
}

@media (min-width: 1024px) {
  body.open_sidebar .thumb {
    width: 25%;
  }

  body.open_sidebar .main-inner .container {
    max-width: 1338px;
  }

  body.open_sidebar .main-inner {
    padding-left: 362px;
  }
}

body.open_sidebar .sidebar {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 144%;
  color: #ffffff;
  width: 36px;
  height: 36px;
  /* Dark */
  background: #252527;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
  transition: all 0.3s;
}

@media (max-width: 480px) {
  .pagination a {
    display: none;
  }
}

@media (min-width: 1024px) {
  .pagination a:hover {
    background: #ffa31a;
  }
}

.pagination a.selected {
  color: #ffa31a;
  background: #ffffff;
}

@media (max-width: 480px) {
  .pagination a.selected {
    display: flex;
  }
}

.pagination a:last-child {
  margin-right: 0;
}

.pagination a.prev,
.pagination a.next {
  max-width: 121px;
  width: 100%;
  border-radius: 24px;
}

@media (max-width: 1024px) {
  .pagination a.prev,
  .pagination a.next {
    max-width: 36px;
  }
}

@media (max-width: 480px) {
  .pagination a.prev,
  .pagination a.next {
    display: flex;
  }
}

@media (max-width: 1024px) {
  .pagination a.prev span,
  .pagination a.next span {
    display: none;
  }
}

.pagination a.prev svg {
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .pagination a.prev svg {
    margin-right: 0;
  }
}

.pagination a.next svg {
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .pagination a.next svg {
    margin-left: 0;
  }
}

.items-box {
  display: flex;
  flex-wrap: wrap;
}

.items-box .box-item {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 144%;
  color: #ffffff;
  background: #252527;
  border-radius: 24px;
  padding: 5px 20px;
  margin-bottom: 16px;
  margin-right: 5px;
  transition: all 0.3s;
}

.items-box .box-item.open_hidden {
  display: block;
}

.items-box .box-item.hidden {
  display: none;
}

.items-box .box-item .minus {
  display: none;
}

@media (min-width: 1024px) {
  .items-box .box-item:hover {
    background: #ffa31a;
  }
}

@media (max-width: 1024px) {
  .items-box .box-item {
    margin-bottom: 5px;
  }
}

.items-box.show .box-item.hidden {
  display: block;
}

.items-box .box-item .minus {
  display: none;
}

.items-box.show .box-item .minus {
  display: block;
}

.items-box.show .box-item .plus {
  display: none;
}

.desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: #ffffff;
}

@media (max-width: 1340px) {
  body.open_sidebar .block-box .box-images {
    justify-content: center;
  }
}

body.open_sidebar .block-box .box-images .img:nth-child(5) {
  display: none;
}

@media (max-width: 1650px) {
  body.open_sidebar .block-box .box-images .img:nth-child(4) {
    display: none;
  }
}

@media (max-width: 1340px) {
  body.open_sidebar .block-box .box-images .img:nth-child(3) {
    display: none;
  }
}

.block-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #252527;
  border-radius: 24px;
  padding: 20px 30px 30px 30px;
}

.block-box .title {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.12em;
  color: #b1b4b5;
  margin-bottom: 20px;
}

.block-box .box-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 990px) {
  .block-box .box-images {
    justify-content: space-around;
  }
}

@media (max-width: 645px) {
  .block-box .box-images {
    justify-content: center;
  }
}

.block-box .box-images .img {
  margin: 0 2px;
}

@media (max-width: 1600px) {
  .block-box .box-images .img:nth-child(5) {
    display: none;
  }
}

@media (max-width: 1300px) {
  .block-box .box-images .img:nth-child(4) {
    display: none;
  }
}

@media (max-width: 990px) {
  .block-box .box-images .img:nth-child(3) {
    display: none;
  }
}

@media (max-width: 645px) {
  .block-box .box-images .img:nth-child(2) {
    display: none;
  }
}

.block-box .box-images img {
  width: 300px;
}

.footer-inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
}

@media (max-width: 860px) {
  .footer-inner {
    flex-direction: column;
  }
}

.footer-nav {
  display: flex;
  flex-grow: 1;
}

@media (max-width: 860px) {
  .footer-nav {
    margin-bottom: 20px;
  }
}

@media (max-width: 660px) {
  .footer-nav {
    flex-direction: column;
    width: 100%;
  }
}

.footer-nav .col {
  margin-right: 200px;
}

@media (max-width: 1220px) {
  .footer-nav .col {
    margin-right: 35px;
  }
}

@media (max-width: 660px) {
  .footer-nav .col {
    margin-right: 0;
    width: 100%;
    margin-bottom: 25px;
    border-top: 1px solid #b1b4b5;
    border-bottom: 1px solid #b1b4b5;
    padding: 10px 0;
  }
}

.footer-nav .col:last-child {
  margin-right: 0;
}

@media (max-width: 660px) {
  .footer-nav .col .nav-box-footer {
    width: 100%;
    order: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .footer-nav .col .nav-box-footer a {
    display: block;
  }
}

.footer-nav .col.open_list .nav-box-footer {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}

.footer-nav .col.open_list .title {
  color: #ffa31a;
  margin-bottom: 10px;
}

.footer-nav .col.open_list .title i {
  transform: rotate(180deg);
}

.footer-nav .col.open_list .title i svg {
  fill: #ffa31a;
}

.footer-nav .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: margin 0.3s;
}

@media (max-width: 660px) {
  .footer-nav .title {
    margin-bottom: 0;
    cursor: pointer;
  }
}

.footer-nav .title i {
  display: none;
}

@media (max-width: 660px) {
  .footer-nav .title i {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s;
    transform: rotate(0);
  }
}

.footer-nav a {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #b1b4b5;
  display: block;
  margin-bottom: 10px;
}

.footer-nav a:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .footer-nav a:hover {
    color: #ffa31a;
  }
}

.logo-inner {
  text-align: center;
}

.logo-inner a {
  display: block;
}

.logo-inner .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  /* Orange */
  color: #ffffff;
  margin-bottom: 45px;
}

.logo-inner .text em {
  color: #ffa31a;
}

.video-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .video-title {
    flex-wrap: wrap;
  }
}

.video-title .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  /* identical to box height, or 24px */
  /* White */
  color: #ffffff;
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .video-title .title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
  }
}

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

.video-title .box-item {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  border-radius: 5px;
  padding: 3px 4px;
  background: #3c3c3c;
  margin-right: 10px;
}

.video-title .box-item:last-child {
  margin-right: 0;
}

.video-title .box-item.second {
  background: #ffa31a;
  font-weight: 700;
}

.video {
  display: flex;
}

@media (max-width: 1024px) {
  .video {
    flex-direction: column;
  }
}

.video .video-holder {
  width: 100%;
}

@media (max-width: 1024px) {
  .video .video-holder {
    margin-bottom: 15px;
  }
}

.video .palyer img {
  width: 100%;
}

.video .aside-player {
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .video .aside-player {
    margin-left: 0;
  }
}

.video .box-images {
  flex-direction: column;
}

@media (max-width: 1024px) {
  .video .box-images {
    flex-direction: initial;
  }
}

.video .box-images .img {
  margin-right: 0;
  margin-bottom: 10px;
}

.palayer-botoom {
  background: #3c3c3c;
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
}

.palayer-botoom .bottom-box {
  display: flex;
  margin-bottom: 20px;
}

.palayer-botoom .btn-box {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.palayer-botoom .btn-box i {
  display: flex;
  align-items: center;
}

.palayer-botoom .btn-box svg {
  fill: #ffffff;
  transition: fill 0.3s;
}

.palayer-botoom .btn-box:last-child {
  margin-right: 0;
}

@media (min-width: 1024px) {
  .palayer-botoom .btn-box:hover svg {
    fill: #ffa31a;
  }
}

.palayer-botoom .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: #ffffff;
}

.rate-btn {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.rate-btn a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  margin-right: 20px;
}

@media (min-width: 1024px) {
  .rate-btn a:hover svg {
    fill: #ffa31a;
  }
}

.rate-btn a:last-child {
  margin-right: 0;
}

.rate-btn a i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  width: 24px;
  height: 24px;
}

.rate-btn a svg {
  fill: #ffffff;
  transition: fill 0.3s;
}

.left-col {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-start;
  position: relative;
}

.right-col {
  display: flex;
  align-items: center;
  flex-grow: 0;
}

.tags-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.tags-list li.letter {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0 15px 10px;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */
  /* Orange */
  color: #ffa31a;
  margin-bottom: 20px;
}

.tags-list li {
  width: 20%;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  margin-bottom: 10px;
}

@media (max-width: 850px) {
  .tags-list li {
    width: 33.33%;
  }
}

@media (max-width: 465px) {
  .tags-list li {
    width: 50%;
  }
}

.tags-list li a {
  padding-left: 10px;
  color: #de2600;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  /* identical to box height, or 16px */
  /* White */
  color: #ffffff;
  transition: color 0.3s;
}

@media (min-width: 1024px) {
  .tags-list li a:hover {
    color: #ffa31a;
  }
}

.block-sorting {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ffffff;
  flex-wrap: wrap;
}

.block-sorting .item-alphabet {
  width: 53px;
  height: 33px;
  /* Orange */
  background: transparent;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px 2px;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  transition: 0.3s;
}

@media (min-width: 1024px) {
  .block-sorting .item-alphabet:hover {
    background: #ffa31a;
  }
}

.form-holder {
  background: #252527;
  box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}

.comment-holder {
  margin-top: 15px;
}

.comment-holder .comments-title {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

.comment-holder label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.comment-holder input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  height: 36px;
  background: #b1b4b5;
  border-radius: 10px;
  border: none;
  padding: 4px 20px;
  transition: 0.3s;
}

.comment-holder input:focus {
  background: #ffffff;
}

.comment-holder .send-box {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: end;
}

.comment-holder textarea {
  display: block;
  width: 100%;
  min-height: 66px;
  background: #b1b4b5;
  border-radius: 10px;
  border: none;
  padding: 10px 20px;
  font: 400 14px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 17px;
  transition: 0.3s;
  resize: vertical;
}

.comment-holder textarea:focus {
  background: #ffffff;
}

.comment-holder .send-form {
  background: #252527;
  border-radius: 24px;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  margin-left: 10px;
  width: 117px;
  height: 36px;
  background: #3c3c3c;
  border-radius: 10px;
}

@media (min-width: 1024px) {
  .comment-holder .send-form:hover {
    background: #ffa31a;
  }
}

.comment-item {
  display: flex;
  margin-bottom: 10px;
}

.comment-item .name {
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  color: #ffa31a;
  margin-right: 10px;
  transition: color 0.3s;
}

/* @media (min-width: 1024px) {
  .comment-item .name:hover {
    color: #3C3C3C;
  }
} */
.comment-item .text-hold .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 5px;
}

.comment-item .text-hold .date {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: #b1b4b5;
}

.block-radios {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  width: 100%;
}

.block-radios .generic-error {
  width: 100%;
  margin: 0 0 5px;
}

.block-radios .block-radios {
  margin-top: 0;
  width: auto;
  display: block;
}

.block-radios textarea {
  display: block;
  width: 100%;
  height: 70px;
  border-radius: 24px;
  border: none;
  padding: 4px 20px;
  font: 400 14px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.block-radios .field-label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.block-radios .button-group {
  margin-right: 15px;
}

.block-radios .button-group .row {
  margin-bottom: 10px;
  position: relative;
}

.block-radios .block-textarea {
  max-width: 360px;
  width: 100%;
}

.block-radios .submit {
  background: #252527;
  border-radius: 24px;
  width: 90px;
  color: #ffffff;
  transition: all 0.3s;
  border: none;
  height: 30px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .block-radios .submit:hover {
    background: #ffa31a;
  }
}

.block-radios [type="radio"]:checked,
.block-radios [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.block-radios [type="radio"]:checked + label,
.block-radios [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.block-radios [type="radio"]:checked + label:before,
.block-radios [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.block-radios [type="radio"]:checked + label:after,
.block-radios [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #252527;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.block-radios [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.block-radios [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.tab-box {
  display: none;
}

.open_comments .tab-box.comment {
  display: block;
}

.open_report .tab-box.report,
.open_share .tab-box.share {
  display: block;
}

.palayer-botoom.open_comments .btn-box.js-comment svg {
  fill: #ffa31a;
}

.palayer-botoom.open_share .btn-box.js-share svg,
.palayer-botoom.open_report .btn-box.js-report svg {
  fill: #ffa31a;
}

.tab-box.active {
  display: block;
}

.drop-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #252527;
  border-radius: 18px;
  padding: 20px 30px 30px 30px;
  top: calc(100% + 8px);
  display: none;
  left: 0;
  z-index: 10;
}

.drop-content li {
  margin-bottom: 10px;
}

.drop-content li:last-child {
  margin-bottom: 0;
}

.drop-content a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  transition: color 0.3;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (min-wdith: 1024px) {
  .drop-content a:hover {
    color: #ffa31a;
  }
}

.open_fav .drop-content {
  display: block;
}

.open_fav .btn-box.js-fav svg {
  fill: #ffa31a;
}

.header-drop {
  position: absolute;
  z-index: 10;
  right: 0;
  top: calc(100% - 15px);
  background: #252527;
  display: none;
  border-radius: 24px;
}

.header-drop .box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-drop .box a {
  display: block;
  transition: color 0.3s;
  margin-right: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  /* White */
  color: #ffffff;
  background: #3c3c3c;
  border-radius: 8px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

@media (min-width: 1024px) {
  .header-drop .box a:hover {
    background: #ffa31a;
  }
}

@media (max-width: 550px) {
  .header-drop .box:nth-child(2) a:nth-child(3) {
    display: none;
  }
}
.Small .header-drop .box:nth-child(2) a:nth-child(1),
.Normal .header-drop .box:nth-child(2) a:nth-child(2),
.Big .header-drop .box:nth-child(2) a:nth-child(3) {
  background: #ffa31a;
}

.header-drop .box a:last-child {
  margin-right: 0;
}

.header-drop .box a svg {
  transition: fill 0.3s;
}

.header-drop .box:first-child {
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #3c3c3c;
}

.header-drop .box:nth-child(2) {
  padding: 5px 10px 10px;
}

.header-drop .box.switch a {
  margin-right: 23px;
  background: transparent;
  width: auto;
  height: auto;
}

@media (min-width: 1024px) {
  .header-drop .box.switch a:hover svg {
    fill: #ffa31a;
  }
}

.header-drop .box.switch a:last-child {
  margin-right: 0;
}

.header-drop .box.switch svg {
  fill: #ffffff;
}

.light .header-drop .box.switch a:nth-child(1) svg,
.dark .header-drop .box.switch a:nth-child(2) svg {
  fill: #ffa31a;
}

.nav-box li a {
  display: block;
  padding: 9px 16px;
  color: #fff;
}

.nav-child-parent a span {
  text-align: right;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-child-parent a span i {
  margin-left: 5px;
}

.nav-box .country_flag {
  display: inline-block;
  margin: 2px 5px 0 0;
  vertical-align: top;
  height: 14px;
  width: 20px;
}

.nav-child {
  background: #0c0c0c;
  display: none;
}

.true {
  min-width: 100px;
  text-align: right;
  float: right;
  color: #00ff51;
  display: none;
}

.false {
  min-width: 100px;
  text-align: right;
  float: right;
  color: #de2600;
}

.js-settings-history.settings-true .true {
  display: block;
}

.js-settings-history.settings-true .false {
  display: none;
}

.js-settings-search-history.settings-true .true {
  display: block;
}

.js-settings-search-history.settings-true .false {
  display: none;
}

.js-settings-gif-autoplay.settings-true .true {
  display: block;
}

.js-settings-gif-autoplay.settings-true .false {
  display: none;
}

.nav-box.open_lang .nav-child {
  display: block;
}

.settings-bottom {
  cursor: pointer;
}

.settings-bottom svg {
  transition: fill 0.3s;
  fill: #ffffff;
}

.header-inner.open__sets .header-drop {
  display: block;
}

.header-inner.open__sets .settings-bottom svg {
  fill: #ffa31a;
}

.opne-lang span {
  transition: color 0.3s;
}

.opne-lang span i {
  transition: all 0.3s;
  transform: rotate(0);
}

.opne-lang span svg {
  transition: fill 0.3s;
  fill: #ffffff;
}

@media (min-width: 1024px) {
  .opne-lang:hover span {
    color: #ffa31a;
  }

  .opne-lang:hover span svg {
    fill: #ffa31a;
  }
}

.open_lang .opne-lang span {
  color: #ffa31a;
}

.open_lang .opne-lang span i {
  transform: rotate(180deg);
}

.open_lang .opne-lang span svg {
  fill: #ffa31a;
}

.change-lang {
  transition: color 0.3s;
}

@media (min-width: 1024px) {
  .change-lang:hover {
    color: #ffa31a;
  }
}

.js-settings-history {
  transition: color 0.3s;
}

@media (min-width: 1024px) {
  .js-settings-history:hover {
    color: #ffa31a;
  }
}

.js-settings-search-history {
  transition: color 0.3s;
}

@media (min-width: 1024px) {
  .js-settings-search-history:hover {
    color: #ffa31a;
  }
}

.js-settings-gif-autoplay {
  transition: color 0.3s;
}

@media (min-width: 1024px) {
  .js-settings-gif-autoplay:hover {
    color: #ffa31a;
  }
}

.mobile-block {
  display: none;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .mobile-block {
    display: block;
  }
}

.mobile-block .site-slogan {
  width: 100%;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 900;
}

.mobile-block .site-slogan span {
  color: rgb(255, 163, 26);
}

.mobile-block .menu-links {
  display: flex;
  border: 1px solid #ccc;
}

.mobile-block .menu-links li {
  width: 33.33%;
  border-right: 1px solid #ccc;
}

.mobile-block .menu-links li:last-child {
  border-right: 0;
}

.mobile-block .menu-links a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 10px;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.smileys-support {
  position: relative;
}

.smileys-support .field-error {
  position: absolute;
  left: 0;
  bottom: -18px;
}

.smileys-bar {
  margin: 0 0 5px;
}

.captcha-control img {
  margin: 0 0 10px;
}

.captcha-control .image {
  position: relative;
}

.captcha-control .field-error {
  position: absolute;
  left: 0;
  bottom: -18px;
}

.captcha-control .textfield {
  max-width: 300px;
}

.field-error,
.generic-error {
  color: red;
}

.header-menu-links {
  display: flex;
}

@media (max-width: 1024px) {
  .header-menu-links {
    display: none;
  }
}

.header-menu-links a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
  transition: color 0.3s;
  margin: 0 10px;
}

@media (min-width: 1024px) {
  .header-menu-links a:hover {
    color: #ffa31a;
  }
}

.show-mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .show-mobile {
    display: block !important;
  }

  .palayer-botoom .btn-box,
  .rate-btn a {
    flex-direction: column;
    margin-right: 0;
    width: 50%;
  }

  .palayer-botoom .btn-box span,
  .rate-btn a span {
    flex-direction: column;
    color: #fff;
    font-size: 14px;
    margin: 2px 0 0;
  }

  .palayer-botoom .btn-box svg,
  .rate-btn a svg {
    width: 20px;
    height: 20px;
  }

  .palayer-botoom .bottom-box {
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #252527;
  }

  .palayer-botoom .bottom-box .left-col {
    width: 60%;
    flex-grow: 0;
    position: relative;
  }

  .palayer-botoom .bottom-box .left-col .voters {
    position: absolute;
    left: 0;
    top: -16px;
    z-index: 999;
    background: #3c3c3c;
  }

  .palayer-botoom .bottom-box .right-col {
    flex-grow: 0;
    width: 40%;
  }

  .rate-btn {
    margin-right: 0;
    width: 66.66%;
  }

  .rate-btn .btn-box {
    width: 33.33%;
  }

  .thumb .info-bottom .duration {
    margin: 0;
    position: absolute;
    top: 5px;
    right: 5px;
  }

  .thumb .info-bottom .rate-item,
  .thumb .info-bottom .view {
    display: none;
  }

  .thumb .img-holder .hd {
    font-size: 10px;
    padding: 2px 3px;
    left: 5px;
    top: 5px;
    right: auto;
  }

  .thumb .info-holder .title {
    margin-bottom: 0;
  }
}

.index_page {
  display: block;
}

@media (min-width: 993px) {
  .index_page {
    margin-bottom: 0;
  }

  .index_page .container {
    position: relative;
  }

  .index_page .top_links {
    display: none;
  }

  .index_page .site-slogan {
    position: absolute;
    top: -121px;
    z-index: 45;
    right: 187px;
    width: auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
  }

  .index_page .site-slogan span {
    font-weight: 400;
  }
}

@media (max-width: 1660px) {
  .index_page .site-slogan {
    right: 9%;
  }
}

@media (max-width: 1570px) {
  .index_page .site-slogan {
    right: 8%;
  }
}

@media (max-width: 1480px) {
  .index_page .site-slogan {
    right: 7%;
  }
}

@media (max-width: 1390px) {
  .index_page .site-slogan {
    right: 6%;
  }
}

@media (max-width: 1300px) {
  .index_page .site-slogan {
    right: 5%;
  }
}

@media (max-width: 1200px) {
  .index_page .site-slogan {
    right: 4%;
  }
}

@media (max-width: 1200px) {
  .index_page .site-slogan {
    right: 40px;
  }
}

@media (max-width: 992px) {
  .header-integration.index {
    display: none !important;
  }
}

.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}

.header .burger {
  margin-right: 15px;
}

.header.second a {
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .header.second a:hover {
    color: #ffa31a;
  }
}

.user-info {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.user-info .login {
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  margin-right: 5px;
}

.header .user-info .signup {
  background-color: #f2bc30;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  color: #000;
}

.user-info .signup span {
  background-color: #de2600;
  border-radius: 4px;
  padding: 3px 5px;
  margin-left: 5px;
}

@media screen and (min-width: 1025px) {
  .user-info .login:hover {
    border-color: #f2bc30;
    color: #f2bc30;
  }

  .header .user-info .signup:hover {
    background-color: rgba(242, 188, 48, 0.8);
    color: #fff;
  }
}

.header .search {
  margin-left: 0;
  margin-right: 25px;
  max-width: px;
}

.header .search input {
  background-color: transparent;
  color: #fff;
  border: 1px solid #48494a;
  border-radius: 4px;
  height: 40px;
}

.header.second .logo {
  margin-right: 15px;
}


.header .navigation a {
  font-size: 15px;
  font-weight: 600;
  padding-right: 25px;
  line-height: 20px;
}
.header .navigation a:last-child {
  padding-right: 10px;
}

.header .settings-bottom {
  margin-left: 15px;
}

.header + main .site-slogan {
  display: none;
}

@media (max-width: 767px) {
  .header + main {
    padding-top: 10px;
  }
}

.header-banner {
  width: 100%;
}

.header-banner img {
  width: 100%;
  height: auto;
  max-height: 290px;
  display: block;
}

@media screen and (max-width: 767px) {
  .header .navigation {
    display: none;
  }

  .user-info {
    display: none;
  }

  .header .logo {
    flex: 1;
    align-self: center;
    text-align: center;
    margin-left: 50px;
  }

  .header .open-mobile-search {
    position: static;
  }
}

@media screen and (max-width: 390px) {
  .header .logo {
    margin-left: 0;
  }
}

@media screen and (max-width: 780px) {
  .header {
    position: static;
  }

  .header .search {
    top: 40px;
    background-color: #000;
    transform: translate(0, -250%);
    margin: 0;
    max-width: 100%;
  }

  .open_search .header .search {
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 1200px) {
  .header .navigation {
    flex-grow: unset;
  }

  .header .navigation a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1024px) {
  .user-info {
    justify-content: center;
  }

  .header .navigation a {
    padding: 0 5px;
    font-size: 18px;
  }
  .header .header-inner{
    justify-content: center;

  }
}

.gender-info,
.lang-info {
  margin-right: 15px;
  position: relative;
}

.gender-toggle,
.lang-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.gender-toggle i,
.lang-toggle i {
  margin-left: 5px;
}

.gender-list,
.lang-list {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 100%;
  background: #252527;
  display: none;
  border-radius: 24px;
  padding: 10px 20px;
  min-width: 100px;
}
.sidebar .gender-list,
.sidebar .lang-list {
  background-color: #48494a;
  color: #fff;
}

.sidebar .gender-list a,
.sidebar .lang-list a {
  color: #fff;
}

.gender-item:not(:last-child),
.lang-item:not(:last-child) {
  margin-bottom: 3px;
}

.lang-item a {
  display: flex;
  align-items: center;
}
.lang-item img {
  margin-right: 3px;
}

.lang-open .lang-list,
.gender-open .gender-list {
  display: block;
}
.lang-toggle .arrow-list,
.gender-toggle .arrow-list {
  transform: rotate(0);
  transition: transform 0.3s;
}
.lang-open .lang-toggle .arrow-list,
.gender-open .gender-toggle .arrow-list {
  transform: rotate(180deg);
}

.drops-wrap {
  display: flex;
  align-items: center; 
  justify-content: space-between;
  margin-bottom: 6px;
}

.drops-wrap .gender-list {
  right: unset;
  left: 0;
}

@media screen and (max-width: 767px) {
  .header .header-inner .lang-info,
  .header .header-inner .gender-info {
    display: none;
  }
  .header .header-inner{
    flex-flow: nowrap;
  }
}
@media (max-width: 995px) {
  .mobile-block .menu-links {
    display: none;
}
}