/* Обычный */
@font-face {
  font-family: "Unbounded";
  src: url(/wp-content/themes/malfurik/webfonts/Unbounded/Unbounded-Regular.ttf);
}

/* Жирный */
@font-face {
  font-family: "Unbounded bold";
  src: url(/wp-content/themes/malfurik/webfonts/Unbounded/Unbounded-Bold.ttf);
}

@font-face {
  font-family: "Unbounded medium";
  src: url(/wp-content/themes/malfurik/webfonts/Unbounded/Unbounded-Medium.ttf);
}

@font-face {
  font-family: "Unbounded Black";
  src: url(/wp-content/themes/malfurik/webfonts/Unbounded/Unbounded-Black.ttf);
}

@font-face {
  font-family: "Unbounded Regular";
  src: url(/wp-content/themes/malfurik/webfonts/Unbounded/Unbounded-Regular.ttf);
}

@font-face {
  font-family: "Manrope-Light";
  src: url(/wp-content/themes/malfurik/webfonts/manrope/static/Manrope-Light.ttf);
}

@font-face {
  font-family: "Manrope-Medium";
  src: url(/wp-content/themes/malfurik/webfonts/manrope/static/Manrope-Medium.ttf);
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
button {
  font-family: "Unbounded";
  letter-spacing: 0 !important;
}

.side-block.left-menu > .side-block__title > a {
  font-family: "Unbounded Black";
  font-size: 17px;
}

.poster__rating {
  font-family: "Open Sans";
}

.sect__title,
.side-block__title {
  font-family: "Unbounded medium";
}

.side-block__content {
  font-family: "Unbounded";
}

.button {
  display: inline-flex;
  height: 40px;
  /*  width: 150px;*/

  margin: 20px 12px 20px 12px;
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  letter-spacing: 1px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.button a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
}

.coolBeans {
  font-family: "Unbounded bold";
  border: 2px solid var(--accent);
  border-radius: 20px;
  color: #fff !important;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
  height: 40px;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.coolBeans span {
  color: var(--accent);
}

.coolBeans::after {
  background-color: var(--accent);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}

.coolBeans:hover::after {
  transform: translate(0, 0);
}

.coolBeans:hover {
  border: 2px solid transparent;
  color: #4b0082;
  transform: scale(1.05);
}

.coolBeans:hover span {
  color: #fff;
}

.text-box-login .btn {
  text-transform: none !important;
  font-family: "Unbounded bold";
  font-size: 9px;
}

.text-box-login .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background: var(--accent);
}

.text-box-login .btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.text-box-login .btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

.text-box-login .btn-white::after {
  background-color: var(--accent);
}

.text-box-login .btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.text-box-login .btn-animated {
  animation: moveInBottom 5s ease-out;
  animation-fill-mode: backwards;
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.news {
  padding: 0 0 10px 30px;
  display: flex;
}

.news span {
  font-size: 27px;
  margin-top: 20px;
}

.trans3d img {
  border-radius: 30px;
}

/*owl новинок*/
.carou__content a > img {
  border-radius: 25px;
}

.carou__content.owl-carousel {
  padding: 0 30px;
}

.owl-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev {
  left: -24px;
  background: transparent;
  font-size: 35px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -24px;
  background: transparent;
  font-size: 35px;
}

/*соцсети садбар*/
.soc-channels {
  display: flex;
  justify-content: center;
}

.soc-ico {
  background: #31363e;
  border-radius: 11px;
  width: 35px;
  display: block;
  height: 35px;
  position: relative;
  padding: 10px 8px 9px 8px;
  float: left;
  margin-right: 7px;
}

.soc-ico.tlg img {
  height: 16px;
}

.soc-ico:hover {
  background: #fff;
}

.side-block__menu {
  overflow: hidden;
  margin-bottom: -10px;
}

.side-block.left-menu img {
  width: 19px;
  float: left;
  margin-right: 15px;
}

.carou__content a {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-animation: in 0.3s;
  position: relative;
  background: #0e151c;
  display: block;
  border-radius: 25px;
}

.carou__content a:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  -webkit-animation: out 0.3s forwards;
}

.carou__content .owl-item {
  margin-top: 25px !important;
}

.carou__content .poster__rating {
  position: relative;
}

@-webkit-keyframes in {
  0% {
    bottom: 25px;
  }

  100% {
    bottom: 1px;
  }
}

@-webkit-keyframes out {
  0% {
    bottom: 0px;
  }

  100% {
    bottom: 25px;
  }
}

.carou_pod {
  display: flex;
}

.readmore-btn {
  border: 1px solid #31363e;
  border-radius: 7px;
  padding: 4px 7px;
  text-align: center;
  font-size: 6px;
  display: inline-block;
  cursor: pointer;
  font-family: "Unbounded Regular";
  height: 17px;
  margin-top: 4px;
  margin-left: 8px;
  white-space: nowrap;
}

.readmore-btn:hover {
  background: #31363e;
}

.readmore-btn2 {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 8px 7px;
  text-align: center;
  font-size: 6px;
  display: inline-block;
  cursor: pointer;
  font-family: "Unbounded Regular";
  height: 25px;
  margin-top: 4px;
  margin-left: 8px;
  white-space: nowrap;
}

.readmore-btn2:hover {
  border: 1px solid #31363e;
  background: #31363e;
}

.readmore-btn3 {
  border: 1px solid #fff;
  border-radius: 32px;
  padding: 12px 30px;
  text-align: center;
  font-size: 11px;
  display: inline-block;
  cursor: pointer;
  font-family: "Unbounded Regular";
  height: 43px;
  margin-top: 4px;
  margin-left: 8px;
  white-space: nowrap;
}

.readmore-btn3:hover {
  border: 1px solid #31363e;
  background: #31363e;
}

.hide-content {
  display: none;
  width: 600px;
  position: relative;
  background: #0c1218;
  z-index: 99;
}

.hide-content > ul {
  columns: 3;
}

.side-block__title {
  margin-bottom: 0;
  display: flex;
  padding-left: 25px;
}

.side-block__menu {
  padding: 13px 0 0 0;
}

.less-btn {
  margin: 20px 40% 15px 43%;
}

.poster__img {
  border-radius: 15px;
}

.footer-seo {
  max-width: 100%;
  color: var(--tt-2);
}

.footer-seo h2 {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-seo p,
.footer-seo ul {
  font-size: 13px;
}

.footer-seo ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 10px;
}

.footer__text {
  text-align: center;
  font-size: 10px;
  margin-top: 30px;
}

.footer-btn {
  width: 34%;
  min-width: 35%;
  text-align: center;
}

footer .soc-channels,
footer .soc-channels0 {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

footer .soc-channels0 .readmore-btn {
  border-radius: 27px;
  padding: 10px 23px;
  margin-right: 20px;
}

.post-views.entry-meta > span {
  font-size: 25px;
}

.post-views.entry-meta > span.post-views-icon.dashicons {
  line-height: 1.6;
}

.header__search {
  margin-bottom: 45px;
  order: -2;
}

.header__search form {
  z-index: 2;
  position: relative;
  display: flex;
}

.header__search form input[type="text"] {
  background: #0c1218;
  padding: 25px 30px;
  border-radius: 35px;
  font-size: 14px;
  font-family: "Roboto";
}

.snip1143 {
  text-align: center;
  font-weight: 500;
}

.snip1143 * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1143 li {
  display: inline-block;
  list-style: outside none none;
  margin: 3em 2em 2.1em 0;
  overflow: hidden;
}

.snip1143 a {
  padding: 0.6em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
  height: auto !important;
}

.header__menu > li:hover > a:hover {
  color: #767d88;
}

.snip1143 a:before,
.snip1143 a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1143 a:before {
  top: 183%;
  display: block;
  height: 1px;
  width: 100%;
  content: "";
  background-color: #f48301;
}

.snip1143 a:after {
  padding: 0.3em 0;
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  color: white;
  white-space: nowrap;
}

.snip1143 li:nth-child(1) a:after {
  background: url("/wp-content/themes/malfurik/images/svg-menu/1.svg") no-repeat
    0 5px;
  background-size: 12px;
}

.snip1143 li:nth-child(2) a:after {
  background: url("/wp-content/themes/malfurik/images/svg-menu/2.svg") no-repeat
    0 5px;
  background-size: 12px;
}

.snip1143 li:nth-child(3) a:after {
  background: url("/wp-content/themes/malfurik/images/svg-menu/3.svg") no-repeat
    0 5px;
  background-size: 9px;
}

.snip1143 li:nth-child(4) a:after {
  background: url("/wp-content/themes/malfurik/images/svg-menu/4.svg") no-repeat
    0 5px;
  background-size: 13px;
}

.snip1143 li:nth-child(5) a:after {
  background: url("/wp-content/themes/malfurik/images/svg-menu/5.svg") no-repeat
    0 5px;
  background-size: 12px;
}

.snip1143 li:nth-child(6) a:after {
  background: url("/wp-content/themes/malfurik/images/svg-menu/6.svg") no-repeat
    0 5px;
  background-size: 12px;
}

.snip1143 li:nth-child(7) a:after {
  background: url("/wp-content/themes/malfurik/images/svg-menu/7.svg") no-repeat
    0 5px;
  background-size: 10px;
}

.snip1143 li:nth-child(8) a:after {
  background: url("/wp-content/themes/malfurik/images/svg-menu/8.svg") no-repeat
    0 5px;
  background-size: 8px;
}

.snip1143 li:hover a,
.snip1143 .current a {
  transform: translateY(-100%);
}

body .header__menu > li > a {
  color: #767d88;
  font-family: "Unbounded medium";
}

.snip1143 img {
  height: 12px;
  margin-right: 8px;
}

.coolBeans:before {
  content: "";
  background: url(/wp-content/themes/malfurik/images/svg/izbrannoe.svg)
    no-repeat;
  display: block;
  width: 17px;
  height: 17px;
  background-size: 10px 17px;
}

.coolBeans:hover:before {
  background: url(/wp-content/themes/malfurik/images/svg/izbrannoe-white.svg)
    no-repeat;
  display: block;
  width: 17px;
  height: 17px;
  background-size: 10px 17px;
}

/*.icon-search {
    padding-left: 25px;
    background: url("") no-repeat left;
    background-size: 20px;
}*/
.side-block__menu > li > a {
  font-family: "Unbounded medium";
  font-size: 12px;
  color: #767d88;
}

.side-block__menu li > svg {
  width: 16px;
  fill: #767d88;
  margin-right: 17px;
}

.side-block__content.side-block__menu > li:hover > a {
  text-decoration: none;
  color: #fff;
  text-shadow: 0px 0px 6px #ffffff6b;
}

.side-block__content.side-block__menu > li:hover > svg {
  fill: #ea8c20;
  filter: drop-shadow(0px 0px 4px #ea8c20);
}

.side-block__content.side-block__menu > li:hover {
  border-left: 2px solid #ea8c20;
}

#keyword {
  background: url(/wp-content/themes/malfurik/images/svg/Lupa.svg) no-repeat;
  background-size: 75px 19px;
  background-color: #0c1218;
  background-position-y: 14px;
  padding: 25px 30px 25px 60px;
}

.poster__rating {
  background-color: #f48301 !important;
  border-radius: 7px;
}

/****/

.learn-more {
  width: 8rem;
  height: auto;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #0e151c;
  border-radius: 1.625rem;
}

.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  /* left: 0.625rem; */
  width: 1.125rem;
  height: 0.09rem;
  background: none;
}

.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.225rem;
  right: 0.1rem;
  width: 0.525rem;
  height: 0.525rem;
  border-top: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
  transform: rotate(45deg);
}

