/*=============================================================*/
/* Theme: MnogoHD
/* Version: 1.0.0
/* Copyright (c) 2021 https://shopthemes.ru/ and https://art-ucoz.ru/
/* Design Autor: Roman Buger
/*=============================================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  background-color: #040508;
  background-image: url(../images/bg.jpg);
  background-position: top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #b8bdca;
  line-height: 1.5
}

a {
  text-decoration: none;
  border: none;
  outline: none;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  color: #ff0000;
}

a:hover {
  text-decoration: none;
}

a.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #ff0000;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  width: auto !important;
  font-weight: 600
}

a.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background: #18202a
}

input[type="reset"] {
  background: #868e9b;
}

input[type="reset"]:hover {
  background: #18202a
}

a.btn svg,
button svg {
  fill: #fff;
  margin-left: 10px
}

ul {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

hr {
  color: #999;
  border: 0px none;
  border-top: dashed 1px #999;
  height: 1px;
  margin: 20px 0;
}

.container {
  margin: 150px auto 50px;
  max-width: 1240px;
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 100px);
  justify-content: space-between;
}

.middle {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  background: #131720;
  border-radius: 0 0 10px 10px;
  padding: 0 20px 20px
}

.title_section {
  font-size: 22px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.title_section [class*="ri-"] {
  margin-right: 15px;
  font-weight: normal;
  color: #ff0000
}

.title_section svg {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  fill: #ff0000
}

.aside {
  flex: 0 0 340px;
  max-width: 340px;
  background: #131720;
  border-radius: 0 0 0 10px;
  padding: 0 20px 0 0
}

.aside_title {
  color: #ff0000;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
  font-weight: 700
}

.aside_title::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 50px;
  display: inline-flex;
  background-color: #ff0000;
  top: calc(50% - 2px);
  margin-left: 20px
}

.content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.section_content {
  flex: 1;
  background: #fff;
  padding: 20px;
  color: #131720;
  border-radius: 10px
}

.mob_button {
  display: none
}

/*=============================================================*/
/* HEADER
/*=============================================================*/
.header {
  background: linear-gradient(90deg, rgba(19, 23, 32, 1) 30%, rgba(19, 23, 32, .85) 100%);
  border-radius: 10px 10px 0 0;
  min-height: 60px;
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.logo {
  text-transform: uppercase;
}

.logo a {
  color: #fff;
  font-weight: 800;
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  letter-spacing: 5px
}

.logo a span {
  color: #ff0000;
}

.header_section {
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center
}

/*=============================================================*/
/* FOOTER
/*=============================================================*/
.footer {
  display: flex;
  padding-top: 20px;
  font-size: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 20px;
  color: #7d8393
}

.footer img {
  display: block;
  opacity: .5;
  transition: all .3s ease 0s
}

.footer img:hover {
  opacity: 1;
}

.footer .copy a {
  color: #ff0000;
}

/*=============================================================*/
/* TOP NAVIGATION
/*=============================================================*/
.top_nav {
  display: flex;
  padding: 0 20px;
}

.top_nav li {
  list-style: none;
}

.top_nav a {
  color: #b8bdca;
  padding: 0 15px;
  display: inline-flex;
  align-items: center
}

.top_nav a:hover {
  color: #ff0000;
}

/*=============================================================*/
/* PROFILE
/*=============================================================*/
.uPanel {
  margin-left: 20px;
}

.fn_profile {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #b8bdca;
  font-weight: 600
}

.fn_profile .fn_ava,
.fn_lock {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  background: #18202a;
  border: 1px solid #18202a;
  align-items: center;
  justify-content: center;
  color: #b8bdca;
  font-size: 16px;
  position: relative;
  overflow: hidden
}

.fn_profile .fn_ava::before {
  content: "\F256";
  font-family: remixicon !important;
  position: absolute;
  z-index: 0
}

.fn_profile .fn_lock::before {
  content: "\F126";
  font-family: remixicon !important;
  position: absolute;
  color: #ff0000;
  z-index: 0
}

.fn_profile .fn_ava img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  z-index: 1
}

.fn_profile>span {
  margin-left: 15px;
}

.fn_panel_user {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  min-width: 430px;
  max-width: 500px;
  /*background: var(--hov-bg);*/
}

.fn_panel_user li {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  padding: 10px;
}

.fn_panel_user .fn_card {
  display: block;
  padding: 12px 7px;
  border-radius: 10px;
  color: #576071;
  background: #18202a;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.fn_panel_user .fn_card::before {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease 0s;
  transform: scale(0);
}

.fn_panel_user .fn_card:hover::before {
  background: #ff0000;
  transform: scale(1);
}

