/*=============================================================*/
/* Theme: KinoFest
/* Version: 1.0.0
/* Copyright (c) 2020 https://shopthemes.ru/ and http://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: #131720;
  color: #a8bbd2;
  line-height: 1.5
}

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

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

textarea {
  width: 100%;
  border: 1px solid #131720 !important;
  background: #181e2b;
  border-radius: 12px;
  color: #a8bbd2;
  min-height: 150px
}

hr, hr.mainHr {
  opacity: 0.1;
  margin: 7px 0
}

.container {
  max-width: 1400px;
  margin: 70px auto 50px;
  min-height: calc(100vh - 120px);
}

.middle {
  display: flex;
  flex-wrap: wrap;
  min-height: calc(100vh - 445px);
  background: #181e2b
}

.content {
  flex: 1;
  background: #181e2b;
  padding: 0 20px 20px;
}

.title_section {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px
}

.title_section svg {
  margin-right: 10px;
  fill: #ffaa00;
}

.mob_button {
  display: none;
}

.sorting-wrapper {
  margin-bottom: 20px;
  background: #1c2331;
  padding: 12px 15px;
  border: 1px solid #131720;
  border-radius: 10px;
  text-align: right;
  display: flex;
  justify-content: space-between
}

/*=============================================================*/
/* HEADER
/*=============================================================*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px;
  background: #1c2331;
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #131720
}

.logo {
  font-size: 18px;
  display: flex;
  letter-spacing: 3px;
  text-transform: uppercase
}

.logo a {
  display: inline-flex;
  font-weight: 800;
  align-items: center;
  flex-wrap: nowrap;
}

.logo svg {
  background: #ffaa00;
  fill: #fff;
  width: 32px;
  height: 32px;
  padding: 3px;
  border-radius: 5px;
  margin-right: 10px;
}

.logo span {
  color: #fff;
}

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

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

/*=============================================================*/
/* FOOTER
/*=============================================================*/
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px;
  background: #1c2331;
  border-radius: 0 0 15px 15px;
  border-top: 1px solid #131720;
  font-size: 12px
}

.footer img {
  display: block;
}

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

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

.top_nav svg {
  fill: #ffaa00;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

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

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

.search input {
  width: 100%;
  border-radius: 10px;
  background-color: #181e2b;
  border: 1px solid #131720 !important;
  color: #b8bdca !important;
  padding-right: 45px;
  line-height: 1;
  padding: 7px 15px;
  font-size: 12px;
}

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

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

.search_btns {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

/*=============================================================*/
/* PROFILE
/*=============================================================*/
/* .user_panel {margin-left: 20px;} */
.fn_profile {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  color: #b8bdca;
  margin-left: 15px;
  font-weight: 600
}

.fn_profile .fn_ava,
.fn_lock {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  background: #181e2b;
  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: #ffaa00;
  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_profile>span.fn_lock {
  margin-left: 0px;
}

.fn_panel_user {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  min-width: 430px;
}

.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: #181e2b;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.fn_panel_user .fn_card::before {
  content: '';
  height: 1px;
  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: #ffaa00;
  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: #ffaa00
}

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

.fn_panel_user li.fn_full input {
  background-color: #181e2b;
  border: 1px solid #131720 !important;
  color: #b8bdca
}

.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 #ffaa00 !important
}

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

.dropdown-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffaa00;
}

.dropdown-menu-right {
  right: -21px
}

.fn_panel_user.login {
  min-width: 300px
}

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

/*=============================================================*/
/* 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: #ffaa00;
  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: #ffaa00;
  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: #ffaa00;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*=============================================================*/
/* PROMO
/*=============================================================*/
.promo_section {
  min-height: 230px;
  height: 263px;
  padding: 15px;
  background: #181e2b;
  overflow: hidden;
}

#promo_carousel {
  height: 100%;
}

#promo_carousel .owl-nav button {
  position: absolute;
  background: #fa0;
  top: calc(50% - 25px);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center
}

#promo_carousel .owl-nav button.owl-prev {
  left: -15px;
  border-radius: 0 10px 10px 0
}

#promo_carousel .owl-nav button.owl-next {
  right: -15px;
  border-radius: 10px 0 0 10px
}

#promo_carousel .owl-nav button svg {
  fill: #fa0;
  width: 27px;
  height: 26px;
  background: #181e2b;
  border-radius: 7px;
  padding: 2px
}

/*=============================================================*/
/* ASIDE
/*=============================================================*/
.aside_left {
  flex: 0 0 340px;
  max-width: 340px;
  border-radius: 0 15px 0 0;
  border-top: 1px solid #131720;
  border-right: 1px solid #131720
}