.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 0.8rem;
  color: #fff;
  /**font-weight: 700;*/
  line-height: 0;
  text-align: center;
  font-size: 8px;
}

.learn-more:hover .circle {
  width: 100%;
}

.learn-more:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(0.7rem, 0);
}

.learn-more:hover .button-text {
  color: #fff;
}

.poster__title {
  font-family: "Unbounded Black";
  font-size: 15px;
}

.poster__subtitle {
  font-family: "Unbounded Regular";
  font-size: 13px;
  color: #b7b9c5;
}

.sect__btn-filter {
  font-family: "Unbounded Bold";
  font-size: 10px;
  display: inline-block;
  border-radius: 23px;
  padding: 19px 23px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
  border: none;
  color: var(--tt);
  cursor: pointer;
  margin-left: 0;
  background: #f48301;
}

/*фильтр**/
.form_radio_btn {
  margin-right: 10px;
  display: inline-block;
}

.filter-new > div {
  display: flex;
  justify-content: space-around;
}

.form_radio_btn input[type="radio"] {
  display: none;
}

.form_radio_btn label {
  padding: 50px 35px;
  border-radius: 12px;
  min-width: 175px;
  text-align: center;
  display: flex;
  user-select: none;
  font-size: 20px;
  font-family: "Unbounded medium";
  display: flex;
  flex-direction: column;
}

