@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');
/*
Edited YUI CSS Reset

Copyright (c) 2011, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html, version: 2.9.0
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}a{color:inherit;text-decoration:none}header,footer,section,nav{display:block}

body, html {
  font-family: "Lato", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
.container {
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
h1, h2, h3, h4 {
  font-family: "PT Sans", sans-serif;
}
h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  margin: 6px 0;
}
p.serif {
  font-family: 'PT Serif', serif;
}
.logo {
  width: 242px;
  height: 77px;
  width: 290px;
  height: 100px;
  background: url("img/logo2resize.png") no-repeat 0% 50%;
  background-size: 242px 77px;
  background-size: 338px 108px;
  background-size: contain;
  overflow: hidden;
  display: block;
  text-indent: -10000px;
  margin: -5px 0;
}
.av {
  background: #ddd;
  background: rgba(0,0,0,0.1);
  overflow: hidden;
  position: relative;
}
.av>a>img {
  width: 100%;
}
.list-group.fullw ul li.av.leader,
.av.leader {
  width: 728px;
  height: 90px;
}
.av.leader2 {
  height: auto;
}
.av.cav {
  margin: 0 auto;
  width: 528px;
  height: 297px;
  height: 331px;
}
@media screen and (max-width: 568px) {
  .av.cav {
    height: calc(56.25vw - 22.5px);
    height: calc(56.25vw + 11.5px);
  }
}
.av.medium {
  width: 300px;
  height: 250px;
}
.av.stand {
  width: 468px;
  height: 60px;
}
.av.half {
  width: 234px;
  height: 60px;
}
.av.sky {
  width: 160px;
  height: 600px;
}
.av>a>img {
  display: block;
}
aside .av {
  margin: auto;
}
header {
  background: #f8f8f8;
  position: sticky;
  top: -100px;
  z-index: 40;
}
header .head-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}
header nav {
  background: #f9ba00;
  color: #362f2d;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
}
  .dark {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 30px;
    z-index: 1;
  }
  .dark.dark-web {
    right: 20px;
  }
  .dark span {
    display: block;
    padding-left: 3px;
    height: 30px;
    margin-top: 3px;
    line-height: 25px;
    background: url('img/ico-moon.svg') no-repeat 50% 50% / 20px 20px;
  }
header nav ul {
  margin-right: 40px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}
header ul li {
  transition: .2s;
  position: relative;
}
header ul li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  white-space: nowrap;
  background: #f9ba00;
  color: #362f2d;
  transition: .2s;
}
header ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
header nav.open ul li:hover ul {
  display: none;
}
header nav.open ul li.open:hover ul,
header nav.open ul li.open ul {
  display: block;
  position: static;
  opacity: 1;
  visibility: visible;
  margin: 0;
  padding: 0 0 0 30px;
}
header ul li a {
  display: block;
  padding: 4px 5px;
  line-height: 30px;
  height: 28px;
  transition: .2s;
}
header ul li.has-children>a::after {
  content: "▾";
  margin-left: 5px;
}
header ul li.home a {
  overflow: hidden;
  width: 18px;
  width: 28px;
  background: url("img/home.png") no-repeat 50% 50%;
  background-size: 18px 18px;
  text-indent: -10000px;
}
header ul li:hover,
header ul li.active {
  color: white;
  background: #362f2d;
}
header ul li.home:hover a,
header ul li.home.active a {
  filter: brightness(0) invert(1);
}
header ul li.search a {
  overflow: hidden;
  text-indent: -1000px;
  width: 27px;
  background: url("img/search.svg") no-repeat 50% 50% / 16px auto;
  transition: .3s filter;
}
@media screen and (max-width: 767px) {
  header ul li.search {
/*     display: none; */
  }
  header ul li.search.active {
    display: none;
  }
}
header ul li.search.active a,
header ul li.search a:hover {
  filter: invert(1);
}
header .search-form {
  display: flex;
  justify-content: flex-end;
}
header .search-form input {
  margin: 2px 10px 2px auto;
  min-width: 200px;
  width: 20%;
  border: 0px none;
  background: white;
  padding: 6px 4px;
}
header .search-form button {
  margin: 2px 0 2px;
  padding: 6px 10px;
  background: #362f2d;
  color: white;
  border: 0px none;
  text-transform: uppercase;
}
.home-shortcuts ul {
  margin-top: 2px;
  margin-bottom: 2px;
  height: 350px;
  height: 560px;
  position: relative;
  /*background: yellow;*/ /*TODO*/
}
.home-shortcuts ul li {
  position: absolute;
  overflow: hidden;
}
.home-shortcuts ul li:nth-child(1) {
  left: calc(30% + 1px);
  right: calc(30% + 1px);
  top: 0;
  bottom: calc(33% + 1px);
}
.home-shortcuts ul li:nth-child(2) {
  left: 0;
  right: calc(70% + 1px);
  top: 0;
  bottom: calc(66% + 1px);
}
.home-shortcuts ul li:nth-child(3) {
  left: 0;
  right: calc(70% + 1px);
  top: calc(34% + 1px);
  bottom: calc(33% + 1px);
}
.home-shortcuts ul li:nth-child(4) {
  right: 0;
  left: calc(70% + 1px);
  top: 0;
  bottom: calc(66% + 1px);
}
.home-shortcuts ul li:nth-child(5) {
  right: 0;
  left: calc(70% + 1px);
  top: calc(34% + 1px);
  bottom: calc(33% + 1px);
}
.home-shortcuts ul li:nth-child(6) {
  left: 0;
  right: calc(70% + 1px);
  top: calc(67% + 1px);
  bottom: 0;
}
.home-shortcuts ul li:nth-child(7) {
  left: calc(30% + 1px);
  right: calc(30% + 1px);
  top: calc(67% + 1px);
  bottom: 0;
}
.home-shortcuts ul li:nth-child(8) {
  right: 0;
  left: calc(70% + 1px);
  top: calc(67% + 1px);
  bottom: 0;
}
.home-shortcuts ul li .tile-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.home-shortcuts ul li .tile-img::after {
  background: #362f2d;
  opacity: .4;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: .3s;
  background: transparent;
  background: rgba(54,47,45,.3);
}
.home-shortcuts ul li:hover .tile-img::after {
  background: #e74c3c;
  background: rgba(54,47,45,1);
}
.home-shortcuts ul li .tile-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-shortcuts ul li .over {
  bottom: -53px;
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px 20px 5px;
  color: white;
  padding-bottom: 8px;
  transition: .3s;
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#362f2d+0,000000+100,362f2d+100&0+0,0.33+25,0.5+32,0.7+38,0.9+100 */
background: -moz-linear-gradient(top, rgba(54,47,45,0) 0%, rgba(54,47,45,0.33) 25%, rgba(54,47,45,0.5) 32%, rgba(54,47,45,0.7) 38%, rgba(54,47,45,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(54,47,45,0) 0%,rgba(54,47,45,0.33) 25%,rgba(54,47,45,0.5) 32%,rgba(54,47,45,0.7) 38%,rgba(54,47,45,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(54,47,45,0) 0%,rgba(54,47,45,0.33) 25%,rgba(54,47,45,0.5) 32%,rgba(54,47,45,0.7) 38%,rgba(54,47,45,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00362f2d', endColorstr='#e6362f2d',GradientType=0 ); /* IE6-9 */



/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#362f2d+0,000000+100,362f2d+100&0+0,0.5+5,0.5+9,0.7+16,0.9+100 */
background: -moz-linear-gradient(top,  rgba(54,47,45,0) 0%, rgba(54,47,45,0.5) 5%, rgba(54,47,45,0.5) 9%, rgba(54,47,45,0.7) 16%, rgba(54,47,45,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(54,47,45,0) 0%,rgba(54,47,45,0.5) 5%,rgba(54,47,45,0.5) 9%,rgba(54,47,45,0.7) 16%,rgba(54,47,45,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(54,47,45,0) 0%,rgba(54,47,45,0.5) 5%,rgba(54,47,45,0.5) 9%,rgba(54,47,45,0.7) 16%,rgba(54,47,45,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00362f2d', endColorstr='#e6362f2d',GradientType=0 ); /* IE6-9 */

background: rgba(54,47,45,0.7);


}
.home-shortcuts ul li:hover .over {
  bottom: 0;
}
.home-shortcuts ul li .over .post-properties {
  display: none;
}
.home-shortcuts ul li .over .title {
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  max-height: 66px;
  max-height: 60px;
  font-weight: bold;
  margin-bottom: 8px;
  text-shadow: 2px 2px 6px rgba(0,0,0,.5);
}
.home-shortcuts ul li .over .intro {
  font-size: 12px;
  overflow: hidden;
  line-height: 15px;
  height: 45px;
}
.home-shortcuts ul li .hlnk {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  text-indent: -10000px;
}
.home-shortcuts .ticos {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 6px;
  padding-left: 6px;
}
.home-shortcuts .ticos span {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  filter: brightness(0) invert(1);
  margin-right: 10px;
  display: inline-block;
}
.home-shortcuts .ticos span.comments {
  background-image: url('img/comments.png');
}
.home-shortcuts .ticos span.video {
  background-image: url('img/video.png');
}

.bsa {
  margin-top: 15px;
}
.bsa aside {
  width: 180px;
}
.bsa aside:last-of-type {
  width: 300px;
}
.bsa .container {
  display: flex;
  justify-content: space-between;
}
.bsa .container>div {
  width: calc(100% - 510px);
  >div:first-of-type {
    margin-top: 0;
  }
}
.list-group {
  margin-bottom: 20px;
}
.list-group .title {
  color: #e74c3c;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid #f9ba00;
  margin-bottom: 10px;
}
.list-group .title::after {
  content: "";
  display: block;
  height: 1px;
  clear: both;
}
.list-group .title h2 {
  float: left;
  border-bottom: 3px solid #e74c3c;
  margin-bottom: -2px;
  padding-right: 5px;
}
.list-group ul {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-group ul li {
  width: calc(50% - 5px);
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  height: 140px;
  overflow: hidden;
}
.list-group.fullw ul li {
  width: 100%;
  height: auto;
}
.list-group ul li .tile-img {
  width: calc(50% - 7px);
}
.list-group.fullw ul li .tile-img {
  width: calc(30% - 7px);
}
.list-group ul li .tile-img img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.list-group ul li .over {
  width: calc(50% - 6px);
}
.list-group.fullw ul li .over {
  width: calc(70% - 20px);
}
.list-group ul .title {
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
  border-bottom: none;
  margin-bottom: 8px;
  color: #362f2d;
}
.list-group.fullw ul .title {
  font-size: 24px;
  line-height: 30px;
}
.list-group ul .post-properties {
  margin-bottom: 8px;
  margin-top: -8px;
  color: #555;
}
.list-group ul .intro {
  color: #888;
  font-size: 13px;
  line-height: 18px;
}
.list-group.fullw .pager {
  display: block;
  text-align: center;
}
.list-group.fullw .pager li {
  display: inline-block;
  width: auto;
  margin: 0 4px 8px;
}
.list-group.fullw .pager li a {
  display: block;
  padding: 0px 6px;
  border: 1px solid #ccc;
  background: #eee;
}
.list-group.fullw .pager li.current {
  font-weight: bold;
}
.bsa .av {
  margin-bottom: 20px;
}
footer {
  
}
footer .ftop {
  background: #362f2d;
  color: white;
  padding: 24px 0;
}
footer .ftop>div {
  display: flex;
  justify-content: space-between;
}
footer .fcopy {
  line-height: 24px;
  padding: 4px 0;
  background: #201c1b;
  color: white;
}
footer .fcopy>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .fcopy .copy {
  font-weight: 400;
}
footer .fcopy .dev {
  font-size: 12px;
  font-weight: 400;
}
footer .logo {
  background-image: url("img/logo-foot.png?v=2");
}
.flnav {
  color: #f9ba00;
  line-height: 24px;
  margin-top: 30px;
}
.flnav a {
  transition: .3s;
}
.flnav a:hover {
  color: white;
}
.flnav .em {
  font-weight: bold;
  text-transform: uppercase;
}
.fsocbox {
  width: 300px;
  height: 180px;
  background: rgba(255,255,255,0.2);
}


.finav {
  margin-bottom: 20px;
}
.finav li {
  margin-bottom: 10px;
}
.finav li>div {
  display: inline-block;
  font-weight: bold;
  vertical-align: baseline;
  text-transform: uppercase;
}
.finav li a {
  color: #f9ba00;
  margin-left: 8px;
  padding-right: 11px;
  display: inline-block;
  position: relative;
  transition: .3s;
}
.finav li a:hover {
  color: white;
}
.finav li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background: white;
  right: 0;
}
.finav li a:last-of-type::after {
  display: none;
}
.fsoc {
  overflow: hidden;
}
.fsoc li {
  float: left;
  margin-right: 10px;
  background-color: transparent;
  transition: .3s;
}
.fsoc li a {
  width: 32px;
  height: 32px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 4px solid transparent;
  display: block;
  overflow: hidden;
  text-indent: -10000px;
/*   transition: .3s; */
}
.fsoc li:hover {
  background-color: #e74c3c;
}
.fsoc li:hover a {
  filter: brightness(0%) invert(100%);
}
.fsoc li.fb a {
  background-image: url("img/soc-fb.png");
}
.fsoc li.tw a {
  background-image: url("img/soc-tw.png");
}
.fsoc li.yt a {
  background-image: url("img/soc-yt.png");
}
.fsoc li.ig a {
  background-image: url("img/soc-ig.png");
}

.midad {
  margin: 10px 0;
}
.midad>div {
  display: flex;
  justify-content: space-between;
}
aside>div {
  margin: 10px 0;
}
aside>a {
  margin: 10px 0;
  display: block;
}
.plusradio {
  position: relative;
  color: white;
  padding: 20px;
  padding-left: 80px;
  background: url("img/plusradio.png") no-repeat 20px 50% #e74c3c;
  background: url("img/naxi.png") no-repeat 10px 50% #e74c3c;
  background-size: 48px 48px;
  background-size: 63px 39px;
  margin-bottom: 20px;
}
.plusradio span {
  font-size: 15px;
  display: block;
  margin-bottom: 6px;
}
.plusradio em {
  color: #faca00;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.plusradio a {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  padding-left: 2px;
  line-height: 22px;
  text-align: center;
  background: #362f2d;
  margin-left: 6px;
  border-radius: 12px;
  font-size: 12px;
  transition: .3s;
}
.plusradio:hover a {
  background: #f9ba00;
  color: #362f2d;
}
.android {
  position: relative;
  color: #362f2d;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 80px;
  background: url("img/andr.png") no-repeat 20px 50% #f9ba00;
  background-size: 48px 48px;
  margin-bottom: 20px;
  overflow: hidden;
}
.android span {
  font-size: 12px;
  display: block;
  margin-bottom: 2px;
}
.android span b {
  font-weight: bold;
}
.android em {
  color: #e74c3c;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.android a {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  line-height: 23px;
  text-indent: -10000px;
  overflow: hidden;
  margin-left: 0;
  background: url("img/andr-play.png") no-repeat 50% 50%;
  background-size: contain;
  float: right;
}
.sbh-lnk {
  display: block;
  overflow: hidden;
  text-indent: -10000px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
}
.post-content {
  
}
.post-content .post-inner a strong,
.post-content .post-inner strong a, 
.post-content .post-inner a {
  color: #1279c2;
}
.post-content a:hover {
  text-decoration: underline;
}
.post-content h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  margin-right: 10%;
  margin-bottom: 6px;
}
.post-content h1 span {
  display: inline-block;
  padding: 0 4px;
  line-height: 22px;
  font-size: 16px;
/*   margin-right: 8px; */
  font-weight: bold;
  text-transform: uppercase;
}
.post-content h1 span.red {
  background: #e74c3c;
  color: #ffffff;
}
.post-content h1 span.yellow {
  background: #f9ba00;
  color: #000000;
}
.post-content h1 span.blue {
  background: #0c7899;
  color: #ffffff;
}
.post-content h1 span.green {
  background: #0d8760;
  color: #ffffff;
}
.post-content .post-properties {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
  font-size: 13px;
  color: #aaa;
  margin: 6px 0 10px;
}
.post-content .post-properties date {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #888;
  margin-right: 12px;
}
.post-content .post-properties .cat {
  display: inline-block;
  text-transform: uppercase;
  color: #f9ba00;
}
.post-content .post-properties .auth {
  float: right;
}
.post-content .post-tags {
  border-top: 1px solid #ddd;
  padding: 6px 0;
  font-size: 13px;
  color: #999;
  margin-bottom: 30px;
  margin-top: -30px;
}
.post-content .post-tags li {
  display: inline;
}
.post-content .post-tags li::after {
  content: ", ";
}
.post-content .post-tags li:last-child::after,
.post-content .post-tags li:first-child::after {
  display: none;
}
.post-content .post-tags a {
  color: #333;
}
.post-content .ph-img {
  margin: 10px 0;
  position: relative;
}
.post-content .ph-img img {
  display: block;
  width: 100%;
/*   height: 350px; */
  object-fit: cover;
}
.post-content .ph-img .credit {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.66);
  color: #ccc;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  padding: 2px 10px;
}
.post-content .intro {
  font-size: 15px;
  line-height: 22px;
  margin: 22px 0;
}
.post-content .intro p {
  margin: 22px 0;
}
.post-content .post-inner {
  color: #444;
  line-height: 22px;
  font-size: 15px;
  margin: 20px 0;
  margin-bottom: 50px;
  overflow: hidden;
}
.post-content .post-inner p {
  margin: 20px 0;
}
.post-content .post-inner table {
  max-width: 100%;
}
.post-content .post-inner strong, .post-content .post-inner b {
  font-weight: bold;
  color: #222;
}
.post-content .post-inner em, .post-content .post-inner i {
  font-style: italic;
}
.post-content .post-inner span[style*='color'] strong,
.post-content .post-inner span[style*='color'] b,
.post-content .post-inner span[style*='color'] em,
.post-content .post-inner span[style*='color'] i {
  color: inherit;
}
.post-content .post-inner ol>br, .post-content .post-inner ul>br {
  display: none;
}
.post-content .post-inner ol {
  margin-left: 15px;
}
.post-content .post-inner ol li {
  list-style-type: decimal;
  margin-left: 20px;
  padding-left: 8px;
}
.post-content .post-inner ul li {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 8px;
}
.post-content .post-inner p+br {
  display: none;
}
.post-content .post-inner p.video {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45%;
}
.post-content .post-inner p.video iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  margin: 0;
}
.post-content .post-inner img {
  display: block;
  max-width: 80%;
  margin: 20px auto;
}
.post-content .post-inner .av.leader {
  height: auto;
}
.post-content .post-inner .av img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.post-content .post-inner iframe {
  display: block;
  max-width: 80%;
  margin: 20px auto;
  border: none;
}
.post-content .post-inner blockquote {
  margin: 20px 0px;
  background: #f0f0f0;
  padding: 10px;
  color: #333;
  font-style: italic;
  line-height: 24px;
  font-size: 15px;
  border: 1px solid #ddd;
}

.post-content .post-inner table th,
.post-content .post-inner table td {
  padding: 2px 5px;
  border: 1px solid #aaa;
}
.post-content .post-inner table th {
  border-bottom: 2px solid #aaa;
  font-weight: 700;
  color: #333;
  font-size: 0.9em;
}
.post-content .post-inner h2,
.post-content .post-inner h3,
.post-content .post-inner h4 {
  margin: 20px 0;
}
.post-content .post-inner h2 {
  font-size: 26px;
}
.post-content .post-inner h3 {
  font-size: 22px;
}
.post-content .post-inner h4 {
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
}
.bsa aside:last-of-type .weatherwidget-io {
  display: none !important;
}
header .av-container>a {
  display: none;
}

.post-content .post-inner .gallery {
  position: relative;
  padding-top: 60%;
}
.post-content .post-inner .gallery .next,
.post-content .post-inner .gallery .prev {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #362f2d;
  border-radius: 16px;
  top: calc(50% - 16px);
}
.post-content .post-inner .gallery .next::before,
.post-content .post-inner .gallery .next::after,
.post-content .post-inner .gallery .prev::before,
.post-content .post-inner .gallery .prev::after {
  position: absolute;
  width: 12px;
  height: 2px;
  content: "";
  top: calc(50% - 1px);
  left: calc(50% - 6px);
  background: white;
  display: block;
}
.post-content .post-inner .gallery .next::before,
.post-content .post-inner .gallery .next::after {
  transform-origin: 100% 50%;
}
.post-content .post-inner .gallery .next::before {
  transform: rotate(-45deg);
}
.post-content .post-inner .gallery .next::after {
  transform: rotate(45deg);
}
.post-content .post-inner .gallery .prev::before,
.post-content .post-inner .gallery .prev::after {
  transform-origin: 0% 50%;
}
.post-content .post-inner .gallery .prev::before {
  transform: rotate(-45deg);
}
.post-content .post-inner .gallery .prev::after {
  transform: rotate(45deg);
}
.post-content .post-inner .gallery .next {
  right: 10px;
}
.post-content .post-inner .gallery .prev {
  left: 10px;
}
.post-content .post-inner .gallery .gallery-container {
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  bottom: 0;
  background: black;
  overflow: hidden;
}
.post-content .post-inner .gallery .gallery-container ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.post-content .post-inner .gallery .gallery-container ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
/*   left: 0; */
  width: 100%;
  height: 100%;
  transition: .3s left;
}
.post-content .post-inner .gallery .gallery-container ul li img {
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  max-width: none;
  object-fit: contain;
}
.post-content .post-inner .gallery .gallery-container ul li iframe {
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
}

.post-content .post-inner .audio {
  margin: 20px 0px;
  background: #f0f0f0;
  padding: 10px;
  color: #333;
/*   font-style: italic; */
  line-height: 24px;
  font-size: 15px;
  border: 1px solid #ddd;
}
.post-content .post-inner .audio audio {
  margin-top: 10px;
  border-radius: 4px;
}
.post-content .post-inner .relpost {
  
/*   clear: left; */
/*   float: left; */
/*   width: 40%; */
/*   margin-right: 3%; */
/*   margin-top: 8px; */
/*   display: flex; */
}
.post-content .post-inner .relpost a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #0073aa;
  line-height: 18px;
/*   text-align: center; */
}
.post-content .post-inner .relpost img {
  width: 16%;
  max-width: 16%;
  margin: 0 10px 0;
}
@media screen and (max-width: 767px) {
  .post-content .post-inner .relpost {
    float: none;
    width: auto;
    margin-right: 0;
    margin-top: 20px;
  }
}


@media screen and (max-width: 1240px) {
  header ul li a {
    font-size: 12px;
    padding: 4px;
  }
  .midad > div {
    flex-wrap: wrap;
    justify-content: center;
  }
  .midad > div > div {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .bsa aside:first-of-type {
    display: none;
  }
  .bsa .container > div {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 1240px) and (min-width: 1001px) {
  .post-content .av.leader {
    transform: scale(0.9);
    transform-origin: 0 0;
  }
  .bsa aside:last-of-type .weatherwidget-io {
    display: block !important;
  }
}
@media screen and (max-width: 1000px) {
  .bsa .container {
    flex-direction: column;
  }
  .bsa aside:first-of-type {
    display: flex;
    order: 2;
    justify-content: space-around;
  }
  .bsa aside:last-of-type {
    width: auto;
  }

  .bsa aside {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    order: 3;
  }
  .weatherwidget-io {
    width: 50%;
    min-width: 240px;
    max-width: 300px;
  }
  .bsa aside .android,
  .bsa aside .plusradio {
    max-height: 100px;
    min-width: 30%;
    width: 45%;
    max-width: 300px;
    box-sizing: border-box;
    margin: 10px 5px 20px 5px;
  }
  .bsa .av {
    max-width: 100%;
/*     margin-right: 5px; */
/*     margin-left: 5px; */
  }
  .bsa .av.leader {
/*     max-height: calc(12.5vw - 5px); */
    height: 160px;
  }
  .bsa .av.leader iframe {
    max-width: 100%;
    height: 160px !important;
  }
  .bsa .container > div {
    width: 100%;
    order: 1;
  }
  header nav ul {
    display: block;
    position: relative;
    height: 36px;
    box-sizing: border-box;
    padding-top: 36px;
  }
  header nav ul li.active {
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
  }
  header nav ul li {
    opacity: 0;
    visibility: hidden;
  }
  header nav ul li a {
    margin-left: 6px;
    margin-right: 6px;
  }
  header nav.open ul {
    height: auto;
  }
  header nav.open ul li {
    opacity: 1;
    visibility: visible;
  }
  .mob-handle {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    height: 36px;
    width: 30px;
    z-index: 1;
  }
  .mob-handle::before, .mob-handle::after, .mob-handle span {
    display: block;
    content: "";
    height: 2px;
    width: 24px;
    left: 3px;
    background: #362f2d;
    position: absolute;
  }
  .mob-handle::before {
    top: 10px;
  }
  .mob-handle::after {
    top: 24px;
  }
  .mob-handle span {
    top: 17px;
  }
  .play {
    display: block;
    position: absolute;
    top: 0;
    right: 56px;
    height: 36px;
    width: 30px;
    z-index: 1;
  }
  .play span {
    text-align: center;
    font-size: 18px;
    display: block;
    padding-left: 3px;
    height: 30px;
    margin-top: 3px;
/*     background: white; */
    border-radius: 15px;
    line-height: 25px;
    color: #362f2d;
  }
  .play span::before {
    content: '▶';
  }
  .share {
    display: block;
    position: absolute;
    top: 0;
    right: 92px;
    height: 36px;
    width: 30px;
    z-index: 1;
  }
  .share span {
    text-align: center;
    font-size: 18px;
    display: block;
    padding-left: 3px;
    height: 30px;
    margin-top: 3px;
    line-height: 25px;
    color: #362f2d;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ1IDQ0IiBoZWlnaHQ9IjQ0cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA0NSA0NCIgd2lkdGg9IjQ1cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0zNy41LDI5Yy0yLjQxMSwwLTQuNTUxLDEuMTQzLTUuOTIzLDIuOTFMMTUuMzYsMjcuNzEzbDE0LjAwMy0xMy4wMjZDMzAuMDQxLDE0Ljg4OCwzMC43NTcsMTUsMzEuNSwxNSAgYzQuMTQzLDAsNy41LTMuMzU4LDcuNS03LjVTMzUuNjQzLDAsMzEuNSwwUzI0LDMuMzU4LDI0LDcuNWMwLDEuMTkzLDAuMjg2LDIuMzE4LDAuNzgyLDMuMzJMMTEuNTA5LDIzLjE2OCAgQzEwLjM0OSwyMi40MzMsOC45NzcsMjIsNy41LDIyQzMuMzU3LDIyLDAsMjUuMzU3LDAsMjkuNVMzLjM1NywzNyw3LjUsMzdjMi42ODMsMCw1LjAyOC0xLjQxMiw2LjM1NC0zLjUyOWwxNi4yNDYsNC4yMDUgIEMzMC42NjYsNDEuMjU4LDMzLjc1OCw0NCwzNy41LDQ0YzQuMTQzLDAsNy41LTMuMzU3LDcuNS03LjVTNDEuNjQzLDI5LDM3LjUsMjl6IiBmaWxsPSIjMjMxRjIwIi8+PC9zdmc+') no-repeat 50% 50% / 20px 20px;
  }
  .dark {
    display: block;
    position: absolute;
    top: 0;
    height: 36px;
    width: 30px;
    z-index: 1;
  }
  .dark.dark-web {
    right: 56px;
  }
  .dark.dark-app {
    right: 128px;
  }
  .dark span {
    display: block;
    padding-left: 3px;
    height: 30px;
    margin-top: 3px;
    line-height: 25px;
    background: url('img/ico-moon.svg') no-repeat 50% 50% / 20px 20px;
  }

  
  header .av-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 728px;
    height: 90px;
    transition: .2s bottom;
  }
  header .av-container.hidden {
    bottom: -110px;
  }
  header .av-container>a {
    position: absolute;
    top: -20px;
    right: calc(50% - 364px);
    width: 20px;
    height: 20px;
    background: black;
    color: white;
    text-align: center;
    line-height: 20px;
    display: block;
    font-size: 20px;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
  }
  
  header .av.leader {
    width: 728px;
    height: 90px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .post-content .post-inner p.video {
    width: 100%;
    padding-top: 56.25%;
  }
  footer .ftop > div {
    display: block;
  }
  footer .ftop > div > div {
    margin-bottom: 20px;
  }
  footer .fcopy > div {
    display: block;
  }
  footer .fcopy .copy {
    font-size: 12px;
  }
  footer .fcopy .dev {
    opacity: .5;
  }
  .list-group ul {
    display: block;
  }
  .list-group ul li {
    width: 100%;
  }
  .av.sky {
    display: none;
  }
  .av.stand {
    transform: scale(.6);
    display: none;
  }
  .post-content .av.leader {
    display: none;
    display: block;
    height: auto;
  }
  .bsa .av.leader {
    height: auto;
  }
  header {
    top: -87px;
    top: -100px;
  }
  header.hideLogo {
    top: 0;
  }
  header.hideLogo .head-top {
    height: 0;
    padding-top: 0;
  }
  header.hideLogo .head-top h1 {
    display: none;
  }
  header.hideLogo nav {
    margin-top: 0;
  }
  .post-content .post-inner img {
    max-width: 100%;
  }
  .post-content .post-properties .auth {
    display: none;
  }
  .post-content h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .bsa aside .android, .bsa aside .plusradio {
    width: 100%;
  }
  .home-shortcuts ul {
    margin-top: 2px;
    margin-bottom: 2px;
    height: auto;
/*     width: calc(800vw - 320px); */
    position: relative;
    display: flex;
  }
  .home-shortcuts ul li {
    position: relative;
    overflow: hidden;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: calc(100vw);
    height: 56vw;
    flex-shrink: 0;
  }
  .home-shortcuts .container {
    overflow: hidden;
  }
  .home-shortcuts .container ul li {
    scroll-snap-align: start;
  }
  .home-shortcuts .container ul li:first-of-type {
    margin-left: -20px;
  }
  .post-content .post-inner iframe {
    max-width: 100%;
  }
  .home-shortcuts .container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-snap-type: mandatory;
    scroll-snap-points-x: 20px repeat(100vw);
  }
  .home-shortcuts {
    position: relative;
  }
  .home-shortcuts>a {
    position: absolute;
    width: 20px;
    height: 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(50% - 25px);
    background-color: rgba(0,0,0,.5);
/*     pointer-events: none; */
  }
  .home-shortcuts>a.prev {
    left: 10px;
    background-image: url("img/navp.svg");
  }
  .home-shortcuts>a.next {
    right: 10px;
    background-image: url("img/navn.svg");
  }
  .list-group.fullw ul li {
    height: 140px;
  }
  .list-group.fullw ul li .tile-img {
    width: calc(50% - 7px);
  }
  .list-group.fullw ul li .over {
    width: calc(50% - 20px);
  }
  .list-group.fullw ul .title {
    font-size: 15px;
    line-height: 20px;
  }
}
.pop-player {
  width: 360px;
  height: 220px;
  background: #f9ba00;
  overflow: hidden;
  position: relative;
}
.pop-player .naxi-logo {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-player .naxi-logo a {
  display: block;
  overflow: hidden;
  text-indent: -1000px;
  width: 100px;
  height: 60px;
  background: url("img/naxi.png") no-repeat 50% 50%;
  background-size: contain;
}
.pop-player .naxi-logo .title {
  font-size: 18px;
  margin-top: 16px;
  margin-left: 5px;
  padding: 4px 6px 0px;
  background: #e74c3c;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  border-bottom: 2px solid #362f2d;
}
.pop-player .playctl {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pop-player .playctl .playc {
  display: block;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  background: #362f2d;
  color: white;
  line-height: 46px;
  padding-left: 2px;
  text-align: center;
  border-radius: 24px;
  transition: background .3s;
  font-size: 20px;
}
.pop-player .playctl .playc.playing {
  padding-left: 0;
  line-height: 48px;
}
.pop-player .playctl .playc:hover {
  background: #e74c3c;
}
.pop-player .playctl .playc::before {
  content: "▶";
}
.pop-player .playctl .playc.playing::before {
  content: "■";
}
.quality {
  
}
.quality .info {
  text-align: right;
}
.quality .info i {
  cursor: pointer;
  display: inline-block;
  background: #e74c3c;
  color: white;
  width: 16px;
  height: 16px;
  line-height: 17px;
  text-align: center;
  border-radius: 20px;
  margin-left: 6px;
}
.quality .info span {
  position: absolute;
  top: 15px;
  left: 20px;
  right: 20px;
  background: #362f2d;
  color: white;
  padding: 8px;
  font-size: 13px;
  visibility: hidden;
}
.quality .info.active span {
  visibility: visible;
}
.quality .info span a {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #e74c3c;
  border-radius: 10px;
  overflow: hidden;
  top: -10px;
  right: -10px;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  box-sizing: border-box;
  padding-right: 1px;
}
.quality .qsel {
  margin-top: 5px;
}
.quality .qsel a {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #e74c3c;
  border: 1px solid #362f2d;
  font-weight: bold;
/*   text-transform: uppercase; */
  padding: 4px 4px 2px;
}
.quality .qsel a.active {
  background: #e74c3c;
  color: white;
  border-color: #e74c3c;
}
.gpinfo {
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: white;
}



.admin-toolbar {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 41;
/*   width: 100%; */
  height: 32px;
  background: #232323;
  color: white;
/*   display: flex; */
  text-align: right;
}
.admin-toolbar a {
  display: inline-block;
  line-height: 32px;
  padding: 0 15px;
}
.admin-toolbar a:hover {
  background: #323232;
}

.img-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  z-index: 40;
}
.img-popup.visible {
  display: block;
}
.img-popup ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
.img-popup ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-popup ul li>div {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; 
}
.img-popup ul li div.pinch-zoom-container {
  height: 100% !important;
  width: 100% !important;
}
.img-popup ul li img {
/*  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);*/
  max-width: 100%;
  max-height: 100%;
}
.img-popup>a {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: white;
  color: black;
}
.img-popup>a.prev {
  left: 15px;
  top: 50%;
  margin-top: -16px;
  background: url("img/navpb.svg") no-repeat 50% 50% white;
  background-size: 16px 16px;
}
.img-popup>a.next {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  background: url("img/navnb.svg") no-repeat 50% 50% white;
  background-size: 16px 16px;
}
.img-popup>a.close {
  right: 15px;
  top: 15px;
  background: url("img/close.svg") no-repeat 50% 50% white;
  background-size: 12px 12px;
}


.cookie-info {
  position: fixed;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: 101;
}
.cookie-info .container {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}
.cookie-info .cookie-inner {
  max-width: 950px;
  box-sizing: border-box;
  box-shadow: 0 4px 6px rgba(0,0,0,.2);
  background: #fff;
  display: flex;
  margin: 0 auto 15px;
  border: 1px solid #f9ba00;
  padding: 10px 10px;
  align-items: center;
}
.cookie-info .cookie-inner p {
	flex-grow: 1;
	font-size: 14px;
	color: #362f2d;
	line-height: 25px;
  padding-left: 20px;
}
.cookie-info .cookiebtn {
	display: block;
	flex-shrink: 0;
	margin-left: 20px;
	height: 40px;
	line-height: 40px;
	width: 170px;
	background: #e74c3c;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}
.cookie-info .cookiebtn.no {
	background: #eee;
	color: #e74c3c;
	margin-bottom: 10px;
}
@media screen and (max-width: 760px) {

  .cookie-info .cookie-inner {
    flex-direction: column;
  }
  .cookie-info .cookie-inner p {
    margin-bottom: 15px;
  }
  .cookie-info .cookie-inner>div {
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
  }
  .cookie-info .cookiebtn {
    width: 130px;
    margin: 0;
  }
}
.survey {
  border: 2px solid #f9ba00;
  padding-bottom: 4px;
}
.survey h3 {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #362f2d;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
.survey h3::before {
  display: inline-block;
  content: "Anketa";
  height: 24px;
  margin-right: 8px;
  padding: 0 8px;
  color: white;
  background: #e74c3c;
  background: #f9ba00;
  text-transform: uppercase;
}
.survey .results {
  display: none;
}
.survey.results-show .results {
  display: block;
}
.survey .opts {
  margin-left: 10px;
  margin-right: 10px;
}
.survey .opts ul {
  margin-bottom: 8px;
}
.survey .opts ul li {
  line-height: 24px;
  margin-bottom: 4px;
  padding: 0 2px;
  cursor: pointer;
}
.survey .opts ul li input {
  margin-right: 2px;
  margin-top: -2px;
  vertical-align: middle;
}
.survey .opts ul li label {
  display: block;
  cursor: pointer;
}
.survey .opts ul li:hover {
  background: #eee;
}
.survey .opts button {
  -webkit-apperance: none;
  border: 0;
  color: white;
  font-size: 15px;
  font-weight: bold;
  background: #e74c3c;
  color: white;
  height: 30px;
  padding: 0 8px;
  text-transform: uppercase;
  transition: .3s;
  margin-right: 20px;
  cursor: pointer;
}
.survey .opts button:hover {
  background: #c72c1c;
}
.survey .results {
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
}
.survey .results .message {
  text-align: center;
  font-size: 14px;
  color: #362f2d;
  margin-bottom: 4px;
}
.survey .results ul {
  
}
.survey .results ul li {
  margin-bottom: 6px;
}
.survey .results ul li label {
  display: block;
  margin-bottom: 2px;
}
.survey .results ul li .bar {
  background: #fff;
  height: 18px;
  margin-bottom: 2px;
  border: 1px solid #ddd;
  padding: 1px;
  box-sizing: border-box;
}
.survey .results ul li .bar div {
  background: #e74c3c;
  background: #f9ba00;
  height: 14px;
}
.survey .results ul li .percent {
  position: relative;
  margin-top: -18px;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  /*text-shadow: 1px 1px 0px rgba(255,255,255,1);*/
  padding-left: 8px;
/*   -webkit-text-stroke: 1px white; */
}