.aside_right {
  flex: 0 0 200px;
  max-width: 200px;
  border-radius: 15px 0 0 0;
  border-top: 1px solid #131720;
  border-left: 1px solid #131720
}

.aside_left,
.aside_right {
  background: #1c2331;
  padding: 15px;
}

.aside_block {
  margin-bottom: 20px;
  position: relative;
}

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

.aside_title {
  background: #181e2b;
  font-weight: 700;
  padding: 7px 10px;
  text-align: center;
  border-radius: 7px;
  margin-bottom: 15px;
  border: 1px solid #131720;
  text-transform: uppercase;
  font-size: 12px
}

.aside_content {
  position: relative;
}

/*=============================================================*/
/* NAV MENU
/*=============================================================*/
.cat_menu {
  background: #181e2b;
  padding: 10px 20px;
  border: 1px solid #131720;
  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: #ffaa00;
  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: #ffaa00;
  top: calc(50% - 2px);
  margin-left: -7px
}

/*=============================================================*/
/* INFORMERS
/*=============================================================*/
/* informer 1 */
#promo_carousel .promo_items {
  background: #1c2331;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #131720;
  transition: all 300ms ease-in-out
}

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

/* informer 2 */
.recom_item {
  margin-bottom: 15px;
  position: relative;
  background: #181e2b;
  border-radius: 15px;
  border: 1px solid #131720;
  padding: 10px;
  transition: all 200ms ease-in-out
}

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

.recom_item .poster_item {
  position: relative;
  margin-bottom: 10px;
}

.recom_item .poster_item img {
  border-radius: 10px;
  display: block;
}

.recom_item .poster_item .quality {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 10px;
  background: #ffaa00;
  color: #131720;
  font-weight: 700;
  line-height: 1;
  display: block;
  padding: 5px 7px;
  border-radius: 0 10px
}

.recom_item .title_item {
  text-align: center;
  font-size: 14px;
}

.recom_item .title_item a {
  color: #a8bbd2;
  display: block;
}

/* informer 3 */
.item_rating {
  margin-bottom: 15px;
  position: relative;
  background: #181e2b;
  border-radius: 15px;
  border: 1px solid #131720;
  padding: 10px;
  transition: all 200ms ease-in-out;
  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;
  justify-content: space-between;
}

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

.item_rating .rating_num .quality {
  font-size: 12px;
  color: #ffaa00;
}

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

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

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


/*=============================================================*/
/* PAGINATION
/*=============================================================*/
.pagination {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}

.paging-wrapper-bottom {
  margin-bottom: 30px !important;
  display: flex;
  justify-content: center;
  width: 100%;
}

.pages {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

/* -- active -- */
.pages a {
  color: #ffaa00;
  cursor: default;
  position: relative;
  line-height: 30px;
  text-decoration: none;
  min-width: 32px;
  display: inline-flex;
  text-align: center;
  font-weight: 400;
  padding: 0 15px;
  margin: 2px;
  justify-content: center;
  align-items: center;
}

/* -- no active -- */
.pages span {
  position: relative;
  text-decoration: none;
  min-width: 32px;
  color: #484556;
  display: inline-flex;
  padding: 0 15px;
  transition: all 0.3s ease 0s;
  justify-content: center;
  align-items: center;
  line-height: 30px;
}

.pages a:hover {
  color: #ffaa00;
}

/*=============================================================*/
/* PAGINATION
/*=============================================================*/
.pages a {
  border: 1px solid #131720;
  background: #1c2331;
  margin: 5px;
  border-radius: 7px;
  font-size: 12px;
  color: #a8bbd2;
  padding: 0 12px
}

.pages span {
  padding: 0 12px;
  margin: 5px;
  font-size: 12px;
  border-radius: 7px;
  background: #ffaa00;
  color: #131720;
  font-weight: 800
}

.pages a:hover {
  color: #ffaa00
}

/*=============================================================*/
/* SHORTSTORY
/*=============================================================*/
.short_item {
  display: flex;
  flex-wrap: wrap;
  background: #1c2331;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #131720;
  margin-bottom: 20px
}

.short_item .poster {
  margin-right: 20px;
  flex: 0 0 200px;
}

.short_item .poster img {
  display: block;
  border-radius: 10px;
}

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

.short_content .title {
  background: #181e2b;
  font-weight: 800;
  padding: 7px 15px;
  text-align: left;
  border-radius: 7px;
  margin-bottom: 10px;
  border: 1px solid #131720;
  font-size: 18px;
}

.short_content .quality {
  margin-right: 20px;
}

.short_content .quality span {
  display: inline-block;
  line-height: 1;
  background: #181e2b;
  font-weight: 700;
  padding: 7px 10px;
  text-align: center;
  border-radius: 7px;
  border: 1px solid #131720;
  font-size: 12px
}

.short_top {
  margin-bottom: 20px;
}

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

a.btn_more {
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  background: #fa0;
  color: #131720;
  font-weight: 700;
  padding: 7px 15px
}

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

.icon_section {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  font-size: 12px;
  color: #576071
}

.icon_section svg {
  width: 16px;
  height: auto;
  fill: #576071;
  margin-right: 5px
}

a.btn_more svg {
  width: 24px;
  height: auto;
  margin-left: 7px;
  fill: #131720
}

.categories {
  margin-bottom: 10px
}

.categories a {
  display: inline-flex;
  align-items: center;
  margin-right: 7px;
  font-size: 14px;
  color: #576071;
}

.categories a:hover {
  color: #ffaa00;
}

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

.categories a::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #576071;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  border-radius: 50%;
  margin-left: 5px;
}