.form_radio_btn label object {
  height: 40px;
  margin-bottom: 6px;
}

/* Checked */
.form_radio_btn input[type="radio"]:checked + label {
  background: #182635;
}

/* Hover */
.form_radio_btn label:hover {
  background: #182635;
  cursor: pointer;
}

/* Disabled */
.form_radio_btn input[type="radio"]:disabled + label {
  background: #efefef;
  color: #666;
}

.step-1 {
  margin-bottom: 30px;
}

body .step-2,
.owl-carousel.owl-loaded.step-2 {
  display: none;
}

.form_checkbox_btn input[type="radio"] {
  display: none;
}

.form_checkbox_btn label {
  border-radius: 12px;
  user-select: none;
  font-size: 9px;
  font-family: "Unbounded medium";
  text-transform: uppercase;
  padding: 45px 20px;
  display: block;
  height: 140px;
  text-align: center;
  word-break: break-word;
}

/* Checked */
.form_checkbox_btn input[type="radio"]:checked + label {
  opacity: 0.4;
}

/* Hover */
.form_checkbox_btn label:hover {
  opacity: 0.4;
  cursor: pointer;
}

/*конец фильтр**/
.step-2 .owl-nav button.owl-prev {
  left: -42px;
  font-size: 25px;
}

.step-2 .owl-nav button.owl-next {
  right: -41px;
  font-size: 25px;
}

