.entry-foreword{
	font-size:21px;
	margin:1em 0 0.2em 0;
}

#breadcrumbs{
	margin-top:20px;
	font-family:'Roboto Condensed';
	font-size:17px;
	color:#808080;
}
#breadcrumbs a{
	border-bottom:1px solid rgba(50,50,50,.5);
	color:rgba(50,50,50,.9);
}
#breadcrumbs a:hover{
	border-bottom-color: #289c00;
	color:#289c00;
}

a[href^="#"]{border-bottom-style:dashed;}


#updown-wrap {
 position: fixed;
 top: 0;
 left: 0;
 z-index:9999;
 width: 64px;
 height: 100%;
 display:none;
}
@media only screen and (min-width:1281px){
	#updown-wrap {
		display: block;
	}
}
.updown {
  display: none;
  height: 100%;
  width: 100%;
  cursor: pointer;
  vertical-align: middle;
}
.updown:hover {
	background: #f2f5f6;
	color: #a6b5ba;
}
.updown::before {
  display: inline-block;
  content: '';
  height: 50%;
  width: 100%;
}
/*изображение кнопки добавлено к псевдоэлементам чтобы было удобно использовать спрайт и управлять расположением кнопки*/
#down::after,
#up::after {
  display: block;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAABAAgMAAAAG4J09AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABh0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC42/Ixj3wAAAAlQTFRFAAAADAwMExMTgLZmZwAAAAF0Uk5TAEDm2GYAAACOSURBVCjPrZGxDYAgEEXBxMb+hnALR7C4T8EEjuES9DbsKQd4aEyMMV7DL97lwvvGPE4/10BcA1BeC0wFAQpEAFekQFbClJHoM0QuuCAQPHGEIAvxmCCLjXiQ4FbiLqQ1L0fj9frvQT/4be5+fg5ZQjBNSxN1qFOZSW/0WW8v5udzBVpKq0mL0yq13Pd+dgnuMoxBtP7QAAAAAElFTkSuQmCC");
  background-color: transparent;
  background-repeat: no-repeat;
  border-radius: 32px;
  box-shadow: inset 50px 50px rgba(255,255,255,0.5);
  height: 32px;
  width: 32px;
  margin: 0 auto;
}
#up::after {
  background-position: 0px 0px;
}
#down::after {
  background-position: 0px -32px;
}
/*#down:hover::after,
#up:hover::after {
  box-shadow: inset 50px 50px rgba(0,0,0,0.2);
}*/


/* Morozov: 19.10.2021  */
#block-3 .inside-article{
    padding: 0 0 0.5em 0;
    border-bottom: #d8d8d8 1px solid;
    margin-bottom: 1em;
}

#block-3 article:last-child .inside-article{
    border: 0;
    padding: 0;
    margin: 0;
}

#block-3 .inside-article h2.entry-title{
  font-size: 17px;
}
#block-3 .inside-article .entry-summary{
  font-size:  14px;
}
#block-3 .inside-article .tags-links,
#block-3 .inside-article .views-count{
  display: none;
}
#block-3 .inside-article .post-image{
  margin: 0.75em 0 -0.25em !important;
}

#block-3 .inside-article .post-image .attachment-full{
  width: 100%;
}
aside .addtoany_share_save_container{
  display: none;
}
.addtoany_content { text-align:left; margin: 0 auto !important; }
.addtoany_list::before{
  content: 'Поделитесь этим материалом';
  font-size: 12px;
  display: block;
}
.ui-widget-content .addtoany_content{
  display: none;
}
.widget_ns_category_widget h2.widget-title{
  margin-bottom: 0px;
    padding: 0 17px 0 17px;
    font-size: 17px;
}


.widget-area .widget.ruvera_fullwidth_widget{
  padding: 0px;
  border: 0px;
}

.archive-widget .year-list,
.archive-widget .pane{
  display: table-cell;
  width: 100px;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a,
.main-navigation .main-nav ul li[class*="current-page-"] > a{
  color: #289c00;
  background-color: #fbfbfb;
}

.form-block-rcl.default-field{
  line-height: 0;
}
.rcl-loginform.rcl-loginform-full.panel_lk_recall.pageform > p {
  display: none;
}
.form-block-rcl.default-field p,
.form-block-rcl p{
  margin: 0 !important;
}
.rcl-checkbox-box{
  font-size: 0.8em;
}
.rcl-field-input label.block-label::before{
  margin-right: 10px;
}

.form-block-rcl.form-tab{
  margin: 18px 0 0 0;
}

.rcl-loginform.floatform .form-tab-rcl{
  padding: 10px 15px;
}

.rcl-loginform.floatform .form_head h2{
  margin: 0px;
}

.rcl-loginform.floatform .form-block-rcl{
  margin: 0px;
}

.rcl-loginform.floatform .form-block-rcl.default-field{
  margin: 17px 0;
}

.rcl-loginform.floatform .recall-button.link-tab-form{
  margin-top: 10px;
}

.rcl-loginform.floatform .link-register-rcl.link-tab-rcl.nwl-register{
  float: left;
  padding: 8px 0;
  font-size: 12px;
}

.rcl-loginform.floatform .link-remember-rcl.link-tab-rcl.nwl-forgot{
  float: right;
  margin: 0;
}

.rcl-loginform.floatform .close-popup{
position: absolute;
    top: -10px;
    right: -42px;
    background: #fff;
    border-radius: 50%;
    transform: rotate(45deg);
    border: 1px solid;
    font-weight: 600;
    width: 30px;
    height: 30px;
    text-align: center;
}

article.post-book-promo{
  padding: 20px;
  position: relative;
  display: flex;
}

article.post-book-promo .promo-book-info{
  width: 65%;
  padding-left: 15px;
}

article.post-book-promo .promo-book-image{
  width: 300px;
  width: 35%;
}

article.post-book-promo .promo-book-title{
  font-weight: bold;
  width: 281px;
  line-height: 26px;
}

article.post-book-promo .promo-book-description{
  font-size: 15px;
}

article.post-book-promo .ruvera-presents{
  position: absolute;
  top: 0;
  max-width: 225px;
}
article.post-book-promo .ruvera-presents i{
    position: absolute;
    bottom: 0;
    right: 30%;
}

article.post-book-promo  .promo-book-action-button{
    display: inline-block;
    background-color: #005bff;
    color: white;
    font-family: GTEestiPro,arial,sans-serif;
    padding: 10px 57px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
}

#post-book-promo-2 .promo-book-image{
  width: 25% !important;
}

