
@font-face {
  font-display: swap;
  font-family: 'Whitney';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/whitney_light.ttf'); /* IE9 Compat Modes */
}
body{
    margin: 0;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: Whitney,Tahoma,Arial,sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.3em;
    -webkit-text-size-adjust: none;
}

:after, :before {
  box-sizing: inherit;
}

.background-inherit {
  background-color: inherit!important;
}

span{
  font-family: Whitney,Tahoma,Arial,sans-serif;
}
div{
  font-family: Whitney,Tahoma,Arial,sans-serif;
}
h1{
  font-family: Whitney,Tahoma,Arial,sans-serif!important;
  font-weight: 300;
}
:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}
a{
  text-decoration: none;
  color: #fff;
}
.main{
  min-height: 100vh;
  background: #303030;
}
.my-3 {
  margin-top: 16px!important;
  margin-bottom: 16px!important;
}
.mt-5 {
  margin-top: 48px!important;
}
.mb-0{
  margin-bottom: 0!important;
}
.mt-3 {
  margin-top: 16px!important;
}
.mb-3 {
  margin-bottom: 16px!important;
}
.pt-3 {
  padding-top: 16px!important;
}
.pr-4{
  padding-right: 24px!important;
}
.p-0{
  padding: 0!important;
}
.p-10{
  padding: 0 10px!important;
}
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.pr-1 {
  padding-right: 4px !important;
}
.pl-3, .px-3 {
  padding-left: 16px !important;
}

.w-100{
  width: 100%;
}
.h-100{
  height: 100%;
}


.flex{
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  }

  .flex-wrap{
  flex-wrap: wrap;
  }

.wrap{
  width: 100%;
  height: auto;
  background: #303030;
}

.white{
  color:#fff;
}


.column{
  flex-direction: column;
}
.row{
  flex-direction: row;
}
.justify-right{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}
.justify-left{
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.justify-center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;

}
.align-center{
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-right{
    align-items: flex-end;
}

/* Кнопка наверх */
.scrollup{position:fixed;
  width:50px;
  height:50px;
  line-height:46px;
  right: 10px;
  bottom: 100px;
  cursor:pointer;
  font-size:13px;
  z-index:9998;
  display:none;
  opacity:1;
  background-color:#f3c669 !important;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  text-align:center;
  -webkit-box-shadow:0 1px 4px rgba(0,0,0,.2);
  -moz-box-shadow:0 1px 4px rgba(0,0,0,.2);
  -ms-box-shadow:0 1px 4px rgba(0,0,0,.2);
  -o-box-shadow:0 1px 4px rgba(0,0,0,.2);
  box-shadow:0 1px 4px rgba(0,0,0,.2);
}


.btn, .ui-button, input.bbcodes{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 6px 8px;
  min-width: 88px;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s cubic-bezier(.25,.8,.5,1),color 1ms;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button_large{
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 2px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
height: 36px;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
font-size: 14px;
font-weight: 500;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 6px 8px;
min-width: 88px;
outline: 0;
text-transform: uppercase;
text-decoration: none;
transition: .3s cubic-bezier(.25,.8,.5,1),color 1ms;
position: relative;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;}
.button_large:focus .btn__content:before, .button_large:hover .btn__content:before, .btn:hover .btn__content:before {
  background-color: currentColor;
}
.btn--large{
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left-width: 1px;
margin: 0;
padding: 0;
border: 2px solid rgba(58,60,63,.7);
background: transparent!important;
box-shadow: none;
color: #fff;
-webkit-appearance: button;
font-size: 15px;
height: 44px;
}
.btn--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 6px 0;
  width: 100%;
}

.btn__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: inherit;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 5.5px;
  transition: .3s cubic-bezier(.25,.8,.5,1);
  white-space: nowrap;
  width: inherit;
}

.btn__content:before {
  border-radius: inherit;
  color: inherit;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: .12;
  transition: .3s cubic-bezier(.25,.8,.5,1);
  width: 100%;
}

.main_header_container{
  display: flex;
  z-index: 4;
  flex-direction: row;
  justify-content: space-between;
  height:64px;
  align-items: center;
  position: fixed;
  width: 100%;
  color: #fff;
  top: 0;
  transition: .2s cubic-bezier(.4,0,.2,1);
  -webkit-transition: -webkit-transform 225ms cubic-bezier(0,0,.2,1);
  transition: -webkit-transform 225ms cubic-bezier(0,0,.2,1);
  transition: transform 225ms cubic-bezier(0,0,.2,1);
  transition: transform 225ms cubic-bezier(0,0,.2,1), -webkit-transform 225ms cubic-bezier(0,0,.2,1);
  -webkit-transition-property: all;
  transition-property: all;
}

.main_header_container.out{
  top: -70px;
}
.search-config.out{
  top: -115px;
}
.speedbar.out{
  top: -115px;
}

.header-left, .header-center, .header-right{
  display: flex;
  display: -webkit-flex;
}