/* .categories a:first-child::before {content:'';width:0;height:0;background:#ffaa00;display:inline-flex;align-items:center;margin-right:0;border-radius:50%} */

/*=============================================================*/
/* FULLSTORY
/*=============================================================*/
.title {
  margin-top: 0;
  font-size: 18px;
  color: #ffaa00;
  font-weight: 500 !important
}

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

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

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

.info_section b {
  color: #a8bbd2
}

.info_section br {
  margin-bottom: 7px
}

.section_block {
  background: #1c2331;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #131720;
  margin-bottom: 20px
}

.section_title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #131720;
  background: #181e2b;
  padding: 15px;
  margin: -16px -16px 15px;
  border-radius: 16px 16px 0 0;
  display: flex;
  color: #fa0;
  align-items: center
}

.section_title svg {
  fill: #fa0;
  width: 20px;
  height: auto;
  margin-right: 10px
}

.full_message {
  hyphens: auto;
}

.section_title_video {
  border: 1px solid #131720;
  background: #181e2b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: -16px -16px 15px;
  border-radius: 16px 16px 0 0;
  color: #fa0;
  padding: 15px
}

.section_title_video>* {
  margin: 0 !important;
}

.title_play {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.section_title_video svg {
  fill: #131720;
  width: 24px;
  height: 24px;
  background: #fa0;
  border-radius: 4px;
  padding: 3px;
  margin-right: 15px
}

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

.btns_select ul {
  display: inline-flex;
}

.btns_select ul li {
  margin-left: 5px;
  list-style: none;
  display: inline-flex
}

.btns_select ul li a {
  line-height: 0;
  display: inline-flex
}

.nav-item svg {
  margin-right: 0;
}

.nav-item .nav-link svg {
  background: #1c2331;
  fill: #ffaa00;
  border: 1px solid #fa0
}

.nav-item .nav-link.active svg {
  fill: #131720;
  background: #fa0
}

.player_block {
  margin-bottom: 20px;
}

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

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

.tabs_title_section {
  display: flex;
  align-items: center;
  margin-bottom: -1px;
  background: #181e2b;
  border-radius: 10px 10px 0 0;
  border: 1px solid #131720;
  padding: 12px 15px
}

.tabs_title_section svg {
  fill: #fa0;
  margin-right: 10px;
}

.videoWrapper {
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  background: #000;
  border: 1px solid #131720
}

.select_player {
  background: #181e2b;
  border: 1px solid #131720;
  border-radius: 10px 10px 0 0;
  padding: 12px 15px;
  margin-bottom: -1px
}

.select_player li {
  list-style: none;
}

.tab-pane .nav-item .nav-link {
  background: #181e2b;
  color: #fa0;
  border: 1px solid #fa0;
  border-radius: 7px;
  padding: 7px 10px;
  margin-right: 15px;
  font-weight: 600;
  display: block;
  line-height: 1
}

.tab-pane .nav-link.active {
  background: #ffaa00;
  color: #131720
}

/*=============================================================*/
/* COMMENTS
/*=============================================================*/
.comments_section .title_section span {
  background: #fa0;
  line-height: 1;
  display: inline-flex;
  font-weight: 700;
  color: #131720;
  border-radius: 7px;
  min-width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-size: 14px;
}

.no_comments {
  text-align: center;
  background: #1c2331;
  border: 1px solid #131720;
  border-radius: 15px;
  padding: 15px;
  color: #576071;
  margin-bottom: 20px
}

.comm_pages {
  text-align: center;
  margin-bottom: 20px;
}

.comm_form {
  background: #1c2331;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #131720
}

.add_comm [type="submit"] {
  background: #ffaa00;
  color: #131720;
  border-radius: 7px;
  padding: 8px 10px;
  margin-right: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-top: 15px
}

.add_comm [type="submit"] svg {
  width: 16px;
  height: 16px;
  margin-left: 10px
}

.comm_item {
  background: #1c2331;
  border: 1px solid #131720;
  border-radius: 15px;
  margin-bottom: 20px
}

.comm_item_top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #131720;
  padding: 7px 10px;
  justify-content: space-between
}