.fn_panel_user .fn_card div {
  font-weight: 600;
  color: #b8bdca
}

.fn_panel_user .fn_card [class*="ri-"] {
  font-size: 24px;
  color: #576071;
  transition: all 0.3s ease 0s;
}

.fn_panel_user .fn_card:hover [class*="ri-"] {
  opacity: 1;
  color: #ff0000
}

.fn_panel_user li.fn_full {
  flex: 1 100%;
  max-width: none;
}

.fn_panel_user li.fn_full input {
  background-color: #18202a;
  border: none !important;
}

.fn_panel_user li.fn_full input[type="checkbox"] {
  border: 1px solid #b7b2b2 !important;
}

.fn_panel_user li.fn_full input[type="checkbox"]:checked {
  border: 1px solid #ff0000 !important
}

.dropdown-menu {
  padding: 0;
  border: none;
  border-top: 2px solid #f00;
  margin-top: 15px;
  background: #131720;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.fn_panel_user.login {
  min-width: 300px;
  max-width: 400px;
}

.fn_panel_user.login .rem_me {
  text-align: left;
}

.fn_panel_user.login .rem_me [type="checkbox"] {
  margin-right: 10px;
}

.fn_panel_user.login .input_field {
  width: 100%;
}

.login_bottom {
  display: flex;
  justify-content: space-between;
  padding: 5px 12px;
  flex: 1
}

.login_bottom a {
  color: #b8bdca;
}

.login_bottom a:hover {
  color: #ff0000;
}

/*=============================================================*/
/* SCROLL TO TOP
/*=============================================================*/
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: remixicon !important;
  content: '\EA72';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #ff0000;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* .progress-wrap:hover::after {opacity: 0;} */
.progress-wrap::before {
  position: absolute;
  font-family: remixicon !important;
  content: '\EA72';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  /* opacity: 0; */
  color: #ff0000;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* .progress-wrap:hover::before {opacity: 1;} */
.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ff0000;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*=============================================================*/
/* PROMO
/*=============================================================*/
.promo_section {
  padding: 0 20px 20px;
  background: linear-gradient(90deg, rgba(19, 23, 32, 1) 30%, rgba(19, 23, 32, .85) 100%)
}

.promo_content {
  background: #18202a;
  padding: 20px 20px;
  border-radius: 10px;
  min-height: 230px
}

#promo_carousel i[class*="ri-"] {
  color: #ff0000;
  transition: all ease-in-out .3s
}

#promo_carousel .owl-prev,
#promo_carousel .owl-next {
  position: absolute;
  top: calc(50% - 15px);
  display: inline-flex;
  font-size: 50px;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 30px
}

#promo_carousel .owl-prev {
  left: -38px;
}

#promo_carousel .owl-next {
  right: -38px;
}

#promo_carousel .owl-next:hover i[class*="ri-"],
#promo_carousel .owl-prev:hover i[class*="ri-"] {
  color: #ff0000
}

#promo_carousel .promo_poster img {
  height: 190px;
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/*=============================================================*/
/* CONTAINER (SideBar)
/*=============================================================*/
.aside_block {
  margin-bottom: 30px;
  position: relative;
}

.aside_block:last-child {
  margin-bottom: 0px;
}

.cat_menu {
  background: #18202a;
  padding: 15px 20px;
  border-radius: 10px
}

.nav_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.nav_menu li {
  list-style: none;
  font-size: 14px;
  flex: 0 0 45%;
  max-width: 45%
}

.nav_menu li a {
  color: #b8bdca;
  padding: 3px 0;
  display: block;
  position: relative
}

.nav_menu li a:hover {
  color: #ff0000;
  padding-left: 3px
}

.nav_menu li a::before {
  content: '';
  position: absolute;
  left: 0;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  display: inline-flex;
  background-color: transparent;
  top: calc(50% - 2px);
  margin-left: -10px;
  transition: all ease-in-out .2s
}

.nav_menu li a:hover::before {
  content: '';
  position: absolute;
  left: 0;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  display: inline-flex;
  background-color: #ff0000;
  top: calc(50% - 2px);
  margin-left: -7px
}

/*=============================================================*/
/* SEARCH
/*=============================================================*/
.search {
  position: relative;
}

.search form {
  border-radius: 10px;
}

.search input {
  width: 100%;
  border-radius: 10px;
  background-color: #18202a;
  border: none !important;
  color: #b8bdca;
  padding-right: 45px
}

.search button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 10px 10px 0
}

.search button svg {
  width: 16px;
  height: 16px;
  fill: #576071;
  transition: all .3s ease 0s
}