aside.navigation-drawer .ndsc_fader {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  z-index:1;
  pointer-events: none;
  background: -webkit-linear-gradient(180deg, #303030 0%, #303030 60%, rgba(48, 48, 48, 0) 100%);
  background: -moz-linear-gradient(180deg, #303030 0%, #303030 60%, rgba(48, 48, 48, 0) 100%);
  background: -ms-linear-gradient(180deg, #303030 0%, #303030 60%, rgba(48, 48, 48, 0) 100%);
  background: -o-linear-gradient(180deg, #303030 0%, #303030 60%, rgba(48, 48, 48, 0) 100%);
  background: linear-gradient(180deg, #303030 0%, #303030 60%, rgba(48, 48, 48, 0) 100%);
}

aside.navigation-drawer .navigation-drawer-scroll-container {
  position: relative;
  padding-top: 0px;}


  [data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.navigation-drawer{
    margin-top: 0px;
    max-height: calc(100% - 0px);
    transform: translateX(-250px);
    width: 250px;
    position: fixed;
    transition:transform .3s cubic-bezier(.25,.8,.5,1);
    background-color: #303030 !important;
    z-index: 4;
}

.navigation-drawer--open{
  height: 100%;
  margin-top: 0px;
  max-height: calc(100% - 0px);
  transform: translateX(0px)!important;
  transition: .3s cubic-bezier(.25,.8,.5,1);
  width: 250px;
  position:fixed;
  z-index: 100;
}


.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
  margin: 0;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit!important;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}


.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto!important;
    height: auto!important;
    z-index: 0;
}

.simplebar-offset {
  direction: inherit!important;
  box-sizing: inherit!important;
  resize: none!important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}


.simplebar-content {
  direction: inherit;
  box-sizing: border-box!important;
  position: relative;
  display: block;
  width: auto;
  visibility: visible;
  overflow: scroll;
  max-width: 100%;
  max-height: 100%;
  background-color: #303030;
  color:#fff ;
  font-family: Whitney,Tahoma,Arial,sans-serif;
}
.simplebar-content p{
  padding-bottom: 16px;
}

aside.navigation-drawer .divider {
  background: transparent !important;
}

.transparent {
  background-color: transparent!important;
  border-color: transparent!important;
}

.divider {
  border: none;
  display: block;
  height: 1px;
  min-height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

aside.navigation-drawer .nav-drawer-list {
  border-top: 1px solid rgba(255,255,255,.12);
}

.navigation-drawer .list {
  background: inherit;
}

.application .theme--dark.list, .theme--dark .list {
  background: #424242;
  color: #fff;
}

.list {
  list-style-type: none;
  padding: 8px 0;
  transition: height .3s cubic-bezier(.4,0,.2,1);
}

.application.theme--dark a {
  cursor: pointer;
}





.list__tile {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  margin: 0;
  padding: 0 16px;
  position: relative;
  text-decoration: none;
  transition: .3s cubic-bezier(.25,.8,.5,1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.list__tile__action, .list__tile__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: 56px;
}

.list .list__tile--link:hover {
  background: hsla(0,0%,100%,.12);
}




.header-left .side_show, .header_name{
    border-radius: inherit;
    color: inherit;
    height: inherit;
    margin: 0 auto;
    padding: 0 32px;
    transition: .3s cubic-bezier(.25,.8,.5,1);
    white-space: nowrap;
    width: inherit;
    font-size: 100%;
    text-transform: lowercase;
    text-shadow: 0 1px 3px #17181a;
    display: flex;
    align-items: center;
}

.side_show_content{
  background-color: transparent;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
  transition: .3s cubic-bezier(.25,.8,.5,1);
  cursor: pointer;
}


.subheader {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  padding: 0 16px;
  color: #757575!important;
}


.divider-vertical {
  width: 1px;
  height: 34px;
  background-color: rgba(255,255,255,.15);
  margin-right: 24px;
}
.header_home{
    font-size: 1.2em;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
    overflow-x: hidden;
    margin-right: 24px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    height: 64px;
}
.header-right{
  margin-right: 16px;
}
.header-right a{
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 1263px){
.reg_span {
    display: none!important;
}}

@media only screen and (min-width: 1264px){
  .header_reg .fa-user-plus {
    display: none!important;
}}

@media only screen and (max-width:960px){
  .header_home{
    display: none;
  }
  .header-center{
    width:100%!important;
    max-width: 300px;
  }
  /* .main_header_container{
    justify-content: center;
  } */
.header_reg{
    display: none;
  }
}

@media only screen and (max-width:750px){
  /* .header_name, .divider-vertical,.header-right{
    display: none;} */
.card{
  min-width: 128px;}}

@media only screen and (max-width:400px){
  .footer_main{
    flex-direction: column!important;
  }}


.search_form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    min-width: 0;
    min-height: 30px;
    width: 100%;
}
.search_form form{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline:0;
  text-align: center;
}

.search_form form input:first-child{
border-radius: 2px;
position: relative;
border-width: 0;
transition: .3s;
}
@media screen and (max-width:750px){
  #filter-form .button_large{
    min-width: 50px!important;}
}

.underline{
display: block;
background-color:#f3c669 !important;
height: 2px;
border-radius: 6px;
position: relative;
margin: 0 auto;
overflow: hidden;
transform: scaleX(0);
transition: all .4s cubic-bezier(0.25, 0.8, 0.25, 1);
width:100%;
}

.search_cont:hover{
box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
}


.search_form form input{
  height: 40px;
  text-align: center;
  color: rgba(255,255,255,.6) !important;
  background-color: rgba(255,255,255,.1) !important;
}

::-webkit-input-placeholder {
  text-align:start;
  color:rgba(255,255,255,.4) !important; 
  }

.input-group ::-webkit-input-placeholder {
  color:#fff; 
}
  
  :-moz-placeholder { /* Firefox 18- */
     text-align:start;
     color:rgba(255,255,255,.4) !important;   
  }
  
  ::-moz-placeholder {  /* Firefox 19+ */
     text-align:start; 
     color:rgba(255,255,255,.4) !important;  
  }
  
  



.header-center{
  width: 40%;
}
.btn_header_search{
  width: 25%;
  height: 40px;
  background-color: transparent;
  color: #fff;
}

.main-container{
  min-height: 75px;
}

.speedbar{
  position: fixed;
  z-index: 2;
  top: 56px;
  padding: 0px;
  margin: 0px;
  height: 56px;
  align-items: center;
  flex-direction: row;
  flex: 1 1 auto;
  display: flex;
  width: 100%;
  transition: .2s cubic-bezier(.4,0,.2,1);
  -webkit-transition: -webkit-transform 225ms cubic-bezier(0,0,.2,1);
  transition: -webkit-transform 225ms cubic-bezier(0,0,.2,1);
  transition: transform 225ms cubic-bezier(0,0,.2,1);
  transition: transform 225ms cubic-bezier(0,0,.2,1), -webkit-transform 225ms cubic-bezier(0,0,.2,1);
  -webkit-transition-property: all;
  transition-property: all;
}


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

.speedbar a, .speedbar span{
font-size: 16px;
height: 100%;
align-items: center;
padding: 19px 6px 9px 2px;
display: inline-flex;
border-right: 1px solid rgba(255, 255, 255, 0.12);
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
cursor: pointer;
z-index: 1;
transform: skewX(-10deg);
transition: all 280ms cubic-bezier(0.5, 0, 0.1, 1) 0s;
box-shadow: rgb(17 17 17 / 50%) 0px 5px 15px -5px;
color: #fff;
}

.speedbar a:hover{
background-color: #f3c669;
}

.parallax-container {
  display: block;
  width: 100%;
  height: 50vw;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.parallax-container .parallax {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.parallax {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.info {
  margin-top: 50px;
}

.parallax-container .parallax img {
  display: block;
  border: none;
  width: 100%;
  position: absolute;
  top: 0;
  height: 49.2vw;
  min-height: 500px;
  opacity: .95 !important;
  background: transparent;
}


.parallax-container .parallax .parallax-content {
  width: 100%;
  height: 100%;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  color: #000;
}
.parallax h1 {
  text-align: center;
  margin: 30px auto 30px auto;
  color: #fff;
  font-size: 24px;
  text-shadow: 0 1px 3px rgb(23 24 26 / 75%);
  max-width: 310px;
  position: relative;
  font-weight: 600;
}

.parallax .subtext, .filter_error {
  display: block;
  position: relative;
  margin: 0 auto 15px auto;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  max-width: 310px;
  line-height: 20px;
  font-weight: 600;
  font-family: Whitney,Tahoma,Arial,sans-serif;
}

@media screen and (min-width: 960px){
.parallax h1 {
    margin: 50px auto 30px auto!important;
    font-size: 4vw!important;
    line-height: 4.5vw!important;
    max-width: 40vw!important;
    text-align: left;
}
}

@media screen and (min-width: 960px){
 .parallax .subtext {
    font-size: 1.5vw!important;
    line-height: 2vw!important;
    max-width: 40vw!important;
}}

@media screen and (min-width: 651px){
 .parallax h1 {
    margin: 30px auto 30px auto;
    font-size: 30px;
    line-height: 36px;
    max-width: 365px;
    text-align: left;
}}


@media screen and (min-width: 651px){
.parallax .subtext {
    max-width: 365px;
    line-height: 24px;
    text-align: left!important;
}}

.parallax .gradient {
  position: absolute;
  bottom: 0px;
  left: -100%;
  width: 300%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: -webkit-radial-gradient(ellipse farthest-side at 50% 0, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0) 80%, #303030 94%);
  background: -moz-radial-gradient(ellipse farthest-side at 50% 0, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0) 80%, #303030 94%);
  background: -o-radial-gradient(ellipse farthest-side at 50% 0, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0) 80%, #303030 94%);
  background: radial-gradient(ellipse farthest-side at 50% 0, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0) 80%, #303030 94%);
}

.parallax .content__indicator {
  font-size: 24px;
  position: absolute;
  margin: auto;
  top: 90vh;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.votes button{
  max-width: 365px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px auto;
}

.landing {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1720px;
  background-color:#303030;
}



.card a{
  text-decoration: none;
  color: rgb(255, 255, 255);
  max-width: 264px;
  display: block;
}

.card .card-image{
  width: 100%;
    padding: 0 0 147.0149% 0;
    margin: 0;
    position: relative;
    max-height: 388px;
}


.card .card-image img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 2px;
  min-height: 188px;
}

.card{
  border-radius: 2px;
  text-decoration: none;
  /* box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12); */
}
.card-image_cover{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
transition: background-color .2s ease;
}

.card:hover .card-image_cover{
  background-color: rgba(255,255,255,.1);
}

.card-descript{
  text-align: center;
  background-color: #424242;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 64px;
}

@media (min-width: 600px){
.card-descript {
height: 84px;
}}

.card-title{
  font-size: 12px;
  width: 100%;
  overflow-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  text-align: center;
}

.panel .card-title{
  font-weight: 600;
}

@media (min-width: 600px){
.card-title {
    font-size: 14px;
}}
@media (min-width: 1201px){
.card-title {
    font-size: 17px;
}}

.card-views .fa-eye{
  margin-right:4px;
}

.card-views{
  color: #d9d9d9;
  font-size: 11px;}

@media screen and (min-width: 600px){
.card-views{
      font-size: 14px;
  }}



.embla_recent{
  overflow: hidden;
  margin-bottom: 48px;
}
.embla__container {
  display: flex;
}
.embla__slide:first-child {
  margin-left: 8px;
}
@media (min-width: 600px){
.embla__slide:first-child {
    margin-left: 16px;
}}
.embla__slide {
  flex: 0 0 100%;
  margin-right: 0.25em;
  max-width: 8em;
}
@media (min-width: 640px){
.embla__slide {
    max-width: 10em;
}}

@media (min-width: 1024px){
.embla__slide {
    max-width: 13em;
  }}
@media (min-width: 1280px){
.embla__slide {
    max-width: 16em;
  }}

.recent_up{
  margin-bottom: 24px!important;
  position: relative;
  overflow: hidden;
}



.recent_up_main{
  align-items: flex-end;
  margin-bottom: 16px;
  padding: 0 8px 0 8px;
}
.recent_up_main_right{
  margin-left: 16px;
  display: none;
}

.block-title{
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}
@media (min-width: 600px){
  .block-title {
    font-size: 32px;
}
}

.block-title_extra{
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,.5);
}


.advert{
  max-width: 950px;
  width: 100%;
  display: flex;
  margin: 0px;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 48px!important;
  min-width: 318px;
  min-height: 94px;
  padding: 4px 8px;
  border-radius: 2px;
  border-top: 1px solid rgba(17,17,17,.75);
  border-left: 1px solid rgba(17,17,17,.5);
  border-right: 1px solid rgba(147,148,150,.2);
  border-bottom: 1px solid rgba(147,148,150,.35);
  background-color: #17181a;
  position: relative;
}

.unit__text{
  font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 44px;
}

.close_advert{
  position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding:10px 20px;
    border:2px solid  rgba(212, 197, 197, 0.425);
}

.close_advert:hover{
  cursor: pointer;
  background-color:#9d9d9e28;
}

.site-description{
  position: relative;
    background: #212121;
}


.site-description .sd-fader {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 1;
  background: -webkit-linear-gradient(0deg, #212121 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(0deg, #212121 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(0deg, #212121 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(0deg, #212121 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #212121 0%, rgba(0, 0, 0, 0) 100%);
}


.site-description .sd-image {
  pointer-events: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100%;
  height: 100%;
  opacity: .5;
  max-width: 500px;
}

@media (min-width: 600px){
.site-description .sd-image {
    overflow: visible;
    opacity: 1;
    background: transparent url(../images/describ.png) bottom left/380px auto no-repeat;
    z-index: 0;
    left: -52px;
    bottom: 0;
    height: 400px;
}
.owl-stage{
  margin-left: 16px!important;}
.recent_up_main{
  padding: 0 16px 0 16px!important;}
}

.owl-stage{
  margin-right: 8px;
}

.site-description .sd-content {
  position: relative;
  color: rgba(255,255,255,.5);
  font-size: 12px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 16px 56px 16px;
  height: 280px;
}

.site-description .sd-content .simplebar-content{
  padding: 16px 16px 12px;
  height: 100%;
  overflow: scroll;
  scrollbar-color:#f3c669;
  overflow-x: hidden;
  direction: inherit;
    box-sizing: border-box!important;
    position: relative;
    display: block;
    width: auto;
    visibility: visible;
    max-width: 100%;
    max-height: 100%;
}

.site-description .sd-content h2 {
  line-height: 40px;
  color: #fff;
  font-size: 1.2em;
}


@media (min-width: 820px){
.site-description .sd-content {
    font-size: 18px;
    line-height: 30px;
    margin-left: 220px;
}}

@media (min-width: 820px){
.site-description .sd-image {
    z-index: 0;
    left: -75px;
}}

@media (min-width: 600px){
  .site-description .sd-content {
      font-size: 16px;
      line-height: 24px;
      height: 340px;
      margin-left: 148px;
      background: #212121;
  }}

@media (min-width: 960px){
.site-description .sd-content {
    max-width: 740px;
    left: calc(50% - 480px);
}}

@media (min-width: 1200px){
.site-description .sd-image {
    left: calc(50% - 650px);
}}


.simplebar-content::-webkit-scrollbar {
  width: 5px;
}

.simplebar-content::-webkit-scrollbar-track {
  background-color: #303030;
  border-radius: 10px;
}

.simplebar-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #f3c669;
}


.footer{
background: #17181a !important;
position: relative;
display: block;
min-height:36px;
transition: .2s cubic-bezier(.4,0,.2,1);
padding-bottom: 50px;
}

.footer_main{
  max-width: 1040px;
  margin: 0 auto;
justify-content: space-between;
display: flex;
}
.footer_r{
  display: flex;
  flex-direction: column;

}

.footer_l{
  display: flex;
}
.logotype{
  padding:10px;
}

.footer_l ul li{
  padding:10px;
  list-style: none;
}
@media screen and (max-width:640px){
  .footer_l ul li{
    padding: 5px;
  }
  .footer_main{
    justify-content: center;
  }
}


/* Login оформление */
.fader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20vh;
  background: -webkit-linear-gradient(0deg, #303030, rgba(48, 48, 48, 0));
  background: -moz-linear-gradient(0deg, #303030, rgba(48, 48, 48, 0));
  background: -ms-linear-gradient(0deg, #303030, rgba(48, 48, 48, 0));
  background: -o-linear-gradient(0deg, #303030, rgba(48, 48, 48, 0));
  background: linear-gradient(0deg, #303030, rgba(48, 48, 48, 0));
}

.elevation-24 {
  box-shadow: 0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)!important;
}
.panel {
  position: relative;
  width: 92vw;
  max-width: 450px;
  min-height: 300px;
  border-radius: 3px;
  background: rgba(0,0,0,.5) !important;
}
.panel .borders {
  position: absolute;
  border-top: 1px solid rgba(255,255,255,.1);
  border-right: 1px solid rgba(255,255,255,.05);
  border-left: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(23,24,26,.05);
  border-radius: 3px;
  width: 100%;
  height: 100%;
}
.panel .card__title {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 0;
}
.card__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px;
}
.panel .logo {
  margin-top: 16px;
}
.panel .card__text {
  padding-top: 0;
  padding-bottom: 0;
}
.card__text {
  padding: 16px;
  /* width: 100%; */
}


.panel .htv-input {
  max-width: 402px;
  margin: 0 auto;
}
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 24px;
  padding: 18px 0 0;
  position: relative;
  width: 100%;
  outline: none;
  transition: box-shadow .3s cubic-bezier(.25,.8,.5,1);
}
.htv-input {
  padding: 0px !important;
  position: relative;
}
.input-group__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  min-width: 0;
  min-height: 30px;
}
.panel .htv-input input {
  height: 48px !important;
  padding: 0 16px;
  color:#fff;
}
.htv-input input {
  background: rgba(17,17,17,.55);
  padding: 0 8px;
  height: 32px !important;
  border: 1px solid rgba(48,48,48,.25);
  border-radius: 2px;
}
.input-group--text-field input {
  box-shadow: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 30px;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.input-group--text-field input, .input-group--text-field textarea {
  font-size: 16px;
}
.panel .card__text .group+.group {
  margin-top: 16px;
}

@media (min-width: 600px){
.panel .card__text .group+.group {
    margin-top: 24px;
}}

.panel .btn {
  margin: 0;
  height: 48px;
  max-width: 402px;
  margin: 0 auto;
  margin-top: 16px;
}

.panel .card__text .group+.group {
    margin-top: 16px;
}
.panel .btn.btn--outline {
  border: 1px solid rgba(147,148,150,.3);
}
.btn.btn--outline {
  border: 1px solid currentColor;
  background: transparent!important;
  box-shadow: none;
}

.panel .card__actions {
  padding: 0 16px;
  border-top: 1px solid rgba(58,60,63,.5);
  background: rgba(17,17,17,.75);
}
.panel .card__actions .actions__text.active {
  opacity: 1;
}
.panel .card__actions .actions__text {
  margin-top: 16px;
  margin-bottom: 0;
  opacity: 0;
  transition: all 280ms cubic-bezier(0.5, 0, 0.1, 1);
}
.card__actions .btn, .card__actions>* {
  margin: 0 4px;
}
.panel .card__actions .btn_secondary {
  margin-top: 16px;
  margin-bottom: 16px;
}

.side-panel {
  display: flex;
  position: relative;
  min-width:350px;
  width: 350px;
  min-height: 450px;
  border-radius: 3px;
  background: rgba(0,0,0,.5) !important;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 102;
  -webkit-transition: right .6s;
  -moz-transition: right .6s;
  -ms-transition: right .6s;
  -o-transition: right .6s;
  transition: right .6s;
  -webkit-transition: right .6s;
}


@media screen and (max-width:360px){
  .header-left .side_show, .header_name{
    padding: 0 16px!important;
  }
}
.close-overlay4{display:none}
.close-overlay4.active{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;left:0;top:0;z-index:101;display: block;}



.close-overlay3{display:none}
.close-overlay3.active{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;left:0;top:0;z-index:101;display: block;}


.close-overlay2{
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,.5);position:fixed;left:0;top:0;z-index:90;display: block;
}

.close-overlay{display:none}
.close-overlay.active{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;left:0;top:0;z-index:1;display: block;}




.register_underline{
  display: block;
  background-color:#f3c669 !important;
  height: 2px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transform: scaleX(0);
  transition: all .4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width:100%;
  max-width: 1254px;
  padding: 0 12px;
}


.input-group__input:focus + span{
  transform: scaleX(1);
  transition: all .4s cubic-bezier(0.25, 0.8, 0.25, 1);
}


.card_text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    padding: 16px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    
}
.card_text form,.card_text form div{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.card_text .input-group__input{
  margin-bottom: 0;
  width:90%!important;
}

.card_text .btn{
  margin:8px 0;
}

.btn-border{
  border: 1px solid rgba(147,148,150,.3);
}


/* Фулл-стори */


.player_wrap{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  max-height: 720px;
  height: 56.25vw;
}


.player_wrap_bg{
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.player_wrap:hover .player_wrap_btn {
  transition: transform 100ms ease-out;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.age_restrict span {
  background-color: rgba(238, 65, 65, 0.788);
  font-size: 20px;
  border-radius: 30%;
  color: #fff;
  margin: 10px;
}


.video_container{
  display: none;
}



.player_wrap_btn{
width: 100px;
    max-width: 100px;
    height: 100px;
    max-height: 100px;
    border-radius: 100%;
    border: 3px solid #fff;
    z-index: 1;
    transition: transform 100ms ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.player_wrap_btn svg{
font-size: 36px;
}
/* Playing now */
.playing_now{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    line-height: 90px;
    text-align: center;
    font-size: 18px;
}


.full-container{
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: auto;
  padding: 16px;
  width: 100%;
  padding: 0!important;
  background:#212121;

}

@media only screen and (min-width: 1264px){
.container {
    max-width: 1185px!important;}
}

@media only screen and (min-width: 960px){
.container {
    max-width: 900px;}
}



.full-container_main{
  position: relative;
  max-width: 1754px;
  flex-direction: row;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0 auto;
}


@media screen and (min-width: 960px){
  .full-container_main {
      padding-top: 100px;
  }
}

  .full-container_main .full-cont-left{
      width: 100%;
      max-width: 1754px;
      flex-direction:column;
      display: -webkit-flex;
      display: flex;
      order:1;
  }



      .full-cont-left .player {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        
      }

      /* @media screen and (min-width:960px){
        .full-cont-left .player{
          min-height: calc((100vw - 822px)/1.77778)!important;
          height: calc((100vw - 474px)/1.77778)!important;
        }
      } */
      /* .plyr{
        overflow: hidden!important;
        height: 100%!important;
      } */

      .iframe_player{
        position: relative;
        width: 100%;
        flex: 1 1 auto;
        display: -webkit-flex;
        display: flex;
      }
      .not_pl_js{
        max-height: 720px;
        height: 56.25vw;
        display: none;
      }

      @media (min-width: 960px){
        .full-cont-right .related .related-content {
          margin-left: 24px;
      }
      .item-bar{
        max-height: 145px;
      }
    }


.item-bar{
position: relative;
width: 100%;
flex-direction: column;
flex: 1 1 auto;
display: -webkit-flex;
display: flex;
max-width: 1754px;
}

@media (min-width: 600px){
.item-bar {
min-height: 96px;
height: 96px;
max-height: 96px;
}}

      
.item-bar_second{
  flex-wrap: wrap;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

@media screen and (max-width:960px){
.item-bar_second{
  margin:0;
}
}

.title-views{
  padding: 4px 8px;
  flex-direction: column;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
}
@media ((min-width: 600px)){
  .item-bar_second .title-views {
    padding: 8px 16px;
  }}

@media (min-width: 1057px){
.item-bar_second .title-views {
  padding: 8px 6px;
}}

.item-title{
  font-size: 18px;
    font-weight: 400;
    max-height: 48px;
    overflow: hidden;
    line-height: 24px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 35%);
}

@media (min-width: 1264px){
  .item-bar_second .title-views .item-title{
    font-size: 18px;
}}

.item-views{
  font-size: 16px;
  font-weight: 400;
  color: #a3a3a3!important;
}

.item-actions{
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  flex-direction: row;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
}
      

.item-bar_second .item-actions .tooltip_content{
  padding: 12px 4px;
    cursor: pointer;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    color:#9e9e9e;
    flex-direction: column;
}
.tooltip_content a {
  color:#9e9e9e;
  flex-direction: column;
  display: flex;
}
@media (min-width: 600px){
  .item-bar_second .item-actions .tooltip_content {
    flex-direction: row;}
  .item-bar_second .item-actions{
    position: absolute;
    bottom: 0;
    right: 0;
    justify-content: end;
  }
  .tooltip_content a {
    flex-direction: row;
  }
  .tooltip_content .svg-inline--fa{
    margin-right: 6px; 
  }
}

.hide_width{
  padding-top: 2px
}
  
@media (min-width: 600px){

}
.tooltip_content:hover,  .tooltip_content a:hover{
  color:#f3c669 !important;
}
/* PAGE-INFO */
@media (min-width: 600px){
  .page-info {
  padding-left: 0px!important;
  padding-top: 16px!important;
  }}

@media (min-width: 960px){
.page-info {
padding-left: 0px!important;
padding-top: 24px!important;
}}


.page-info {
padding-top: 8px;
}

@media (min-width: 960px){
.iframe_player{
margin-left: 8px!important;
}}


@media (max-width: 493px){
.page-img {
margin-right: 8px!important;
margin-left: 8px!important;
}}

.page-img {
position: relative;
min-width: 130px;
width: 40.625vw;
max-width: 200px;
margin-right: 16px;
float: left;
margin-left: 4px;
}

.page-img img{
position: relative;
width: 100%;
border-radius: 3px;
box-shadow: rgb(23 24 26 / 25%) 0px 15px 20px 5px;
}

.info-main{
position: relative;
flex-direction: column;
flex: 1 1 auto;
display: -webkit-flex;
display: flex;
}
.brand-censor{
position: relative;
overflow-y: hidden;
flex: 1 1 auto;
display: -webkit-flex;
display: flex;
}




.info-item.full {
width: 100%;
}

.info-item{
width: 50%;
color:#a3a3a3!important;
font-size: 3.5vw;
line-height: 1.5;
}

        
.info-item-header{
  font-size: 4.5vw;
  color: #d9d9d9;
}

@media (min-width: 450px){
.info-item-header {
    font-size: 16px;
    height: 20px;
}
.info-item{
  font-size: 16px;
}
}


@media (min-width: 450px){
  .info-text {
    font-size: 16px!important;
}}

.info-item a {
font-size: 16px;
text-overflow: ellipsis !important;
overflow: hidden;
color: #f3c669;
}

.info-item span{
  background-color: rgba(238, 65, 65, 0.788);
  font-size: 20px;
  border-radius: 30%;
  color: #fff;
  margin: 10px;
}


/* Genres and description */

@media (min-width: 960px){
.summary{
padding: 24px 0px;}}

@media (min-width: 600px){
.summary {
padding: 16px 16px 16px 0;}}

.genres_descript{
  background: #303030;
  border-radius: 2px;
  padding: 8px;
  color: #bdbdbd!important;
}

@media (min-width: 960px){
  .genres_descript {
      padding: 24px;
  }}

@media (min-width: 600px){
  .genres_descript{
    padding: 16px;
}}

.description{
  margin: 16px 0!important;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .2px;
}

@media (min-width: 600px){
.description{
    font-size: 16px;
    line-height: 28px;
}
}


/* ////////////////////////////// */
.hentai_sorted_block{
  display: flex;
  flex-direction: column;
}

.tag_selector{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tag_selector a{
  font-size: 14px;
  line-height: 16px;
  margin: 2px;
  padding: 4px 4px;
  white-space: nowrap;
  letter-spacing: -.3px;
  display: inline-block;
  border: 1px solid;
  color: #9e9e9e !important;
  font-weight: 600;
}

.info-row-label{
  padding-right: 4px;
}

.tag_selector a:hover {
  background-color: #7e7d7d21;
}
.info-row-separator{
  margin: 4px auto;
}
/* ////////////////////////////// */


.genres a{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 6px 8px;
  min-width: 88px;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s cubic-bezier(.25,.8,.5,1),color 1ms;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #9e9e9e!important;
}

.genres a {
  border: 1px solid currentColor;
  background: transparent;
  box-shadow: none;
  padding: 0 5px;
}
.genres a:hover{
  background-color:#7e7d7d21;
}

.sreenshots{
  margin-top: 16px!important;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
}
.below_fold__grouping__actions__desc__still {
  display: inline-block;
  border: 3px solid #303030;
  border-radius: 2px;
  max-width: 50%;
}



@media (min-width: 1057px){
  .full-cont-right .related {
      width: 450px;
  }}
  
  

  
  
  
  @media (min-width: 960px){
  .full-cont-right .related .related-content  .rc-section .rcs-title {
      margin-top: 0;
      padding: 0;
  }}
  
  @media (min-width: 600px){
  .full-cont-right .related .related-content  .rc-section .rcs-title {
      padding: 0 16px;
  }}
  
  
  .full-cont-right .related .related-content  .rc-section .rcs-title {
    font-size: 16px;
    margin: 16px 0 0 0;
    line-height: 24px;
    padding: 0 8px;
  }
  
  .full-container_main .full-cont-right {
    width: 100%;
    max-width: 450px;
    min-height: 300px;
    padding-bottom: 8px;
    flex-direction: column;
    flex: 1 1 auto;
    order:2;
    display: -webkit-flex;
    display: flex;
  }

  @media (max-width: 960px){
    .full-container_main {
      flex-direction: column!important;
      padding-top: 56px;
    }
    .full-cont-right{
      max-width:100%!important;
    }
    .itembg-cont{
      margin:8px 8px 0 16px!important;
    }
  
  }


.hvpimbc-censorship-btn {
position: absolute;
top: 0;
right: -1px;
padding: 4px 8px;
border-radius: 5px 0px 0px 5px;
cursor: pointer;
overflow: hidden;
font-size: 3vw;
color: rgb(229, 57, 53);
border: 1px solid rgb(229, 57, 53);
transition: all 0.2s ease 0s;
line-height: 1.5;
}
@media (min-width: 600px){
.hvpimbc-censorship-btn {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 2px;
  text-decoration: none;
}}
@media (min-width: 960px){
.hvpimbc-censorship-btn {
    right: 0px;
}}

.uncensored{
  color: #00e676;
  border: 1px solid #00e676;
}
.hvpimbc-censorship-btn:hover {
 background: rgba(229,57,53,.15);
}

.hvpimbc-censorship-btn.uncensored:hover {
  background: rgba(0,230,118,.15);
}




  /* itembg */


  .itembg-cont{
  display: flex;
  flex-direction: row;
  padding: 0px;
  margin: 8px 0;
  position: relative;
  transition: all 280ms cubic-bezier(0.5, 0, 0.1, 1);
}

.itembg a{
  text-decoration: none;
  color:#fff;
  cursor: pointer;
}

.itembg-image{
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  position: relative;
  overflow: hidden;
  background-color: #17181a;
}

.itembg-text{
  flex-direction:column;
  display: flex;

}



@media (min-width: 600px){
.video__item__info{
    padding-right: 24px;
}}

.video__item__info {
  padding-left: 8px;
  overflow: hidden;
}

@media (min-width: 600px){
.video__item__info {
    padding-left: 16px;
}}


.video__item__info .video__item__info__title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  max-height: 54px;
  word-wrap: break-word;
  overflow: hidden;
}

.video__item__info .video__item__info__subtitle .video__item__info__subtitle__one_liner, .video__item__info__subtitle__one_liner a{
  font-size: 14px;
  line-height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 18px;
  color: rgba(255,255,255,.5);
} 


/* Рандом страница */
.random_page{
  padding-top: 64px;
  min-height: 100vh;
  max-width: 100%;
}

.rand_btn{
  font-size: 15px;
  height: 44px;
  color: #fff;
  background-color:#f3c669 !important;
  width: 150px;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 auto 10px auto;
}

.random_content{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  position: relative !important;
  margin-bottom: 48px!important;
  min-height: 100vh;
  max-width: 100%;
}

@media screen and (min-width: 600px){
.random_item {
    width: 45%!important;
    max-width: 45%!important;
    margin: 0;
    padding: 8px 8px 0 8px;
}}

@media screen and (min-width: 1264px){
  .random_item {
      width: 30%!important;
      max-width: 30%!important;
      padding: 16px 16px 0 16px!important;
  }}

.random_item{
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  color: #fff;
  max-width: 100%;
  margin: 0 0 8px 0;
  align-items: flex-start;
  background: transparent !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
}

.random_item:hover .random_poster_bg{
  opacity: .8;
  -webkit-filter: none;
  filter: none;
}

.random_item_container{
  box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)!important;
  border-radius: 2px;
  padding: 0;
  width: 100%;
}

.random_card{
  position: relative;
}

.random_poster{
  position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
    border-radius: 2px;
}


.random_poster_bg{
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  opacity: .5;
  border-radius: 2px;
  transition: all 280ms cubic-bezier(0.5, 0, 0.1, 1);
  -webkit-filter: grayscale(75%);
  filter: grayscale(75%);
}

.random_data{
  background: #17181a;
  padding-left: 30%;
}

.random_data img{
  position: absolute;
  left: 16px;
  bottom: 16px;
  border-radius: 2px;
  width: 30%;
  height: 50%;
}

.random_title{
font-size: 16px;
font-weight: 400;
padding: 8px 16px 0 32px;
min-height: 88px;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
flex: 1 1 auto;
display: -webkit-flex;
display: flex;
}

.random_details{
padding: 8px 16px 10px 32px;
font-size: 14px;
color: #939496;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
flex: 1 1 auto;
display: -webkit-flex;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.random_details div:nth-child(3){
  display: flex;
}

.spacer {
  -webkit-box-flex: 1!important;
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
}


/* browse page */
.browse-cont{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: auto;
  padding: 16px;
  width: 100%;
  padding: 0!important;
}


.browse-categories-container{
  position: relative;
    width: 100%;
    padding-bottom: 8px;
    border-radius: 3px;
    background: rgba(23,24,26,.25);
    border-bottom: 1px solid #3a3c3f;
}

.browse-categories-container {
    flex: 1 1 auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

@media screen and (min-width: 600px){
.browse-categories-container {
    padding-top: 80px;
    padding-bottom: 24px;
}}

.browse-categories-container .category-m{
  float: left;
  width: 50%;
  height: calc(120px + 50vw);
  display: inline-block;
  position: relative;
  transition: all .2s ease-out;
  overflow: hidden;
}

@media screen and (min-width: 600px){
  .browse-categories-container .category-m {
      width: 25%!important;
      height: 60vw!important;
  }}

  @media screen and (min-width: 960px){
    .browse-categories-container .category-m {
        height: 600px!important;
    }}

@media screen and (min-width: 1264px){
.browse-categories-container .category-m {
    width: 304px;
    height: 700px!important;
}}



.category-container {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.category-icon{
  font-size: 9vw;
  color: #fff;
}

.category-title{
  color: #fff;
  font-weight: 700;
  letter-spacing: .5px;
  margin-top: 8px;
  font-size: 5vw;
}

@media screen and (min-width: 960px){
 .category-title {
  font-size: 28px!important;
  margin-top: 24px!important;;
  }}

  @media screen and (min-width: 600px){
    .category-title {
      font-size: 3vw!important;;
      margin-top: 16px!important;;
  }}



.category-subtitle {
  color: #939496;
  font-weight: 500;
  font-size: 10px;
  margin-top: 8px;
  margin-bottom: 24px;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

  @media screen and (min-width: 600px){
    .category-subtitle {
      font-size: calc(4px + 1vw)!important;
      margin-top: 16px!important;
      margin-bottom: 32px!important;
  }}

@media screen and (min-width: 960px){
   .category-subtitle {
    font-size: 16px!important;;
    margin-top: 24px!important;;
    margin-bottom: 48px!important;;
}}



.category-bg{
  transition: all .2s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.trending{
  border-radius: 3px 0 0 0;
  background: linear-gradient(0deg, #1b1b1b 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 80%, rgba(27, 27, 27, 0.650297619) 100%),url(https://i.ibb.co/5Bbr2z1/jajIHZ7.jpg) top center/cover no-repeat #000;
}

.category-m .random{
  border-radius: 0 0 0 3px;
  background: linear-gradient(0deg, #1b1b1b 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 80%, rgba(27, 27, 27, 0.650297619) 100%),url(https://i.imgur.com/1P0a8Ds.jpg) center center/cover no-repeat #000;
}

.seasons{
  border-radius: 3px 0 0 0;
  background: linear-gradient(0deg, #1b1b1b 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 80%, rgba(27, 27, 27, 0.650297619) 100%),url(https://i.ibb.co/44wthhM/4T2O3zs.jpg) center center/cover no-repeat #000;
}


.category-m:hover .category-bg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}



@media screen and (min-width: 1264px){
.tile-section {
    width: 1216px;
}}

@media screen and (min-width: 960px){
  .tile-section{
      min-width: 912px;
  }}


.tile-section {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (min-width: 960px){
.tile-section {
    padding-left: 0;
    padding-right: 0;
    margin: 0 24px;
}}


@media screen and (min-width: 1264px){
.tile-section {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}}


@media screen and (min-width: 600px){
.tile-section{
    padding-left: 24px;
    padding-right: 24px;
}}

.tile-section .tile-content__separator {
  width: 10vw;
  margin: 48px 0 32px 0;
}

@media screen and (min-width: 600px){
.tile-section .tile-content__separator {
    margin: 48px 0 16px 0;
    height: 6px;
    border-radius: 2px;
}}

.tile-section .tile-content__separator {
  width: 15vw;
  background: #fff;
  height: 4px;
  border-radius: 2px;
  margin: 32px 0 8px 0;
}


@media screen and (min-width: 960px){
.tile-section .tile-content__title {
    font-size: 44px;
    line-height: 54px;
}}


.tile-section .tile-content__title {
  position: relative;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}

@media screen and (min-width: 960px){
.tile-section .hint {
    font-size: 18px;
    width: 240px;
    margin: 24px 0 0 0;
}}

@media screen and (min-width: 600px){
.tile-section .hint {
    position: absolute;
    top: 0;
    right: 0;
    width: 190px;
    margin: 24px 24px 0 0;
}}

.tile-section .hint {
  color: #939496;
  font-size: 15px;
  font-weight: 500;
  margin: 8px 0;
}

.tiles-container{
  margin: 24px 0;
  justify-content: space-between;
}

@media screen and (min-width: 600px){
  .tile-section .tile {
      width: calc((100vw - 72px)/2)!important;
      height: calc(240px - 4vw)!important;
      margin-bottom: 24px!important;
  }}

  @media screen and (min-width: 960px){
    .tile-section .tile {
        width: calc((100vw - 120px)/4)!important;
        height: 414px!important;
    }}

@media screen and (min-width: 1264px){
.tile-section .tile {
    width: 224px!important;
    height: 414px!important;
}}





.tile-section .tile {
  display: block;
  border-radius: 3px;
  width: 100%;
  height: calc(210px - 2vw);
  background: rgba(147,148,150,.1);
  margin-bottom: 8px;
  position: relative;
  box-shadow: 0 1px 2px rgb(48 48 48 / 50%);
  transition: all .2s ease;
}


.tile-section .tile .tile-bg, .tile-bg2{
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3a3a3a;
  background-size: 344px 250px !important;
  background-position: 100% 50% !important;
  background-repeat: no-repeat !important;
}

@media screen and (min-width: 960px){
  .tile-section .tile .tile-bg,.tile-bg2 {
      background-size: 100% auto !important;
      background-position-x: 50%,50% !important;
      background-position-y: 0,0 !important;
  }}


@media screen and (min-width: 960px){
.tile-section .tile .tile-content {
    padding: 182px 24px 24px 24px!important;
}}

@media screen and (min-width: 1264px){
  .tile-section .tile .tile-content {
      padding: 174px 24px 24px 24px!important;
  }}

.tile-section .tile .tile-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 24px;
  color: #fff;
}

@media screen and (min-width: 960px){
.tile-section .tile .tile-content .tile-icon {
    width: 56px!important;
    height: 56px!important;
}}

.tile-section .tile .tile-content .tile-icon {
  border-radius: 100%;
  width: 44px;
  height: 44px;
  border: 2px solid rgba(147,148,150,.5);
}


@media screen and (min-width: 960px){
.tile-section .tile .tile-content .tile-title {
    font-size: 20px!important;
    line-height: 20px!important;
}}


@media screen and (min-width: 1264px){
  .tile-section .tile .tile-content .tile-title {
      font-size: 22px!important;
      line-height: 22px!important;
  }}

.tile-section .tile .tile-content .tile-title {
  margin: 14px 0 12px 0;
  letter-spacing: .5px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 0 0 2px #fff;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

@media screen and (min-width: 600px){
  .tile-section .tile .tile-content .tile-description {
      width: 30vw!important;
  }}

@media screen and (min-width: 960px){
.tile-section .tile .tile-content .tile-description {
    width: 100%!important;
    font-size: 15px!important;
    line-height: 24px!important;
}}

@media screen and (min-width: 1264px){
  .tile-section .tile .tile-content .tile-description {
      font-size: 16px!important;
      line-height: 26px!important;
  }}

.tile-section .tile .tile-content .tile-description {
  width: 64vw;
  margin-right: 0;
  color: #939496;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.primary_text{
  color: #f3c669 !important;
}
.primary {
  background-color: #f3c669 !important;
  border-color: #f3c669 !important;
}


@media screen and (min-width: 960px){
.tile-section .tile:hover {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}}

.tile-section .tile:hover {
  z-index: 10;
  box-shadow: 0 3px 15px rgb(23 24 26 / 35%);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}


.tile-bg, .tile-bg2{
  display: none;
}

@media screen and (min-width:960px){
  .tile-bg{
    display: block!important;
  }
}

@media screen and (max-width:960px){
  .tile-bg2{
    display: block!important;
  }
}

.universal-container{
position: relative;
width: 100%;
padding-top: 150px;
padding-bottom: 8px;
border-radius: 3px;
background: rgba(23,24,26,.25);
border-bottom: 1px solid #3a3c3f;
flex: 1 1 auto;
display: -webkit-flex;
display: flex;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
}

.browse__btn{
  background-color:#212121;}


/* Оформление для кнопок фильтра */

/* Оформление для кнопок фильтра */

.control {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
}

.control__indicator {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.control input[type="checkbox"] {
  display: none;
}

.control__text {
  margin-left: 5px;
}

.control__indicator i, .control.studio .control__indicator i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  line-height: 18px;
}

.control--genre .fa-minus, .fa-plus, .control.studio .fa-minus, .fa-plus{
  display: none;
}

.control.studio .control__indicator i {
  display: none;
}


.control__indicator .fa-square, .control.studio .control__indicator .fa-square{
  display: block; /* По умолчанию показываем только квадрат */
}

.control--genre-checked .fa-square, .control.studio.control--checked .fa-square {
  display: none;
}


.control--genre-checked .fa-plus, .control.studio.control--checked .fa-plus {
  display: block;
  color: green;
}

.control--genre-indeterminate .fa-square,
.control--genre-indeterminate .fa-plus, .control.studio.control--indeterminate .fa-square,
.control.studio.control--indeterminate .fa-plus {
  display: none;
}

.control--genre-indeterminate .fa-minus, .control.studio.control--indeterminate .fa-minus {
  display: block;
  color: red;
}

/* Стили для блоков жанров и студий */
.genre-block, .studio-block {
  display: inline-block;
  padding: 5px;
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: border-color 0.3s, color 0.3s;
}


/* Для элемента с id 'prefixToggle' */
.control[for="prefixToggle"] .control__indicator .fa-square {
  display: block;
  width: 20px;
  height: 20px;
}

.control[for="prefixToggle"].control--checked .fa-square {
  display: none;
}

.control[for="prefixToggle"].control--checked .fa-plus {
  display: block;
  color: green;
  width: 20px;
  height: 20px;
}



.search-config {
position: fixed;
top: 8px;
left: 0;
width: 100%;
height: 56px;
padding-top:56px;
background-color: #303030;
z-index: 1;
border-bottom: 1px solid rgba(48,48,48,.5);
overflow: visible;
transition: .2s cubic-bezier(.4,0,.2,1);
-webkit-transition: -webkit-transform 225ms cubic-bezier(0,0,.2,1);
transition: -webkit-transform 225ms cubic-bezier(0,0,.2,1);
transition: transform 225ms cubic-bezier(0,0,.2,1);
transition: transform 225ms cubic-bezier(0,0,.2,1), -webkit-transform 225ms cubic-bezier(0,0,.2,1);
-webkit-transition-property: all;
transition-property: all;
}

@media screen and (min-width: 600px){
.search-config {
height: 62px!important;
padding: 56px 16px 0 0;}}
.sc-btn:hover {
background: #3a3c3f;}
.search-config .sc-btn {
border: 1px solid rgba(58,60,63,.85);
font-size: 11px;
align-self: stretch;
cursor: pointer;
transition: all .2s cubic-bezier(0.5, 0, 0.1, 1);}

@media screen and (min-width: 600px){
.search-config .sc-btn .scb-icon {
display: inline-block;
font-size: 22px;
margin-right: 8px;
}}

.search-config .sc-btn .scb-icon {
color: rgba(255,255,255,.5);
}

.badge__badge {
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: -11px;
right: -22px;
border-radius: 50%;
height: 22px;
width: 22px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
transition: .3s cubic-bezier(.25,.8,.5,1);
font-size: 14px;
background-color: #f44336!important;
border-color: #f44336!important;
}

.search-config {
position: fixed;
top: 8px;
left: 0;
width: 100%;
height: 56px;
padding-top:56px;
background-color: #303030;
z-index: 1;
border-bottom: 1px solid rgba(48,48,48,.5);
overflow: visible;
transition: .2s cubic-bezier(.4,0,.2,1);
-webkit-transition: -webkit-transform 225ms cubic-bezier(0,0,.2,1);
transition: -webkit-transform 225ms cubic-bezier(0,0,.2,1);
transition: transform 225ms cubic-bezier(0,0,.2,1);
transition: transform 225ms cubic-bezier(0,0,.2,1), -webkit-transform 225ms cubic-bezier(0,0,.2,1);
-webkit-transition-property: all;
transition-property: all;
}

@media screen and (min-width: 600px){
.search-config {
height: 62px!important;
padding: 56px 16px 0 0;}}
.sc-btn:hover {
background: #3a3c3f;}
.search-config .sc-btn {
border: 1px solid rgba(58,60,63,.85);
font-size: 11px;
align-self: stretch;
cursor: pointer;
transition: all .2s cubic-bezier(0.5, 0, 0.1, 1);}

@media screen and (min-width: 600px){
.search-config .sc-btn .scb-icon {
display: inline-block;
font-size: 22px;
margin-right: 8px;
}}

.search-config .sc-btn .scb-icon {
color: rgba(255,255,255,.5);
}

.badge__badge {
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
top: -11px;
right: -22px;
border-radius: 50%;
height: 22px;
width: 22px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
transition: .3s cubic-bezier(.25,.8,.5,1);
font-size: 14px;
background-color: #f44336!important;
border-color: #f44336!important;
}

#tags_numb, #brands_numb, #black_numb{
  display: none;
}
.badge__badge{
  display: none;
}

.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  font-size: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  transition: .3s cubic-bezier(.25,.8,.5,1);
  vertical-align: middle;
}

.search-config .sc-btn+.sc-btn {
  margin-left: 8px;
}


.hidden-xs-only{
  font-size: 16px;
}
.hidden-xs-only{
  position: relative;
}


@media only screen and (max-width: 599px){
.hidden-xs-only {
    display: none!important;
}}

.filter_window{
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
left: 0;
position: fixed;
background-color: transparent;
transition: .3s ease-in-out;
}
.filter_window{
  z-index: -1;
  top: 1000px;
  transition: .3s ease-in-out;
}
.filter_window.active{
  z-index:100;
  top: 0;
  transition: .3s ease-in-out;
}

.filter_card{
max-width: 800px;
max-height: 100%;
width: 100%;
transition: .3s ease-in-out;
background-color:#212121;
position: relative;
margin: 0 auto;
z-index: 102;
overflow-y: auto;
}


.filter-item{
  display: flex;
  flex-direction: column;
}
.filter_item_top{
display: flex;
flex-direction: row;
align-items: center;
justify-content:space-between;
height: 56px !important;
border-bottom: 2px solid #fff;
}
.filter_item_top_title.active{
  display: block;
}
.filter_item_top_title{
  display: none;}


.filter_item_top_close, .filter_item_top_reset{
  margin: 6px 24px;}

.filter_item_descript{
  display: none;
  padding: 16px;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.filter_item_descript.active{
  display: block;
}
.headline{
font-size: 24px!important;
font-weight: 400;
line-height: 32px!important;
letter-spacing: normal!important;
width: 100%;
padding: 5px;
}

.gray--text {
  color: #9e9e9e!important;}
.white--text {
  color: #fff!important;}
.yellow-text{
  color: rgb(243, 198, 105);}
/* Чекбокс */
.checkbox-btn {
  cursor: default;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: nowrap;
  z-index: 1;
  border-radius: 2px;
  align-items: center;
  display: flex;
  border: 1px solid transparent;
  font-size: 13px;
  outline: none;
  position: relative;
  transition: .3s cubic-bezier(.25,.8,.5,1);}

.checkbox-btn input[type=checkbox] {
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;}

.checkbox-btn span {
  display: inline-block;
  cursor: pointer;
  padding: 0 12px;
  line-height: 32px;
  border: 1px solid #f3c669;
  transition:0.2s ease;}

/* Checked */
.checkbox-btn input[type=checkbox]:checked + span {
background: #f3c669 !important;}

/* Focus */
.focused span {
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);}


/* Active */
.checkbox-btn input[type=checkbox]:active:not(:disabled) + span {
background: #f3c669 !important;
color: #000;}


.filter_item_bottom{
flex-direction: row;
display: flex;
align-items: center;
padding: 8px 4px;
height: 35px;
font-size: 20px;}



.question-button {
  background-color: rgb(243, 198, 105);
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.question-button:hover, .close-button:hover {
  background-color: rgb(231, 178, 72);
}

.question_container{
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-checkbox{
  display: flex;
  align-items: center;
}

/* Стили для всплывающего меню */
.faq-popup {
  display: none; /* Скрыто по умолчанию */
  position: fixed; /* Фиксированное позиционирование */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Затемнение фона */
  z-index: 1000; /* Убедитесь, что меню поверх других элементов */
  justify-content: center; /* Центрирование по горизонтали */
  align-items: center; /* Центрирование по вертикали */
  padding: 20px; /* Отступы для адаптивности */
  box-sizing: border-box; /* Учитываем padding в размерах */
}

.faq-content {
  background-color: rgb(62, 59, 59);
  padding: 20px;
  border-radius: 10px;
  max-width: 600px; /* Максимальная ширина для ПК */
  width: 100%; /* Занимает всю доступную ширину на мобильных */
  max-height: 80vh; /* Максимальная высота */
  overflow-y: auto; /* Прокрутка, если контент не помещается */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Тень для красоты */
  }

@media (max-width: 600px) {
  .faq-content {
    max-width: 90%; /* Уменьшаем ширину на мобильных */
    padding: 15px;
  }
}

.node-text .mark-bold{
  font-weight: 700;
}

.mark-underline{
text-decoration: underline;
}
.faq-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.text-content {
  font-size: 16px;
  line-height: 1.6;
}

.node-heading {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.node-paragraph {
  margin-bottom: 15px;
}

.mark-bold {
  font-weight: bold;
}

.mark-underline {
  text-decoration: underline;
}

.close-button {
  background-color: rgb(243, 198, 105);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}







/* Blacklist inpute */
.checkbox-btn.black span, .checkbox-btn.hentai_tags span{
border-radius: 28px;
font-size: 13px;
margin: 4px;
outline: none;
position: relative;
transition: .3s cubic-bezier(.25,.8,.5,1);
background: #fff;
color: rgba(0,0,0,.87);;}
  
.checkbox-btn.black input[type=checkbox]:checked + span {
background-color: #f44336!important;
border-color: #f44336!important;
color: #fff;}
.checkbox-btn.hentai_tags span{
background: transparent!important;
color:#fff;}

.switch-btn, .switch-btn_subs {
  display: inline-flex;
  width: 35px;
  height: 15px;
  border-radius: 12px;
  background: #bfbfbf;
  z-index: 0;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  position: relative;
  transition-duration: 300ms;}


@media screen and (max-width:480px){
  .switch-btn{
    width: 95px!important;
  }}

.switch-btn::after, .switch-btn_subs::after {
  content: "";
  height: 23px;
  width: 23px;
  border-radius: 18px; 
  background: #fff; 
  top: -4px; 
  transition-duration: 300ms; 
  box-shadow: 0 0 10px 0 #999999;
  position: absolute;
  z-index: 1;}
.switch-on {
  background: #f3c669;
  box-shadow: inset 0 0 10px 0 #999999; 
}
.switch-on::after {
  left: 15px;
  background: #f3c669;
}

#any_hentai_tags, #all_hentai_tags{
  display: none;
}

#any_hentai_tags.active, #all_hentai_tags.active{
display: block;
}

.sort_menu{
min-width: 0px;
top: 125px;
left: calc(100% - 250px);
transform-origin: left top;
z-index: 102;
background: #303030;
position: absolute;
display: inline-block;
border-radius: 2px;
max-width: 80%;
overflow-y: auto;
overflow-x: hidden;
contain: content;
will-change: transform;
box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
display: none;}

.sort_menu.active{
  display: block;}

.list__tile input{
  display: none;}

.list__tile .fa-circle{
  display: none ;
  height: 0.5em;}

.list__tile .fa-circle.active{
  display: block;}

.list__tile__title{
  padding-left:8px;}

/* Блок с dle контентом */
/* .content-block{
min-height: 600px;
padding-top: 60px;
} */

/* Оформление shortstory */
.short_item  {
  position: relative;
  display: inline-block;
  color: #fff;
  white-space: normal;
  border-radius: 3px;
  float: left;
  width: 40%;
  padding: 8px;
  transition: all 280ms cubic-bezier(0.5, 0, 0.1, 1);}

.short_cover {
padding: 0 0 147.0149% 0;
margin: 0;
position: relative;}

.short_cover_img img{
position: absolute;
top: 0;
left: 0;
border-radius: 2px;
}


.short_title {
font-size: 4vw;
height: 8vw;
font-weight: 400;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
color: #fff;
}

@media screen and (min-width: 500px){
.short_title{
font-size: 2vw;
height: 6vw;
}}

@media screen and (min-width: 1100px){
.short_title{
font-size: 1vw;
height: 2.85vw;
}}


@media screen and (min-width: 500px){
.short_item {
padding: 8px;
width: 30%;
}}

@media screen and (min-width: 800px){
.short_item {
width: 25%;
}}

@media screen and (min-width: 1100px){
.short_item {
width: 19%;
}}

@media screen and (min-width: 1400px){
.short_item {
width: 15%;
}}

.content-block #dle-content{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding-bottom: 50px;
padding-top: 60px;
}


.short_item:hover {
background-color: rgba(58,60,63,.25);
}

.cont_nav{
padding-top: 40px;
justify-content: center!important;
}

/* Тут должна была быть навигация */
.navigation_main{
  margin-top: 30px;
}

.pagi-nav a, .nav_angle, .pagi-nav .navigation span {
box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
border-radius: 4px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
background: transparent;
height: 30px;
width: 20px;
margin: 0.3rem;
text-decoration: none;
transition: .3s cubic-bezier(0,0,.2,1);
background: #424242;}



.pagi-nav a:hover, .navigation_main a:hover .nav_angle{ 
background: #939496;}

.pagi-nav .navigation span{
background: #f3c669!important;}

.pagi-nav .navigation span.nav_ext{
background:none!important;
box-shadow: none!important;}

@media screen and (min-width: 760px){
.navigation_main .pagi-nav a, .pagi-nav .navigation span, .nav_angle {
padding-left: 16px;
padding-right: 16px;
color: #fff;}}

@media screen and (max-width: 760px){
.navigation_main .pagi-nav a {
color: #fff;
width: 20px;}
.pagi-nav .navigation span{
width: 20px;}}

@media screen and (min-width: 760px){
.nav_angle {
padding-left: 10px;
padding-right: 10px;
color: #fff;
height:25px;
font-size: 16px;
font-weight: 500;}}
/* Оформление Trending */
.trending_wrap{
  min-height: 1500px;
  padding-top:100px;
  margin: 0 auto;
}
.trending_buttons{
  margin-bottom: 48px!important;
  justify-content: center;
}
.trending_buttons span{
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-size: 13px;
  height: 44px;
  color: #fff;
  width: 100px;
  border-radius: 2px;
  cursor: pointer;
  margin: 6px 8px;
  text-transform: uppercase;
  min-width: 88px;
  font-weight: 500;
  background-color: #212121;
  transition: .3s cubic-bezier(.25,.8,.5,1);}
.trending_buttons span:hover{
  background-color: rgba(255, 255, 255, 0.13);
  transition: .3s cubic-bezier(.25,.8,.5,1);}


.trending_buttons span.active{
background-color:#f3c669 !important;
transition: .3s cubic-bezier(.25,.8,.5,1);}

.trending_wrap_title{
margin-bottom: 24px;
font-size: 32px;
text-transform: uppercase;
letter-spacing: 2px;
font-family: Whitney,Tahoma,Arial,sans-serif;
text-align: center;}

.trending-content{
flex-basis: 100%;
max-width: 100%;
flex-grow: 0;}

.trending_item{
position: relative;
width: 148px;
margin: 0 4px 0 0;
cursor: pointer;
margin-bottom: 16px!important;
height: auto;
border-radius: 2px;
min-width: 0;
background-color: #424242;}


@media (min-width: 600px){
.trending_item {
width: 180px;}}

@media (min-width: 1201px){
.trending_item{
width: 250px;}}

.trending_item .trending_title{
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;}

.trending_title_contant{
position: relative;
height: 64px;}

@media (min-width: 600px){
.trending_title_contant {
height: 84px;}}

.trending_title_title{
font-size: 11px;
width: 100%;
text-decoration: none;
color: #fff;
overflow-wrap: break-word;
white-space: normal;
overflow: hidden;
text-align: center;
}
@media (min-width: 600px){
.trending_title_title{
font-size: 14px;
}}

.cover-glass{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
transition: background-color .2s ease;
}

.trending_item:hover .cover-glass{
  background-color: rgba(255,255,255,.1);}

/* Short-notice */

.short_notice {
  position: relative;
  display: inline-block;
  color: #fff;
  white-space: normal;
  border-radius: 3px;
  float: left;
  width: 40%;
  padding: 8px;
  transition: all 280ms cubic-bezier(0.5, 0, 0.1, 1);
}


.short_notice_img {
padding: 0 0 147.0149% 0;
margin: 0;
position: relative}

.short_notice_img img{
position: absolute;
top: 0;
left: 0;
border-radius: 2px;}

.short_notice_title {
  font-size:16px;
  height: 75px;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
/* Офоримление статик */

.static-page{
  max-width:1500px;
  margin:0 20px;
}
.static-page h1, p{
  margin-bottom: 16px;
}
.static-page h1{
  font-size: 24px;
}

.static-page input{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 6px 8px;
  min-width: 88px;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s cubic-bezier(.25,.8,.5,1),color 1ms;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: box-shadow;
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
  color: #fff;
  background-color: #f3c669 !important;
  border-color: #f3c669 !important; ;
}


/* Registration */
.regist_wrap{
  margin: 0 auto;}

#registration{
margin: 0 auto;
display: flex;
position: relative;
width: 92vw;
max-width: 450px;
min-height: 550px;
border-radius: 3px;
background: rgba(0,0,0,.5) !important;
}
.reg-bg{
position: absolute;
left: 0;
top: 0;
background: #303030 url(../images/acc_create.jpg) top center/cover no-repeat;
}



/* season */
/* .season_container{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: auto;
  max-width: 100%;
}

.season_page{
  margin-top: 120px;
  min-height: 100vh;
  margin: 56px auto 0 auto;
  background: #303030;
  overflow: hidden;
}

.seasons_selects{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
} */

.seasons_selects .nice-select{
  margin: 0 20px;
}
/* Bookmarks */
.favmod.active span, .favmod.active span svg {
  color:#f3c669;
}



  /*my-list */

 .my-list-card{
   display: none;
  min-width: 0px;
  transform-origin: left top;
  z-index: 10;
  background: #303030;
  position: fixed;
  border-radius: 2px;
  overflow-y: auto;
  overflow-x: hidden;
  contain: content;
  will-change: transform;
  box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
}

.my-list-card.active{
  display:block;}
.my-list-card-title{
  padding: 10px 35px;}
.my-list-top{
  border-bottom: 1px solid #fff;
  justify-content: space-between;}

.my-list-top span:first-child{
  padding-right:10px;}
.my-list-card-title{
  padding-bottom:15px;}
.btn_small_round{
  border-radius: 16px;
  min-width:0;
  height: 30px;}
.my-list-card-item{
  padding: 10px;}
.my-list-card-text{
  padding:16px;
  border-bottom: 1px solid #fff;}
.my-list-card-action .my-list ul.mylists-switch li{
  padding:10px;
  cursor: pointer;}
.my-list-card-action .my-list ul.mylists-switch li.active, .my-list-card-action .my-list ul.mylists-switch li.active:hover{
  background:#f3c669;}
.my-list-card-action .my-list ul.mylists-switch li:hover{
  background:#64646442;}

/* Boobkmark */
.favor-cont h1{
  font-size: 24px;
}

/* Account menu*/

.menu_open img, .menu_card_header_foto img{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
}

.menu_card, #place_for_jsons{
display:none;
}
.menu_card.active{
  display: flex;
  position:absolute;
 justify-content: center;
 align-items: center;
 background: #3a3c3f;
 min-width: 260px;
 box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
}


.menu_card_header{
  padding: 16px;
  cursor: pointer;
  position: relative;
}

.menu_card_header_login{
  font-size: 16px;
  padding-left:10px;
  text-transform: uppercase;
}

.menu_card_content{
  background: #303030;
}

/* Player */

.dialog__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  outline: none;
  z-index:-1;
}
.dialog.htv-server-selector-dialog .htvssd-container {
  height: 100% !important;
}


.dialog {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
  border-radius: 2px;
  margin: 24px;
  overflow-y: auto;
  pointer-events: auto;
  z-index: inherit;
}
.dialog--fullscreen {
  margin: 0;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
}
.dialog, .dialog__content {
  transition: .3s ease-in-out;
  width: 100%;
}

.dialog.htv-server-selector-dialog {
  background: #212121;
  max-width: 800px;
}

.dialog--fullscreen{
  transform:translateY(3000px);
}

.dialog--fullscreen.dialog--active{
  transform:translateY(0);
}

.dialog:not(.dialog--fullscreen) {
  max-height: 90%;
}


.dialog:not(.dialog--fullscreen){
  -webkit-transform: scale(.5);
  transform: scale(.5);
  opacity: 0;
}
.dialog.dialog--active:not(.dialog--fullscreen){
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.dialog.htv-server-selector-dialog .card {
  background: #212121;
}
.subheading {
  font-size: 16px !important;
  font-weight: 600;
}
.card {
  display: block;
  border-radius: 2px;
  min-width: 0;
  position: relative;
  text-decoration: none;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
}

.dialog--fullscreen>.card {
  min-height: 100%;
  min-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.dialog.htv-server-selector-dialog .htvssd-title {
  position: relative;
  background: #17181a;
  border-bottom: 1px solid transparent;
}
.card>:first-child:not(.btn) {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.primary-border-color {
  border-color: #f3c669 !important;
}

.card>:last-child:not(.btn) {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}


.dialog.htv-server-selector-dialog .htvssd-title .htvssd-close {
  position: absolute !important;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  color: white;
  background: #17181a;
}
.btn--icon .btn__content {
  padding: 0;
}
.btn .btn__content .icon {
  color: inherit;
}

.btn--icon {
  background: transparent;
  box-shadow: none !important;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0;
  width: 36px;
}

.htvssd-playback-speed-container{
  position: relative;
  background: #17181a;
  border-bottom: 1px solid transparent;
}

.dialog.htv-server-selector-dialog .htvssd-server-hints, .htvssd-quality-hints, .htvssd-editors-hints {
  min-height: 40px;
  margin: 0 auto;
}


.dialog.htv-server-selector-dialog .player-list div, .player-list_voice div{
  cursor: pointer;
  transition: all 280ms cubic-bezier(0.5, 0, 0.1, 1);
  border-color: #f3c669 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important; */
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    flex: 1 1 auto;
    font-size: 16px; 
}
.player_item{
  display: flex;
  width: 100%;
  justify-content: center;
}
.player_item.active{
  transition: all 280ms cubic-bezier(0.5, 0, 0.1, 1);
  background: rgba(147, 148, 150, .1);
}

.dialog.htv-server-selector-dialog .htvssd-playback-speed-container div:hover , .dialog.htv-server-selector-dialog .player-list .player_item:hover {
  cursor: pointer;
  transition: all 280ms cubic-bezier(0.5, 0, 0.1, 1);
  background: rgba(147, 148, 150, .1);
}

.htvssd-server-hints.active, .htvssd-quality-hints.active, .htvssd-editors-hints.active{
    transition: all 280ms cubic-bezier(0.5, 0, 0.1, 1);
    background: rgba(147, 148, 150, .1);
}

/* Profile */

#userinfo{
  width: 100%;
  margin-top: -70px;
}
.user_wrap{
  position: relative;
    width: 100%;
    height: 50vw;
   max-height: 600px;
}
.user_headerbg{
  position: absolute;
  left: 0;
  top: 0;}
.user_action{
  position: absolute;
  top: 0;
  right: 0;}
.user_action a{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 6px 8px;
  min-width: 88px;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s cubic-bezier(.25,.8,.5,1),color 1ms;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: box-shadow;
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
  color: #fff;}
.user_account{
  position: relative;
  pointer-events: none;
   position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-shadow: 0 1px 3px #17181a;}
.user_avatar_name{
  position: relative;
  color: rgba(255,255,255,.5);
  padding: 0 8px 8px calc(24vw + 16px);
  height: calc(12vw + 8px);
  background: #212121;}
@media (min-width: 600px){
  .user_avatar_name{
    padding: 0 16px 16px 168px;
    height: 84px;}}
.user_avatar{
  position: absolute;
    top: -12vw;
    left: 8px;
    width: 24vw;
    height: 24vw;
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid #212121;
    background: #212121;}
@media (min-width: 600px){
  .user_avatar{
    width: 136px;
    height: 136px;
    left: 16px;
    top: -68px;}}
.user_name {
  font-size: 5vw;
  line-height: 12vw;
  padding-top: 4px;
  color: #eee;
  width: 100%;
  text-shadow: 0 1px 3px #111;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 600px){
  .user_name {
      font-size: 32px;
      line-height: 68px;
      padding-top: 8px;}}
  .acc_side_panel {
  background: #212121;
  border-radius: 2px;
  margin: 8px;
  width: 100%;
  max-width: 374px;}
@media (min-width: 600px){
.acc_side_panel {
    min-width: 300px;
    width: 300px;
    max-width: 300px;
    margin: 16px 0 16px 16px;
}}
@media (min-width: 960px){
.acc_side_panel {
    min-width: 374px;
    width: 374px;
    max-width: 374px;
    margin: 24px 0 24px 24px;
}}
.acc_side_panel_summary{
  font-size: 16px;
  font-weight: 700;
  position: relative;
  height: 72px;
  border-bottom: 1px solid rgba(255,255,255,.15);}
.acc_side_panel_summary_item{
  width: 50%;
  height: 100%;}
.summary_item_number{
font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 8px;
    text-align: center;
    color: #eee;}
.summary_item_content{
font-size: 14px;
line-height: 24px;
font-weight: 400;
color: #939496;}
.user-data{
  margin-top: 16px;
  padding-right: 8px;}
.user-data-top{
  height: 30px;}
.user-data-title{
    font-weight: 300px;
    font-size: 16px;
    color: #eee;}
.user-data-text{
  opacity: .5;
  color: #939496;
  padding: 8px 0 8px 48px;
  min-height: 64px;
  white-space: pre-wrap;}
.acc_content_panel {
  width: 100%;
  margin: 0;
  padding: 8px;}
@media (min-width: 600px){
  .acc_content_panel {
      width: calc(100% - 316px);
      max-width: inherit;
      padding: 16px;}}
@media (min-width: 960px){
.acc_content_panel {
    width: calc(100% - 398px);
    padding: 24px;}}
.acc_content_panel_tabs{
  background: #212121;}
@media screen and (max-width:600px){
  .acc-container{
    flex-wrap: wrap;
  }}
.tabs_wrap{
  overflow: hidden;
    contain: content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;}
.tabs_conteiner{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 60px;
list-style-type: none;
white-space: nowrap;
position: relative;
}
.tabs_item{
  min-width: 60px;
  color: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  padding: 6px 12px;
}
.acc_content_panel .favorite-header{
  margin-top: 16px;
  color: rgba(255,255,255,.5);
  font-size: 14px;
}
.favorite-container{
  max-width: 1700px;
    margin: 0 auto;
    width: 100%;
}
.user_edit{
  width:100%;
  position:absolute;
  top: 0;
  left: 0;
  height:100%;
  background:transparent
}
.user_edit_wrap{
  max-width: 700px;
  margin: 60px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color:#404040;
  border-radius: 10%;
}
.user_edit_wrap_title{
  font-size: 24px;
}
.user_edit_wrap input{
width: 100%;
color: #fff;
background: transparent;
border-radius: 5px;
}
.user_edit_wrap button:first-child{
  background-color:#303030;
  color: #fff;
}
.user_edit_wrap button:nth-child(2){
  background-color:#f3c669;
  color: #fff;
}

/*mylist */

.my_list_wrap{
  font-size: 24px!important;
}

.mylists-tabs_wrap .mylists-tabs{
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.mylists-tabs_wrap .mylists-tabs li{
 padding: 10px;
 display: flex;
 align-items: center;
}
.mylists-tabs_wrap{
  max-width:1700px;
  margin: 0 auto;

}
.mylists-tabs_wrap .mylists-tabs li a, .mylists-tabs_wrap .mylists-tabs li span{
  padding:5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 6px 0;
  min-width: 88px;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: .3s cubic-bezier(.25,.8,.5,1),color 1ms;
  position: relative;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: box-shadow;
  box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
  color: #fff;
  background-color: #404040;
 }

 .mylists-tabs_wrap .mylists-tabs li.active a{
  background-color: #6e6042 !important;
 }


 .mylists-tabs_wrap .mylists-tabs li span{
    width: 30px;}

   /* Comments*/



.user_comm{
padding: 16px 0;
min-height: 140px;
}


.comm_left{
min-width: 50px;
max-width: 50px;
}

 @media (min-width: 600px){
  .comm_left {
    min-width: 84px;
    max-width: 84px;
}}

.comm_left_img{
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(33,33,33,.35);
  box-shadow: 0 5px 20px -3px rgb(33 33 33 / 80%);
}

@media (min-width: 600px){
.comm_left_img{
    width: 64px;
    height: 64px;
    border: 2px solid rgba(33,33,33,.35);
}}

.comm_left_img img {
  width: 100%;
  height: 100%;
}
.comm_line{
  width: 2px;
  background: #3a3c3f;
  margin-top: 8px!important;
}

.comm_right{
  position: relative;
  padding-right: 8px;
}
.comm_right a{
  color: transparent!important;
}

.comm_right_title a{
  color: #f3c669 !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-shadow: 0 1px 3px #111;
}
.comm_comp{
  position: absolute;
  right: 0;
  top: 0;
  transition: all 280ms cubic-bezier(0.5, 0, 0.1, 1);
  width: 36px;
  margin: 6px 8px;
  display: none;
}
.comm_right_title{
  height: 0;
}
.comm_comp svg{
  font-size: 24px;
}
.comm_right_time{
  font-size: 12px;
  line-height: 16px;
  color: rgba(255,255,255,.5);
}
.user_comm:hover .comm_comp{
  display: block;
}

.comm_right_content{
white-space: pre-line;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: .5px;
    color: #eee;
    margin-top: 8px!important;
    margin-bottom: 8px!important;
}

.comm_right_action a {
padding:0 10px;
}

.comm_right_action svg{
  padding:0 3px;
  color: rgba(255,255,255,.5);
}

/* Add comment fullstory */
.add_comment input, .htv-input{
  max-width: 500px;
  color:#fff;

}


.comment_section{
max-width: 1754px;
flex: 1 1 auto;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
margin: 0 auto;
flex-direction: column;
}

.bb-editor textarea{
  width: 100%;
  max-width: 1254px;
  background: rgba(17,17,17,.55);
  border: 1px solid rgba(48,48,48,.25);
  border-radius: 2px;
  padding: 4px 0!important;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  font-size: 16px;
  font: inherit;
  color: #fff;
}


.comments_num{
padding: 0 8px;
color: #fff;
line-height: 1.5;}

@media (min-width: 600px){
.comments_num{
padding: 0 16px;
}}

@media (min-width: 960px){
.comments_num {
padding: 0 0 0 24px;
}}


.comments_add {
    padding: 8px;
}

@media (min-width: 600px){
  .comments_add {
      padding: 16px;
  }}

@media (min-width: 960px){
  .comments_add {
      padding: 16px 24px 0 24px;
  }}

  .comments_underline{
    display: block;
    background-color:#f3c669 !important;
    height: 2px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transform: scaleX(0);
    transition: all .4s cubic-bezier(0.25, 0.8, 0.25, 1);
    width:100%;
    max-width: 1254px;
  }

.user_comment_input{
  padding: 8px
}

.comment_butt{
max-width: 1254px;
justify-content: flex-end;
}
.comment_butt .legitRipple{
  width: 100%;
}

.comments_list{
  max-width: 1256px;
}

.uc-divider {
  border-top: 1px solid rgba(255,255,255,.15);
  max-width: 1272px;
}

input.bbcodes{
background-color:#f3c669 !important;
}

.add_comm_form_not{
  flex-direction:column;
}
.add_comm_form input{
  border: 1px solid #303030;
}
@media screen and (min-width:960px){
  .add_comm_form_not{
  height: 50px;
  flex-direction:row;
}}


.add_comm_form_not a{
  display: flex;
  justify-content: flex-start;
  margin: 16px 0;
  align-items: center;
}
.uc_counter{
  position: relative;
  left: -8px;
  color: #eee;
}

/* Sort xfields */

.xsort-area{
  margin: 10px 0;
	padding: 0 15px;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
  display: flex;
  justify-content: center;
}
.xsort-area:after{
	content: "";
	display: table;
	clear: both;
}
.xsort-area>div{
	float: left;
}
.xsort-div{
	height: 36px;
	line-height: 30px;
	padding: 0 10px;
  display: flex;
  align-items: center;
	position: relative;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
  border: 1px solid currentColor;
  background: transparent;
  box-shadow: none;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 500;
  transition: .3s cubic-bezier(.25,.8,.5,1),color 1ms;
}

.xsort-div:hover{
	box-shadow: 0 0 0 2px rgba(0,0,0,.2);
	background: hsla(0,0%,100%,.12);
}
/* .xsort-active{
	box-shadow: 0 0 0px 2px #FFB114;
} */
.xsort-selected{
	cursor: pointer;
	padding-right: 60px;
	position: relative;
}
.xsort-selected:after{
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 0;
	border: 4px solid transparent;
	border-top-color: #777;
	content:"";
}
.xsort-div-filler{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAvklEQVR42o3KsUqCYRiA0RPVZg6Fg2NgU0ME7g0KTg0SLtHaFYQ0VjRFDUGjEAhBi1vQ1Fx2BVJ4Aa4FQWT6tn38llTnWR//t+7MjY6mgh9mXYjUi4ZvzoVnDUXL9r35VJWxaqxvEcCGkSczkmNhR1ZHKEuuhZKsPWFbcimsyToS6pJd4YRkTs9IUZIzMLQFmNcSbk2oeBfuHDrVF8KHugllj0IIQ23daQsrNtUsIe9BWqbLuxde/WLBlQN/+wLDfD9iwnIihwAAAABJRU5ErkJggg==);
	background-position: 50% 50%;
	width: 32px;
	padding: 0;
	background-repeat: no-repeat;
	cursor: pointer;
}

.xsort-ul{
	display: none;
	background: #404040;
	position: absolute;
	top: 100%;
  width: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	max-height: 400px;
	overflow: auto;
	list-style: none;
	z-index: 999;
	border: 1px solid #303030;
	border-radius: 5px;
	box-shadow: 0 0 0 3px rgba(0,0,0,.1);
	box-sizing: content-box;
}
.xsort-ul li{
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    margin: 0;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    transition: .3s cubic-bezier(.25,.8,.5,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.xsort-ul li:last-child{
	border: none;
}
.xsort-ul li.current{
	color: #fff;
	font-weight: bold;
	background: #404040;
	position: relative;
}
.xsort-ul li.current:after{
	position: absolute;
	top:0;
	right: 30px;
	bottom: 0;
	width: 5px;
	content: "";
	display: block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAQAAAAnZu5uAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgMTE2LjE2NDc2NiwgMjAyMS8wMi8xOS0yMzoxMDowNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMi0wNi0wNlQxMzoyOTozNCswMzowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjItMDYtMDZUMTM6MzE6MTQrMDM6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjItMDYtMDZUMTM6MzE6MTQrMDM6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIxIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmE4MmI5NDM2LTcwMjQtYjA0YS04ZGMxLTRkMWNjOTkyNGM4NiIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjcxODRmNjNiLWRlNWEtZWE0Mi1hNTFiLTNjMmViZDZkYjMyNiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjc3ZjlkN2Q2LTI1MTktYmY0My1iODUwLTc4YmM3MjdlMDgwMiI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NzdmOWQ3ZDYtMjUxOS1iZjQzLWI4NTAtNzhiYzcyN2UwODAyIiBzdEV2dDp3aGVuPSIyMDIyLTA2LTA2VDEzOjI5OjM0KzAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmE4MmI5NDM2LTcwMjQtYjA0YS04ZGMxLTRkMWNjOTkyNGM4NiIgc3RFdnQ6d2hlbj0iMjAyMi0wNi0wNlQxMzozMToxNCswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjF+oLgAAABCSURBVAiZATcAyP8A/zvCzdDut8b/LQDCzv/////1/rHDAg4hAAAAAAMBDyYC6tn4//oA9f7n1AD/MLLEweqovv8ke0Efy64ivccAAAAASUVORK5CYII=) no-repeat 50% 50%
}

.xsort-ul li:hover{
	background: hsla(0,0%,100%,.12);
}
.xsort-ul li.xdesc, .xsort-ul li.xasc{
	background-position: 5px 50%;
	background-repeat: no-repeat;
}
.xsort-ul li.xdesc, .xdesc{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAQAAACfDS2NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFyWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgMTE2LjE2NDc2NiwgMjAyMS8wMi8xOS0yMzoxMDowNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMi0wNi0wNlQxMzozMzoxMyswMzowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjItMDYtMDZUMTM6MzU6MTYrMDM6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjItMDYtMDZUMTM6MzU6MTYrMDM6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIxIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ2OTY5NWY5LTliODEtODY0Mi05OWZhLWM4NDM3N2Y3MjM3NiIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdkZWUwOWU3LTFjODUtNWQ0Yy05MzA0LTEzYWZlMDBkNjUzNCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmFjNjdmM2M3LTlhNzItNDg0MC1iMTU0LTg4NWIyNjY0ZWVlYSI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YWM2N2YzYzctOWE3Mi00ODQwLWIxNTQtODg1YjI2NjRlZWVhIiBzdEV2dDp3aGVuPSIyMDIyLTA2LTA2VDEzOjMzOjEzKzAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ2OTY5NWY5LTliODEtODY0Mi05OWZhLWM4NDM3N2Y3MjM3NiIgc3RFdnQ6d2hlbj0iMjAyMi0wNi0wNlQxMzozNToxNiswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Puk3gZAAAAArSURBVAiZfcwxCgAgFMPQV+9/5zqI4F/slgaSQkFYxv6Ydtq8cp3iLOeeG2GdBBIMPIMCAAAAAElFTkSuQmCC);
}
.xsort-ul li.xasc, .xasc{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAQAAACfDS2NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE7mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgMTE2LjE2NDc2NiwgMjAyMS8wMi8xOS0yMzoxMDowNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAyMi0wNi0wNlQxMzozNzozNyswMzowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjItMDYtMDZUMTM6Mzg6MTMrMDM6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjItMDYtMDZUMTM6Mzg6MTMrMDM6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIxIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFhMmJhNzk5LTc4YzItNzU0Yy04OGY3LWRhMGIwZmY3Y2QwNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxYTJiYTc5OS03OGMyLTc1NGMtODhmNy1kYTBiMGZmN2NkMDQiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxYTJiYTc5OS03OGMyLTc1NGMtODhmNy1kYTBiMGZmN2NkMDQiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjFhMmJhNzk5LTc4YzItNzU0Yy04OGY3LWRhMGIwZmY3Y2QwNCIgc3RFdnQ6d2hlbj0iMjAyMi0wNi0wNlQxMzozNzozNyswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pst5agsAAAAtSURBVAiZfctBCgAwDALBsf//c3pIk2MF0UVMASVwHrSdKZ2pAZCye+a7+uMFUisKBrVeCeMAAAAASUVORK5CYII=);
}
span.xasc, span.xdesc{
	padding-left: 20px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.xsort_empty{
	margin-top: 15px;
	background: #404040;
	border: 1px solid #ccc;
	padding: 15px;
	text-align: center;
	color: #444;
	border-radius: 3px;
	box-shadow: 0 2px 7px rgba(0,0,0,.1);
}

.xsort-admin-area{
	padding: 0 0 0 210px;
}
.xsort-admin-area:after{
	content: "";
	display: block;
	clear: both;
}
.xsort-admin-area ul{
	list-style: none;
	margin: 0 0 0 -210px;
	padding: 0;
	float: left;
	width: 200px;
	border-right: 1px solid #ddd;
}
.xsort-admin-area ul.loading{
	background: url(data:image/GIF;base64,R0lGODlhFAAUAPUEAPz6/PT29Pz+/PTy9Hx+fHx6fIyKjLSytISChOzq7MTCxJyanOTm5NTS1Nza3MzOzKSmpJyenOTi5Ozu7IyOjMTGxMzKzJSWlLy6vKyurLS2tLy+vJSSlNze3KSipKyqrNTW1P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBQAEACwAAAAAFAAUAAAGY0CCcAgIDI6DAGDIJCKfyGWTYHwGqshAExsQMAVc51E7JQiyQqS3LMQSAGM2s3o9ruXmMRI/t/KHWEl/bX6DWXZ/Z0l0f4xqeIoDhIhlcHGTSXdmloJ9WVeBklOhUGRsdYVMQQAh+QQFBQACACwKAAAABwAGAAAGHECCAfIACASFZMHgEBwihAJBEjgGFIqjdssNBIIAIfkEBQUAAwAsAAABABQAEwAABjvAgXBILD6KyGShcBAknwMCgQlNJgzLY7WYkBoA26LiYgmbz+hnIj1YpwMDOHsNPtfTd7Z+75bvt31JQQAh+QQFBQAAACwPAAUABQALAAAGI0CAEBAQFgoPIoEAEUYKBuHhKC0QhBKFZjgQFhMAgXeYEAcBACH5BAUFAAcALAEAAQATABMAAAZWwINQODkUh8hkMqBsGp0HREE5CQicR2QVAH1Gr90kgcgMC6XCsnmYXQsHbm08UjDEAdJIu6soFB5uE1IGAQB7TRMLf3JciBOASYdeTQABe5JJjVmNSEEAIfkEBQUADQAsAQABABMAEwAABlbAhlA4aBSHyGTyqFQylQSCcxBoNhJTgVXIQBQM1a2yQHyKo0Rx06wWYttLuFwZNs7vV2SAnUwYyHF1QgAKUQUHTkoLBYwHWnoDZgcEBg9bYW8MD4INQQAh+QQFBQAAACwHAAUACwAPAAAGI0CAcChMEAjEpHLJbDqf0Kh0upREDocIkogpeL9cw9EASQYBACH5BAUFAAIALAIADwAMAAUAAAYhQMGDkxAYj8YOoYBQBJBGwKFAJUCQBOPDQIUiAw8IFxkEACH5BAUFAAMALAAACwASAAkAAAY1wA3kMCgaj0hIgQBAOouER6GgeDqZCAIiYXU2poYu1HiYEhRNY0CBQArGA48RUVCL79e6MwgAIfkEBQUAAQAsAAAEABQAEAAABkDAgHBILFKIgkCiyBwWhA+KokkVQgoEQLVpKES2xCuiUDiAiwRC+UwsdL/sOHMMkQuf9vyQgrf3q3VNSXpnWFVBACH5BAUFAAMALAAAAQASABEAAAY1wIFwwBgaj0PBoeBAOgfLwuJ5bBQKhgTVcAUgCAQtVUgYEAqKsXrNbrvf8Lh8/jSU3Xd4IAgAIfkECQUAAwAsBAAAABAADwAABjbAAeABMRAGyKSyYSg4C8oo0kmIHKRRgiIgRUCx4DAWQUAIxMojOvldRwiGNVuOVNPvkTtdHQQAIfkECQUACwAsBAAAABAAFAAABm3ABeABMRAGgwBgwWw2DIVoYTKgVpsLKSFyCASQDMRBwCwQFAGsIPCJHpiGCRbLgBYeC/kcOyEQEGR7cwpmeIJYAQQFEIdzEAUGjVhtBJJNB1GWTBGQmgEIi5qEdwmSfX9pmqpZjR+CgauClY1BACH5BAkFAAsALAQAAAAQABQAAAaGwAXgATEQBoMAYMFsNgyFaAFJXTalhMghEBgkkIErQRFuCrhgpiHRbC8E1DDb3YYjBXR6wHJ55N0BBAUQf24RBQaFbQcFBIpNjAWPTIeJjwEIg5MKUQ9zfwmZBgFroEYFfo0KVkwBCgiCB0yNjRAHBxGZUVtMD1BSwAZ+bQFEUAQGEA9lTUEAIfkECQUACwAsAQAAABMAFAAABozAhXABeEAMhMEgABg6hQ1DYVpQWpvPBZUQyQQCg4QykC0QFOSh4Dt+GhJZocCaFsLjciseD17us3N+f099BRmDQ4WHiAtgd4wLGREYkI0IBBCVClMPUgSPcQkIBQYBDwSkoE4JSAUPTgUIaE4ACpeGThlbEBkHEaNTGQJPnVTGpK9xRUcEBAYQD3VCQQAh+QQJBQALACwBAAAAEwAUAAAGlsCFcAF4QAyEwSAAGDqFDUNhWlBam07BgUqIHAKBQUIZcG4LhEp5KACToVND4sm2lhEEwpxeVy4IBRV8T2FLaFiDQgJkBRGJhAkBBQePToWTlUOXjpkLlwSIiYuGBQqZhQF4CHuDAFYLDXGsTwkUFUtCZ2mhARV5BQ9sZ2gQBwcRCFQHAk8PUlTQBsF8AUZSBAYRD2tDQQAh+QQFBQALACwBAAAAEwAUAAAGjMCFcAF4QAyEwSAAGDqFDUNhWlBam07BgUqIZAKBQUIZcG4LBEV5KACToVND4sm2lhEEwpxeVy4IBQp8T2FLaFiDQgJkBRGJhEoFGY9OhZKUQ2EJjZhCYQGHmIuRgZiFAVJ6j6MDCw+AcoOsa2cIalkAdmwZXBAZBxENY0t0D1JUUxCfg0VHeQYZiENBACH5BAkFAAIALAEAAgANABIAAAYxQIFwKDwQj8ikcslsOptG6HNKVSIICGajQCUIAMdAUeA1BM6BwQAJUbvXQ7FDnUgHggAh+QQJBQALACwAAAIAFAASAAAGasDFQnAoGAmRQyAwSAifz2KBUAlABVaosGE0OLXgJ4JA+IbDhELlzJ4C2OdCBK5NWAsHehivhw4Wcn1Pf26CC3cFCoZCYwhmfVwUDAJnb2AVCQMDAZRPApZhTJqbS0yPYEujqn90qZmkYEEAIfkEBQUACwAsAAACABQAEgAABoDAxUJwKBgJkUMgMEgMBgGhtFggKKJSwfKJXTSMhoR0PHxCFwAEgSAmjwXmxYNQULjdTCikCriT4VAGBRF+eE9GB4VkeXSJilJMCRobEo+QUHkClnAJAQBOXYUAXAuZiqNPQqgDmncAeV15UK1CAqidi2aYW05nhrrAoXiRXMILQQAh+QQJBQAAACwAAAIAFAAPAAAGNkCAcEgsGouVo3LJNBSYxwAokoQSA4OBwErMBrjdwRecyCbG4KwYLBywh25AnJuAv4foe3oYBAAh+QQFBQAFACwAAAEAFAATAAAGecCCsCAZCicD5ABgHAYmCAIhcggEBslBoHkdNBTboQCQDRfIk4CgKb5OmIVkAM4WkrFnrLkudAOeanxGAnp6glxpcodGaIaLfViKjwVPWlhri4RaAEh7fGhMkZifkpyXn110bkujBWNlXFlaVqtpdX9KkUp0t6ubbEEAOw==) no-repeat 50% 50%;
}
.xsort-admin-area ul li{
	display: block;
	color: #f43;
	cursor: pointer;
	padding: 1px 0;
}
.xsort-admin-area ul li.current,
.xsort-admin-area ul li:hover{
	color: #000;
}
.xsort-admin-area ul li.current{
	font-weight: bold;
}
.xsort-admin-area p{
	margin: 0;
	padding: 7px 0 0;
}
.xsort-admin-area code{
	max-height: 400px;
	overflow: auto;
}
.xsort-div-clearall{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAQAAACR313BAAAAKklEQVQoz2NgGATA4L/Bf3QWmrTBfwSNQwEOSWQT8EjiNRqnCQRcPgAAAG+mJxC7ICdhAAAAAElFTkSuQmCC);
	background-position: 50% 50%;
	width: 32px;
	padding: 0;
	background-repeat: no-repeat;
	cursor: pointer;
}



/* Ripple */

.legitRipple {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 0;
}



.legitRipple-ripple {
  position: absolute;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  will-change: transform, width, opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 0;
  opacity: 1;
  -webkit-transition: width 0.15s linear, opacity 0.9s ease-out;
  transition: width 0.15s linear, opacity 0.9s ease-out;
}

.legitRipple-ripple:before {
  content: "";
  padding-top: 100%;
  display: block;
}

img ~ .legitRipple-ripple {
  z-index: auto;
}

.legitRipple-template {
  display: none;
}

.legitRipple-custom {
  overflow: hidden;
}

.legitRipple-custom > * {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* страница скачать */

.downloads .content {
  margin: 16px 0;
}
.downloads .content .content__data {
  float: left;
  width: auto;
  max-width: 150px;
  padding-left: 16px;
  margin-right: 16px;
}
.downloads .content .content__dls {
  max-width: 300px;
}
.downloads .content .content__data .content__data__cover {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 3px solid #fff;
}

.downloads .content .content__data h1 {
  font-size: 14px;
  font-weight: 700;
  padding-top: 16px;
  text-transform: uppercase;
}
.downloads .content .content__data .content__data__bar {
  width: 100%;
  height: 3px;
  background: #fff;
  margin: 8px 0 24px 0;
}

.downloads .content .content__dls .content__dls__btn {
  position: relative;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  padding: 0;
  border-radius: 2px;
  letter-spacing: -0.5px;

}
.downloads .content .content__dls .content__dls__btn button{
  color: #fff;
}

@media (min-width: 960px) {
  .downloads .content .content__dls .content__dls__btn .btn {
      font-size: 20px;
      width: 160px;
      height: 60px;
      line-height: 60px;
  }
}

@media (min-width: 960px) {
  .downloads .content .content__dls {
      max-width: 460px;
  }
}

.downloads .divider {
  margin: 32px 0;
}

/* Mobile nav */

.bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  padding: 0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  z-index: 6;
  height: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #303030;
  color: #0f0f0f;
  font-size: 1.1rem;
}

.bar_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}



.view_etc{
  z-index: -1;
  background: #212121;
  height: 100%;
  width: 100%;
  min-height: 700px;
  transition: .3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(3000px);
}

.view_etc.active{
  z-index: 5;
  transform: translateY(0);
}



.horizontal-card-list-container{
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.horizontal-card-list-top-container{
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.horizontal-card-list-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.horizontal-card-list-header {
  padding: 12px 12px 10px;
}


.horizontal-card-list-header .ytm-rich-list-header-icon {
  margin-right: 12px;
}
.channel-thumbnail-icon {
  margin-right: 8px;
  vertical-align: middle;
}

.c3-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: none;
}

@media (max-width: 528px) {
.ytm-rich-list-header-title {
      font-family: "Roboto", "Arial", sans-serif;
      font-size: 1.3rem;
      line-height: 2.6rem;
      font-weight: 700;
      overflow: hidden;
      display: block;
      max-height: 2.6rem;
      -webkit-line-clamp: 1;
      display: box;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
  }
}


.horizontal-card-list-cards{
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.horizontal-card-list-card{
  margin-left: 12px

}
.ytm-video-card-renderer{
  display: inline-block;
  margin-bottom: 12px;
}
.video-thumbnail-container-compact-rounded {
  border-radius: 8px;
}

.video-thumbnail-container-compact {
  width: 160px;
  height: 90px;
  justify-content: center;
  align-items: center;
}
 .video-thumbnail-container-compact {
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.video-thumbnail-bg {
  background-color: rgba(0, 0, 0, 0.1);
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  margin: auto;
}

.yt-core-image--content-mode-scale-aspect-fill {
  object-fit: cover;
}
.yt-core-image--fill-parent-width {
  width: 100%;
}
.yt-core-image--fill-parent-height {
  height: 100%;
}
.video-card-metadata {
  margin-top: 8px;
  overflow: hidden;
  width: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.horizontal-card-list-card .video-card-title-container {
  margin-top: 8px;
}
.video-card-title-container {
  white-space: normal;
  width: 100%;
}
.video-card-title{
  display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 2.5em;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.25;
    text-overflow: ellipsis;
    font-weight: normal;
}
.subhead {
  opacity: .6;
}

.veiw_item {
  margin-top: 12px;
  display: block;
}
.compact-link-endpoint{
  box-sizing: border-box;
  text-transform: none;
  font-size: 1rem;
  height: 48px;
  padding: 12px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.compact-link-icon {
  margin-right: 12px;
}

.ytm-shelf-renderer.vertical-shelf-separators, .ytm-item-section-renderer{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 12px;
}
.shelf-header{
  padding: 0 12px;
  margin-bottom: 8px;
}
@media (max-width: 528px) {
  .shelf-title-bar h3 {
      font-family: "Roboto", "Arial", sans-serif;
      font-size: 1.8rem;
      line-height: 2.6rem;
      font-weight: 700;
      overflow: hidden;
      display: block;
      max-height: 2.6rem;
      -webkit-line-clamp: 1;
      display: box;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
  }
}


/* css from full story */

.dialog.htv-server-selector-dialog .htvssd-ratings {
  display: flex;
  flex-direction: row;
}
.dialog.htv-server-selector-dialog .htvssd-ratings-region {
  width: 50px;
  text-align: center;
padding: 5px;
border-radius: 5px;
}

.dialog.chose_plyr_source{
margin:0;
}

.htvssd-ratings-region:hover{
cursor: pointer;
background-color:#303030;
}

.htvssd-ratings-region.active{
background-color:#f3c669;
}


.htvssd-server-toc{
border-bottom: solid 1px;
padding-right: 30px !important;
}

#plyr__time_skip {
  background: #111111cc;
  border: 0;
  border-radius: 50%;
  color: #fff;
  left: 50%;
  min-width: 80px;
  width: min-content;
  max-width: 100px;
  max-height: 90px;
  opacity: 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  transform: translate(-50%, -50%);
  padding-top: 20px;
  position: absolute;
  top: 50%;
  transition: 1s;
  z-index: 3;
  pointer-events: none;
  box-shadow: 0px 0px 45px #000000;
}