* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

h1, h2, h3, h4 { letter-spacing: -0.04em; font-weight: normal; }

a {
  text-decoration: none;
  transition: .2s;
}

a:hover {
  color: #d6ad84;
}

.clear {
  clear: both;
}

div.icon {display: none;}

.visible {display: block !important;}

#colorbox #askFrm {margin: 20px 20px;}
form.askauthor {margin: 20px 0; border-left: solid 2px #eee; padding: 10px 10px; width: 500px; overflow: hidden;}
form.askauthor label {clear: left; display: inline-block;  width: 170px; font-size: 14px; color: #666;}
form.askauthor label.lft {vertical-align: top;}
form.askauthor input, form.askauthor textarea {margin: 5px 0; padding: 5px 10px; font-size: 16px; width: 300px;}
form.askauthor textarea {height: 200px; margin-left: -3px;}
form.askauthor button {padding: 10px 20px; float: right; margin: 0 5px 0 0; border-radius: 5px; border: solid 1px rgba(100,0,0,0.3); cursor: pointer;}
form .ready {color: #000; font-size: 22px; letter-spacing: -0.00em; width: 100%; text-align: center; margin: 50px auto;}


/* color box (fullsize imgs on click) */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxTopLeft{width:14px; height:14px;}
#cboxTopCenter{height:14px;}
#cboxTopRight{width:14px; height:14px;}
#cboxBottomLeft{width:14px; height:43px;}
#cboxBottomCenter{height:43px;}
#cboxBottomRight{width:14px; height:43px;}
#cboxMiddleLeft{width:14px;}
#cboxMiddleRight{width:14px;}
#cboxContent{background:#fff; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:5px;}
#cboxLoadingOverlay{background:url(/i/cb-loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(/i/cb-loading.gif) no-repeat center center;}
#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible;  position:absolute; bottom:-29px; background:url(/i/cb-controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxPrevious{left:0px; background-position: -51px -25px;}
#cboxPrevious:hover{background-position:-51px 0px;}
#cboxNext{left:27px; background-position:-75px -25px;}
#cboxNext:hover{background-position:-75px 0px;}
#cboxClose{right:0; background-position:-100px -25px; bottom: auto;}
#cboxClose:hover{background-position:-100px 0px; bottom: auto;}
.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}.cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}.cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
#cboxTitle{position:initial;text-align: left;width: 100%;margin-top: -5px;padding: 4px 10px;font-weight: normal;color: #EEE;background: #000;box-sizing:border-box}
#cboxTitle div {margin-left: -7px !important;}

/* header */
header {
  width: 100%;
  min-height: 165px;
  background: #fbf7ef;
  border-top: 5px solid #d6ad84;
}

.container {
  max-width: 1020px;
  margin: 0 auto;
}

header .container {
  min-height: 165px;
}

#logo {
  float: left;
  margin: 15px 0 0 2%;
}

#logo img {
  width: 100%;
  height: auto;
}

#logo > a {
  display: block;
  width: 255px;
  height: 88px;
  background: url('/i/bg.png') 0 -24px;
}

#menu-top {
  width: calc(65% - 255px);
  float: left;
  margin-top: 45px;
  text-align: center;
}

#menu-top a {
  color: #84807a;
  font-size: 13px;
  line-height: 18px;
  border-bottom: 1px solid #fbf7ef;
  margin-right: 10px;
}

#menu-top a:hover {
  color: #d6ad84;
  border-bottom: 1px solid #d6ad84;
}

#yasearch {
  width: 32%;
  float: left;
  margin-top: 36px;
}

#yasearch input {
  padding: 3px;
}

header nav {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 10px;
  padding: 7px 0 0 0;
  border-top: 1px solid #f0ece1;
}

header nav > ul {
	display: flex;
	justify-content: space-between;
}

header nav > ul > li > a {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Raleway Medium';
  padding: 9px 0;
  color: #646364;
}

header nav > ul > li > a:hover, nav > ul > li > a.active {
  color: #d6ad84;
  border-top: 2px solid #d6ad84;
}

.menu {
	list-style: none;
}

.menu > li {
  position: relative;
}

.menu > li > .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  width: 200px;
  padding: 10px;
  list-style: none;
  z-index: 999;
	box-shadow: 0px 10px 50px -5px rgba(0,0,0,0.2);
}

.menu > li:hover > .sub-menu {
  display: block;
}

.sub-menu li {
  display: block;
	text-align: left;
	margin-bottom: 7px;
}

.sub-menu a {
  color: #997267;
}

.sub-menu a:hover {
	text-decoration: underline;
}

#before-expert {
  height: 75px;
  background: #fbf7ef;
}

#mainpage-expert {
  max-width: 1020px;
  min-height: 150px;
  margin: -75px auto 30px auto;
  background: white;
  box-shadow: 0px 12px 77px -20px rgba(41,48,51,0.4);
}

#mainpage-expert img {
  float: left;
  border-radius: 50%;
  margin: 32px 10px 0 30px;
}

#mainpage-expert > div {
  float: left;
  width: 250px;
}

#mainpage-expert > div a:first-child {
  background: #ecf3f8;
  display: block;
  color: #778291;
  font-size: 18px;
  font-weight: 100;
  line-height: 18px;
  margin: 23px 0 10px 10px;
  padding: 5px 0 5px 9px;
  width: 85%;
}

#mainpage-expert > div a:nth-child(3) {
  display: block;
  width: 80%;
  color: #5c5f62;
  font-size: 16px;
  font-weight: 100;
  line-height: 18px;
  margin: 18px 0 10px 15px;
}

#mainpage-expert > div a:first-child:hover, #mainpage-expert > div a:nth-child(3):hover {
  color: #d6ad84;
}

#mainpage-expert > div p {
  font-size: 13px;
  color: #818891;
  margin: 0 0 10px 20px;
}

#mainpage-expert > p {
  min-height: 150px;
  font-size: 15px;
  line-height: 22px;
  color: #56565d;
  padding: 30px 10px 0 0;
}

#slider {
  max-width: 1020px;
  margin: 0 auto;
}

#slider .slider-main-pic {
  margin-left: 2%;
  width: 60%;
  float: left;
}

#slider .slider-main-pic > a {
  display: block;
  width: 100%;
  float: left;
}

#slider .slider-main-pic img {
  width: 100%;
}

#slider .slider-main-pic div:nth-child(2) {
  margin-top: -120px;
  padding: 20px 0 20px 20px;
  width: 100%;
  float: left;
  background: rgba(1,1,1, .5);
}

#slider .slider-main-pic div a {
  display: block;
  color: white;
  width: 60%;
  float: left;
}

#slider .slider-main-pic div a:hover {
  text-decoration: underline;
}

#slider .slider-main-pic div a:first-child {
  font-size: 13px;
}