.search button:hover svg {
  fill: #ff0000
}

/*=============================================================*/
/* INFORMERS
/*=============================================================*/
.item_rating {
  background: #18202a;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
}

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

.item_rating .poster {
  flex: 0 0 50px;
  max-width: 50px;
  margin-bottom: 0;
  margin-right: 20px;
}

.item_rating .poster img {
  display: block;
  border-radius: 5px;
}

.item_rating .item_rating_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.item_rating .item_title {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.item_rating .item_rating_content a {
  color: #b8bdca
}

.item_rating .rating_num {
  display: inline-flex;
  align-items: center
}

.item_rating .rating_num svg {
  margin-right: 5px;
  fill: #ff0000;
  width: 16px;
  height: 16px;
}

.item_rating_content .cat_item a {
  color: #576071;
  font-size: 14px
}

.item_rating_content .cat_item a:hover {
  color: #ff0000;
}

/*=============================================================*/
/* SHORTSTORY
/*=============================================================*/
.short_item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #d5d5d5;
  padding: 0 20px 20px;
  margin: 0 -20px 20px
}

.short_poster {
  flex: 0 0 215px;
  max-width: 215px;
  margin-right: 20px;
}

.short_poster img {
  display: block;
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
  width: 100%
}

.short_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
}

.short_item .item_title,
.short_item .item_title a {
  font-size: 26px;
  font-weight: 800;
  color: #18202a;
  line-height: 2rem
}

.short_item .item_title a:hover {
  color: #ff0000;
}

.short_item .cat_item {
  margin-bottom: 20px;
}

.short_item .cat_item a {
  display: inline-flex;
  align-items: center;
}

.short_item .cat_item [class*="ri-"] {
  margin-right: 5px;
}

.short_item .cat_item svg {
  margin-right: 5px;
  fill: #ff0000;
  width: 14px;
  height: 14px;
}

.short_descr {
  hyphens: auto;
  margin-bottom: 20px;
}

.short_content_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

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

.info_item {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  margin-right: 20px;
  font-weight: 700;
  color: #868e9b
}

.info_item svg {
  transition: all 0.3s ease 0s;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #868e9b
}

.read_more a.btn:hover svg {
  fill: #ff0000;
  transition: all .3s ease 0s
}

/*=============================================================*/
/* FULLSTORY
/*=============================================================*/
.title_entry {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.full_title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}

.full_title .title_section {
  flex: 1;
  padding: 0;
  font-size: 26px;
  font-weight: 800;
  color: #18202a;
  line-height: 2rem
}

.full_item .short_item {
  padding: 0 20px 20px;
}

.full_item .short_content {
  padding: 0;
}

.rating_stars {
  padding: 10px 0;
  margin: .67em 0 .67em 15px;
  display: flex;
  align-items: center;
  justify-content: center
}

.full_descr_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px
}

.info_item_list {
  color: #868e9b;
  font-size: 14px;
  margin-bottom: 20px;
}

.info_item_list b {
  color: #131720
}

.info_item_list br {
  margin-bottom: 7px;
}

.line {
  display: flex;
  border-bottom: 1px solid #d5d5d5;
  margin: 0 -20px 20px
}

.label_item {
  background: #f00;
  padding: 7px 15px;
  display: inline-flex;
  font-weight: 700;
  border-radius: 7px;
  color: #fff
}

/*=============================================================*/
/* VIDEO SECTION
/*=============================================================*/
.video_section .video_title {
  text-align: center;
  margin-bottom: 20px
}

.player_block {
  margin: 0px -20px 0;
  background: #18202a
}

/* .player_block:first-child {margin-top: 20px;} */
.player_block:last-child {
  margin-bottom: 0;
}

.player_block .aside_title {
  padding: 20px 20px 0;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  min-height: 55px;
}

.player_block .aside_title::after {
  background-color: transparent
}

.player_block .aside_title svg {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  fill: #ff0000
}

/*=============================================================*/
/* VIEW VIDEO PLAYER
/*=============================================================*/
.view_players {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #b8bdca;
  font-weight: 500;
  background: #131720;
  padding: 20px;
  margin: 0 -20px
}

.view_players .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.view_players .nav-tabs li {
  list-style: none;
  line-height: 0;
}

.view_players .nav-tabs {
  border-bottom: none
}

.view_players span {
  margin-right: 10px;
}

.view_players .nav-tabs>li {
  margin-right: 10px;
}

.view_players .nav-tabs>li:last-child {
  margin-right: 0px;
}

.nav-tabs>li>a {
  border: none;
}

