@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;500;700&display=swap");

:root {
  --bule-bg: #1f1f1f;
  --bule-black: #000000;
  --bule-white: #ffffff;
  --bule-soft: #ebebec;
  --bule-muted: #9c9c9c;
  --bule-line: #504b4b;
  --bule-red: #961015;
  --bule-orange: #ff9000;
  --bule-blue: #2600ff;
  --bule-shadow: 0 10px 20px rgba(0, 0, 0, .3);
  --bule-shell: 1700px;
}

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

fieldset,
img {
  border: 0;
}

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

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

a * {
  cursor: pointer;
}

input,
textarea {
  outline: 0;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: var(--bule-bg);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  min-height: 100%;
  position: relative;
  background: var(--bule-bg);
  color: var(--bule-white);
  font-family: "Source Code Pro", monospace;
  font-size: 14px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .45);
}

body.bule-drawer-open {
  overflow: hidden;
}

a {
  color: var(--bule-blue);
  text-decoration: none;
}

a:hover {
  color: var(--bule-red);
}

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

button {
  font: inherit;
  cursor: pointer;
}

* {
  box-sizing: border-box;
  outline: 0;
}

*::selection {
  background: var(--bule-blue);
  color: var(--bule-white);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000;
}

input::placeholder {
  color: #000000;
  opacity: 1;
}

input:focus::placeholder {
  color: transparent;
}

.skip-to-main-content {
  position: absolute;
  top: -100px;
  left: 50%;
  z-index: 100000;
  padding: 10px 14px;
  background: var(--bule-red);
  color: var(--bule-white);
  font-weight: 700;
  transform: translateX(-50%);
}

.skip-to-main-content:focus {
  top: 8px;
}

.style1 {
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden;
}

.style3 {
  width: 100%;
  max-width: var(--bule-shell);
  margin: 0 auto;
  padding: 0 20px;
}

.style2 {
  position: relative;
  z-index: 30;
  padding: 15px 0;
  border-top: 3px solid var(--bule-red);
  background: var(--bule-black);
  box-shadow: 0 0 32px rgba(0, 0, 0, .13);
}

.style4 {
  display: flex;
  align-items: center;
}

.style5 {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 50px;
}

.style5 a {
  display: block;
}

.bule-logo {
  color: var(--bule-white);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.bule-logo:hover {
  color: var(--bule-white);
}

.bule-logo__x {
  color: var(--bule-orange);
  font-size: 34px;
  margin-right: -5px;
}

.bule-logo__mark {
  color: var(--bule-white);
  letter-spacing: 4px;
}

.style6 {
  position: relative;
  display: flex;
  min-width: 1px;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: center;
  justify-content: flex-end;
}

.style7 {
  flex-grow: 0;
  flex-shrink: 0;
}

.style7 ul {
  display: flex;
}

.style7 li {
  margin: 0 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.style7 a {
  position: relative;
  display: block;
  padding: 10px;
  color: var(--bule-white);
  transition: color .3s;
}

.style7 a:hover {
  color: var(--bule-white);
}

.style7 a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background: var(--bule-red);
  content: "";
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform .3s, opacity .3s, visibility .3s;
}

.style7 li.active a::after,
.style7 a:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.style8 {
  display: flex;
  margin-left: 20px;
}

.style9 {
  display: flex;
}

.style9 form {
  position: relative;
}

.style10 {
  display: block;
  width: 230px;
  height: 40px;
  padding: 0 42px 0 14px;
  border: 0;
  border-radius: 4px;
  background: var(--bule-soft);
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
}

.style11 {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--bule-orange);
}

.style11 svg {
  display: block;
  fill: currentColor;
}

.style13 {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--bule-white);
  font-size: 0;
}

.style13 svg {
  fill: currentColor;
}

.style13 svg + svg {
  display: none;
}

.bule-search-open .style13 svg:first-child {
  display: none;
}

.bule-search-open .style13 svg + svg {
  display: block;
}

.style16 {
  position: relative;
  display: none;
  width: 34px;
  height: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 12px;
  border: 0;
  background: transparent;
}

.style16::before,
.style16::after,
.style16 span {
  position: absolute;
  right: 0;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background: var(--bule-white);
  content: "";
  transition: transform .3s, background .3s;
}

.style16::before {
  top: 3px;
}

.style16 span {
  top: 50%;
  transform: translateY(-50%);
}

.style16::after {
  bottom: 3px;
}

.style6.style17 .style16 span {
  background: var(--bule-red);
  transform: translate3d(-5px, -50%, 0);
}

.bule-lang {
  position: relative;
  margin-left: 12px;
}