.step-2 svg {
  display: block;
  fill: #fff;
  height: 30px;
  margin: 0 auto 10px;
}

.step-3 {
  margin-top: 35px;
}

.step-3 .filter-block__cell-content {
  width: 100%;
  padding: 0 30px;
}

.step-3 .filter-block__cell-content input[type="text"] {
  color: #fff;
}

.random {
  background: #f48403;
  padding: 30px 25px;
  border-radius: 15px;
  font-size: 13px;
  font-family: "Unbounded Bold";
  width: 100%;
  line-height: 14px;
  display: flex;
  box-shadow: 0 0 18px #f48403;
  text-shadow: 0 0 8px #fff;
}

.random img {
  width: 33px;
  height: 23px;
  margin-right: 18px;
  margin-top: 3px;
}

.random-parent {
  display: flex;
  justify-content: center;
  margin: 10px -11px 0 15px;
}

.sect__title.anonsy {
  font-size: 34px;
  font-family: "Unbounded Bold";
}

.tabs-nav {
  display: flex;
  margin: 50px 0;
}

.tabs-nav li {
  flex: 1 0 auto;
}

.tabs-nav li a {
  padding: 7px 20px;
  border-radius: 5px;
  border: 1px solid transparent;
}

.tabs-nav li a.active {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 7px 20px;
}

.tabs-nav li:hover a {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 7px 20px;
}

.col-side-page {
  padding: 70px 20px;
  background-color: #0c1218;
}

.col-side-page_ico > a {
  background: #101821;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  margin: 10px 0px;
}

.col-side-page_ico {
  display: flex;
  flex-direction: column;
}

.col-side-page_ico > a img {
  margin: 27px 26px;
}

.col-side-page_ico > a:nth-child(2) img {
  margin: 24px 23px;
}

.col-side-page_ico > a:nth-child(3) img {
  margin: 22px 30px;
}

.col-side-page .today {
  background: #f48301;
  padding: 25px 20px;
  border-radius: 45px;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 10rem;
}

.col-side-page .today span {
  flex: 1 1 auto;
  font-size: 28px;
}

.col-side-page .today span:nth-child(2) {
  font-size: 37px;
}

/*.topy img{
    max-width: 95%;
    height: auto;
}*/
.sect__content.topy {
  column-count: 2;
  column-gap: 1;
}

.sect__content.topy a img {
  margin-bottom: 13px;
  height: auto;
}

.col-side-page_ico > a:hover {
  background: #ea8c20;
}

.bg-header {
  background: url("/wp-content/themes/malfurik/images/single-bg.jpg") no-repeat;
  background-size: 100%;
  min-height: 400px;
  margin: -22px -60px;
}

.carou.carou_first img {
  width: 100%;
}

.pmovie__poster > img {
  border-radius: 30px;
}

.page-single h1 {
  font-family: "Unbounded Black";
  font-size: 33px;
}

.page-single .pmovie__original-title {
  font-family: "Unbounded medium";
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
}

.btn-online {
  width: auto;
  max-width: 180px;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 15px;
}