.view_players .nav-tabs>li>a {
  margin-right: 0;
  line-height: inherit;
  border: none;
  border-radius: 7px;
  padding: 7px
}

.nav-tabs>li>a svg {
  width: 21px;
  height: 21px;
  fill: #ffffff;
}

.view_players .nav-link {
  background: #868e9b;
}

.view_players .nav-link.active,
.view_players .nav-link.active.active_coockie {
  background: #ff0000
}

.video_section .tab-content {
  background: #18202a;
}

#tab_view {
  margin: 0 -20px;
}

.select_player {
  padding: 20px;
  background: #18202a;
  border: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.select_player li {
  list-style: none;
  line-height: 0;
  margin-right: 10px;
}

.select_player .nav-link {
  background: #868e9b;
  color: #ffffff;
  border-radius: 7px;
  padding: 7px 12px;
  display: inline-flex;
  font-weight: 500;
}

.select_player .nav-link.active {
  background: #ff0000;
  color: #ffffff;
  border-radius: 7px;
  padding: 7px 12px;
  display: inline-flex;
}

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

/*=============================================================*/
/* SHARE
/*=============================================================*/
.b-share_theme_counter [class*="b-share-icon_"] {
  margin-right: 0;
}

.b-share-btn__wrap>a {
  height: 35px !important;
  width: 35px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 7px !important
}

.b-share_theme_counter .b-share-btn__wrap {
  margin-right: 5px;
}

/*=============================================================*/
/* COMMENTS
/*=============================================================*/
.comments_section {
  margin-top: 20px;
}

.comments_body {
  margin-bottom: 20px;
  margin-top: 45px
}

.comments_item {
  border-radius: 10px;
  padding: 14px 20px;
  position: relative;
  margin: 23px 0 50px 17px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.comments_ava {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: -23px;
  left: -19px;
  padding: 5px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
  background: #fff
}

.comments_ava img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%
}

.comments_user {
  position: absolute;
  top: -25px;
  font-size: 14px;
  display: flex;
  align-items: center;
  left: 30px;
  width: calc(100% - 40px);
  justify-content: space-between
}

.comments_user span.date {
  font-size: 12px;
  margin-right: 20px;
  font-weight: 500;
  color: #868e9b;
  margin-left: 10px
}

.comments_user .autor {
  font-weight: 700;
}

.comments_content {
  padding-top: 1px
}

.comments_descr {
  hyphens: auto
}

.add_comm_form {
  margin-bottom: 20px;
}

.add_comm textarea {
  width: 100%;
  border-radius: 7px;
  padding: 10px 15px;
  min-height: 150px
}

.add_comm .btn_more {
  margin-top: 20px
}

.no_comments {
  color: #868e9b;
  text-align: center;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.com-order-block {
  display: none
}

.ratingtypeplusminus {
  display: inline-flex;
  align-items: center;
  min-width: 25px;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}

:where(.uauth-small-links) {
  display: flex;
  align-items: center;
  gap: 5px;
}

.comments_item:hover .moder_comm {
  visibility: visible;
}

.moder_comm {
  display: flex;
  visibility: hidden;
  margin-left: auto;
  font-size: 12px;
  gap: 15px;
  margin-right: 15px;
}


/* Формы на UL */
ul.ui-form {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.ui-form>li {
  margin-bottom: 20px;
}

ul.ui-form>li:last-child {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 20px;
}

.form-group>label {
  display: block;
  margin-bottom: .4em;
}

.imp:after {
  content: "*";
  margin: 0 0 0 10px;
  color: #e85319;
}

@media only screen and (min-width: 601px) {
  .form-group.combo:after {
    clear: both;
    display: table;
    content: "";
  }

  .form-group.combo>.combo_field {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .form-group.combo>.combo_field:last-child {
    padding-left: 10px;
  }

  .form-group.combo>.combo_field:first-child {
    padding-right: 10px;
  }
}

.form_submit {
  margin-top: 20px;
}

.form-sep {
  border-top: 1px solid #efefef;
}


/* --- Информация об ошибках --- */
.berrors {
  background: #ffe6dd;
  border: 1px solid #f0c4b5;
  color: #553c33;
  padding: 20px 25px;
  margin-bottom: 25px;
  border-radius: 2px;
  box-sizing: border-box;
}


/* --- Статические страницы --- */
.page_static {
  margin-bottom: 60px;
}

.page_static:after {
  clear: both;
  display: block;
  content: "";
}

.page_static>.text {
  font-size: 1.15em;
}


/* --- PM --- */
@media only screen and (min-width: 601px) {
  #pm-menu:after {
    content: "";
    clear: both;
    display: block;
  }

  #pm-menu {
    margin-bottom: 25px;
  }

  #pm-menu a {
    color: inherit;
    padding: 10px 16px;
    border-radius: 2px;
    border: 2px solid transparent;
    float: left;
    text-decoration: none !important;
  }

  #pm-menu a:hover {
    border-color: #ff0000;
    color: #ff0000;
  }
}