#slider .slider-main-pic div a:nth-child(2) {
  margin-top: 5px;
  font-size: 20px;
}

.slider-right-div {
  float: left;
  width: 30%;
  min-height: 120px;
  border-bottom: 1px dotted #bfbfbf;
  margin: 0 0 25px 3%;
}

.slider-right-div:nth-child(4) {
  border-bottom: 0;
}

.slider-right-div a:first-child {
  color: #3f4d60;
  display: block;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 10px;
}

.slider-right-div a:nth-child(2) {
  color: #727477;
  display: block;
  font-size: 14px;
  line-height: 17px;
}

.slider-right-div a:hover {
  color: #d6ad84;
}




/*  */
.text-1 {
  background: #fbf9f6;
  margin: 20px 0 30px;
  padding: 20px 0;
}

.text-2 {
  margin: 20px 0 30px;
}

.text-1 .container, .text-2 .container  {
  padding: 20px;
}

.text-1 .container h2, .text-2 .container h2 {
  width: 100%;
  color: #807f7f;
}

.text-1 .container p, .text-2 .container p {
  width: 50%;
  float: left;
  padding: 10px 20px 10px 0;
  font-size: 15px;
  line-height: 22px;
  color: #46464a;
}

.text-1 .container p:nth-child(3), .text-2 .container:nth-child(3) p {
  padding: 10px 0 10px 0;
}


/* oneMoreSet */
.oneMoreSet {
  width: 46%;
  min-height: 500px;
  float: left;
  margin: 0 2% 0 2%;
}

.oneMoreSet span, .popArts span, .lastArts span {
  color: #151516;
  font-size: 28px;
  background: #f8f0df;
  margin-bottom: 40px;
  padding: 0 5px;
  float: left;
}

.oneMoreSet div {
  width: 100%;
}

.oneMoreSet div:nth-child(3) {
  margin: 20px 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #bfbfbf;
}

.oneMoreSet div:nth-child(4) {
  padding-top: 10px;
}

.oneMoreSet div img {
  width: 50%;
  float: left;
}

.oneMoreSet span::before {
  content: url('/i/vibor-redakcii.png');
  position: absolute;
  margin: 65px 0 0 5px;
}
.oneMoreSet div:nth-child(2) img {
  width: 100%;
  float: none;
}

/* верхняя ссылка 2 и 3 блоков */
.oneMoreSet div a:nth-child(2) {
  width: 40%;
  display: block;
  margin-left: 5%;
  float: left;
  color: #3c4a5d;
  font-size: 16px;
  line-height: 20px;
}

/* нижняя ссылка 2 и 3 блоков */
.oneMoreSet div a:nth-child(3) {
  width: 40%;
  display: block;
  margin-top: 10px;
  margin-left: 5%;
  float: left;
  color: #9d9fa1;
  font-size: 13px;
  line-height: 20px;
}

/* верхняя ссылка верхнего блока */
.oneMoreSet div:nth-child(2) a:nth-child(2) {
  width: 100%;
  float: none;
  color: #3c4a5d;
  font-size: 20px;
  line-height: 20px;
  margin: 10px 0 0 0;
}

/* нижняя ссылка верхнего блока */
.oneMoreSet div:nth-child(2) a:nth-child(3) {
  width: 100%;
  float: none;
  color: #9d9fa1;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 0 0;
}

.oneMoreSet div:nth-child(2) a:nth-child(2):hover,
.oneMoreSet div:nth-child(2) a:nth-child(3):hover,
.oneMoreSet div a:nth-child(2):hover,
.oneMoreSet div a:nth-child(3):hover {
  color: #d6ad84;
}


/* popArts */
.popArts {
  width: 23%;
  float: left;
}

.popArts div {
  width: 100%;
  float: left;
  padding-top: 10px;
  border-bottom: 1px dotted #bfbfbf;
}

.popArts div:nth-child(2) {
  padding-top: 0;
}

.popArts div img {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 50%;
  margin: 0 10px 60px 0;
}

.popArts div a:nth-child(2) {
  color: #3c4a5d;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.popArts div a:nth-child(3) {
  color: #9d9fa1;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-top: 5px;
}

.popArts div a:nth-child(2):hover, .popArts div a:nth-child(3):hover {
  color: #d6ad84;
}


/* lastArts */
.lastArts {
  width: 23%;
  min-height: 500px;
  float: left;
  margin: 0 2% 0 2%;
}

.lastArts div {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

.lastArts div img {
  width: 100%;
  
}

.lastArts div a:nth-child(2) {
  color: #3c4a5d;
  font-size: 15px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}

.lastArts div a:nth-child(3) {
  color: #9d9fa1;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-top: 7px;
}

.lastArts div a:nth-child(2):hover, .lastArts div a:nth-child(3):hover {
  color: #d6ad84;
}


/* toRead */
.toReadHead {
  color: #151516;
  font-size: 28px;
  background: #f8f0df;
  margin: 20px 0 20px 2%;
  padding: 0 5px;
  float: left;
}

.clear2 {
  float: left;
  width: 100%;
  height: 1px;
}

.toRead {
  width: 48%;
  float: left;
  margin: 10px 0 10px 2%;
}

.toRead div {
  width: 46%;
  float: left;
  margin-left: 8%;
}

.toRead div a:first-child img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: left;
  margin: 0 10px 100px 0;
}

.toRead div:first-child a:first-child  img {
  float: none;
}


.toRead div:first-child {
  min-height: 370px;
  margin-left: 0;
}

.toRead div:nth-child(3) {
  border-top: 1px dotted #bfbfbf;
  border-bottom: 1px dotted #bfbfbf;
  padding-top: 20px;
  margin-bottom: 20px;
}

.toRead div:first-child a:first-child img {
  width: 100%;
  height: auto;
  border-radius: 0;
  margin: 0;
}