.two-col {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.two-col span {
  margin-right: 15px;
  font-size: 9px;
  padding: 5px;
}

.two-col-2 {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.two-col-2 > div {
  width: 50%;
  color: #5b5e69;
  font-family: "Manrope-Medium";
  margin-bottom: 25px;
}

.two-col-2 > div > span:first-child {
  font-family: "Unbounded Black";
  font-size: 13px;
  display: block;
  color: #fff;
}

.two-col-2 > div > .chars-inside,
.two-col-2 > div > .chars-inside > a {
  font-family: "Manrope-Medium";
  color: #5b5e69;
}

.full-gray {
  background: #8c8c8c;
}

header.page-single {
  margin-left: 15px;
}

.page__subtitle.black {
  font-family: "Unbounded Black";
  font-size: 31px;
}

.page__text.js-hide-text {
  font-family: "Unbounded Regular";
  font-size: 14px;
}

.btn-down {
  background: #222329;
  width: 100%;
  text-transform: none;
  font-family: "Unbounded Bold";
  font-size: 23px;
  padding: 30px;
  margin-top: 20px;
}

.div_timer {
  background: #0c1218;
  padding: 20px;
  text-align: center;
  margin: 20px 0 0 0;
  font-family: "Unbounded Regular";
  font-size: 16px;
}

.two-col-2 > div > span.zag {
  font-family: "Unbounded Black";
  font-size: 26px;
  color: #fff;
}

.two-col-2 span.zag1 {
  font-family: "Unbounded Black";
  font-size: 24px;
  color: #fff;
}

.rating-img-logo {
  display: flex;
}

.rating-img-logo img {
  margin-right: 10px;
  height: 95%;
}

.col-3 {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
  background: #0c1218;
  padding: 30px 10px;
  border-radius: 10px;
  margin-right: 30px;
}

.col-3 > div {
  width: 33.33%;
  text-align: center;
}

.col-3 .title-rating {
  display: block;
  font-family: "Unbounded Regular";
  margin-bottom: 7px;
}

.col-3 .value-rating {
  font-family: "Unbounded Black";
  font-size: 21px;
}

.col-3 .m-rating {
  font-family: "Unbounded Regular";
  font-size: 11px;
  color: #5b5e69;
}

.title-rating,
.value-rating,
.m-rating {
  margin-right: 0 !important;
  padding: 0 !important;
}

.two-col .title-rating2 {
  font-family: "Unbounded medium";
  font-size: 15px;
  margin-top: 25px;
  display: block;
}

.two-col .value-rating2 {
  font-family: "Unbounded Black";
  font-size: 23px;
  margin-top: 10px;
  display: block;
}

.notification_accept {
  font-family: "Unbounded medium";
  font-size: 11px;
}

#custom-handle {
  width: 44px;
  height: 24px;
  top: 50%;
  margin-top: -14px;
  text-align: center;
  line-height: 24px;
  outline: none;
}

.col-rating {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
  background: #0c1218;
  padding: 30px 10px;
  border-radius: 10px;
}

.ui-widget.ui-widget-content {
  width: 100%;
}

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

#krinzh_val {
  width: 67px;
}

.slider-r {
  width: 100%;
  display: flex;
  height: 20px;
}

.slider-r input {
  width: 100%;
  margin-right: 15px;
  height: 4px;
  margin-top: 7px;
}

.slider-r p {
  width: 35px;
  font-size: 11px;
  font-family: "Unbounded Regular";
}

.title-r {
  font-family: "Unbounded Regular";
  font-size: 8px;
}

.rating-form {
  width: 100%;
}

@media (max-width: 1350px) {
  .coolBeans {
    margin-right: 10px;
  }

  .snip1143 li {
    margin-right: 1.5em;
  }
}

@media screen and (max-width: 1220px) {
  .footer-seo {
    text-align: left;
  }

  .random-parent {
    max-width: 200px;
  }
}

@media screen and (max-width: 970px) {
  .footer {
    flex-direction: column;
  }

  .footer-seo {
    max-width: 100%;
  }

  .footer-btn {
    width: auto;
    margin-top: 20px;
  }

  .col-side {
    margin-top: 0;
  }
}

@media screen and (max-width: 950px) {
  aside,
  .sect__btn-filter {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .news {
    flex-direction: column;
  }

  .news img {
    width: 240px;
    margin-left: -15px;
  }

  .news span {
    font-size: 23px;
    margin-top: -10px;
  }

  .coolBeans > span {
    display: none;
  }

  .coolBeans:before {
    width: 10px;
  }

  footer .soc-channels0 {
    flex-direction: column;
  }

  .col-main {
    padding-bottom: 0px;
  }

  .readmore-btn3 {
    margin-top: 8px;
  }
}

/*generated with Input range slider CSS style generator (version 20211225)
https://toughengineer.github.io/demo/slider-styler*/
input[type="range"].styled-slider {
  -webkit-appearance: none;
}

/*progress support*/
input[type="range"].styled-slider.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 10px + var(--ratio) * (100% - 10px));
}