.pm-box {
  margin-bottom: 25px;
}

.pm_status {
  padding: 25px;
  background-color: #f7f7f7;
  border-radius: 2px;
}

.pm_progress_bar {
  background-color: #e5dbcc;
  margin-bottom: 10px;
  border-radius: 2px;
}

.pm_progress_bar span {
  background: #e85319;
  font-size: 0;
  height: 20px;
  border-radius: 2px;
  display: block;
  overflow: hidden
}


/* Постраничная навигация */
.page_next-prev {
  height: auto;
  float: none;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.page_prev {
  float: left;
}

.page_next {
  float: right;
}

.page_prev,
.page_next {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  background-color: #fff;
}

.pages {
  text-align: center;
}

.navigation .pages>* {
  color: #000;
  min-width: 32px;
  padding: 0 15px;
  display: inline-block;
}

.navigation .pages>span {
  color: #ff0000;
}

.navigation .pages>span,
.navigation .pages>*:first-child,
.navigation .pages>*:last-child {
  display: inline-block;
}

.navigation .pages>span.nav_ext {
  color: #000;
}


/* --- Статистика --- */
.stats_head>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.25em;
}

.stats_head>ul>li {
  margin-top: 15px;
  padding-left: 30px;
}

.stats_head>ul>li:before {
  content: "";
  float: left;
  margin: 2px 0 0 -30px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ff0000;
}

.stats_head>ul>li>b {
  display: block;
  font-size: .8em;
  opacity: .5;
  font-weight: normal;
}

.stats_head>ul>li.stats_d:before {
  background-color: #f6a71a;
}

.stats_head>ul>li.stats_w:before {
  background-color: #ce3f28;
}

.stat_group {
  margin-bottom: 25px;
}

.stat_group>h5 {
  margin-top: 0;
  margin-bottom: 1em;
}

.stat_group>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stat_group>ul>li {
  padding: .6em 0;
  border-top: 1px dotted #d5d5d5;
}


/* --- Страница пользователя --- */
.userinfo_top {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.userinfo_top .avatar {
  position: absolute;
}

.user_tab {
  list-style: none;
  padding: 0;
  margin: 0;
}

.user_tab>li {
  display: inline;
  margin-right: 1.2em;
}

.user_tab>li>a {
  text-decoration: none !important;
  font-size: .6em;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.user_tab>li>a {
  color: #fff;
  opacity: .5;
}

.user_tab>li.active>a {
  cursor: default;
  font-size: 1em;
  opacity: 1;
}

.usinf {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.usinf li {
  padding: 12px 0;
  border-top: 1px solid #e6e6e6;
}

.usinf li:first-child {
  border-top-width: 0;
}

.ui-c1,
.ui-c2 {
  display: inline-block;
  vertical-align: top;
}

.ui-c1 {
  width: 30%;
  margin-right: 5%;
}

.ui-c2 {
  width: 60%;
}

/* Окно пользователя */
.userinfo {
  padding-left: 90px;
}

.userinfo .avatar {
  position: absolute;
  float: left;
  margin: 0 0 0 -90px;
}

.userinfo .avatar .cover {
  width: 60px;
  height: 60px;
}

.userinfo>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.box_in {
  padding: 20px;
  margin-bottom: 20px;
}

.dark_top {
  border-radius: 10px;
  background: #18202a;
  font-size: 14px;
}

.table_top_users {
  font-size: 14px;
}

.tab-content {
  background: transparent
}

.userinfo_top {
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.form-group .checkbox {
  display: flex;
}

.form-group .checkbox [type="checkbox"] {
  height: 16px;
  margin-right: 7px;
}

.avatar {
  display: inline-block;
}

.avatar .cover {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  white-space: nowrap;
  text-indent: -9999px;
  display: inline-block;
}

.cover {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.story .title {
  margin: -.1em 0 1em 0;
  font-size: 20px;
}

.story .title>a {
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.story .title>a:hover {
  color: #ff0000;
}

#dle-comments-list { width: 100%; overflow: hidden; }
#dle-comments-list .comments-tree-list > li > .comments-tree-list { padding: 0 8%; border-top: 1px solid #efefef; }
#dle-comments-list .comments-tree-list > li .comments-tree-list > li { padding-left: 20px; }
.comments-tree-list { list-style: none; padding: 0; margin: 0; }