.toRead div a:nth-child(2) { color: #3c4a5d; display: block; font-size: 14px; line-height: 20px; }
.toRead div a:nth-child(3) { color: #9d9fa1; display: block; font-size: 13px; line-height: 20px; margin-top: 10px; }

.toRead div:first-child a:nth-child(2) { font-size: 15px; line-height: 20px; margin-top: 10px; }
.toRead div:first-child a:nth-child(3) { font-size: 14px; line-height: 20px; margin-top: 10px; }
.toRead div a:hover { color: #d6ad84; }


/* back-top */
#back-top {
  position: fixed;
  bottom: 17px;
  left: 7px;
  display: none;
}

#back-top a {
  width: 93px;
  height: 45px;
  background: url('/i/bg.png') -190px -180px;
  display: block;

  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}


/* footer */
footer {
  min-height: 230px;
  background: #31271f;
  border-bottom: 7px solid #d6ad84;
  font-size: 13px;
}

footer .container div { float: left; }

footer .clear2 { border-bottom: 1px solid #3a3027; width: 96%; height: 1px; margin: 30px 2% 10px; }

.info-footer, .menu-footer {
  width: 22%;
  margin: 20px 0 0 2%;
}

.logo-footer, .floes-design {
  margin: 30px 0 0 2%;
}

.floes-design {
  margin-top: 40px;
}

.logo-footer a {
  display: block;
  width: 210px;
  height: 77px;
  background: url('/i/bg.png') 0 -107px;
}

.floes-design a {
  display: block;
  width: 146px;
  height: 54px;
  background: url('/i/bg.png') -260px 0;
}

.logo-footer img {width: 100%;}

.menu-footer { margin-top: 31px; font-size: 14px; padding-left: 10px; }
.menu-footer a { color: #ece1cc; }
.menu-footer a:hover { color: #d6ad84; text-decoration: underline; }
.menu-footer li { list-style: none; margin-top: 5px; }

.info-footer {
  padding-top: 17px;
  color: #c2bcb1;
}

.email-footer a {
  color: #d8a643;
  text-decoration: underline;
  display: block;
  margin-top: 5px;
}

.footer-privacy {
  width: 55%;
  margin: 10px 0 0 2%;
  color: #a59e90;
}

.footer-privacy p:first-child { margin-bottom: 9px; }

.footer-social {
  width: 37%;
  margin: 10px 0 0 2%;
  padding: 5px 0 0 106px;
}

.soc {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(/i/bg.png) no-repeat; 
  border-radius: 4px;
  opacity: 0.8;
}

.soc.vk {background-position: 0 0;}
.soc.fb {background-position: -25px 0;}
.soc.gp {background-position: -50px 0;}
.soc.tw {background-position: -75px 0;}
.soc.ok {background-position: -125px 0;}
span.soc img {width: 24px; height: 24px; border-radius: 2px;}

.breadcrumbs {
  max-width: 1020px;
  margin: 20px auto;
}

.breadcrumbs > ul > li, .paginator > li {
  display: inline-block;
  list-style: none;
}
  
  .breadcrumbs ul {
    margin-left: 2%;
  }
    
    .breadcrumbs ul li {
      margin-left: 27px;
    }
    
    .breadcrumbs ul li:first-child {
      margin-left: 0;
    }
    
    .breadcrumbs ul li:after {
      content: ">";
      color: #aaa;
      margin: -1px 10px 0;
      position: absolute;
    }
    
    .breadcrumbs ul li:last-child:after {display: none}
    
    .breadcrumbs ul li a {color: #495668}
    .breadcrumbs ul li:last-child a {color: #a3a5a7}
    
    .breadcrumbs ul li a:hover, .breadcrumbs ul li:last-child a:hover {color: #d6ad84}
    
main {
  max-width: 1020px;
  margin: 20px auto;
}
    
.about, .reklama, .sitemap, main > .rubric, .article, .authorpage, .wrapper-e404, #ya-site-results {
  width: calc(100% - 360px);
  margin: 0 0 20px 0;
  padding-top: 10px;
  float: left;
}

h1 {
  font-size: 32px;
  padding: 0 0 0 23px;
  border-left: 2px solid #d2aa72;
  margin-bottom: 20px;
}

.sidebar {
  float: right;
  width: 320px;
  padding: 0;
  margin: 0 0 20px 0;
}
    
  .sidebar-expert {
    padding: 20px 0;
  }
  
    .sidebar-expert * {display: block;float: left;}
    .sidebar-expert img {margin: 0 0 0 20px; border-radius: 50%;}
    .sidebar-expert a:nth-child(2) {
      background: #ecf3f8;
      color: #778291;
      font-size: 18px;
      font-weight: 100;
      line-height: 18px;
      margin: -10px 0 0 0;
      padding: 5px 0 5px 9px;
      width: 100%;
    }
    
    .sidebar-expert p:nth-child(3) {
      width: 100%;
      font-size: 13px;
      color: #818891;
      margin: 10px 0 10px 10px;
    }
    
    .sidebar-expert a:nth-child(4) {
      width: 100%;
      color: #5c5f62;
      font-size: 16px;
      font-weight: 100;
      line-height: 18px;
      margin: 0 0 20px 10px;
    }
    
    .sidebar-expert a {}
    .sidebar-expert a:hover {color: #d6ad84;}
    
  #commentsHead {
    margin: 10px 0 0;
    font-size: 27px;
    color: #070707;
    font-weight: normal;
    padding: 0 0 10px 40px;
    border-bottom: 1px solid #e8edf1;
  }
    
  #commentsHead::before {
    content: '';
    display: block;
    background: url('/i/bg.png') -170px 0;
    position: absolute;
    width: 28px;
    height: 38px;
    margin: 10px 20px 0 -40px;
  }
  
/* paginator */
.paginator {
  width: 100%;
  float: left;
  text-align: center;
  margin: 30px 0;
}

.paginator > li > a {
  font-size: 21px;
  color: #4e5d70;
  padding: 2px 9px;
}

.paginator > li.page-prev > a {
  margin-left: -110px;
}

.paginator > li.page-next > a {
  margin-left: 35px;
}

.paginator > li.page-prev > a, .paginator > li.page-next > a {
  border: 1px solid #dfe5e9;
  border-radius: 3px;
  font-size: 14px;
  padding: 6px 9px;
  position: absolute;
  margin-top: -23px;
}

.paginator > li.active > a, .paginator > li > a:hover {
  background: #ffb422;
  color: white;
}

.rubric .rub-big a, .rubric .rub-big a img,
.rubric .rub-small a, .rubric .rub-small a img,
.rubric .rub-mid a, .rubric .rub-mid a img {
  display: block;
}

.rubric .rub-big {
  width: 62%;
  float: left;
}

.rub-big a:first-child::before {
  content: '';
  display: block;
  width: 128px;
  height: 35px;
  position: absolute;
  margin: -10px 0 0 10px;
  background: url('/i/bg.png') -210px -126px;
}

.rubric .rub-big:nth-child(8), .rubric .rub-small:nth-child(9) {
  margin-top: 20px;
}

.rubric .rub-big a img {
  width: 100%;
}

.rubric .rub-small {
  width: 35%;
  margin: 0 0 20px 3%;
  float: left;
}

.rubric .rub-small a img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: left;
}

.rubric .rub-mid {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}

.rubric .rub-big a:nth-child(2) {
  color: #3c4a5d;
  font-size: 20px;
  line-height: 20px;
  margin: 10px 0 0 0;
}

.rubric .rub-big a:nth-child(3) {
  color: #9d9fa1;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 0 0; 
}

.rubric .rub-small a:nth-child(2) {
  color: #3c4a5d;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 0 10px;
  float: right;
  width: calc(100% - 60px);
}

.rubric .rub-small a:nth-child(3) {
  color: #9d9fa1;
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0 0 10px;  
  float: right;
  width: calc(100% - 60px);
}

.rubric .rub-mid:nth-child(6), 
.rubric .rub-mid:nth-child(12) {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 20px;
}

.rubric .rub-small:nth-child(3), 
.rubric .rub-small:nth-child(4),
.rubric .rub-small:nth-child(5),
.rubric .rub-small:nth-child(9),
.rubric .rub-small:nth-child(10),
.rubric .rub-small:nth-child(11) {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 20px;
}

.rubric .rub-mid a:first-child {
  width: 35%;
  float: left;
}

.rubric .rub-mid a:first-child img {
  width: 100%;
}

.rubric .rub-mid a:nth-child(2) {
  color: #3c4a5d;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 0 3%;
  float: left;
  width: 62%;
}

.rubric .rub-mid a:nth-child(3) {
  color: #9d9fa1;
  font-size: 14px;
  line-height: 20px;
  margin: 15px 0 0 3%;
  float: left;
  width: 62%;
}

.rubric .rub-big a:hover, .rubric .rub-small a:hover, .rubric .rub-mid a:hover {color: #ab3243;}

.rub-relap {width: 100%; float: left; margin-top: 20px;}

.rub-relap .relap-default__block-title {display: none}
.rub-relap .relap-default__items-container.js-relap__items-container {margin: 10px 0 30px 0}



.rub-relap .rub-pop-head2 {
  margin-top: 3px;
  font-size: 28px;
  line-height: 30px;
  color: #151516;
  font-weight: normal;
  padding: 5px;
  background: #f8f0df;
  width: 230px;
}

.rubric .relap-default__with-under-header-line .relap-default__items-container, 
.article .relap-default__with-under-header-line .relap-default__items-container {
  border-top: 0;
}

/* article.html */


/* fotorama - galleryes*/
.fotorama  {margin: 20px 0;}
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__wrap *{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/i/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama@2x.png) no-repeat;background-size:96px 160px}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
.fotorama__nav--thumbs {background: #000;}


.artfooter {
    border-top: solid 1px #f1f5f7;
    border-bottom: solid 1px #f1f5f7;
    margin: 20px 0;
    padding: 20px 0;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.artauthor {
	width: 200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.artauthor__ava {
  width: 65px;
  height: 65px;
	border-radius: 50%;
}
.artauthor__link {
	width: 115px;
  text-decoration: none;
  color: #292a2c;
  font-size: 16px;
	line-height: 20px;
}
.artauthor__link:hover {
	color: #000;
}

.bottomsoclikes {
	width: calc(100% - 410px) !important;
	display: flex;
	justify-content: center;
}

.rating_div {
	width: 210px;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.rating_title {display: inline-block; float: left; margin: 8px 20px 0 0}
#rating {position:relative; height:24px; cursor:pointer; width:120px; float:left}
#rating_blank, #rating_votes, #rating_hover {height:24px; position:absolute}
#rating_blank { background:url('/i/stars.png'); width:120px; }
#rating_votes {background:url('/i/stars.png') 0 -29px}
#rating_hover {background:url('/i/stars.png') 0 -58px; display:none}
#rating_star {margin: 5px 0 3px}

.article ins {overflow: hidden;}

.contents {margin: 20px 0 10px 0%; font-size: 16px; padding: 10px 0px 10px 0; float: left; width: 100%;}
.contents .header {font-size: 24px; margin: 5px 0 -20px 0;  background: #fbf6ea; width: 166px; padding: 12px; border-top: 2px solid #d2aa72;}
.contents > ul {padding: 20px 5px}
.contents ul {list-style: none; margin:0 0 0 10px; line-height: 18px; background: #fbf6ea;}
.contents ul>li>ul{margin: 0 0 0 20px;}
.contents ul li {margin: 5px 0 3px 15px; padding-left: 20px;}
.contents > ul > li:before {
  content: '';
  background: url('/i/bg.png') -210px 0;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  margin: 6px 0 0 -20px;
}
.contents ul > li > ul > li:before {content: '-'; display: inline-block; vertical-align: middle; margin: -6px 10px 0 0;}
.contents a {color: #6c483c; font-size: 16px; text-decoration: underline}
.contents a:hover {color: #7d2133; text-decoration: none}

.article p a {color: #9aa8bc; text-decoration: underline;}
.article p a:hover {color: #7d2133; text-decoration: none;}

.article p {margin: 20px 0; font-size: 16px; line-height: 26px;}
.article ul, .article ol {margin: 20px 0;}
.article li {margin: 10px 10px 10px 30px; font-size: 16px;}
.article strong {font-weight: 600;}

.accentgreen {
  background: #f3ffe2;
  color: #4b7015;
  border-left: 2px solid #9dcb2d;
}

.article li a {
  color: #9aa8bc;
  text-decoration: underline;
}

.article li a:hover {
  color: #7d2133;
  text-decoration: none;
}

.accentred {
  background: #ffedef;
  color: #961026;
  border-left: 2px solid #f23b50;
}

.accentred p {
  color: #961026;
}

.accentblue {
  background: #e5f6ff;
  color: #206d9e ;
  border-left: 2px solid #37baff;
}

.accentblue p {
  color: #206d9e ;
}

/*
ul.accentblue li {list-style: none; }
ul.accentblue  li:before {content: url('/i/blue-ul.png'); display: inline-block; vertical-align: middle; margin: -10px 10px 0 0;}
ul.accentgreen li {list-style: none; }
ul.accentgreen  li:before {content: url('/i/green-ul.png'); display: inline-block; vertical-align: middle; margin: -10px 10px 0 0;}
ul.accentred li {list-style: none; }
ul.accentred  li:before {content: url('/i/red-ul.png'); display: inline-block; vertical-align: middle; margin: -10px 10px 0 0;}
*/



ul.accentgreen, ul.accentred, ul.accentblue,
ol.accentgreen, ol.accentred, ol.accentblue {
  padding: 10px 10px;
  margin: 10px 0;
}

ol  {list-style: none;counter-reset: point;}


ol li:before {
  content: counter(point);
  counter-increment: point 1;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  margin-left: -35px;
  margin-top: 2px;
  text-align: right;
  width: 25px;
}

.article h2 {
  color: #151516;
  border-left: 2px solid #d2aa72;
}

.article h3 {
  color: #151516;
  border-left: 2px solid #d2aa72;
}

.alignleft {float: left; margin: 10px 10px 10px 0;}
.alignright, li .alignleft {float: right; margin: 10px 0px 10px 10px;}

.article h1 {margin-bottom: 20px;}

.article iframe {display: block; width:100%; height: 500px;}
.article img {cursor: pointer; border: solid 2px rgba(100,100,100,0.1);}
.article blockquote {font-size: 18px; font-style: italic; margin: 30px 0 20px 0px; padding: 10px 0 10px 45px;}
.article blockquote:before {content: '«'; display: block; float: left; font-size: 120px; width: 50px; height: 20px; font-family: Georgia; line-height: 100px; margin: -50px 0 0 -70px; font-style: normal;}
.article blockquote p {font-style: italic;}




.article blockquote p:first-child {margin: 0px 0;}
.article blockquote p:last-child {margin: 0px 0;}
.article .afterheader {text-align: right; height: 25px;}
.yashare-auto-init:before {content: ""; font-size: 12px; font-style: italic; color: #48729e;}



.article h2 {font-size: 28px; margin-top: 20px;}
.article h3 {font-size: 24px; margin-top: 20px;}
.article h2, h3, h4 {padding: 4px 10px; line-height: 130%; clear: left;}

.article .relap-default__block-title {
  display: none;
}

.blocklinks {margin: 20px 0 20px 0; padding-bottom: 20px;}
.blocklinks .links {overflow: hidden; width: 100%; line-height: 20px;}
.blocklinks .item {position: relative; display: block; height: 200px; width: 32%; background: #000 no-repeat center center; background-size: auto 100%; float: left; box-sizing:border-box; cursor: pointer;transition: background-size 0.2s ease-in;-moz-transition: background-size 0.2s ease-in;-web-kit-transition: background-size 0.2s ease-in;}
.blocklinks .item:last-child {margin-right: 0;}
.blocklinks .item a {background: rgba(0,0,0,0.5); display: inline-block; padding: 10px 10px; vertical-align: bottom; color: #fff; position: absolute; width: 100%; box-sizing:border-box; bottom: 0px; transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;-web-kit-transition: all 0.2s ease-in}
.blocklinks .item:hover a {background: rgba(0,0,0,1); font-size: 17px; line-height: 24px; text-decoration: underline;}
.blocklinks .item:hover {background-size: auto 130%;}
.blocklinks .item { margin-right: 2%; margin-top: 10px;}
.blocklinks .third {margin-right: 0;}

.review {padding: 5px 0; margin: 20px 0; border-radius: 2px;display: flex; flex-direction: column-reverse;}
.review p {margin-left: 0; font-family: 'Open Sans'; font-size: 16px; line-height: 24px;}
.review p:first-child {margin-top: 10px;}
.review p:last-child {margin-bottom: 10px;}
.review .author { font-size: 20px; margin: 0; padding: 5px 30px; color: #000;  font-weight: normal; letter-spacing: -0.04em; }

.review.accentgreen, .review.accentblue, .review.accentred {background: #fff; border-left: 0;}

.review.accentgreen, .review.accentgreen div, .review.accentgreen p {color: #778d53;}
.review.accentblue, .review.accentblue div, .review.accentblue p {color: #3f699e;}
.review.accentred, .review.accentred div, .review.accentred p {color: #ab3243;}

.review.accentgreen .author::before {
  content: url('/i/review-green-kavichki.png');
  position: absolute;
  margin: -6px 0 0 -30px;
}

.review.accentblue .author::before {
  content: url('/i/review-blue-kavichki.png');
  position: absolute;
  margin: -6px 0 0 -30px;
}

.review.accentred .author::before {
  content: url('/i/review-red-kavichki.png');
  position: absolute;
  margin: -6px 0 0 -30px;
}


#sidefixblock.sticky {
  position: fixed;
  top: 30px;
}


/**/
.sitemap ul {
  margin: 15px 2% 0 2%;
}

.sitemap > ul {
  margin: 20px 2% 0 2%x;
}

.sitemap  ul  li {
  margin: 15px 2% 0 2%;
}

.sitemap a {
  color: #0270cf;
  text-decoration: underline;
  font-size: 15px;
}

.sitemap a:hover {
  color: #80b0d9;
}

.sitemap ul li.rubric > a {
    font-size: 16px;
    font-weight: bold;
}

.reklama > p  > a {
  color: #0270cf;
  text-decoration: underline;
}

.reklama > p  > a:hover {
  color: #80b0d9;
}

.reklama > p {
  font-size: 17px;
  color: #59595c;
  margin-top: 30px;
}

.artCommentsHead {
  color: #151516;
  font-size: 28px;
  background: #f8f0df;
  margin: 20px 0;
  padding: 0 5px;
  float: left;
}


/* about.html */
.about p {
  margin-bottom: 20px;
  line-height: 20px;
  color: #77777a;
  font-size: 16px;
}

.about p img {
  float: left;
  padding: 0 20px 20px 0;
}

.about h2 {
  font-size: 28px;
  font-weight: normal;
  margin: 20px 0;
  padding-left: 40px;
}

.about h2::before {
  content: '';
  display: block;
  background: url('/i/bg.png') -24px -180px;
  width: 33px;
  height: 33px;
  position: absolute;
  margin: 2px 0 0 -40px;
}

.about .author {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.about .author .title {
  width: 30%;
  float: left;
  margin: 10px 0 0 20px;
}

.about .author .title span {
  color: #a3a8ae;
  font-size: 13px;
}

.about .author a.top {
  width: 100%;
  float: left;
  display: block;
  color: #3c4a5d;
  font-size: 20px;
  margin-top: 10px;
}

.about .author a.top:hover, .about .author a.morelink:hover {
  color: #d6ad84;
}

.about .author a.morelink {
  width: 170px;
  float: right;
  display: block;
  color: #3c4a5d;
  background: #f1f2f5;
  padding: 10px 30px 10px 20px;
  margin: 13px 0 0 0;
}

.about .author a.morelink::after {
  content: '';
  background: url('/i/bg.png') 0 -180px;
  width: 6px;
  height: 19px;
  position: absolute;
  margin: 1px 0 0 10px;
}

.about .author .avatar {
  width: 18%;
  float: left;
  margin: 0 0 0 3%;
}

.about .author .avatar img {
  border-radius: 50%;
  width: 100%;
}

.about .author .txtabout {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}


/* author.html */
.authorpage p {
  margin-bottom: 20px;
  line-height: 25px;
  color: #000;
  font-size: 16px;
  
}

.author-data, .artslist, .ask-form {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.ask-form {
  margin-top: 30px;
}

.authorpage .title {
  color: #5c5f62;
  font-size: 13px;
  line-height: 30px;
  font-style: italic;
  margin: 10px 0 10px 30px;
}

.author_photo {
  width: 220px;
  height: auto;
  float: left;
  margin-top: 7px;
  padding: 0 20px 10px 0;
}

.authorpage .artslist .artslist-top img {
  width: 100%;
}

.authorpage .artslist .artslist-bottom img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
  margin: 0 10px 30px 0;
}

.authorpage .artslist .artslist-bottom  {
  float: left;
  width: 30%;
  margin: 20px 2% 0 0;
  min-height: 100px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8edf1;
}

.authorpage .artslist a {
  color: #354356;
  font-size: 15px;
  line-height: 17px;
  margin-top: 10px;
  text-decoration: underline;
}

.authorpage .artslist a:hover {
  color: #783b25;
  text-decoration: none;
}

.authorpage .artslist .artslist-bottom a:first-child {
  width: 60px;
  display: block;
  float: left;
  margin-top: 0;
}

.authorpage .artslist .artslist-bottom a:nth-child(2) {
  margin-top: -3px;
  display: block;
  float: right;
  width: calc(100% - 70px);
  color: #8a929e;
}

.authorpage .artslist .artslist-bottom a:nth-child(2):hover {
  color: #a4112a;
}

.authorpage .artslist .artslist-top a:nth-child(2) {
  margin-top: 5px;
}

.authorpage a.showall {
  display: block;
  float: left;
  width: 100%;
}

.authorpage .artslist a.hid {
  display: none;
  width: 100%;
  float: left;
}

.artslist h2 {
  margin: 30px 0;
  font-size: 27px;
  color: #070707;
  font-weight: normal;
  background: #f8f0df;
  max-width: 340px;
  padding: 2px 10px;
}

.authorpage .ask-form h2 {
  color: #242423;
  font-size: 29px;
  margin: 0 0 20px;
  background: #f8f0df;
  max-width: 463px;
  padding: 3px 10px;
}

.authorpage .ask-form div {
  width: 217px;
  float: left;
}

.authorpage .ask-form label {
  color: #27272a;
  font-size: 14px;
  line-height: 24px;
}

.authorpage .ask-form label.lft {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: -25px;
  display: block;
}

.authorpage .ask-form label.label-phone {
  margin-left: 127px;
  margin-right: 87px;
}

.authorpage .ask-form input.input-txt {
  margin-right: 10px;
}

.authorpage .ask-form input, .ask-form textarea {
  height: 40px;
  border: 1px solid #dde2ea;
  padding-left: 10px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border-radius: 2px;
}

.authorpage .ask-form textarea {
  width: 92%;
  height: 100px;
  padding-top: 10px;
  margin-top: 30px;
  float: left;
  display: block;
}

.authorpage .ask-form input:focus, .ask-form textarea:focus {
  box-shadow: 0 0 5px #c49a6f;
  border: 1px solid #c49a6f;
}

.authorpage .ask-form button {
  background: #c49a6f;
  color: white;
  border: 1px solid #c49a6f;
  border-radius: 2px;
  padding: 7px 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 20px;
  float: left;
  cursor: pointer;
  transition: .3s;
}

.authorpage .ask-form button:hover {
  background: white;
  color: #c49a6f;
  border: 1px solid #c49a6f;
}

.authorpage .ask-form span:nth-child(2) {
  display: block;
  width: 100%;
  height: 3px;
  background: url('/i/askform-top-border.png');
  margin: 0 0 20px 0;
}

.relevantItems {line-height: 18px;}
.relevantItems .item {display: inline-block; vertical-align: top; width: 33%; border: solid 1px transparent; box-sizing: border-box; padding: 10px 10px; margin-top: 5px; margin-bottom: 5px;}
.relevantItems.fourItems .item {width: 33.3%;}
.relevantItems .item .title {line-height: 21px;}
.relevantItems .item a {text-decoration: none;}
.relevantItems .item:hover {border-color: #eee; background: #eee;}
.relevantItems .item:hover .title {text-decoration: underline; color: #038a15;}
.relevantItems .item a p {color: #000; text-decoration: none; font-size: 13px; margin: 5px 0; line-height: 18px;}
.relevantItems .item .preview {background: #Fff center center; ; height: 200px; margin-bottom: 5px;}
.relevantItems.vertical {}
.relevantItems.vertical .item {display: block; width: auto;}
.relevantItems.vertical .item .preview {height: 140px;}

#menu_btn {
  display: none;
  float: right;
  width: 33px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  top: 12px;
	right: 5px;
}

#menu_btn span {
  display: block;
  width: 33px;
  height: 5px;
  background: #d6ad84;
  margin: 5px auto;
  border-radius: 3px;
}

#menu_btn:hover span {
  transition: .2s;
  background: #f78669;
}

.a-top {
	max-width: 1020px;
	margin: 0 auto;
}

.leftBlock {
  width: 300px;
  height: 300px;
  z-index: 9;
  position: fixed;
  top: calc((100% - 300px) / 2);
  left: -300px;
  transition: left .3s;
}
.leftBlock-sticky {
  left: 0;
}
.hidden {
  display: none;
}
.leftBlock__close-button {
  top: -22px;
  left: 278px;
  outline: 0;
  border: 0;
  text-decoration: none;
  box-sizing: content-box;
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #FFEB3B;
  cursor: pointer;
}
.leftBlock__close-button:hover {
  background-color: #f7de00;
}
.leftBlock__close-button:after, .leftBlock__close-button:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}
.leftBlock__close-button:before {
  transform: rotate(45deg);
}
.leftBlock__close-button:after {
  transform: rotate(-45deg);
}

.sidebar__ads {
  width: 270px;
  float: left;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
  top: 70px !important;
}

.panel {
  display: none;
  position: fixed;
  top: 0;
  left: calc((100% - 1020px) / 2);
  z-index: 9998;
  width: 1020px;
  height: 40px;
  background: #ccd9f3;
	font-size: 16px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}
.panel__top {
  width: 100%;
  height: 40px;
  padding: 0 50px;
}
.panel__bottom {
  width: 100%;
  height: 31px;
  position: relative;
}
.social-top {
  width: auto;
  height: 25px;
  float: right;
  margin: -32px 70px 0 20px;
}
.panel__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5px 10px 5px 5px;
  height: 31px;
  cursor: pointer;
  width: 400px;
  overflow: hidden;
}
.panel__info span {
  display: block;
  overflow: hidden;
  background: #0c9900;
  padding: 4px 10px 3px;
  font-weight: bold;
  color: #fff;
  width: 1000px;
}

.panel__info:before {
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  background-color: #0c9900;
  background-image: url('/i/dropdown-icon-white.png');
  background-repeat: no-repeat;
  background-position: center; 
  position: absolute;
  margin-left: 400px;
}

.panel__info.panel__infor-flip:before {
  transform: rotate(-180deg);
}

.panel__info span:hover {
  background: #10c700;
}

.panel__info:hover:before {
  background-color: #10c700;
}

.panel__list {
  position: absolute;
  display: none;
  background: #fff;
  padding: 5px;
  width: 429px;
  margin: -5px 0 0 5px;
  box-shadow: 0 0 8px 0 #e8e8e8;
}
.panel__list > li {
  list-style: none;
  margin: 0 10px 5px 10px;
}
.panel__list > li li {
  list-style: none;
  margin: 0 10px 5px 0;
}
.panel__list ul {
  margin: 0;
}
.panel__list li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 2px 5px;
  font-weight: bold;
}
.panel__list li a:hover {
  background: #0c9900;
  color: #fff;
}
.cur_category {
  width: 300px;
  height: 25px;
  float: left;
  margin: -33px 0 0 450px;
  display: flex;
  justify-content: space-between;
}

.cur_category__menu {
  position: relative;
}

.panel-menu {
  display: none;
  background: #fff;
  position: absolute;
  margin: 32px 0 0 0px;
  width: 400px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}

.mobmenu {
  max-width: 1100px;
  background: #fff;
  margin: 0 auto 5px;
  padding: 0;
}

.mobmenu, .mobmenu-visible {
    display: none;
}

.panel-menu li, .mobmenu li {
  list-style: none;
  padding: 5px 15px;
  margin: 0;
}

.panel-menu  ul {
  margin: 0;
  padding-left: 0;
}

.panel-menu > ul > li:not(:last-child),
.mobmenu > li:not(:last-child) {
  border-bottom: 1px solid #000;
}

.panel-menu > ul > li,
.mobmenu > li {
  padding: 12px 15px 10px;
  position: relative;
}

.panel-menu > ul > li {
  padding: 15px 15px 13px;
}

.mobmenu > li {
  padding: 7px 10px 6px;
}

.mobmenu > li > a {
  font-size: 17px;
}

.panel-menu > ul > li > ul > li > a,
.mobmenu > li > ul > li > a {
  margin-bottom: 0;
}

.panel-menu > ul > li > ul > li,
.mobmenu > li > ul > li {
  padding: 1px 15px;
}

.submenu-btn {
  width: 53px;
  height: 50px;
  background: url('/i/dropdown-icon.png');
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #000;
  cursor: pointer;
}

.mobmenu .submenu-btn {
  width: 36px;
  height: 36px;
  background-position: -7px -7px;
}

.mobmenu .submenu-btn.flip {
  background-position: -9px -7px;
}

.panel-menu li a, .mobmenu li a {
  color: #000;
  text-decoration: none;
}

.cur_category__header {
  font-size: 20px;
  color: #000;
  cursor: pointer;
  margin: 2px 0 0 47px;
  float: left;
  position: absolute;
  text-decoration: underline;
}

.cur_category__header:hover {
  text-decoration: none;
}

.panel-menu li a:hover {
  color: #ff5423;
}

.flip {
  transform: rotate(-180deg);
  border-left: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.cur_category__header a:hover {
  text-decoration: none;
}

#panel-menu-btn {
  float: right;
  width: 33px;
  height: 32px;
  cursor: pointer;
  margin-top: -5px;
}

.panel-menu .sub-menu,
.mobmenu .sub-menu {
  display: none;
  padding-left: 0;
}

#panel-menu-btn span {
  display: block;
  width: 33px;
  height: 5px;
  background: #0c9900;
  margin: 5px auto;
  border-radius: 3px;
}

#panel-menu-btn:hover span {
  transition: .2s;
  background: #10c700;
}

.mobmenu, .mobmenu-visible {
  display: none;
}

.visible {
  display: block !important;
}

#back_to_top {
  display: block;
  width: 28px;
  height: 29px;
  background: url(/i/back_to_top.png);
  cursor: pointer;
  z-index: 9999;
  float: right;
  position: absolute;
  top: 0;
  right: 20px;
}



@media (max-width: 1800px) {
	.leftBlock {
    display: none !important;
	}
}

/********************************************************************************************************/
@media (max-width: 1050px) {
	#menu-main, #menu-top {
		display: none;
	}
	
	header, header .container {
		min-height: 50px;
	}
	
	#menu_btn {
		display: block;
	}
	
	#logo {
    margin: 5px 0 0 5px;
	}
	
	#logo > a {
    width: 155px;
    height: 40px;
    background: url(/i/bg.png) -95px -43px;
	}
	
	#yasearch {
    width: 350px;
    margin-top: 7px;
    margin-left: calc(((100% - 350px) / 2) - 155px);
	}
	
	.mobmenu {
    display: none;
	}
	
	.mobmenu.mobmenu-visible {
    display: block;
	}
	
	main {
		margin-top: 0;
	}
	
	.artfooter {
		flex-direction: column;
	}
	
	.bottomsoclikes {
		width: 100% !important;
	}
	
	.artfooter > * {
		margin-bottom: 10px;
	}
	
	.panel {
		display: none !important;
	}
}

/********************************************************************************************************/
@media (max-width: 1000px) {

	header nav {
		padding: 5px 0 0 0;
	}

	header nav a {
		font-size: 17px;
		line-height: 32px;
		margin-left: 10px;
	}

	#back-top a {
		width: 31px;
		height: 40px;
		background-position: -254px -180px;
	}

	.footer-privacy, .footer-social {width: 96%; margin: 10px 2%; padding-left: 35px;}

	#mainpage-expert img {margin:   32px 0 0 5px;}

	.oneMoreSet {
		width: 40%;
	}

	.popArts {
		width: 29%;
	}

	.toRead div {
		width: 56%;
		float: left;
		margin-left: 4%;
	}

	.toRead div:first-child {
		width: 40%;
	}

	.rubric .rub-big {
		width: 45%;
	}

	.rubric .rub-small {
		width: 53%;
		margin: 0 0 10px 1%;
	}

	.rubric .rub-small:nth-child(3), 
	.rubric .rub-small:nth-child(4),
	.rubric .rub-small:nth-child(5),
	.rubric .rub-small:nth-child(9),
	.rubric .rub-small:nth-child(10),
	.rubric .rub-small:nth-child(11) {
		padding-bottom: 5px;
	}

	.rubric .rub-small:nth-child(3),
	.rubric .rub-small:nth-child(4),
	.rubric .rub-small:nth-child(9),
	.rubric .rub-small:nth-child(10) {
		margin-bottom: 5px;
	}

	.rubric .rub-small a:nth-child(3) {
		margin: 5px 0 0 10px;
	}

	.authorpage .artslist .artslist-bottom  {
		width: 48%;
		margin: 20px 2% 0 0;
		min-height: 100px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e8edf1;
	}

}


/******************************************************************************************************/
@media (max-width: 768px) {
		
	.info-footer {width: 72%; min-height: 61px;}
	.menu-footer, .floes-design {width: 48%;}
	.floes-design {margin-top: 40px;}

	#mainpage-expert {min-height: 100px;}

	#mainpage-expert > a, #mainpage-expert div {
		display: none;
	}

	#mainpage-expert > p {min-height: 100px; padding: 15px;}

	#slider .slider-main-pic {width: 96%; margin: 0 2%;}

	.slider-right-div {
		width: 96%;
		margin: 10px 2%;
		min-height: 0;
		padding-bottom: 10px;
	}

	.oneMoreSet, .popArts, .lastArts {
		width: 96%;
		margin: 0 2% 0 2%;
		min-height: 100px;
	}

	.popArts span, .lastArts span {
		margin: 20px 0;
	}

	.popArts div img {
		margin: 0 10px 30px 0;
	}

	.toRead {
		width: 100%;
		margin: 0;
	}

	.toRead div {
		width: 96%;
		margin: 20px 2% 0;
	}

	.toRead div:first-child {
		width: 96%;
		margin: 0 2%;
		min-height: 0;
	}

	.toRead div:first-child a:first-child img {
		width: 40%;
		height: auto;
	}

	.toRead div a:first-child img {
		margin: 0 10px 20px 0;
	}

	.hideOnSmall {display: none}

	.breadcrumbs {display: none}

	.about, .reklama, .sitemap, main > .rubric, .article, .authorpage, .wrapper-e404, #ya-site-results {
		width: 98%;
		margin: 0 1% 20px 1%;
		padding-top: 10px;
	}

	.sidebar {
		display: none;
	}

	#before-expert {
		display: none;
	}
	
	#yasearch {
		margin-left: 70px;
	}
}


@media (max-width: 670px) {
	#yasearch {
		width: calc(100% - 10px);
		margin: 5px;
	}
}


@media (max-width: 500px) {
	.relevantItems.fourItems .item {
		width: 50%;
	}
}


/**********************************************************************************************************************/
@media (max-width: 480px) {
  
  .about, .reklama, .sitemap, main > .rubric, .article, .authorpage, .wrapper-e404, #ya-site-results {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 10px 10px 0;
  }

  h1, .oneMoreSet span, .popArts span, .lastArts span, .toReadHead {
    font-size: 24px;
    line-height: 110%;
  }
  
  .oneMoreSet div:nth-child(2) a:nth-child(2),
  .rubric .rub-big a:nth-child(2),
  .rubric .rub-mid a:nth-child(2) {
    font-size: 16px;
  }

  div.icon {
    right: 10px;
  }
 
  div.icon a, .paginator > li a {
    text-decoration: none !important;
  }
 
  #menu-top a {
    border-bottom: 0;
  }

  #menu-top a:hover {
    border-bottom: 0;
  }
  
  header nav {
    text-align: left;
  }
  
  header nav a {
    font-size: 16px;
    line-height: 22px;
    padding: 3px 0;
    display: block;
  }

  header nav a:hover, nav a.active {
    border-top: 0;
  }

.logo-footer, .info-footer, .menu-footer, .floes-design, .footer-privacy, .footer-social {width: 94%; margin: 10px 3%; padding-left: 38px;}
.logo-footer img {width: 50%;}

#slider .slider-main-pic div:nth-child(2) {
  margin: 10px 0 10px 0;
  padding: 0 0 10px;
  background: 0;
  border-bottom: 1px dotted #bfbfbf;
}

#slider .slider-main-pic div a:first-child {color: #727477; width: 96%;}
#slider .slider-main-pic div a:nth-child(2) {color: #3f4d60; width: 96%; font-size: 16px;}
#slider .slider-main-pic div a:first-child:hover, #slider .slider-main-pic div a:nth-child(2):hover {color: #d6ad84;}

.text-1 .container, .text-2 .container {
  padding: 20px 0;
}

.text-1 .container h2, .text-2 .container h2 {
  width: 96%;
  margin: 0 2%;
}

.text-1 .container p, .text-2 .container p {
  width: 100%;
  padding: 10px 2% 0 2%;
}

.text-1 .container p:nth-child(3), .text-2 .container p:nth-child(3) {
  padding: 0 2% 10px 2%;
}

.toReadHead {
  margin-right: 2%;
}

.toRead div:first-child a:first-child img {
  width: 100%;
  height: auto;
}

.toRead div a:first-child img {
  margin: 0 10px 60px 0;
}

.rubric .rub-big, .rubric .rub-small, .rubric .rub-mid {
  width: 98%;
  margin: 0 2% 20px 2%;
}

.rubric .rub-mid a:first-child, .rubric .rub-mid a:nth-child(2), .rubric .rub-mid a:nth-child(3) {width: 100%}

 .rubric .rub-mid {
   margin: 10px 0;
   border-bottom: 1px dotted #bfbfbf;
   padding-bottom: 15px;
 }
 
.about .author .avatar {
  width: 80px;
  margin: 0 0 0 2%;
}
 
.about .author .title {
  width: 96%;
  float: left;
  margin: 10px 2%;
}

.about .author a.morelink {float: left; margin: 0 0 0 2%;}

.authorpage .artslist .artslist-bottom  {
  width: 96%;
  margin: 20px 2% 0 2%;
  min-height: 80px;
}

  .paginator {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0;
  }
  
  .paginator li {
    margin: 0;
    display: block;
    margin-top: 15px;
    text-align: center;
  }
  
  .paginator li.page-prev, .paginator li.page-next {
    margin-top: 5px;
  }
  
  .paginator > li.page-prev > a {
    margin-left: 0;
    position: relative;
  }
  
  li.page-next a {
    position: relative;
    margin-top: 5px;
  }
  
  .paginator li.page-next {
    padding-top: 10px;
  }
  
  .paginator > li.page-next > a {
    margin-left: 0;
    margin-top: 5px;
    position: relative;
  }
  
  h1, .article h2, h3, h4, .authorpage .ask-form h2 {
    font-weight: normal;
    line-height: 110%;
  }
  
  h1 {
    font-size: 26px;
  }
  
  h2, .artslist h2, .article h2, .authorpage .ask-form h2 {
    font-size: 24px;
  }
  
  h3 {
    font-size: 22px;
  }
  
  h4 {
    font-size: 19px;
  }
  
  .article p, .authorpage p {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 20px;
  }
  
  .article li {
    font-size: 15px;
    line-height: 20px;
  }
  
  .article p img, .article li img {
    width: 100%;
    height: auto;
    border: 0;
    margin: 0 0 10px;
  }

}

@media (max-width: 380px) {
	.relevantItems.fourItems .item {
		width: 80%;
	}
}

@media (max-width: 1000px) {.article iframe {height: 400px;}}
@media (max-width: 900px) {.article iframe {height: 350px;}}
@media (max-width: 800px) {.article iframe {height: 300px;}}
@media (max-width: 768px) {.article iframe {height: 400px;}}
@media (max-width: 700px) {.article iframe {height: 350px;}}
@media (max-width: 600px) {.article iframe {height: 250px;}}
@media (max-width: 500px) {
  .article iframe {height: 200px;}
  .blocklinks, .rub-relap {display: none;}
  .fotorama__stage.fotorama__pointer, .fotorama__stage__frame, .fotorama__stage__frame .fotorama__img {height: 300px !important;}
}