#post-book-promo-2{
  justify-content: space-between;
}

#post-book-promo-1 .ruvera-presents{
  right: 20px;
}
#post-book-promo-2 .ruvera-presents{
  left: 28px;
  top: 10px;
}

#post-book-promo-2 .promo-book-title{
    text-align: right;
    margin-left: auto;
    margin-right: 20px;
}

#post-book-promo-2 .promo-book-info{
  padding-right: 15px;
}

@media only screen and (max-width:1150px){
  article.post-book-promo .ruvera-presents{
    position: relative;
    margin-left: 20px;
    margin-top: -15px;
  }
}

@media only screen and (max-width:830px){
  article.post-book-promo{
    display: block;
  }
  article.post-book-promo .promo-book-image{
    width: 100%;
  }

  article.post-book-promo .promo-book-info{
    width: 100%;
  }

  #post-book-promo-2 .promo-book-image{
    width: 100% !important;
  }
}

.bottom-description-text .entry-content{
  font-size: 0.85em; 
  display: flex;
}

.bottom-description-text .entry-content p{
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 15px;
}

@media only screen and (max-width:950px){
  .bottom-description-text .entry-content{
    margin-bottom: 10px;
    display: block;
  }
}

.grid-parent:after{content:'';display:block;clear:both;}

.gallery-preview-grid{
  display: flex;
}

.gallery-preview-grid .gallery-article-item{
  border: 1px solid #DBD7E4;
  padding: 0 !important;
}
.gallery-preview-grid .gallery-article-item:first-child{
  margin-right:  15px;
}

.gallery-preview-grid .gallery-article-item .inside-article{
  border: none !important;
}


.footer-widget-1{
  display: flex;
}

.bottom-menu-block{
  flex-grow: 1;
  flex-basis: 0;
}
.bottom-menu-block h2.widget-title{
  text-align: left;
    border-bottom: 1px solid #DBD7E4;
    width: 80%;
    margin-left: 25px;
    margin-bottom: 6px;
}

.bottom-menu-block > div{
  margin: 0 0 10px 25px
}

.bottom-menu-block ul li a{
  font-size: 16px;
  font-family: 'Roboto Condensed';
}


.bottom-menu-block h2.widget-title:before{
    content: "";
    position: absolute;
    background: url(https://ruvera.ru/wp-content/themes/generatepress/images/footer-links.png) no-repeat;
    margin: 0px 0px 0px -45px;
}
#news-menu h2.widget-title:before{
    width: 32px;
    height: 32px;
    background-position: 0px -107px;
    
}
#articles-menu h2.widget-title:before{
    width: 32px;
    height: 32px;
    background-position: 0px -49px;
}
#special-menu h2.widget-title:before{
    width: 32px;
    height: 32px;
    background-position: 0px 0px;
    margin: 0px 0px 0px -40px;
}
#about-menu h2.widget-title:before{
    width: 34px;
    height: 39px;
    background-position: -2px -182px;
    background-size: 38px 225px;
}

/* new header  */
header .inside-header{
  display: flex;
  justify-content: space-evenly;
}
header .header-widget{
  display: flex;
}

.panel_lk_recall .rcl-widget-buttons .rcl-widget-button{
  overflow: visible !important;
}

.header-auth{
  padding: 0px !important;
}

.no-border{
  border: none !important;
}

#social-widget .textwidget{ display: flex; flex-grow: 1;  }

footer .inside-site-info{
  padding: 0px !important;
}

footer .footer-bar{
  display: flex;
}

#age_mark .textwidget{
  margin: 20px 0px 0px 20px;
}
#age_mark .textwidget b{
  font-size: 50px;
  opacity: 20%;
}

/* privacy policy styles  */
#post-47430 .descr, #post-47430 .ol-li{
  margin-bottom: 10px;
}

#post-47430 .ol{
  margin-bottom: 15px;
}

#post-47430 .link{
  color: blue;
  text-decoration: underline;
}

/* header login form  */
.header-widget .close-popup{ display:none; }
.header-widget .form_head{ display:none; }
.header-widget .form-block-rcl{ margin-left: 0px;  }
.header-widget .form-block-rcl a.link-remember-rcl{ display:block; margin: 0px; padding: 8px 0px; }
.header-widget .form-block-rcl a.link-register-rcl{ height: auto; font-size: 12px; padding: 8px 0px; }
.header-widget .form-block-rcl .input-container-footer > div { float: left; }

.jstree-anchor{
  white-space: break-spaces !important;
  height: auto !important;
  line-height: 18px !important;
  margin-right: 11px !important;
}

.jstree-default .jstree-container-ul > li.jstree-node{
  margin-left: 0px !important;
}
.jstree-default .jstree-node{
  margin-left:  14px !important;
}