input[type="range"].styled-slider:focus {
  outline: none;
}

/*webkit*/
input[type="range"].styled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 1em;
  background: #fff;
  border: none;
  margin-top: calc(4px * 0.5 - 10px * 0.5);
}

input[type="range"].styled-slider::-webkit-slider-runnable-track {
  height: 4px;
  border: none;
  border-radius: 0.5em;
  background: #fff;
  box-shadow: none;
}

input[type="range"].styled-slider::-webkit-slider-thumb:hover {
  background: #fff;
}

input[type="range"].styled-slider:hover::-webkit-slider-runnable-track {
  background: #fff;
}

input[type="range"].styled-slider::-webkit-slider-thumb:active {
  background: #fff;
}

input[type="range"].styled-slider:active::-webkit-slider-runnable-track {
  background: #fff;
}

input[type="range"].styled-slider.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(#f48301, #f48301) 0 / var(--sx) 100% no-repeat,
    #fff;
}

input[type="range"].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
  background: linear-gradient(#f48301, #f48301) 0 / var(--sx) 100% no-repeat,
    #fff;
}

input[type="range"].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
  background: linear-gradient(#f48301, #f48301) 0 / var(--sx) 100% no-repeat,
    #fff;
}

/*mozilla*/
input[type="range"].styled-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 1em;
  background: #fff;
  border: none;
}

input[type="range"].styled-slider::-moz-range-track {
  height: 4px;
  border: none;
  border-radius: 0.5em;
  background: #fff;
  box-shadow: none;
}

input[type="range"].styled-slider::-moz-range-thumb:hover {
  background: #fff;
}

input[type="range"].styled-slider:hover::-moz-range-track {
  background: #fff;
}

input[type="range"].styled-slider::-moz-range-thumb:active {
  background: #fff;
}

input[type="range"].styled-slider:active::-moz-range-track {
  background: #fff;
}

input[type="range"].styled-slider.slider-progress::-moz-range-track {
  background: linear-gradient(#f48301, #f48301) 0 / var(--sx) 100% no-repeat,
    #fff;
}

input[type="range"].styled-slider.slider-progress:hover::-moz-range-track {
  background: linear-gradient(#f48301, #f48301) 0 / var(--sx) 100% no-repeat,
    #fff;
}

input[type="range"].styled-slider.slider-progress:active::-moz-range-track {
  background: linear-gradient(#f48301, #f48301) 0 / var(--sx) 100% no-repeat,
    #fff;
}

/*ms*/
input[type="range"].styled-slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

input[type="range"].styled-slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

input[type="range"].styled-slider::-ms-thumb {
  width: 10px;
  height: 10px;
  border-radius: 1em;
  background: #fff;
  border: none;
  margin-top: 0;
  box-sizing: border-box;
}

input[type="range"].styled-slider::-ms-track {
  height: 4px;
  border-radius: 0.5em;
  background: #fff;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

input[type="range"].styled-slider::-ms-thumb:hover {
  background: #fff;
}

input[type="range"].styled-slider:hover::-ms-track {
  background: #fff;
}

input[type="range"].styled-slider::-ms-thumb:active {
  background: #fff;
}

input[type="range"].styled-slider:active::-ms-track {
  background: #fff;
}

input[type="range"].styled-slider.slider-progress::-ms-fill-lower {
  height: 4px;
  border-radius: 0.5em 0 0 0.5em;
  background: #f48301;
  border: none;
  border-right-width: 0;
}

input[type="range"].styled-slider.slider-progress:hover::-ms-fill-lower {
  background: #f48301;
}

input[type="range"].styled-slider.slider-progress:active::-ms-fill-lower {
  background: #f48301;
}

.player {
    width: 100%;
    height: 530px;
}

@media screen and (min-width: 540px) {
    .player {
        height: 470px;
    }
}

.header__custom-search {
    position: relative;
    width: 100%;
    margin: 10px 0 0 0;
}
.header__custom-search form {
    width: 95%;
    display: flex;
    margin: 0 auto;
}
.header__custom-search #keyword {
    margin: 0 10px 0 0;
}
.header__custom-search .search_result {
    position: absolute;
    top: 50px;
    left: 29px;
    margin: 0 auto;
    border-radius: 0;
    width: 95%;
    padding: 10px;
    display: none;
}
.header__custom-search .search_result a:hover{
    color: var(--accent);
}
