body {
   background-color: #381f3e;
   color: #ff867d;
	font-size: 14px;
	font-family: 'Roboto Condensed',sans-serif;
   /*max-width: 1400px;*/
   min-width: 280px;
   margin: 0 auto;
}
.icon-folder {
   color: #ba86c1;
}
a:visited {
   text-decoration: none;
}
a:active {
   text-decoration: none;
}
p {
   margin-top: 0;
   clear: both;
}
img {
   vertical-align: middle;
   padding: 0;
}
h1 {
   font-size: 18px;
   margin: 0;
}
h2 {
   font-weight: 400;
   font-size: 18px;
   margin: 0;
   padding: 3px;
   bottom: 0px;
}
.sog {
   background-color: #4b354e;
   padding: 5px;
   color: #ddd;
   text-align: right;
   font-weight: 600;
   border: #7a4681 solid 1px;
   border-style: dashed;
   margin-top: 5px
}
a {
   color: #111;
   text-decoration: none;
}
a:hover {
   color: #707070;
   text-decoration: none;
}
.title a {
   color: #2a2a2a;
}
.title a:hover {
   color: #ee4923;
}
.post-info {
   color: #ddd;
   margin-right: 20px;
   font-size: 12px;
   font-weight: 700;
   padding-left: 3px;
}
.category-info {
   color: #ddd;
   margin-right: 20px;
   font-size: 15px;
   font-weight: 700;
   padding-left: 3px;
}
.head {
   /*background: linear-gradient(#5e89d8, #4a60a5);*/
   background-color: #6e3152;
   color: #ddd;
   /*text-shadow: 1px 1px 0px #6e89d8;*/
   padding: 7px;
}
.head a {
   color: #f7a8a8;
}
.head a:hover {
   color: #f7a8a8;
}
.kategoriya {
   background: #ccc;
   margin-top: 0;
   background-repeat: repeat-x;
   font-size: 15px;
   color: #666;
   vertical-align: middle;
   border-top: #bbb solid 1px;
   border-bottom: #ddd solid 1px;
   z-index: 10;
   position: relative;
   padding: 8px;
}
.kategoriya a {
   padding-left: 6px;
   color: #4a60a5;
}
.kategoriya a:hover {
   color: #5e89d8;
}
.r {
   background-color: #7e4968;
   font-size: 15px;
   color: #f2f2f2;
   text-align: left;
   padding: 8px;
}
.rn {
   background-color: #5e2f64;
   padding: 8px;
}
.foot {
   background-color: #6e3152;
   font-size: 13px;
   color: #fbced4;
   /* text-shadow: 1px 1px 0px #fff9d2; */
   padding: 7px;
}
.foot a {
   color: #000;
}
.foot a:hover {
   color: #111;
}
.naviga table {
   width: 100%;
   text-align: center;
   font-size: 14px;
   padding: 0;
}
.naviga table a {
   background: linear-gradient(#555, #444);
   background-color: #333;
   display: block;
   color: #bbb;
   padding: 10px;
}
.naviga table a:hover {
   background: linear-gradient(#666, #555);
   background-color: #555;
   display: block;
   color: #ccc;
   padding: 10px;
}
.speed {
   background-color: #1e1d1e;
   font-size: 15px;
   color: #ddd;
   padding: 7px;
   border-bottom: solid 1px #333;
}
.speed a {
   color: #d1a0d7;
}
.speed a:hover {
   color: #8e6b92;
}
.navigation {
   background: #222;
   margin-top: 0;
   background-repeat: repeat-x;
   font-size: 15px;
   font-weight: 600;
   color: #aaa;
   vertical-align: middle;
   border-top: #444 solid 1px;
   border-bottom: #333 solid 1px;
   padding: 8px;
}
.navigation a {
   padding-left: 5px;
   color: #fbced4;
}
.navigation a:hover {
   color: #ccc;
}
.short-story {
   padding: 1px;
}
.prev_row {
   background-color: #221324;;
   display: flex;
   flex-wrap: wrap;
   padding: 5px;
}
.prev_link {
   display: block;
   text-decoration: none;
   padding-bottom: 33px;
}
.prev_link:hover .prev_title_text {
   color: #777;
}
.prev_link:hover .prev_photo_img_img {
   -webkit-filter: brightness(80%);
   filter: brightness(80%);
}
.prev_photo_img {
   position: relative;
   background-color: #3e2242;
   object-fit: cover;
}
.prev_photo_img {
   padding-top: 150%;
}
.prev_img_img {
   display: block;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   transition: 0.3s ease-in-out;
   object-fit: cover;
}
.prev_screen img {
   vertical-align: middle;
   filter: blur(0px);
   object-fit: cover;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
}
.prev_title {
   display: block;
   width: 100%;
   position: absolute;
   background-color: #2c1c2e;
}
.prev_title_text {
   display: block;
   color: #bebebe;
   font-size: 18px;
   font-weight: 400;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   transition: 0.3s ease-in-out;
   padding: 6px;
}
.prev_photo {
   background-color: #642f4f;
   width: calc(100% - 10px);
   margin: 5px;
   position: relative;
}
@media screen and (min-width: 370px) {
   .prev_photo {
      width: calc(100% / 2 - 10px);
   }
}
@media screen and (min-width: 576px) {
   .prev_photo {
      width: calc(100% / 2 - 10px);
   }
}
@media screen and (min-width: 768px) {
   .prev_photo {
      width: calc(100% / 3 - 10px);
   }
}
@media screen and (min-width: 992px) {
   .prev_photo {
      width: calc(100% / 3 - 10px);
   }
}
@media screen and (min-width: 1200px) {
   .prev_photo {
      width: calc(100% / 4 - 10px);
   }
}
.prev_left_bottom_view,
.prev_left_top_rate {
   /*background-color: #000000;*/
   /*opacity: 0.6;*/
   display: block;
   position: absolute;
   padding: 2px 4px 1px;
   background: rgba(0, 0, 0, 0.6);
   font-size: 12px;
   line-height: 1.3;
   color: #e0e0e0;
}
.prev_left_top_rate {
   top: 18px;
   left: 2px;
}
.prev_right_top_new {
   /*background: rgba(0, 0, 0, 0.6);*/
   /*background-color: #000000;*/
   opacity: 0.5;
   display: block;
   position: absolute;
   padding: 0px 1px 0px 0px;
   font-size: 25px;
   line-height: 1.3;
   color: #ff000091;
}
.prev_right_top_new {
   top: 17px;
   right: -1px;
}
.prev_right_top_new_img {
   background-image: url('../images/new.gif');
   width: 60px;
   height: 60px;
}
.prev_left_bottom_view {
   margin-top: -53px;
   left: 2px;
}
.prev_right_bottom_images {
   /*background-color: #000000;*/
   /*opacity: 0.6;*/
   display: block;
   position: absolute;
   padding: 2px 4px 1px;
   background: rgba(0, 0, 0, 0.6);
   font-size: 12px;
   line-height: 1.3;
   color: #e0e0e0;
}
.prev_right_bottom_images {
   margin-top: -20px;
   right: 2px;
}
.prev_right_bottom_model {
   /*background-color: #000000;*/
   /*opacity: 0.6;*/
   display: block;
   position: absolute;
   padding: 2px 4px 1px;
   background: rgba(0, 0, 0, 0.6);
   font-size: 12px;
   line-height: 1.3;
   color: #d5d03d;
}
.prev_right_bottom_model {
   margin-top: -53px;
   right: 2px;
}
.prev_right_bottom_model a {
   color: #d5d03d;
   text-decoration: none;
}
.prev_right_bottom_model_relat {
   /*background-color: #000000;*/
   /*opacity: 0.6;*/
   display: block;
   position: absolute;
   padding: 2px 4px 1px;
   background: rgba(0, 0, 0, 0.6);
   font-size: 12px;
   line-height: 1.3;
   color: #d5d03d;
}
.prev_right_bottom_model_relat {
   margin-top: -20px;
   right: 2px;
}
.prev_right_bottom_model_relat a {
   color: #d5d03d;
   text-decoration: none;
}
.prev_row_full {
   background-color: #221324;
   margin-top: 0px;
   font-family: Trebuchet MS;
   font-size: 15px;
   color: gray;
   text-align: left;
   z-index: 10;
   position: relative;
   padding: 7px;
}
p.title {
   white-space: nowrap; /* Запрещаем перенос строк */
   overflow: hidden; /* Обрезаем все, что не помещается в область */
   text-overflow: ellipsis; /* Добавляем многоточие */
}
.statya {
   font-style: italic;
   color: #444;
   font-size: 14px;
}
.about {
   font-size: 15px;
   color: #d9c8cf;
   background-color: #533556;
   border-top: #5e2f64 solid 1px;
   padding: 5px;
}
.about a {
   color: #aa545b;
}
.rek {
   background-color: #e5e5e5;
   color: gray;
   text-align: left;
   border: #d3d0a9 solid 1px;
   position: relative;
   padding-top: 3px;
}
.rek a {
   color: #666;
}
.rek a:hover {
   color: #437ce4;
}

.berrors {
   background: #342334;
   color: #cbc487;
   padding: 10px;
}
.berrors a {
   color: #aa4e4e;
}
.kol {
   background-color: #9eb2cf;
   float: right;
   font-size: 14px;
   color: #333;
   border-bottom: 1px solid #ccc;
   padding: 3px 5px 2px;
   border-radius: 4px;
   border: #aaa solid 1px;
   margin-top: -3px;
}
.count {
   background-color: #333;
   font-size: 13px;
   color: gray;
   text-align: left;
   /*border: #d3d0a9 solid 1px;*/
   z-index: 10;
   position: relative;
   padding: 5px;
}
.count a {
   color: #aaa;
}
.count a:hover {
   color: #ba86c1;
}
html,
body {
   height: 100%;
}
.container {
   max-width: 1390px;
   margin: 0px auto;
   padding: 0px 10px;
}
.header {
   position: fixed;
   width: 100%;
   top: 0;
   left: 0;
   z-index: 50;
}
.header:before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #5e2f64;
   z-index: 2;
}
.header_body {
   position: relative;
   display: flex;
   justify-content: space-between;
   height: 55px;
   align-items: center;
}
.logo {
   margin-top: 60px;
}
.header_logo {
   flex: 0 0 250px;
   overflow: hidden;
   position: relative;
   z-index: 3;
}
.header_logo img {
   max-width: 100%;
}
.header_burger {
   display: none;
}
.header_list {
   display: flex;
   position: relative;
   z-index: 2;
}
.header_list a {
   color: #eee;
   text-transform: uppercase;
   font-size: 16px;
   text-decoration: none;
}
.header_list a:hover {
   color: #bbb;
   text-transform: uppercase;
   font-size: 16px;
   text-decoration: none;
}
.header_list li {
   list-style: none;
   margin: 0px 0px 0px 15px;
}
.header_link {
   color: #eee;
   text-transform: uppercase;
   font-size: 16px;
   text-decoration: none;
}

@media (max-width: 767px) {
   /*body.lock {
      overflow: hidden;
   }*/
   .header_body {
      height: 45px;
   }
   .logo {
      margin-top: 45px;
   }
   .header_logo {
      flex: 0 0 250px;
   }
   .header_burger {
      display: block;
      position: relative;
      width: 30px;
      height: 20px;
      z-index: 3;
   }
   .header_burger span {
      position: absolute;
      background-color: #fff;
      left: 0;
      width: 100%;
      height: 2px;
      top: 9px;
      transition: all 0.3s ease 0s;
   }
   .header_burger:before,
   .header_burger:after {
      content: "";
      background-color: #fff;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      transition: all 0.3s ease 0s;
   }
   .header_burger:before {
      top: 0;
   }
   .header_burger:after {
      bottom: 0;
   }
   .header_burger.active span {
      transform: scale(0);
   }
   .header_burger.active:before {
      transform: rotate(45deg);
      top: 9px;
   }
   .header_burger.active:after {
      transform: rotate(-45deg);
      bottom: 9px;
   }
   .header_menu {
      position: fixed;
      top: -100%;
      left: 0;
      /*width: 100%;*/
      /*height: 100%;*/
      overflow: auto;
      background-color: #4373bb;
      padding: 50px 10px 0px 10px;
      transition: all 0.3s ease 0s;
   }
   .header_menu.active {
      top: 0;
   }
   .header_list {
      display: block;
      padding-left: 0px;
      text-align: center;
   }
   .header_list a {
      display: block;
      background-color: #eee;
      border: #ccc solid 1px;
      padding: 5px;
      color: #444;
   }
   .header_list li {
      margin: 0px 5px 20px 5px;
      text-align: center;
   }
   .header_link {
      color: #000000;
      font-size: 16px;
      text-decoration: none;
   }
}
.content {
   padding: 0px 0px 0px 0px;
}
.content_text {
   font-size: 16px;
}
@media (max-width: 767px) {
   .content {
      padding: 0px 0px 0px 0px;
   }
}
.rate {
   background-color: #222;
   text-align: center;
   padding: 14px 0 8px 0;
   border: solid 1px 0 1px 0 #333;
   font-size: 18px;
   color: #ccc;
}
.frate {
   height: 40px;
   line-height: 28px;
   width: 65%;
   position: relative;
   opacity: 0;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -ms-flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -ms-flex-pack: justify;
   -webkit-justify-content: space-between;
   justify-content: space-between;
}
.frate.done {
   opacity: 1;
}
.rate-data {
   display: none;
}
.rate-plus,
.rate-minus {
   cursor: pointer;
}
.frate .fa {
   color: #8bc34a;
   display: inline-block;
   vertical-align: top;
   font-size: 28px;
   margin-right: 2px;
}
.rate-minus .fa {
   color: #ed5e54;
   position: relative;
}
.frate div:hover .fa {
   animation: bounceRate 0.3s infinite linear;
   animation-direction: alternate;
}
.rbar {
   height: 6px;
   overflow: hidden;
   background-color: #b72727;
   border-radius: 3px;
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
}
.rfill {
   width: 50%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   background-color: #8bc34a;
   transition: width 1s linear;
}
.rate-perc {
   font-size: 18px;
   font-weight: 700;
}
.rate-perc.high {
   color: #ffc107;
}
.rate-perc.low {
   color: #f20404;
}
@keyframes bounceRate {
   from {
      transform: translate(0, 0%);
   }
   to {
      transform: translate(0, -50%);
   }
}
.podrob {
   background: #221324;
   margin-top: 1px;
   color: #b7859c;
   text-align: left;
   padding: 8px;
   line-height: 20px;
   font-size: 15px;
}
.podrob a {
   color: #c0abc3;
   border-radius: 4px;
   margin-left: 4px;
   margin-right: 4px;
}
.podrob a:hover {
   color: #be77a3;
}
.inform {
   background-color: #221324;
   margin-top: 1px;
   padding: 5px;
}
.inform a {
   color: #437ce4;
}
.inform a:hover {
   color: #537ce4;
}
.inform table {
   border-collapse: collapse;
   text-align: center;
   width: 100%;
}
th {
   background-color: #2e0e32;
   color: #bebebe;
   padding: 10px 20px;
   border: solid 1px #4a264e;
   font-size: 14px;
   width: 50%;
   margin: 5px;
}
.sidebar_mob {
   display: none;
}
@media (max-width: 960px) {
   main {
      display: flex;
      width: 100%;
      max-width: 1400px;
      margin: 0 auto;
   }
   .sidebar_mob {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
      background-color: #f5f5f5;
   }
   .sidebar_sect_mob {
      margin-bottom: 0px;
   }
   .sidebar_section_head_mob {
      font-size: 18px;
      font-weight: 600;
      padding: 7px;
      background-color: #efefef;
   }
   .sidebar_nav_link a {
      display: block;
      /* width: 100%;*/
      padding: 7px 15px;
      color: #724278;
      font-size: 18px;
      text-decoration: none;
      transition: 0.2s ease-in-out;
      border-bottom: dotted 1px #e0e0e0;
   }
   .sidebar_nav_link a:hover,
   .sidebar_nav_link a.active {
      background-color: #eee;
      color: #555;
      border-bottom: dotted 1px #86438f;
   }
   .wrap_mob {
      width: 100%;
   }
   .wrap_mob {
      align-items: stretch;
      width: 100%;
      margin: 10 auto;
      flex-direction: column;
      padding: 0px;
   }
   ul,
   li {
      display: block;
      margin: 0;
      padding: 0;
      border: 0;
      font-weight: inherit;
      font-style: inherit;
      vertical-align: baseline;
   }
}
@media screen and (min-width: 460px) {
   main {
      display: flex;
      width: 100%;
      max-width: 1400px;
      margin: 0 auto;
   }
   .sidebar {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 315px;
      background-color: #2f1932;
   }
   .sidebar_sect {
      margin-bottom: 20px;
   }
   .sidebar_section_head {
      font-size: 18px;
      font-weight: 600;
      padding: 7px;
      background-color: #cda4c3;
      color: #2b0030;
   }
   .sidebar_nav_link a {
      display: block;
      /* width: 100%; */
      padding: 7px 15px;
      color: #baa4bd;
      font-size: 18px;
      text-decoration: none;
      transition: 0.2s ease-in-out;
      border-bottom: dotted 1px #56325a;
   }
   .sidebar_nav_link a:hover,
   .sidebar_nav_link a.active {
      background-color: #3e2242;
      color: #ddd;
      border-bottom: dotted 1px #666;
   }
   .wrap {
      width: 80%;
   }
   .wrap {
      align-items: stretch;
      width: 80%;
      margin: 10 auto;
      flex-direction: column;
      padding: 0px;
   }
   ul,
   li {
      display: block;
      margin: 0;
      padding: 0;
      border: 0;
      font-weight: inherit;
      font-style: inherit;
      vertical-align: baseline;
   }
   .sidebar_fon {
      background: url(../images/sbar1.gif) #ffffff00;
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block;
      opacity: 0.9;
      width: 100%;
      height: 574px;
      border-bottom: 1px dashed #813c6b;
   }
}
.kolvo {
   background-color: #412e48;
   float: right;
   font-size: 14px;
   color: #aaa;
   padding: 3px 5px 2px;
   border-radius: 4px;
   border: #111 solid 1px;
   margin: -28px 10px 0px 0px;
}
.popular {
background-color: #000;
}
.tabs__items {
   color: azure;
}
.tabs__block {
   display: none;
   padding: 2px;
}
.tabs__block:nth-child(1) {
   background-color: #fdff6f;
}
.tabs__block:nth-child(2) {
   background-color: #e760d5;
}
.tabs__block:nth-child(3) {
   background-color: #960000;
}
.tabs__block:target {
display: block;
}