.comm_item_info {
  display: flex;
  align-items: center;
  flex: 1
}

.comm_item_info .ava_user {
  width: 30px;
  height: 30px;
  border-radius: 25px;
  border: 1px solid #131720;
  padding: 3px;
  background: #181e2b;
  margin-right: 10px
}

.comm_item_info .ava_user img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  border: 1px solid #131720
}

.comm_item_info .user_name {
  margin-right: 15px;
}

.comm_item_descr {
  padding: 12px 15px;
}

.com-order-block {
  margin-bottom: 20px;
  background: #1c2331;
  padding: 12px 15px;
  border-radius: 16px;
  border: 1px solid #131720
}

.com-order-title {
  margin-right: 10px
}

.com-order-select {
  display: inline-block;
  line-height: 1;
  background: #181e2b;
  font-weight: 700;
  padding: 7px 10px;
  text-align: center;
  border-radius: 7px;
  border: 1px solid #131720 !important;
  font-size: 12px;
  color: #fa0;
  cursor: pointer
}

.com-order-select option {
  font-family: 'Nunito', sans-serif
}

.com_answer {
  display: inline-block;
  line-height: 1;
  background: #181e2b;
  font-weight: 700;
  padding: 7px 10px;
  text-align: center;
  border-radius: 7px;
  border: 1px solid #131720;
  font-size: 12px;
  color: #fa0
}

.com_answer:hover {
  background: #fa0;
  color: #131720;
  border: 1px solid #fa0;
}

.comm_item:hover .com_info {
  visibility: visible;
}

.com_info {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 10px;
  margin-right: 20px;
}

/*=============================================================*/
/* OTHER STYLES
/*=============================================================*/
.x-selectable.u-comboedit.u-comboeditimg {
  background: #181e2b !important;
  color: #a8bbd2 !important;
  border: 1px solid #131720;
  border-radius: 10px;
  line-height: 1.5 !important
}

.u-combolist {
  color: inherit !important;
  border: 1px solid #131720 !important;
  border-top: 0;
  background: #181e2b !important;
  height: auto !important;
  max-height: 350px !important;
  overflow: auto;
  padding: 12px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
  font-size: inherit !important;
  border-radius: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 16px
}

.schCatsSep {
  display: none;
}

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

/* info */
.berrors {
  padding: 15px 20px;
  background: #fa0;
  border-radius: 8px;
  color: #000;
}

.berrors a {
  color: #000;
  font-weight: bold;
}

/* stats */

.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: #3394e6;
}

.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 */

.userinfo_top {
  position: relative;
  margin-bottom: 20px;
}

.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>a:hover {
  color: inherit;
}

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

.usinf li {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
  background: #0f131f;
  padding: 10px 15px;
  border-radius: 8px
}

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

.usinf li .ui-c1 {
  flex: 0 0 200px;
  font-weight: 700;
}

.heading {
  margin-top: 20px;
}

.userinfo_top {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.userinfo_top li {
  list-style: none;
}

.userinfo_top .avatar {
  width: 65px;
  height: 65px;
  border-radius: 12px;
  overflow: hidden;
}

.userinfo_top .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user_tab {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
  align-items: center;
}

.user_tab .left {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}

.user_tab .left li {
  display: flex;
  align-items: center;
}

/* pm */
.pm-menu {
  display: flex;
  justify-content: right;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.userstop thead td,
.pm td.pm_head,
.pm td.pm_list {
  border-bottom: 1px solid #2f3749
}

.pm_status {
  background: #101420;
  padding: 15px;
  font-size: 12px;
  margin-bottom: 15px;
  border-radius: 12px;
  text-align: center;
}

.pm_progress_bar {
  background: #2f3749;
  border-radius: 12px;
  text-align: left;
  margin-bottom: 15px;
}

.pm_progress_bar span {
  background-color: #ffaa00;
  color: #101420;
  border-radius: 12px;
  padding: 0 3px;
  font-weight: 600;
}

.pm-no-messages {
  display: block;
  text-align: center;
}


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

#pm-menu a {
  padding: 10px 0;
  color: inherit;
  display: block;
  border-top: 1px solid #efefef;
  text-decoration: none !important;
}

#pm-menu a:hover {
  color: #0c5f7e;
}

/* forms */

ul.ui-form {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

.box_in {
  padding: 20px;
}

#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; }