.bule-lang__button {
  height: 40px;
  padding: 0 12px;
  border: 0;
  border-radius: 4px;
  background: var(--bule-line);
  color: var(--bule-white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.bule-lang__drop {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 50;
  display: none;
  min-width: 170px;
  padding: 8px;
  background: var(--bule-black);
  box-shadow: var(--bule-shadow);
}

.bule-lang.active .bule-lang__drop {
  display: block;
}

.bule-lang__drop a {
  display: block;
  padding: 8px 10px;
  color: var(--bule-white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.bule-lang__drop a.active,
.bule-lang__drop a:hover {
  color: var(--bule-orange);
}

.bule-drawer,
.bule-drawer-shadow {
  display: none;
}

.style15 {
  flex: 1 0 auto;
  padding: 50px 0 0;
}

.style18 {
  margin-top: 50px;
}

.style18:first-child {
  margin-top: 0;
}

.style19 {
  margin-bottom: 40px;
  text-align: center;
}

.style20 {
  margin-bottom: 24px;
  color: var(--bule-white);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.style20:last-child {
  margin-bottom: 0;
}

.style27 {
  position: relative;
  z-index: 2;
  margin: -18px 0 34px;
}

.style21 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.style21 li {
  padding: 0 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.style21 a {
  position: relative;
  display: block;
  padding: 10px 6px;
  color: var(--bule-muted);
  transition: color .3s;
}

.style21 li.style22 a,
.style21 a:hover {
  color: var(--bule-white);
}

.style21 a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background: var(--bule-orange);
  content: "";
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform .3s, opacity .3s, visibility .3s;
}

.style21 li.style22 a::after,
.style21 a:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.style23 {
  margin: -10px;
  font-size: 0;
  text-align: center;
}

.style24 {
  display: inline-block;
  width: 25%;
  padding: 10px;
  vertical-align: top;
}

.style25 {
  display: block;
}

.style25:hover img {
  box-shadow: var(--bule-shadow);
}

.style25:hover .style49 {
  color: var(--bule-red);
}

.style47 {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.style82 {
  position: relative;
  overflow: hidden;
  padding-bottom: 56%;
  border-radius: 5px;
  background: #111111;
}

.style25 img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .3);
  transition: box-shadow .3s, transform .3s;
}

.style25:hover img {
  transform: scale(1.025);
}

.style48 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 5px 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .82);
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  text-shadow: none;
}

.style49 {
  margin-top: 10px;
  overflow: hidden;
  color: var(--bule-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color .3s;
}

.style50 {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}

.style51 {
  min-width: 1px;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
}

.style51 span {
  display: block;
  color: var(--bule-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.style51 a {
  display: block;
  margin-top: 3px;
  color: var(--bule-white);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.style51 a:hover {
  color: var(--bule-orange);
}

.style52 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 10px;
}

.style53 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--bule-muted);
  font-size: 12px;
  font-weight: 500;
}

.style31 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -5px;
}

.style31 li {
  margin: 5px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.style31 a {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 18px;
  background: var(--bule-line);
  color: var(--bule-white);
  transition: background .3s, color .3s;
}

.style31 a:hover {
  background: var(--bule-red);
  color: var(--bule-white);
}

.style35 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
  padding: 24px;
  border-radius: 5px;
  background: var(--bule-line);
}

.style36 {
  flex: 1 1 0;
  min-width: 0;
}

.style36 h2 {
  margin-bottom: 16px;
  color: var(--bule-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.style37 {
  margin: -10px 0 0 -5px;
  font-size: 0;
  text-align: center;
}

.style37 a {
  display: inline-block;
  margin: 10px 0 0 5px;
  padding: 8px 20px;
  border-radius: 15px;
  background: var(--bule-line);
  color: var(--bule-white);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  vertical-align: top;
  transition: background .3s, color .3s;
}

.style37 a:hover {
  background: var(--bule-black);
  color: var(--bule-red);
}

.style41 {
  display: flex;
  align-items: flex-start;
}

.style42 {
  width: 400px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 19px;
  padding: 20px;
  border-radius: 5px;
  background: var(--bule-black);
  color: var(--bule-white);
}

.style44 {
  margin-bottom: 20px;
  color: var(--bule-orange);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.bule-video__layout {
  align-items: stretch;
}

.bule-player-wrap {
  min-width: 1px;
  flex: 1 1 auto;
}

.bule-player {
  overflow: hidden;
  border-radius: 5px;
  background: var(--bule-black);
  box-shadow: var(--bule-shadow);
}

#player {
  width: 100%;
  min-height: 280px;
  aspect-ratio: 16 / 9;
}

.bule-video__meta {
  margin-top: 20px;
}

.bule-video__facts {
  margin-bottom: 20px;
}

.bule-video__facts li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: var(--bule-white);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.bule-video__tags {
  justify-content: flex-start;
  margin-bottom: 18px;
}

.bule-description {
  color: var(--bule-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

.bule-description a {
  color: var(--bule-orange);
  text-decoration: underline;
}

.bule-description--seo {
  padding: 24px;
  border-radius: 5px;
  background: var(--bule-black);
}

.bule-related {
  margin-top: 50px;
}

.bule-empty {
  margin: 0 0 40px;
  padding: 24px;
  border-radius: 5px;
  background: var(--bule-black);
  color: var(--bule-white);
  font-size: 16px;
  text-align: center;
}

.bule-pages {
  margin-top: 40px;
  text-align: center;
}

.bule-pages ul,
.bule-pages .pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}

.bule-pages li {
  display: inline-block;
}

.bule-pages a,
.bule-pages span {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 19px;
  background: var(--bule-line);
  color: var(--bule-white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.bule-pages .active,
.bule-pages li.active span,
.bule-pages a:hover {
  background: var(--bule-red);
  color: var(--bule-white);
}

.bule-ad {
  margin: 0 0 34px;
  text-align: center;
}

.bule-ad:empty {
  display: none;
}

.bule-footer {
  flex-shrink: 0;
  margin-top: 60px;
  padding: 34px 0;
  border-top: 3px solid var(--bule-red);
  background: var(--bule-black);
}

.bule-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.bule-footer__logo {
  color: var(--bule-orange);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bule-footer__logo:hover {
  color: var(--bule-white);
}

.bule-footer__langs {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.bule-footer__langs a {
  color: var(--bule-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.bule-footer__langs a.active,
.bule-footer__langs a:hover {
  color: var(--bule-orange);
}

.bule-footer__menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.bule-footer__menu a {
  color: var(--bule-white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.bule-footer__menu a:hover {
  color: var(--bule-red);
}

.bule-footer__copy {
  color: var(--bule-muted);
  font-size: 12px;
  text-align: center;
}

.footer-counters {
  margin-top: 14px;
  text-align: center;
}

.footer-counters:empty {
  display: none;
}

@media screen and (max-width: 1365px) {
  .style5 {
    margin-right: 25px;
  }

  .style7 li {
    margin: 0 5px;
    font-size: 13px;
  }

  .style8 {
    margin-left: 10px;
  }

  .style10 {
    width: 190px;
  }
}

@media screen and (max-width: 1160px) {
  .style42 {
    width: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .style23 {
    margin: -10px -5px;
  }

  .style24 {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 1000px) {
  .style3 {
    padding: 0 10px;
  }

  .style2 {
    position: relative;
  }

  .style5 {
    margin-right: 10px;
  }

  .style6 {
    position: static;
  }

  .style7 {
    position: absolute;
    top: 100%;
    right: 0;
    width: 220px;
    background: var(--bule-black);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .13);
    opacity: 0;
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
    transition: transform .3s, opacity .3s, visibility .3s;
  }

  .style6.style17 .style7 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }

  .style7 ul {
    flex-direction: column;
  }

  .style7 li {
    margin: 0;
  }

  .style7 a {
    padding: 12px 16px;
  }

  .style8 {
    margin-left: auto;
  }

  .style9 {
    position: absolute;
    top: calc(100% + 8px);
    right: 50px;
    z-index: 60;
    display: none;
    width: min(360px, calc(100vw - 30px));
    padding: 10px;
    background: var(--bule-black);
    box-shadow: var(--bule-shadow);
  }

  .bule-search-open .style9 {
    display: block;
  }

  .style9 form {
    width: 100%;
  }

  .style10 {
    width: 100%;
  }

  .style13,
  .style16 {
    display: flex;
  }

  .bule-lang {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  .style15 {
    padding-top: 25px;
  }

  .style18 {
    margin-top: 30px;
  }

  .style19 {
    margin-bottom: 30px;
  }

  .style20 {
    margin-bottom: 20px;
  }

  .style24 {
    width: 33.333%;
  }

  .style41 {
    flex-direction: column;
    align-items: stretch;
  }

  .style42 {
    width: 100%;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .style48 {
    left: 5px;
    bottom: 5px;
    padding: 4px 8px;
    font-size: 11px;
  }

  .style49 {
    font-size: 13px;
  }

  .style51 span,
  .style51 a,
  .style53 {
    font-size: 11px;
  }
}

@media screen and (max-width: 690px) {
  .style4 {
    align-items: center;
  }

  .bule-logo {
    max-width: 190px;
    overflow: hidden;
    display: block;
    font-size: 24px;
    text-overflow: ellipsis;
  }

  .bule-logo__x {
    font-size: 28px;
  }

  .bule-logo__mark {
    letter-spacing: 2px;
  }

  .style35 {
    flex-direction: column;
  }

  .bule-footer__top {
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 567px) {
  .style19 {
    margin-bottom: 20px;
  }

  .style20 {
    font-size: 20px;
  }

  .style24 {
    width: 100%;
  }

  .style37 a {
    font-size: 11px;
  }
}

@media screen and (max-width: 479px) {
  .style9 {
    right: 0;
    left: 0;
    width: calc(100vw - 20px);
    margin: 0 auto;
  }

  .style10 {
    height: 44px;
    line-height: 44px;
  }

  .style11 {
    height: 44px;
  }
}

[dir="rtl"] .style5 {
  margin-right: 0;
  margin-left: 50px;
}

[dir="rtl"] .style8,
[dir="rtl"] .bule-lang {
  margin-right: 20px;
  margin-left: 0;
}

[dir="rtl"] .style49,
[dir="rtl"] .style51 {
  text-align: right;
}
