@font-face {
    font-family: 'Lora';
    src: url('/public/site/fonts/Lora-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: url('/public/site/fonts/Lora-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Lora';
    src: url('/public/site/fonts/Lora-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: url('/public/site/fonts/Lora-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Lora';
    src: url('/public/site/fonts/Lora-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: url('/public/site/fonts/Lora-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Lora';
    src: url('/public/site/fonts/Lora-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lora';
    src: url('/public/site/fonts/Lora-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
}

body {
  font-family: "Lora", serif !important;
}

#scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
  background-color: #ed1c24;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.main-page .bx-breadcrumb {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
}

#scroll-to-top.show {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#scroll-to-top:hover {
  background-color: #c40e15;
}

.back-to-section-button {
  margin: 40px 0 40px;
  text-align: center;
}

#scroll-to-top svg {
  width: 26px;
  position: relative;
  top: 5px;
}

.newsitem_bottomnews.mainpage-mainnews {
  border: none;
  margin-top: 0;
  background-color: #f5f5f5;
  padding: 10px 5px;
}

.static-block.press-conferences {
  margin: 20px 0;
  display: inline-block;
}

.press-conf-wrapper .main-post > .box_news {
  width: 100%;
  padding: 10px !important;
  box-sizing: border-box;
}

.press-conf-body {
  display: inline-block;
}

.empty-message {
  margin: 40px 0;
  border-left: 3px solid #ccc;
  padding-left: 15px;
}

.empty-message h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 50px;
}

.footer-messengers li {
  display: inline-block;
  list-style: none;
}

.footer-messengers {
  margin: 20px 0;
  padding: 0;
}

.footer-messengers li a img {
  width: 40px;
  height: auto;
  transition: all ease-in-out .2s;
  transform: scale(1);
}

.footer-messengers li a:hover img {
  transform: scale(1.1);
}

.footer-messengers li {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
}

.footer-messengers a {
  display: block;
}

.footer-messengers-note {
  width: 55%;
  font-style: italic;
  opacity: .7;
  margin-bottom: 15px !important;
  line-height: 1.5em;
}

/**************** QUOTE ****************/

blockquote {
  position: relative;
  z-index: 12;
}

blockquote::before {
  content: "\f10d";
  display: block;
  position: relative;
  font: normal normal normal 32px/1 FontAwesome;
  color: #eaeaea;
  top: 49px;
  margin-top: -50px;
  z-index: -1;
  left: -40px;
}

/**************** REACTIONS WIDGET ****************/

.reaction-container {
  background: #f5f5f5;
  padding: 10px;
  font-size: 13px;
  margin: 20px 0;
}

.reaction-container .reaction-text {
  display: inline-block;
  width: 35%;
}

.reaction-container .reaction-buttons {
  display: inline-block;
  width: 64%;
  text-align: right;
}

.reaction-container .reaction-buttons button {
  position: relative;
  top: 0px;
  padding: 5px 15px;
  font-size: 14px;
  background-image: unset;
  background-color: white;
}

.reaction-container .reaction-buttons button:active {
  top: 1px;
}

.reaction-container .reaction-buttons button span {
  font-size: 12px;
  color: #999 !important;
  transition: all ease-in-out .1s;
}

.reaction-container .reaction-buttons button:hover span {
  color: black !important;
}


/**************** PHOTO GALLERY ****************/

.photogal-descr-wrapper, .photogal-carousel-wrapper {
  display: block;
  width: 100%;
}

.photo-gallery .bigimg img {
  max-width: 100%;
  max-height: 400px;
}

.photogal-carousel-wrapper ul li {
  display: inline-block;
  float: none !important;
}

.photogal-carousel-wrapper {
  padding: 10px;
  background-color: #eee;
  box-sizing: border-box;
  text-align: center;
}

.photogal-carousel-wrapper .carousel .img_bordered {
    width: auto; /* или нужная ширина миниатюры */
    margin-right: 10px; /* если нужен отступ между слайдами */
    box-sizing: border-box;
}

.photogal-carousel-wrapper .carousel .img_bordered a.active, .photogal-carousel-wrapper .carousel .img_bordered a:hover {
  opacity: 1;
}

.photogal-carousel-wrapper .carousel .img_bordered a {
  transition: all ease-in-out .2s;
  opacity: 0.5;
}

.photogal-carousel-wrapper .carousel .img_bordered a img {
  max-height: 60px;
  width: auto;
}

.carousel-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.carousel-wrapper.visible {
  visibility: visible;
  opacity: 1;
}

.photogal-carousel-wrapper .slick-arrow {
  margin-top: 0;
}

.main-gallery-image.news-detail {
  width: 100%;
  text-align: center;
  background-color: #e3e0e0;
}

.photogal-meta {margin-top:10px;}

.gallery-single {
    padding-top: 5px;
}
.gallery-single .head {
    padding: 0 100px 0 0;
}

.gallery-single .head .quantity {
    position: absolute;
    right: 5px;
    bottom:5px;
    font-size: 18px;
    color: #827e7e;
}
.gallery-single .date {
    font-size: 11px;
    font-style: italic;
    color: #7f7f7f;
}
.gallery-single .descr {
    padding: 10px 0 15px;
}
.gallery-single .allphotos {
    padding: 20px;
    background-color: #e3e0e0;
}
.gallery-single .allphotos ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.gallery-single .allphotos li {
    float: left;
    padding: 8px;
}
.allphotos .frame, .photo-gallery .frame {
    width: 95px;
    height:60px;
}

.news-detail-share .share-block { display: none; }
.news-detail-share .share-block.is-visible { display: block; }


/**************** FIRST NEWS ITEM ****************/

.main-post > .right.first-article-item {
  width: 64%;
}

.first-article-topsection .first-article-topsection-meta {
  position: absolute;
  bottom: 7px;
  padding: 15px 15px 3px;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  box-sizing: border-box;
  backdrop-filter: blur(4px);
}

.first-article-topsection {
  position: relative;
}

.first-article-item .first-article-topsection .box {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}

.first-article-topsection .first-article-topsection-meta a.title {
  color: white !important;
}

.first-article-topsection .first-article-topsection-meta a.title:hover {
  color: #ed1c24 !important;
}

.first-article-topsection .first-article-topsection-meta .floatcontainer.post_controls {
  right: 0;
  top: 10px;
}

.first-article-topsection .first-article-topsection-meta .floatcontainer.post_controls .viewings {
  color: #ccc;
}

.first-article-bottomsection {
  margin-top: 10px;
}


/****** AUTHORS LIST ***************/

.other-authors-container {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
}

.authors_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;
}
.author_card {
  width: 130px;
  text-align: center;
  margin-top: 20px;
  padding: 0 10px;
  box-sizing: border-box;
}
.author-thumb {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
  filter: grayscale(1);
}
.author-name {
  margin-top: 10px;
  font-size: 14px;
}

.author_card a {
  color: black;
  text-decoration: none;
}

.author-count {
  font-size: 10px;
  margin-top: 5px;
  color: #999;
}

.authors_filter_letters.paging strong {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #999;
}


/****** 404 ***************/

.page-not-found-message p {
  font-size: 15px;
}

.page-not-found-message {
  width: 90%;
  margin-bottom: 50px;
}

.page-not-found-message span {
  font-size: 10em;
  color: #888;
}

.page-not-found-message p a {
    white-space: nowrap;
}


/****** TAGS ***************/

.main-post2.feattagslist-container .tags-list {
  margin: 0 -5px 20px;
}

.side-column .tags-list .news-tag {
  font-size: 13px;
  color: black;
  padding: 4px 15px;
  border-radius: 40px;
  margin: 0 5px 5px 0;
}

.tag-page .tag-description {
  display: inline-block;
  width: 95%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.tag-description .tag-mainimage {
  margin-right: 30px;
}

.tag-heading {
  margin-bottom: 40px;
}

.tag-heading form#record-type-form {
  display: inline-block;
}

.tag-heading h2 {
  display: inline-block;
}

.tag-heading form#record-type-form select#record_type {
  font-size: 19px;
  font-family: "Lora", serif !important;
  font-weight: normal;
  border: none;
  padding: 5px 5px 5px 10px;
  margin-right: 5px;
  background-color: #f7f7f7;
  cursor: pointer;
}

.tag-items h2 small {
  color: #999;
}

.tag-items h2 span {
  display:none;
}

.tag-description-text {
  font-size: 13px;
  line-height: 1.7em;
}

.tag-publications-list .rubric a {
  display: inline !important;
  color: #666 !important;
}

.tag-publications-list .rubric {
  padding-bottom: 5px;
  color: #ccc;
}

.tag-publications-list .post_controls {
  padding: 0 !important;
}

.paging.floatcontainer.tags-navigation {
  margin: 30px 0;
  text-align: left;
}

.paging.floatcontainer.tags-navigation .modern-page-current {
  border: 1px solid white;
}

.paging.floatcontainer.tags-navigation span {
  display: inline-block;
  float: none !important;
  box-sizing: border-box;
  min-width: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  padding: 3px;
  height: auto !important;
  font-weight: 300;
}

.paging.floatcontainer.tags-navigation a {
  background-color: white;
  border-radius: 50%;
  border: none;
  min-width: 30px;
  display: inline-block;
  text-align: center;
  padding: 3px 0px;
  height: auto !important;
  float: none;
}

.paging.floatcontainer.tags-navigation a.modern-page-next, .paging.floatcontainer.tags-navigation a.modern-page-previous {
  background: unset;
  margin: 0 10px;
  width: auto;
  padding: 0;
}

.paging.floatcontainer.tags-navigation .modern-page-title {
  color: rgb(119, 119, 119);
  font-size: 10px;
}

.tags-list {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #aaa;
}

.tags-list span {
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
  color: #999;
}

.tags-list .news-tag {
  text-decoration: none;
  font-size: 12px;
  color: #333;
  display: inline-block;
  padding: 2px 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 20px;
  margin: 0 5px 5px;
  transition: all ease-in-out .2s;
  transform: scale(1);
  background-color: white;
  z-index: 100;
  position: relative;
}

.tags-list .news-tag:hover {
  transform: scale(1.15);
  border-color: #999;
  z-index: 200;
}

.tag-to-search {
  margin: 20px 0;
  font-style: italic;
}

.tag-to-search .fa.fa-search {
  font-size: 24px;
  color: #999;
  margin-right: 10px;
}

.tags-search {
  margin-bottom: 15px;
}

.all-tags .tags-group {
  border-left: 2px solid #dfdfdf;
  padding-left: 10px;
}

.tags-filter.paging span {
  cursor: pointer;
}

.tags-filter.paging span.active {
  color: #ed1c24;
}

.tags-search #tag-search {
  padding: 5px;
  font-style: italic;
  font-family: "Lora", serif !important;
}



/****** NEWS ITEM BOTTOM NEWS BLOCK ***************/

.newsitem_bottomnews .box {
  width: 24%;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: top;
}

.newsitem_bottomnews .box a {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: black;
  text-decoration: none;
  border-left: 2px solid #ed1c24;
  padding-left: 10px;
}

.newsitem_bottomnews h3 {
  border-left: 4px solid #ed1c24;
  padding-left: 10px;
  margin-bottom: 20px;
}

.newsitem_bottomnews {
  margin-top: 50px;
  border-top: 1px dotted #aaa;
  padding-top: 10px;
  margin-bottom: 30px;
}

.comments-wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}


/****** PRITSEP ***************/

.pritsep-wrapper {
  border-left: 3px solid #d9d9d9;
  padding: 0 20px;
  margin: 40px 0 20px;
}

.pritsep-wrapper p {
  font-size: 14px;
}

.pritsep-wrapper h4 {
  margin-top: 40px;
}


/**************** COMMENTS ********************/

.comments-component-wrapper h4 {
  margin: 5px 0 30px;
  border-left: 3px solid #ed1c24;
  padding-left: 10px;
  font-size: 14px;
}

.comments-list-wrapper .media-list {
  list-style: none;
  padding: 0 0 0 10px;
}

#commentForm {
    overflow: hidden;
    float: left;
    width: 100%;
}

#commentFormPreload {
    /* background-color: #777; */
    position: absolute;
    z-index: 99999;
    background-color: #f5f4f4;
    opacity: 0.2;
    display: none;
    /* width: 100%; */
}

.commentPopover {
    position: relative;
    width: 100%;
    max-width: 100%;
    z-index: 0;
    margin-left: 0px !important;
}

.commentPopoverArrow {
    top: 18px !important;
}

.popoverMediaBody {
    width: 100%;
    padding-left: 80px;
}

ul.media-list li {
    width: 100%;
}

#commentsList .media-left {
    position: absolute;
    width: 74px;
}

#commentsList .media-list li {
    float: left;
    clear: both;
}

#commentsList .media-left, .media-body {
    float: left;
    display: block;
}

.footer-blockquote {
    float: left;
    width: 100%;
}

.commentPopoverTitle {
    padding: 8px 14px;
}

#commentForm {
  margin-bottom: 20px;
}

.share-toggle-button {
  background-color: #e6e6e6;
  padding: 5px 15px;
  font-size: 12px;
  color: #717171;
  cursor: pointer;
}

.share-block {
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 17;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(221, 221, 221);
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  width: 210px;
  display: none;
}

.subscribe-push-btn {
  display: inline-block;
  margin-left: 5px;
  background-color: #e6e6e6;
  color: #717171;
  font-size: 12px;
  padding: 5px 15px;
  cursor: pointer;
}

.subscribe-push-btn i, .share-toggle-button i {
  margin-left: 5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
  padding: 10px 15px;
  margin: 0;
  font-size: 12px;
  border-bottom: 1px solid #d7d7d7;
}

.popover-content {
    padding: 10px 15px
}

.popover-content p {
  margin: 5px 0 !important;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    content: "";
    border-width: 10px
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.static-block.video-block {
  margin: 0 5% 30px 0;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.show {
    display: block !important;
}

.block-shadow {
    background-color: #eee;
}

.comments-form-fields-wrapper .form-group {
  width: 49%;
  display: inline-block;
  box-sizing: border-box;
}

.comments-form-fields-wrapper .form-group label, .wysibb-text label {
  display: block;
  font-size: 11px;
  color: #999;
  margin-bottom: 3px;
}

.comments-form-fields-wrapper .form-group input {
  width: 75%;
  font-family: "Lora", serif !important;
}

.wysibb-texarea {
  width: 100%;
  height: 100px;
  resize: vertical;
  box-sizing: border-box;
  padding: 10px;
  font-family: "Lora", serif !important;
  font-size: 13px;
}

.comments-buttons-wrapper {
  text-align: right;
}

.comments-form-fields-wrapper p {
  font-size: 13px;
  margin: 35px 0 15px;
}

.comments-buttons-wrapper button {
  margin: 10px 0 0;
}


/************* NEW FOR SIDE COLUMN ************/

.side-column .side-news-items .box.side-news-item a {
  color: black;
  font-size: 13px;
  border-left: 2px solid #ed1c24;
  padding-left: 10px;
  display: block;
  line-height: 1.3em;
}

.main-news-item .main-news-item-image img {
  width: 100%;
}

.main-news-item {
  background-color: #f5f5f5;
}

.fullscreen-side-col .main-news-item {
  transform: scale(1.2);
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 17px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.05);
}

.fullscreen-side-col .main-news-item .date {
  font-size: 10px !important;
  margin-top: 3px;
}

.mobile-side-col .main-news-item .date {
    font-size: 11px !important;
    margin: 5px 0;
}

.mobile-side-col .main-news-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px double #e1e1e1;
}

.main-news-item .title a {
  font-size: 12px !important;
  color: black;
  border-left: 2px solid #ed1c24;
  padding-left: 11px;
}

.mobile-side-col .main-news-item .title a {
  font-size: 15px !important;
}

.mobile-side-col .main-news-item .main-news-item-image img {
  max-height: 200px;
  width: auto;
}

.mobile-side-col .main-news-item .main-news-item-image a {
  display: block;
  font-size: 0;
  text-align: center;
  background-color: #ececec;
}


/**************** UNSORTED ********************/

.fb_iframe_widget { z-index: 10; }

.mainpage-video.main-post > .right {
  margin-bottom: 20px;
}

.newsdet-author a .intext-author-photo {
  border-radius: 50%;
  width: 30px;
  margin-right: 10px;
}

.newsdet-author a {
  display: inline-flex;
  align-items: center;
}

.box_article.press-wall-wrapper .title {
  height: auto !important;
}

.post_controls div.date { padding: 0; }

.main-post .right .edit_column .box a p {
  width: unset;
  font-style: unset;
  font-size: unset;
  text-align: left;
}

.story-block .image-left {
  float: left;
  margin-right: 30px;
}

.story-block .image-right {
  float: right;
  margin-left: 30px;
}

.content .news-list .title {
  margin-bottom: 25px;
}

.story-block p {
  margin: 20px 0;
}

.story-block .story-image small {
  display: block;
  color: #666;
  font-style: italic;
  border-left: 3px solid #ed1c24;
  padding-left: 10px;
  margin-top: 2px;
  font-size: 12px;
}

.static-block.story-block {
  display: inline-block;
}

.story-author {
  text-align: right;
  margin-top: 40px;
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
  margin-bottom: 50px;
}

.story-author h4 {
  margin: 0 0 5px;
}

.story-author a {
  font-size: 11px;
  color: #777;
}

.img.author-photo-wrapper {
  width: 150px;
  height: 150px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.3);
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  margin-bottom: 20px;
  margin-right: 30px;
  margin-left: 5px;
}


/********** STATIC PAGES ****************/

.reklama-statistika .stats-item {
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  line-height: 2em;
}

.redaktsiya-names p small, .redaktsiya-contacts p small {
  font-size: 12px;
  color: #888;
}

.static-page .full-column {
    display: block;
}

.static-page .half-column {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.static-page .third-column {
  display: inline-block;
  width: 32%;
  vertical-align: top;
}

.static-page .twothirds-column {
  display: inline-block;
  width: 65%;
  vertical-align: top;
}

.glavred {
  margin-bottom: 50px;
}

.glavred p, .static-block ul li {
  margin: 0 0 5px;
}

.glavred a {
  font-size: 12px;
}

.glavred h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 5px !important;
}

.static-block p, .static-block ul, .static-block ul li {
  line-height: 1.5em;
  font-size: 15px;
}

.static-block p small {
  display: block;
  margin-bottom: 2px;
}

.static-page h2 {
  color: black;
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 3px solid #ed1c24;
}

.static-page h3 {
  color: black;
  margin-bottom: 30px;
  margin-top: 50px;
  padding-left: 15px;
  border-left: 2px solid #ed1c24;
}

.static-block.redaktsiya-contacts {
  background-color: #f5f5f5;
  padding: 1px 20px;
  margin: 20px 0;
  border-left: 3px solid #ed1c24;
}

.static-block.redaktsiya-contacts a {
  color: black;
  text-decoration: none;
  font-size: 16px;
}

.static-block.redaktsiya-contacts a:hover {
  color: #ed1c24;
}

.redaktsiya-contacts h3 {
  font-size: 13px;
  margin-top: 20px;
}

.redaktsiya-info {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.redaktsiya-info p {
  font-size: 12px;
  padding-right: 15%;
  color: #444;
}

.redaktsiya-history .redaktor {
  margin: 15px 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.redaktor p {
  line-height: 1.4em;
  font-size: 14px;
}

.redaktsiya-history .redaktor img {
  width: 100%;
  padding: 0 20% 0 0;
  box-sizing: border-box;
  max-width: 300px;
}

.redaktsiya-history .redaktor h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.redaktsiya-history .redaktor .red-dates {
  font-size: 13px;
  color: #666;
}

.reklama-statistika {
    margin:40px 0;
}

.reklama-statistika .stats-item .stats-head {
  border-bottom: 4px double #ed1c24;
  display: inline-block;
  font-size: 35px;
  padding-bottom: 5px;
}

.reklama-statistika .stats-item .stats-head small {
  font-size: 40%;
  color: #999;
}

.reklama-statistika .stats-item .stats-subhead {
  font-style: italic;
  font-size: 15px;
  margin-top: 5px;
}

.reklama-graphs h4 {
  padding-left: 10px;
  border-left: 3px solid #ccc;
  margin: 30px 0 0;
  font-size: 14px;
}

.reklama-graphs img {
  border-bottom: 1px solid #dfdfdf;
}



.img.author-photo-wrapper .author-photo {
  width: 100%;
  height: 100%;
}

.textp.newsdet-mainimage-capt {
  margin: 3px 0 0;
  font-size: 11px;
  color: #999;
}

.main-post .right .edit_column a.title, .box_article .title a {
  color: black;
  border-left: 3px solid #ed1c24;
  min-height: unset;
  padding-left: 10px;
  transition: all ease-in-out .2s;
}

.main-post .right .edit_column a.title:hover, .box_article .title a:hover {
    color: #ed1c24;
}

.intext-ad-block {
  margin: 30px 0px;
  background-color: #f5f5f5;
  padding: 3px 1px;
}

.copyrights-block-bottom {
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.upperheader-wrapper {
  display: inline-block;
  width: 100%;
}

.bx-breadcrumb .bx-breadcrumb-item span {
  font-size: 11px;
  font-family: "Lora", serif !important;
}

.bx-breadcrumb .bx-breadcrumb-item > span {
  display:none;
}

.main-post .right .edit_column .box img {
  background-color: #bdbdbd;
}

.main-post.mainpage-video .right .edit_column .box img {min-height: 155px; max-width: 100%;}

.autor_pr span {
  font-size: 10px;
  margin-bottom: 3px;
  display: inline-block;
  color: #a8a8a8;
}

.autor_pr a {
  font-size: 13px;
}

.news-detail-share {
  margin-bottom: 10px;
}

.news-detail, .news-detail p, .news-detail ul li {
  line-height: 1.5em;
  font-size: 15px;
  position: relative;
  z-index: 13;
}

.news-detail .news-date-time, .news-date-time {
  font-size: 12px;
  color: #999999;
  text-align: right;
  align-content: end;
  padding-bottom: 5px;
}

.news-detail .img {
  margin-right: 20px;
  margin-bottom: 20px;
}

.paging.bottom-pager {
  margin-top: 30px;
}

.news-detail img {
  box-shadow: 2px 2px 5px rgba(0,0,0,.15);
  margin: 10px 10px 10px 0 !important
}

.news-detail h3, .related-articles h2 {
  font-size: 18px;
  display: inline-block;
  margin: 30px 0 10px;
  border-left: 3px solid #d20000;
  padding-left: 10px;
}

.news-detail h2, .news-detail h3, .news-detail h4 {
  display: flex !important;
}

.news-detail h2 {
  font-size: 22px;
  margin-top: 30px;
  line-height: 1.2em;
  border-left: 3px solid #d20000;
  padding-left: 10px;
}

.news-detail h3 {
  font-size: 18px;
  margin-top: 30px;
}

.news-detail h4 {
  font-size: 16px;
  margin-top: 30px;
  font-style:italic;
  border-left: 3px solid #d20000;
  padding-left: 10px;
}

.img.newsdet-mainimage-wrapper {
  float: left;
}

.press-wall .date {
  padding-left: 0;
}

.press-wall .title a {
  margin-bottom: 25px;
}

.main-post .posts-text a {
  line-height: 1.3em;
  font-size: 13px;
}

.main-post2 .right_large .box .date {
  margin-bottom: 5px;
}

.main-post2 .right_large .box a {
  text-decoration: none;
  font-size: 15px;
}

.main-post2 .right_large .box a, .newsitem_bottomnews .box a, .main-news-item .title a, .main-post2 .right_large .box a {
  transition: all ease-in-out .2s;
}

.main-post2 .right_large .box a:hover, .newsitem_bottomnews .box a:hover, .main-news-item .title a:hover, .main-post2 .right_large .box a:hover {
  color: #ed1c24;
}

.articles-main {
  width: 900px;
}

.articles_level .box_article {
  width: 31%;
}

 
#debugDiv blockquote {
    background: none #f4ffab;
    border-radius: 10px;
    font-size: 13px;
    text-decoration: none;
    color: #2e3979;
    margin-left: 30px;
    padding: 20px;
    width: auto;
    display: inline-block;
}

#copyright { position: absolute; width: 1px; margin: 5px 0px 0px -1px; line-height: 0px; height:1px; overflow:hidden; opacity: 0; font-size: 1px; }

.not_finished {
    border: 2px solid red !important;
}
.finished {
    border: 2px solid green !important;
}
#vk_groups {
    margin: 20px 0;
}
html, body {
    margin: 0;
    padding:0;
    width:100%;
    height:100%;
    font-size: 1rem!important;
    background-color: #fff;
    color: #1a1a1a;
    min-width: 320px;
}
a img {
    border: none;
}
table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: center;
    text-align: left;
    border: none;
    padding: 0;
}
h2 {
    font-size: 19px;
    font-weight: normal;
}
h3 {
    font-size: 15px;
}
a {
    color: #ed1c24;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
input[type='text'], textarea, select, input[type="password"] {
    border: 1px solid #ddd;
    border-radius: 2px;
}
input[type='text'], textarea, input[type="password"] {
    padding: 3px;
}
input[type='submit'], button {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: url("/public/site/img/button-1.png") repeat-x left top;
    padding: 5px 35px;
    cursor: pointer;
    margin: 10px 0;
}

.block {
    position: relative;
    z-index: 1;
}
.clear {
    clear: both;
}
.floatcontainer {
    overflow: hidden;
}
.innercont {
    max-width: 1170px;
    margin: 0 auto;
}
.innercont:after{
    content: '';
    display: block;
    clear: both;
}
.innercont.inner {
    margin-top: 20px;
}
.innercont.inner.with_spec {
    margin-top: 0;
}
a.button {
    font-size: 12px;
    display: block;
    font-weight: bold;
    color: #000;
    background: none #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 3px 15px;
    margin: 0;
    text-decoration: none;
}
label.infield {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: text;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height:100%;
    margin: 0 0 30px;
}
.wrapper_inner {
    /*padding-bottom: 175px;*/
}

.footer {
  background: #f3f3f3;
  margin-top: 0;
}

.footer-red-message {
  clear: both;
  width: 100%;
  text-align: center;
  background-color: #b90d13;
  padding: 10px 15px 5px;
  color: #fff;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 13px;
}

.footer-red-message .send-button {
  border-radius: 0px;
  border: none;
  background-color: white;
  font-size: 12px;
  padding: 8px 20px;
}

.footer.printf {
    height: auto;
    margin-top: 0;
    display: none;
}

.content.text.footer-text {
  padding: 40px 0 20px;
  font-style: italic;
  color: #666;
}

.footer-banned-orgs {
  border-left: 3px solid #b90d13;
  padding-left: 10px;
  line-height: 1.5em;
  margin-top: 30px;
}

.footer-bottom h2 {
  color: #b90d13;
  font-size: 22px;
}

.footer .bottom .copyright .copyrights-block-bottom p {
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1.5em;
}

.news-detail {
  width: 90%;
}

.copyright .main-contacts-block, .copyright .second-contacts-block {
  width: 49%;
  display: inline-block;
  vertical-align: text-top;
  line-height: 1.6em;
}

.contacts-block h4 {
  margin: 0 0 10px;
  font-size: 11px;
}

.department {
  margin-bottom: 25px;
}

#commentsList, #commentForm {
  background-color: #f5f5f5;
  padding: 10px;
  box-sizing: border-box;
}

.yandex-share-panel {
  margin: 0;
}

.print-logo {
    display: none;
}
.header_blocks {
    margin-top: 30px;
}
.header .logo {
    float: left;
    width: 385px;
    background-color: #ed1c24;
    height: 167px;
    margin-left: 10px;
    box-shadow: 7px 8px 2px rgba(0,0,0,0.1);
}
.header .logo div {
    text-align: center;
    color: #fff;
    padding-top: 11px;
}
.header .center {
    float: left;
    width: 240px;
    margin-left: 15px;
    height: 167px;
}
.header .center .title {
}
.header .center .title a {
    font-size: 21px;
    color: #ed1c24;
    text-decoration: none;
}
.header .center .title a:hover {
    text-decoration: underline;
}
.header .center .search {
    margin-top: 15px;
}
.header .center .search label {
    font-size: 12px;
    font-style: italic;
    color: #949494;
    left: 8px;
}
.header .center .search .text {
    width: 180px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 2px 5px;
}
.header .center .search .submit {
    width: 40px;
    height: 23px;
    margin-top: -2px;
    background: url("/public/site/img/lens-1.png") no-repeat center center #f9f9f9;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    border-radius: 3px;
    padding: 0 6px;
}
.header .right {
    float: left;
    margin-left: 30px;
    height: 167px;
}
.header .right .img {
    float: left;
}
.header .right .img .shadow {
    position: absolute;
    top: 12px;
    left: -9px;
    z-index: 1;
}
.header .right .img .num_pic {
    border: 1px solid #ed1c24;
    position: relative;
    z-index: 10;
}
.header .right .descr {
    margin-left: 130px;
}
.header .right .descr .heading {
    color: #888;
}
.header .right .descr .date {
    color: #1a1a1a;
    font-size: 30px;
}
.header .right .descr .number {
    color: #1a1a1a;
    font-size: 17px;
    padding-bottom: 16px;
}
.header .right .descr .linx a {
    color: #1a1a1a;
    font-size: 11px;
    text-decoration: underline;
}
.header .right .descr .linx a:hover {
    text-decoration: none;
}
.header .right .descr .linx div {
    padding-left: 20px;
    margin: 4px 0;
}
.header .right .descr .linx .read {
    background: url("/public/site/img/book-1.png") no-repeat left center;
}
.header .right .descr .linx .pdf {
    background: url("/public/site/img/download-1.png") no-repeat left center;
}
.header .right .descr .linx .ipad {
    background: url("/public/site/img/download-1.png") no-repeat left center;
}
.header .top_menu {
    width: 100%;
    background-color: #000;
    padding-left: 0;
    margin: 5px 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}
.header .top_menu li{
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}
.header .top_menu span, .header .top_menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 10px;
    text-align: center;
    transition: all ease-in-out .2s;
}
.header .top_menu a span.for_a {
    display: inline;
    padding: 0;
}
.header .top_menu a.active span.for_a{
    border-bottom: 2px solid #ed1c24;
}
.header .top_menu span:hover, .header .top_menu a:hover {
    text-decoration: none;
    background-color: #333;
}
.header .top_menu span:hover, .header .top_menu a.active:hover {
    text-decoration: none;
}
.header .header_add {
    z-index: 2;
    width: 385px;
    background-color: #ed1c24;
    height: 30px;
    margin-left: 10px;
    color: #fff;
    box-shadow: 7px 8px 2px rgba(0,0,0,0.1), 7px -22px 2px rgba(0,0,0,0.1);
}
.header .header_add .enter {
    padding: 1px 0 0 18px;
    margin: 5px 0 0 30px;
    float: left;
    cursor: pointer;
    background: url("/public/site/img/lock-1.png") no-repeat left top;
}
.header .header_add .enter a {
    color: #fff;
    text-decoration: none;
}
.header .header_add .enter a:hover {
    text-decoration: underline;
}
.header .header_add .enter .popup {
    position: absolute;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
    left: 0px;
    top: 30px;
    padding: 10px 20px;
    color: black;
    cursor: default;
    z-index: 1000;
}
.header .header_add .enter .popup input[type='text'], .header .header_add .enter .popup input[type='password'] {
    width: 178px;
    padding: 2px 3px;
    margin: 3px 0;
    border: 1px solid #c3c3c3;
    border-top-color: #7c7c7c;
    border-bottom-color: #dddddd;
}
.header .header_add .enter .popup .error input[type='text'], .header .header_add .enter .popup input[type='password'] {
    background-color: #fddfdf;
}
.header .header_add .enter .popup .infield {
    color: #a3a4a5;
}
.header .header_add .enter .popup .name, .header .header_add .enter .popup .exit {
    padding: 0 25px 10px 50px;
}
.header .header_add .enter .popup a {
    color: #363e49;
    text-decoration: none;
    border-bottom: 1px solid #363e49;
    white-space: nowrap;
}
.header .header_add .enter .popup .socials .heading {
    padding: 10px 0;
}
.header .header_add .enter .popup .register_link {
    padding-left: 20px;
    background: url("/public/site/img/person-2.png") no-repeat left center;
}
.header .header_add .enter .popup .social_auth {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-position: center top;
    border-bottom: none;
}
.header .header_add .enter .popup .social_auth:hover {
    background-position: center bottom;
}
.header .header_add .enter .popup .social_auth.tw {
    background-image: url("/public/site/img/socials-tw-1.png");
}
.header .header_add .enter .popup .social_auth.vk {
    background-image: url("/public/site/img/socials-vk-1.png");
}
.header .header_add .enter .popup .social_auth.fb {
    background-image: url("/public/site/img/socials-fb-1.png");
}
.header .header_add .enter .popup .social_auth.mr {
    background-image: url("/public/site/img/socials-mr-1.png");
}
.header .header_add .enter .popup .edit {
    padding-bottom: 10px;
    padding-top: 7px;
}
.header .header_add .enter .popup .write {
    height: 25px;
    background: url("/public/site/img/write-1.png") no-repeat 22px top;
}
.header .header_add .enter .popup .exit {
    height: 25px;
    background: url("/public/site/img/cross-1.png") no-repeat 22px 2px;
}
.header .header_add .enter .popup .name {
    height: 20px;
    padding-top: 5px;
}
.header .header_add .enter .popup .name a {
    color: #000;
    border-bottom: 1px dotted #000;
}
.header .header_add .enter .popup .dot a {
    border-bottom: 1px dotted #363e49;
}
.header .header_add .enter .popup a:hover {
    text-decoration: none;
    border-bottom: none;
}
.header .header_add .enter .popup.hidden {
    display: none;
}
.header .header_add .rss {
    padding: 1px 0 0 20px;
    margin: 5px 0 0 40px;
    float: left;
    background: url("/public/site/img/rss-1.png") no-repeat left top;
}
.header .header_add .rss a {
    color: #fff;
    text-decoration: none;
}
.header .header_add .rss a:hover {
    text-decoration: underline;
}
.footer .bottom_menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
  background-color: #e6e6e6;
  overflow: hidden;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}

.bottom-menu-container {
  background-color: #e6e6e6;
}

.footer .bottom_menu li {
    width: 16.66%;
    float: left;
}
.footer .bottom_menu span, .footer .bottom_menu a {
  color: #000;
  font-size: 13px;
  text-decoration: none;
  display: block;
  padding: 12px 10px;
  text-align: center;
  font-weight: 600;
  transition: all ease-in-out .2s;
}
.footer .bottom_menu span:hover, .footer .bottom_menu a:hover {
  background-color: #b3b3b3;
}
.footer .bottom {
  border-top: 1px solid #b9b9b9;
  padding-top: 10px;
}
.footer .bottom .copyright {
    float: left;
    font-size: 12px;
    color: #202020;
    padding: 15px;
}
.footer .bottom .copyright p {
    margin: 0 0 3px;
}
.footer .bottom .copyright .mails {
    margin-bottom: 10px;
}
.footer .bottom .copyright a {
    font-size: 11px;
    color: #00468c;
    white-space: nowrap;
}
.footer .bottom .counters {
    padding: 17px;
    margin-left: 150px;
    text-align: center;
    float: left;
}
.footer .bottom .artektiv {
    padding: 20px;
    float: right;
    font-size: 10px;
    color: #202020;
}
.main_specs {
    margin: 5px 0 -5px;
    padding: 0;
    width: 100%;
}
.main_specs td {
    width: 15%;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    padding: 0 1px;
}
.main_specs td a {
    padding: 15px 10px 15px;
    height: 55px;
    display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #202020;
    text-decoration: none;
}
.main_specs td:hover {
    color: #fff;
    /*background-color: #ed1c24;*/
}
.main_specs td:hover a {
    color: #fff;
    background-color: #ed1c24;
}
.main_specs td a div {
    text-align: center;
    font-size: 11px;
    color: #7f7f7f;
    font-style: italic;
}
.main_specs td:hover a div {
    color: #fff;
}
#content {
    margin-top: 10px;
}
#content .news-detail p img {
    height: auto;
}
#c_right {
    float: right;
    width: 250px;
}
#c_right .news {
    margin-bottom: 20px;
}
#c_right .face_book {
    margin: 20px 0;
}
#c_right .rubrics_main {
    padding-top: 1px;
    margin: 15px 0;
}
#c_right .rubrics_main .bg {
    background: url("/public/site/img/clips.png") no-repeat center top;
    height: 30px;
    width: 260px;
    position: absolute;
    top: 0;
}
#c_right .rubrics_main .inner {
    border: 3px solid #ed1c24;
    margin-top: 13px;
    background-color: #faf8ee;
}
#c_right .rubrics_main h3 {
    color: #ed1c24;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 12px 0;
}
#c_right .rubrics_main ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#c_right .rubrics_main li {
    text-align: center;
    padding-bottom: 15px;
}
#c_right .rubrics_main li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}
#c_right .rubrics_main li a:hover {
    text-decoration: underline;
}
#c_right .we_are_social {
    margin: 20px 0 20px;
    border: 3px solid #ed1c24;
}
#c_right .we_are_social .social_list {
    padding: 0 10px 6px;
}
#c_right .we_are_social .heading {
    background-color: #ed1c24;
    margin: 0 0 10px 0;
    padding: 6px 10px;
    text-align: center;
    font-size: 19px;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
}

#c_right .add_heading {
    background-color: #ed1c24;
    margin: 0 0 10px 0;
    padding: 6px 10px;
    text-align: center;
    font-size: 19px;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
}

#c_right .sendletter {
    border: 3px solid #ed1c24;
    color: #303030;
    font-size: 11px;
    margin-bottom: 20px;
}
#c_right .sendletter h3 {
    background-color: #ed1c24;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
#c_right .sendletter .inner {
    padding: 10px;
}
#c_right .sendletter a {
    display: block;
    padding-left: 22px;
    margin: 5px 0 10px;
    height: 20px;
    font-size: 12px;
    background: url("/public/site/img/letter-1.png") no-repeat left top;
}
#c_right .sendletter ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#c_right .sendletter li {
    border-bottom: 1px dotted #303030;
    padding: 5px 0 10px;
}
#c_right .sendletter li.last {
    border-bottom: none;
}
#c_right .sendletter li .text {
    font-style: italic;
    padding-bottom: 7px;
}
#c_right .top5, .center_blocks .left_menu .top5 {
    border: 3px solid #ed1c24;
    color: #303030;
    font-size: 11px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#c_right .top5 h2, .center_blocks .left_menu .top5 h2 {
    background-color: #ed1c24;
    margin: 0;
    padding: 1px 10px 4px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}
#c_right .top5 h2 a, .center_blocks .left_menu .top5 a {
    font-size: 19px;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
}
#c_right .top5 h2 a:hover, .center_blocks .left_menu .top5 a:hover {
    text-decoration: none;
}
#c_right .top5 h3, .center_blocks .left_menu .top5 h3 {
    text-transform: uppercase;
    background-color: #ed1c24;
    margin: 0;
    padding: 0 10px 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
#c_right .top5 .inner, .center_blocks .left_menu .top5 .inner {
    padding: 0 10px 10px 10px;
}
#c_right .top5 .inner .all_news, .center_blocks .left_menu .top5 .inner .all_news {
    text-align: right;
}
#c_right .top5 a {
    font-size: 13px;
    text-decoration: none;
    color: #202020;
}
.center_blocks .left_menu .top5 a {
    font-size: 10px;
    text-decoration: none;
    color: #202020;
}
#c_right .top5 .all_news a, .center_blocks .left_menu .top5 .all_news a {
    color: #ed1c24;
    text-decoration: underline;
}
#c_right .top5 .all_news a:hover, .center_blocks .left_menu .top5 .all_news a:hover {
    text-decoration: none;
}
#c_right .top5 a:hover, .center_blocks .left_menu .top5 a:hover {
    text-decoration: underline;
}
#c_right .top5 ul, .center_blocks .left_menu .top5 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#c_right .top5 li, .center_blocks .left_menu .top5 li {
    border-bottom: 1px dotted #303030;
    padding: 15px 0;
    text-align: left;
}
#c_right .top5.top10 .post_controls, .center_blocks .left_menu .top5 .top10 .post_controls {
    padding-top: 5px;
}
#c_right .top5.news li, .center_blocks .left_menu .top5 .news li {
    text-align: left;
    overflow: hidden;
}
#c_right .top5.news li .date, .center_blocks .left_menu .top5 .news li .date {
    font-style: italic;
    color: #949494;
}
#c_right .top5 li.last, .center_blocks .left_menu .top5 li.last {
    border-bottom: none;
}
#c_left {
    /*margin-right: 290px;*/
}
.wide #c_left {
    /*margin-right: 250px;*/
}
.main-post {
    margin-bottom: -15px;
}
.main-post .img {
    float: left;
}
.main-post .descr {
    margin-right: 390px;
}
.main-post .descr.nomarg {
    margin-right: 0;
}
.main-post .descr .text a, .main-top10 .text a {
    color: #1A1A1A;
    text-decoration: none;
}
/*.main-post .descr .text a:hover, .main-top10 .text a:hover {
    text-decoration: underline;
}*/
.main-post h3 {
    margin: 0 0 10px;
}
.main-post h3 a {
    text-decoration: none;
    font-size: 18px;
}
.main-post .post_controls {
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
}
.post_controls {
    padding-top: 10px;
}
.post_controls div {
    float: left;
    padding-left: 20px;
    font-style: italic;
    font-size: 11px;
    color: #7f7f7f;
    margin-right: 10px;
}
.post_controls .comments {
    background: url("//www.sovsekretno.ru/public/site/img/balloon-1.png") no-repeat left center;
}
.post_controls .viewings {
    background: url("//www.sovsekretno.ru/public/site/img/eye-1.png") no-repeat left center;
}
.titling {
    background-color: #ed1c24;
    display: block;
    height: 3px;
    width: 100%;
}
.titling h1, .titling h2, .titling h3 {
    float: left;
    color: #fff;
    background-color: #ed1c24;
    padding: 10px;
    text-transform: uppercase;
    margin: 0;
}
.titling h2 span {
    font-size: 14px;
}
.titling h2 a {
    text-decoration: none;
    color: #fff;
}
.articles-main {
    margin: 20px 0 0;
    padding: 0 0 20px;
    position: relative;
}
.articles-main .red_title {
    text-align: right;
    float: right;
    color: white;
    background-color: #ed1c24;
    padding: 2px 6px;
    margin: 0;
    font-size: 11px;
}
.articles-main .right .red_title {
    margin-right: 14px;
}
.articles-main .left {
    width: 360px;
    float: left;
    border-bottom: 1px dotted #303030;
}
.articles-main .right {
    width: 180px;
    float: right;
    border-left: 1px dotted #303030;
}
.articles-main .right .item .innerinner {
    width: 155px;
    margin: 0 10px;
    border-top: 1px dotted #303030;
}
.articles-main .right .item.first .innerinner {
    border-top: none;
}
.articles-main .item {
    /*border-bottom: 1px dotted #303030;*/
    padding-bottom: 10px;
}
.articles-main .last {
    border-bottom: none;
}
.articles-main .item .text a {
    color: #1A1A1A;
    text-decoration: none;
	line-height: 18px;
}
/*.articles-main .item .text a:hover {
    text-decoration: underline;
}*/
.articles-main .item.last {
    border-bottom: none;
}
.articles-main .right .item {
    border-bottom: none;
    padding-bottom: 15px;
}
.articles-main .rubric, .articles_list .rubric {
    color: #7f7f7f;
    font-size: 11px;
    padding: 4px 0;
    text-align: right;
}
.articles-main .rubric a, .articles_list .rubric a {
    color: #666;
    font-size: 10px;
    text-decoration: none;
}
.articles-main .rubric a:hover {
    text-decoration: underline;
}
.articles-main h3 {
    margin: 0 0 10px;
}
.articles-main h3 a {
    text-decoration: none;
    font-size: 18px;
}
.main-archive .left {
    margin-bottom: 30px;
}
.main-archive .left {
    float: left;
    width: 363px;
    margin-top: 10px;
}
.main-archive .left .item {
    border-right: 1px dotted #303030;
    width: 155px;
    padding: 10px;
    float: left;
}
.main-archive .left .item.first {
    padding-left: 0;
}
.main-archive .right {
    float: right;
    width: 363px;
}
.main-archive .right .item {
    border-top: 1px dotted #303030;
    padding: 10px 0;
}
.main-archive .right .item.first {
    border-top: none;
}
.main-archive h3 a {
    text-decoration: none;
    font-size: 18px;
}
.main-blog .heading {
    background: url("/public/site/img/heading-bg-2.gif") repeat-x left center;
    text-align: center;
    margin-top: 15px;
}
.main-blog .heading span {
    background-color: #fff;
    padding: 0 10px;
    font-size: 19px;
    font-weight: bold;
    color: #000;
}
.main-blog .blocks {
    width: 350px;
    float: left;
    padding: 30px 13px 30px 0;
}

.comment-btn {
  border: none;
  border-radius: 0;
  background: #dfdfdf;
  padding: 10px 30px;
  font-family: "Lora", serif !important;
}

.comment-btn.btn-success {
  background-color: black;
  color: white !important;
  font-family: "Lora", serif !important;
}

.comment-label {
  font-size: 12px;
}


.main-blog .blocks .item {
    padding-bottom: 10px;
    font-size: 12px;
}
.main-blog .blocks .item .img {
    float: left;
}
.main-blog .blocks .item .descr {
    margin-left: 45px;
}
.main-blog .blocks .item .name, .main-blog .blocks .item .comment {
    margin-left: 15px;
}
.main-blog .blocks .item .name a {
    color: #00468c;
    font-size: 12px;
}
.main-blog .blocks .item .comment {
    background-color: #f2f4f6;
    border-bottom: 1px solid #d9dfe5;
    padding: 5px;
    margin-top: 8px;
}
.main-blog .blocks .item .comment .bullit {
    position: absolute;
    top: 10px;
    left: -15px;
    width: 15px;
    height: 15px;
    background: url("/public/site/img/bullit-1.png") no-repeat right center;
}
.main-blog .blocks .item .comment .head {
    font-weight: bold;
    padding: 5px 0;
}
.main-blog .blocks .blockhead {
    overflow: hidden;
    padding-bottom: 10px;
}
.main-blog .blocks .blockhead .text {
    float: left;
    margin-right: 15px;
    font-size: 19px;
}
.main-blog .blocks .blockhead .link {
    padding-top: 5px;
}
.main-blog .blocks .blockhead .link a {
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}
.main-blog .blocks .blockhead .link a:hover {
    text-decoration: underline;
}
.main-top10 {
    padding-bottom: 30px;
}
.main-top10 h2 {
    text-align:center;
}
.main-top10 .item {
    padding-bottom: 10px;
    float: left;
}
.main-top10 h3 {
    margin: 0 0 10px;
}
.main-top10 h3 a {
    text-decoration: none;
    font-size: 18px;
}
.main-top10 .item.small {
    border-bottom: none;
    padding-bottom: 15px;
}
.main-top10 .item.small .inner {
    border-left: 1px dotted #303030;
}
.main-top10 .item.small.left .inner {
    border-left: none;
}
.main-top10 .item.small .innerinner {
    padding-top: 15px;
    width: 160px;
    margin: 0 10px;
    border-top: 1px dotted #303030;
}
.main-top10 .item.small.first .innerinner {
    border-top: none;
}
.main-top10 .item.big {
    width: 355px;
    padding-right: 6px;
    padding-left: 0;
}
.main-top10 .item.big.right {
    padding-right: 0;
    padding-left: 9px;
    border-left: 1px dotted #303030;
}
.left_menu {
    width: 135px;
    padding: 18px 10px 18px 0;
    float: left;
}
.left_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.left_menu li {
    padding: 0 0 6px 0;
}
.left_menu li a {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}
.left_menu .active a {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #ed1c24;
}
.left_menu a:hover {
    text-decoration:underline;
}
.left_menu .active a:hover {
    text-decoration:none;
}
.withleft {
    margin-left: 165px;
}
.authors_list .item {
    width: 240px;
    padding: 0 20px 45px;
    float:left;
}
.authors_list .item .author {
    overflow: hidden;
}
.authors_list .item .img {
    float:left;
    margin-right: 15px;
}
.authors_list .item .name a {
    color: #00468c;
    font-size: 12px;
}
.authors_list .item .job {
    color: #9b9b9b;
    font-size: 12px;
    font-style: italic;
}
.authors_list .item .publications {
    color: #000;
    font-size: 12px;
}
.single_author h1 {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 26px;
  font-weight: bold;
  color: black;
  border-left: 5px solid #ed1c24;
  display: grid;
}

.bio.author-bio {
  display: grid;
  font-size: 13px;
}

.bio.author-bio ul {
  padding: 0 0px 0 10px;
}

.bio.author-bio ul li {
  margin-bottom: 10px;
}

.single_author .img {
    float: left;
}
.single_author .job {
    padding-bottom: 15px;
    color: #858585;
    font-size: 16px;
    font-style: italic;
}
.single_author .bio p:first-of-type {
    font-weight: bold;
    font-size: 14px;
    margin-top: 0;
}
.single_author .materials {
    border-top: 1px solid #d9d9d9;
    margin-top: 20px;
}
.single_author .materials ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single_author .materials li {
  padding: 5px 0 5px 10px;
  border-left: 2px solid #ed1c24;
  transition: all ease-in-out .2s;
  margin: 8px 0px;
}
.single_author .materials li:hover {background-color: #f5f5f5;}

.single_author .materials .date {
  color: #7f7f7f;
  font-size: 11px;
  padding-right: 20px;
  width: 60px;
  display: inline-block;
  vertical-align: top;
}
.single_author .materials a {
  font-size: 12px;
  text-decoration: none;
  color: #1a1a1a;
  display: inline-block;
  width: calc(100% - 90px);
  vertical-align: top;
}

.single_author .materials h3 {
  font-size: 14px;
  margin: 30px 0 20px;
}

.single_author .materials a:hover {
    text-decoration: underline;
}
.paging.year-filter-wrapper {
  text-align: left;
  margin-bottom: 0;
}
.paging.year-filter-wrapper .mag_year {
  padding: 0px 10px;
  margin: 0;
}
.paging.year-filter-wrapper .mag_year:hover {
  background-color: white;
  text-decoration: none;
}

/********* SEARCH ************/

.search-results-item {
  padding: 15px;
  border-bottom: 1px solid #e6e6e6;
  transition: all ease-in-out .2s;
  background-color: white;
}

.search-results-item:hover {
  background-color: #f5f5f5;
}

.search-results-item h3 a {
  text-decoration: none;
  color: black;
  font-weight: 600;
  border-left: 4px solid #ed1c24;
  padding-left: 10px;
  display: block;
}

.search-results-item b {
  font-weight: unset;
  border-bottom: 2px dotted red;
  color: #840000;
}

.search-results-item p {
  font-size: 14px;
  line-height: 1.5em;
}

.search-results-item small {
  font-size: 12px;
  color: #666;
  display: block;
  margin-top: 5px;
}

.search-filters {
  margin-bottom: 20px;
}

.search-page .search-filters input[type="submit"] {
  background: #333;
  border: none;
  border-radius: 0;
  color: white;
  font-size: 13px;
  margin: 0 10px;
  padding: 6px 35px;
  font-family: "Lora", serif !important;
}

.search-page .search-filters .search-suggest {
  padding: 5px;
  font-style: italic;
  border-radius: 0;
  font-family: "Lora", serif !important;
  font-size: 14px;
}

.search-page .search-filters select[name="where"] {
  padding: 5px 10px;
  border-radius: 0
}

.search-page .search-filters a.search-page-params {
  color: #888;
  border-bottom: 1px dotted #777;
  font-size: 12px;
}

.search-sorting-type {
  text-align: right;
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

.search-sorting-type a {
  color: black;
}

.search-sorting-type a:hover {
  text-decoration: underline;
  color: #ed1c24;
}

.search-error-reason font.errortext {
  font-size: 18px;
  color: black !important;
  border-left: 5px solid #ed1c24;
  padding-left: 10px;
  display: block;
  margin-bottom: 50px;
}

.static-block p.search-error-reason-label {
  font-size: 12px;
  color: #666;
  margin-top: 50px;
}

.search-error-recommends {
  padding: 20px;
  margin: 40px 0;
  background-color: #f5f5f5;
}

.search-error-recommends p {
  font-size: 12px;
  line-height: 1.8em;
}

.search-error-recommends p i {
  display: inline-block;
  margin: 10px 0;
  padding-left: 10px;
  border-left: 3px solid #cecece;
}

.search-error-recommends .search-error-operators {
  font-size: 12px;
}

.search-error-recommends .search-error-operators td {
  padding: 9px;
  border: 1px solid #cecece;
}


/********* ARCHIVE ************/

.year_filter {
    padding: 0;
    margin: 0;
    list-style: none;
}
.year_filter li {
    float: left;
}
.year_filter_label {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #7b7b7b;
    margin-bottom: 10px;
}
.year_filter li a {
    display: block;
    text-decoration: none;
    font-size: 11px;
    padding: 2px 5px;
}
.year_filter li a:hover {
    text-decoration: underline;
}
.year_filter li a.curr, .paging.year-filter-wrapper .curr.mag_year:hover {
    background-color: #ed1c24;
    color: #fff;
}
.num_list .item {
  display: inline-block;
  width: 21%;
  margin-right: 3%;
}
.num_list .item .img {
    padding: 35px 0 10px;
}
.num_list .item .img a img {
    box-shadow: 0 10px 15px rgba(0,0,0,0.2);
    width: 100%;
    height: auto;
    transition: all ease-in-out .2s;
    position: relative;
    transform: scale(1);
}
.num_list .item .img a:hover img {
  transform: scale(1.05);
  box-shadow: 0 20px 16px rgba(0,0,0,0.07);
}
.num_list .item .text {
    font-size: 11px;
}
.num_list .item .text a {
  color: #1a1a1a;
  text-decoration: none;
  border-left: 2px solid #ed1c24;
  padding-left: 5px;
  display: block;
}
.num_list .item .text .number {
  font-size: 12px;
}
.num_single .info .img {
    padding: 5px 5px 10px;
    float: left;
}
.num_single .info .img img {
    box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}
.num_single .info .descr {
    margin-left: 215px;
}
.num_single .info .descr .number {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.num_single .materials h2, .other-issues-sameyear.materials h2 {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin: 20px 0;
  border-left: 3px solid #ed1c24;
  padding-left: 10px;
}
.num_single .info .descr .pdf {
    font-size: 11px;
    margin-top: 10px;
    padding-left: 20px;
    background: url("/public/site/img/download-2.png") no-repeat left center;
}
.num_single .info .descr .number span {
    font-size: 14px;
    color: #ed1c24;
    padding-right: 10px;
}
.num_single .info .descr .theme {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    padding-top: 10px;
}
.num_single .info .descr .theme a {
    font-size: 24px;
    color: #ed1c24;
    text-decoration: none;
}
.num_single .info .descr .theme a:hover {
    text-decoration: underline;
}
.num_single .info .descr .authors {
    border-top: 1px solid #d6d6d6;
    margin-top: 20px;
    padding: 20px 0 30px;
}
.num_single .info .descr .authors .heading {
  color: #8e8e8e;
  padding-bottom: 10px;
  font-size: 12px;
}
.num_single .info .descr .authors ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.num_single .info .descr .authors li {
  font-style: italic;
  display: inline-block;
  width: 19%;
  padding: 5px 5% 5px 0;
  vertical-align: top;
}
.num_single .info .descr .authors li a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  border-left: 2px solid #ececec;
  display: block;
  padding-left: 7px;
  transition: all ease-in-out .2s;
}
.num_single .info .descr .authors li a:hover {
    color:#ed1c24;
}

.other-issues-sameyear.materials {margin-top: 40px;}

.num_single .materials { margin-top: 20px; }

.num_single .materials, .other-issues-sameyear.materials {
    border-top: 1px solid #d6d6d6;
    padding-left: 5px;
}

.num_single .materials .all {
    float: right;
    padding-top: 20px;
}
.num_single .materials .item {
    border-bottom: 1px dotted #d6d6d6;
    padding: 20px 0;
    overflow: hidden;
}
.num_single .materials .item.last {
    border-bottom: none;
}
.num_single .materials .item .img {
    float: left;
}
.num_single .materials .item .descr {
    margin-left: 190px;
    font-size: 12px;
}
.num_single .materials .item.noimg .descr {
    margin-left: 0;
}
.num_single .materials .item .title a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: black;
    border-left: 3px solid #ed1c24;
    min-height: unset;
    padding-left: 10px;
    transition: all ease-in-out .2s;
}
.num_single .materials .item .title a:hover {
    text-decoration: none;
    color:#ed1c24;
}
.num_single .materials .item .author {
    font-style: italic;
    padding: 7px 0;
}
.num_single .materials .item .author a {
    text-decoration: none;
    color: #1a1a1a;
}
.num_single .materials .item .author a:hover {
    text-decoration: underline;
}

.num_single .materials .item .anonce a {
    text-decoration: none;
    color: #303030;
}
.main-izdania .item {
    float: left;
    width: 175px;
    padding: 20px 10px;
    text-align: center;
}
.main-izdania .item .img {
    background: url("/public/site/img/shadow-1.png") no-repeat center bottom;
    padding-bottom: 30px;
}
.main-izdania .item .title a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.main-izdania .item .title a:hover {
    text-decoration: underline;
}

/********* ARTICLES ************/

.articles_list {
    padding-top: 5px;
}
.articles_list .item {
    padding: 10px 0;
    border-bottom: 1px dotted #b2b2b2;
}
.articles_list .item.last {
    border-bottom: none;
}
.articles_list .item .title {
    padding-bottom: 10px;
}
.articles_list .item .title a {
    color: #ed1c24;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.articles_list .item .title a:hover {
    text-decoration: underline;
}
.articles_list .item .title .date {
    font-size: 11px;
    font-style: italic;
    color: #7F7F7F;
}
.articles_list .item .title .date a {
    font-size: 11px;
    font-style: italic;
    color: #7F7F7F;
    font-weight: normal;
}
.articles_list .item .img {
    float: left;
}
.articles_list.news_list .item .img {
    width: 55px;
}
.articles_list .item .name {
    float: left;
    margin-left: 10px;
    width: 100px;
}
.articles_list .item .name a {
    font-size: 12px;
    color: #00468c;
}
.articles_list .item .descr.marg {
    margin-left: 170px;
}
.articles_list .item .descr p {
    margin: 0;
}
.articles_list .item .descr a {
    font-size: 12px;
    color: #303030;
    text-decoration: none;
}
/*.articles_list .item .descr a:hover {
    text-decoration: underline;
}*/
.articles_list.news_list .item .descr {
    margin-left: 0;
}
.articles_list.news_list .item .date {
    color: #949494;
    font-style: italic;
}

.mainpage-video .right .box a.video-img-container {
  background-color: #eee;
  font-size: 0;
  text-align: center;
}

.mainpage-video .floatcontainer.post_controls {
  overflow: visible;
}

.mainpage-video .viewings::after {
  content: "";
  box-sizing: border-box;
  width: 19px;
  height: 8px;
  position: absolute;
  border-left: 13px solid #999;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid transparent;
  bottom: 9px;
  right: -20px;
}

.paging {
  padding: 10px;
  background: #f5f5f5;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5em;
  width: 100%;
  box-sizing: border-box;
}

.paging > br {
  display: none;
}

.paging .text {
  font-size: 12px !important;
  color: #999999;
}

.paging span, .paging a {
    font-size: 12px;
    padding: 3px;
    margin: 0 3px;
}
.paging a {
    text-decoration: none;
}
.paging a:hover {
  color: black;
}
.paging .curr {
    background-color: #ed1c24;
    color: #fff;
}
.articles_single .head {
    margin: 0 0 5px 0;
}
.articles_single .head img {
    float: left;
}
.articles_single .head .descr {
    margin-left: 365px;
    font-size: 11px;
    font-style: italic;
    color: #7f7f7f;
}
.articles_single .head .date {
    float: left;
    padding: 0 10px 10px 0;
    font-size: 11px;
}
.articles_single .head .date.grey {
    font-style: italic;
    color: #7F7F7F;
}
.articles_single .head .date.data {
    padding: 0 10px 20px 0;
    float: none;
    font-size: 11px;
    font-style: italic;
    color: #7F7F7F;
}
.articles_single .head .date a {
    font-size: 11px;
    font-style: italic;
    color: #7f7f7f;
    text-decoration: underline;
}
.articles_single .head .date a:hover {
    text-decoration: none;
}
.articles_single .article_image {
    float: left;
}
.articles_single .img_src {
    float: left;
    font-size: 10px;
    padding: 0 10px;
    width: 165px;
}
.articles_single .img_src.first {
    font-size: 11px;
}
.articles_single .img_src.news {
    width: 315px;
}
.articles_single .img_src a {
    text-decoration: none;
    color: #1A1A1A;
}
.articles_single .img_src a:hover {
    text-decoration: underline;
}
.articles_single h1 {
    color: #ed1c24;
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 36px;
    margin-bottom: 15px;
}
.articles_single .post_controls {
    padding-bottom: 20px;
    padding-top: 0;
}
.articles_single .text table {
    width: 100%;
    font-size: 11px;
}
.articles_single .text table th {
    background-color: #363d48;
    color: #fff;
    text-align: left;
    font-weight: normal;
    padding: 7px 5px;
}
.articles_single .text table td {
    padding: 2px 5px 10px;
    border-bottom: 1px solid #c7c1c1;
}
.articles_single .tags, .gallery-single .tags, .one-duel .tags {
    background-color: #e9e6e6;
    padding: 8px 18px;
    font-weight: bold;
    font-size: 12px;
    color: #919191;
}
.articles_single .tags a, .gallery-single .tags a, .one-duel .tags a {
    color: #010000;
    text-decoration: none;
}
.articles_single .tags a:hover, .gallery-single .tags a:hover, .one-duel .tags a:hover {
    text-decoration: underline;
}
.articles_single .share, .gallery-single .share {
    padding: 10px 0;
}
.articles_single .author {
    clear: both;
}
.articles_single .author a {
    color: #1A1A1A;
    text-decoration: none;
    font-weight: bold;
}
.articles_single .author a:hover {
    text-decoration: underline;
}
.articles_single .text .gallery_table td {
    padding: 0;
    border: none;
    text-align: center;
}
.articles_single h4 a {
    color: #919191;
    text-decoration: none;
}
.articles_single h4 a:hover {
    text-decoration: underline;
}
#fancybox-title .right_title {
    font-size: 11px;
    padding-right: 10px;
    text-align: right;
}
.comments-list {
    border-top: 1px dotted #b2b2b2;
    padding: 15px 0;
    margin: 10px 0;
}
.comments-list .head {
    font-weight: bold;
    font-size: 24px;
    color: #000;
}
.comments-list .head .count {
    font-weight: normal;
    font-size: 16px;
    color: #a4a7ae;
}
.comments-list .list {
    border-bottom: 1px dotted #b2b2b2;
}
.comments-list .item {
    padding: 10px 0;
    overflow: hidden;
}
.comments-list .img {
    float: left;
}
.comments-list .descr {
    margin-left: 75px;
}
.comments-list .descr .name {
    color: #000;
    font-weight: bold;
}
.comments-list .descr .name .to {
    color: #757575;
}
.comments-list .descr .name .to img {
    margin: 0 5px;
}
.comments-list .descr .date {
    color: #7f7f7f;
    font-size: 10px;
    font-style: italic;
}
.comments-list .descr .text {
    color: #393636;
    font-size: 13px;
    padding: 8px 0;
}
.comments-list .descr .answer {
    color: #747474;
    font-size: 11px;
    text-decoration: underline;
    cursor: pointer;
}
.comments-list textarea {
    width: 100%;
    height: 100px;
    resize: vertical;
    padding: 0;
}
.comments-list .s-but {
    text-align: right;
}
.comments-list .ans_form .head {
    padding: 15px 0 5px;
}
.comments-list .ans_form.inner {
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 25px;
    display: none;
}
.comments-list .ans_form.inner .bullit {
    position: absolute;
    top: -24px;
    left: 30px;
    width: 17px;
    height: 25px;
    background: url("/public/site/img/bullit-2.png") no-repeat left bottom;
}
/*blockquote {
    width: 340px;
    padding: 0 50px;
    margin-left: -50px;
    background: url("/public/site/img/bq-bg.png") no-repeat left top;
    color: #ed1c24;
    text-decoration: underline;
    font-size: 18px;
    font-weight: bold;
}*/
.blogs_list {
    padding-top: 25px;
}
.blogs_list .rubrics {
    background-color: #e3e0e0;
    padding: 10px 20px;
    margin: 0;
    list-style: none;
}
.blogs_list .rubrics li {
    float: left;
    border-left: 3px solid #ed1c24;
    padding: 0 8px;
    margin: 2px 0;
}
.blogs_list .rubrics li.first {
    border-left: none;
}
.blogs_list .rubrics li a {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}
.blogs_list .rubrics li a:hover {
    text-decoration: underline;
}

.blogs_list .blocks {
    padding: 30px 13px 30px 0;
    border-bottom: 1px dotted #b2b2b2;
}
.blogs_list .blocks .item {
    padding-bottom: 10px;
    font-size: 12px;
}
.blogs_list .blocks .item .img {
    float: left;
}
.blogs_list .blocks .item .descr {
    margin-left: 60px;
}
.blogs_list .blocks .item .name, .main-blog .blocks .item .comment {
    margin-left: 5px;
}
.blogs_list .blocks .item .name a {
    color: #00468c;
    font-size: 12px;
}
.blogs_list .blocks .item .comment {
    background-color: #f2f4f6;
    border-bottom: 1px solid #d9dfe5;
    padding: 5px;
    margin-top: 8px;
}
.blogs_list .blocks .item .comment .bullit {
    position: absolute;
    top: 10px;
    left: -15px;
    width: 15px;
    height: 15px;
    background: url("/public/site/img/bullit-1.png") no-repeat right center;
}
.blogs_list .blocks .item .comment .head {
    font-weight: bold;
    padding: 5px 0;
}
.blogs_list .blocks .blockhead {
    overflow: hidden;
    padding-bottom: 10px;
}
.blogs_list .blocks .blockhead .text {
    float: left;
    margin-right: 15px;
    font-size: 19px;
}
.blogs_list .blocks .blockhead .link {
    padding-top: 5px;
}
.blogs_list .blocks .blockhead .link a {
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}
.blogs_list .blocks .blockhead .link a:hover {
    text-decoration: underline;
}
.blog_single .head .info {
    float: left;
    margin-left: 10px;
}
.blog_single .head .info .name a {
    color: #00468c;
    font-size: 12px;
}
.blog_single .head .info .date {
    color: #7f7f7f;
    font-size: 10px;
    font-style: italic;
    padding-top: 5px;
}
.blog_single .head .tofav {
    float: right;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: url("/public/site/img/star-1.png") no-repeat 7px 4px #f9f9f9;
    cursor: pointer;
    padding: 5px 10px 5px 30px;
}
.blog_single .his_messages {
    border-top: 1px solid #d9d9d9;
    padding-top: 10px;
}
.blog_single .his_messages .item {
    padding-top: 10px;
}
.blog_single .his_messages .item .date {
    float: left;
    width: 80px;
    font-size: 11px;
    font-style: italic;
    color: #7f7f7f;
}
.blog_single .his_messages .item .title a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}
.blog_single .his_messages .item .title a:hover {
    text-decoration: underline;
}
.blog_single .his_messages .heading {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.blog_single .his_messages .heading a {
    font-size: 12px;
    font-weight: normal;
    color: #ed1c24;
    padding-left: 20px;
}
.register_form {
    padding-top: 5px;
}
.register_form .errors {
    color: #4d4545;
    padding: 20px 40px 20px 100px;
    height: 40px;
    background: url("/public/site/img/ahtung.png") no-repeat 45px 25px #f0eeee;
}
.register_form form {
    padding-top: 20px;
}
.register_form form .item {
    padding-bottom: 8px;
}
.register_form label {
    padding-left: 40px;
}
.register_form .item label {
    width: 160px;
    float: left;
}
.register_form input[type="text"], .register_form input[type="password"] {
    width: 190px;
}
.register_form select {
    width: 190px;width: 190px;
}
.register_form input[type="submit"] {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background: none #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 1px 20px 3px;
}
.register_form input.error {
    border: 1px solid red;
}
.register_form .avatar {
    float: left;
    background: url("/public/site/img/person-1.png") no-repeat center center;
    width: 90px;
    height: 77px;
}
.register_form .pseudolink {
    margin-left: 15px;
    font-size: 12px;
    color: #ed1c24;
    border-bottom: 1px dotted #ed1c24;
    cursor: pointer;
}
.register_form .social_link {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding: 0 0 15px;
    margin: 15px 0;
}
.register_form .social_link .descr {
    float: left;
    width: 245px;
    color: #4f5259;
    font-size: 12px;
}
.register_form .social_link .select {
    margin-left: 290px;
}
.register_form .chpass input[type='submit'] {
    width: 190px;
}
.favorites_list {
    padding-top: 5px;
}
.favorites_list .head {
    font-size: 19px;
    padding: 5px 0;
}
.favorites_list .head a {
    font-size: 12px;
    padding-left: 15px;
}
.favorites_list .video {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.favorites_list .video {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.favorites_list .video ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.favorites_list .video li {
    float: left;
    margin-right: 15px;
}
.favorites_list .photoalbums {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.favorites_list .photoalbums img {
    width: 106px;
    height: 68px;
    margin-bottom: 15px;
}
.favorites_list .photoalbums a {
    margin-right: 15px;
}
.favorites_list .photoalbums a:hover img {
    width: 98px;
    height: 60px;
    border: 4px solid #ed1c24;
}
.favorites_list .specs_list {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.favorites_list .specs_list .item {
    float: left;
    width: 155px;
    padding-right: 22px;
    padding-top: 10px;
}
.favorites_list .specs_list .item .title a {
    color: #ed1c24;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.favorites_list .specs_list .item .title a:hover {
    text-decoration: underline;
}
.favorites_list .posts_list {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.favorites_list .posts_list .item {
    border-bottom: 1px dotted #e5e5e5;
    padding: 15px 0;
}
.favorites_list .posts_list .item.last {
    border-bottom: none;
}
.favorites_list .posts_list .item .title a {
    color: #ed1c24;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.favorites_list .posts_list .item .title a:hover {
    text-decoration: underline;
}
.favorites_list .posts_list .item .title .date {
    font-size: 10px;
    font-style: italic;
    color: #7f7f7f;
}
.favorites_list .articles_list .item {
    border-bottom: 1px dotted #e5e5e5;
    padding: 15px 0;
}
.favorites_list .articles_list .item.last {
    border-bottom: none;
}
.favorites_list .articles_list .item .img {
    float: left;
}
.favorites_list .articles_list .item .descr {
    margin-left: 190px;
}
.favorites_list .articles_list .item .title {
    padding: 0;
}
.favorites_list .articles_list .item .title a {
    color: #ed1c24;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.favorites_list .articles_list .item .title a:hover {
    text-decoration: underline;
}
.favorites_list .articles_list .item .author {
    padding: 10px 0;
}
.favorites_list .articles_list .item .author a {
    color: #1a1a1a;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}
.favorites_list .articles_list .item .author a:hover {
    text-decoration: underline;
}
.letter {
    padding-top: 5px;
}
.letter h1 {
    color: #ed1c24;
    font-size: 36px;
    font-weight: bold;
    margin-top: 10px;
}
.letter .text table {
    width: 100%;
    font-size: 11px;
}
.letter .text table th {
    background-color: #363d48;
    color: #fff;
    text-align: left;
    font-weight: normal;
    padding: 7px 5px;
}
.letter .text table td {
    padding: 2px 5px 10px;
    border-bottom: 1px solid #c7c1c1;
}
.letter .files {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.letter .files div {
    padding: 10px 0 0 20px;
    height: 20px;
}
.letter .files .doc {
    background: url("/public/site/img/file-doc.png") no-repeat left 10px;
}
.letter .files .xls {
    background: url("/public/site/img/file-xls.png") no-repeat left 10px;
}
.letter .files .pdf {
    background: url("/public/site/img/file-pdf.png") no-repeat left 10px;
}
.letter .files a {
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
    color: #ed1c24;
}
.letter .files a:hover {
    text-decoration: underline;
}
.letter .share {
    padding: 10px 0;
}
.compliants_book {
    padding-top: 5px;
}
.compliants_book .form {
    background-color: #e5e5e5;
    padding: 10px 20px 20px
}
.compliants_book .form div {
    margin: 5px 0;
}
.compliants_book .form div.fl {
    float: left;
    width: 237px;
    margin: 0 10px 0 0;
}
.compliants_book .form input[type='submit'], .compliants_book .form button {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background: none #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 1px 15px 3px;
    margin: 0;
}
.compliants_book .form label {
    color: #888;
}
.compliants_book .form input[type='text'], .compliants_book .form textarea {
    width: 475px;
}
.compliants_book .form input.small {
    width: 228px;
}
.compliants_book .form input.medium {
    width: 353px;
}
.compliants_book .compliances_list .item {
    border-bottom: 1px dotted #e5e5e5;
    padding: 15px 0;
}
.compliants_book .compliances_list .item.last {
    border-bottom: none;
}
.compliants_book .compliances_list .item .img {
    float: left;
}
.compliants_book .compliances_list .item .descr {
    margin-left: 190px;
}
.compliants_book .compliances_list .item .title {
    padding: 0;
}
.compliants_book .compliances_list .item .title a {
    color: #ed1c24;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.compliants_book .compliances_list .item .title a:hover {
    text-decoration: underline;
}
.compliants_book .compliances_list .item .date {
    padding: 10px 0;
    color: #7f7f7f;
    font-size: 11px;
    font-style: italic;
}
.compliants_book .compliances_list .item .files {
    padding: 8px 0 0 20px;
    background: url("/public/site/img/sheet-1.png") no-repeat left 8px;
    color: #848383;
    font-size: 11px;
}
.search_res .search {
    padding-top: 5px;
    margin-top: 15px;
}
.search_res .search div {
    float: left;
    margin-right: 10px;
}
.search_res .search label {
    font-size: 12px;
    font-style: italic;
    color: #949494;
    left: 8px;
}
.search_res .search select {
    font-size: 12px;
    font-style: italic;
    color: #949494;
    height: 24px;
    width: 155px;
}
.search_res .search input[type='text'] {
    width: 290px;
}
.search_res .search .submit {
    width: 40px;
    height: 23px;
    margin: 0;
    background: url("/public/site/img/lens-1.png") no-repeat center center #f9f9f9;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    border-radius: 3px;
    padding: 0 6px;
}
.search_res .total {
    font-size: 18px;
    color: #4d4d4d;
    padding: 20px 0 10px;
}
.search_res .total span {
    font-weight: bold;
    color: #000;
}
.search_res .results .item {
    padding: 10px 0 13px;
    border-bottom: 1px solid #dde2e5;
}
.search_res .results .item.last {
    border-bottom: none;
    padding-bottom: 30px;
}
.search_res .results .item .bc, .search_res .results .item .bc a {
    color: #4d4d4d;
    font-size: 12px;
}
.search_res .results .item .bc {
    padding: 5px 0;
}
.search_res .results .item .bc a {
    padding: 0 2px;
    text-decoration: none;
}
.search_res .results .item .bc a:hover {
    text-decoration: underline;
}
.search_res .results .item .title a {
    font-size: 14px;
}
.toblog {
    padding-top: 5px;
}
.toblog .errors {
    color: #4d4545;
    padding: 20px 40px 20px 100px;
    height: 40px;
    background: url("/public/site/img/ahtung.png") no-repeat 45px 25px #f0eeee;
}
.toblog form {
    padding-top: 20px;
}
.toblog form .item {
    padding-bottom: 8px;
    width: 465px;
}
.toblog label {
    padding-left: 40px;
}
.toblog .item label {
    width: 80px;
    float: left;
}
.toblog input[type="text"] {
    width: 335px;
}
.toblog select {
    width: 343px;
}
.toblog textarea {
    width: 335px;
    height: 175px;
    resize: vertical;
}
.toblog input[type="submit"] {
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background: none #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 1px 30px 3px;
}
.toblog input.error {
    border: 1px solid red;
}
.one_person h1 {
    margin: 0;
    padding: 20px 0 15px;
    font-size: 36px;
    font-weight: bold;
    color: #ed1c24;
}
.one_person .images img {
    margin: 0 5px 12px 0;
}
.one_person .images .big {
    float: left;
}
.one_person .materials {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding: 0;
}
.one_person .materials ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.one_person .materials .date {
    font-size: 11px;
    font-style: italic;
    color: #7f7f7f;
    padding-right: 25px;
}
.one_person .materials li {
    padding-bottom: 10px;
}
.one_person .materials li a {
    color: #000;
    text-decoration: none;
}
.one_person .materials li a:hover {
    text-decoration: underline;
}
.one_person .other_persons {
    padding: 15px 0;
}
.one_person .other_persons ul, .persons-list .other_persons ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.one_person .other_persons li, .persons-list .other_persons li {
    float: left;
    margin-right: 7px;
}
.one_person .other_persons li a, .persons-list .other_persons li a {
    text-decoration: none;
}
.one_person .other_persons li a:hover, .persons-list .other_persons li a:hover {
    text-decoration: underline;
}
.one_person .other_persons .alphabet .head, .persons-list .other_persons .alphabet .head {
    color: #7b7b7b;
    font-style: italic;
    padding: 10px 0;
    font-size: 11px;
}
.one_person .other_persons .search, .persons-list .other_persons .search {
    margin: 20px 0;
}
.one_person .other_persons input[type="submit"], .persons-list .other_persons input[type="submit"] {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #1a1a1a;
    background: none #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 1px 10px 3px;
    margin: 0;
}
.one_person .other_persons input[type="text"], .persons-list .other_persons input[type="text"] {
    width: 445px;
}
.one_person .other_persons label, .persons-list .other_persons label {
    color: #8c8c8c;
    font-size: 11px;
    font-style: italic;
}
.persons-list {
    padding-top: 5px;
}
.persons-list .new_persons, .persons-list .popular_persons {
    padding-bottom: 20px;
}
.persons-list .popular_persons {
    border-top: 1px solid #dadada;
    width: 520px;
}
.persons-list .new_persons ul, .persons-list .popular_persons ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.persons-list .new_persons li, .persons-list .popular_persons li {
    padding: 0;
    margin: 8px 0;
}
.persons-list .new_persons a, .persons-list .popular_persons a {
    text-decoration: none;
    font-size: 13px;
}
.persons-list .new_persons a:hover, .persons-list .popular_persons a:hover {
    text-decoration: underline;
}
.cabinet {
    padding-top: 5px;
}
.cabinet .head {
    padding: 5px;
    margin-left: -5px;
}
.cabinet .head .img {
    border: 1px solid #dadada;
    float: left;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.cabinet .head .img img {
    border: 4px solid #fff;
}
.cabinet .head .descr {
    margin-left: 170px;
}
.cabinet h1 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: bold;
    color: #ed1c24;
}
.cabinet .title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
}
.cabinet .title .count {
    font-size: 14px;
    color: #b2b2b2;
}
.cabinet .job {
    color: #908f8f;
    font-size: 14px;
    font-style: italic;
    padding: 5px 0 10px;
}
.cabinet .info {
    float: left;
    padding-right: 20px;
    font-size: 14px;
    color: #000;
}
.cabinet .edit {
    width: 90px;
    padding: 4px 15px 4px 35px;
    margin: 10px 0;
    background: url("/public/site/img/pencil-1.png") no-repeat 10px center #f9f9f9;;
}
.cabinet .p_posts {
    margin-top: 20px;
    border-top: 1px solid #d9d9d9;
}
.cabinet .p_posts .item {
    border-bottom: 1px dotted #d9d9d9;
    padding: 15px 0;
}
.cabinet .p_posts .item.last {
    border-bottom: none;
}
.cabinet .p_posts .item .heading a {
    font-size: 18px;
    color: #ed1c24;
    font-weight: bold;
    text-decoration: none;
}
.cabinet .p_posts .item .heading a:hover {
    text-decoration: underline;
}
.cabinet .p_posts .item .heading .date {
    font-size: 10px;
    color: #7f7f7f;
    font-style: italic;
}
.cabinet .p_comments {
    border-top: 1px solid #d9d9d9;
}
.cabinet .p_comments .item {
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0;
}
.cabinet .p_comments .item.last {
    border-bottom: none;
}
.cabinet .p_comments .item .heading a {
    font-size: 13px;
    color: #ed1c24;
}
.cabinet .p_comments .item .heading .date {
    font-size: 10px;
    color: #7f7f7f;
    font-style: italic;
}
ul.carousel {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.carousel li {
    padding: 0;
    margin: 0 8px;
    float: left;
}
.photo-gallery .item {
  padding: 0 0 30px;
  border-bottom: 1px dotted #d9d9d9;
  margin-bottom: 30px;
}
.photo-gallery .item .head {
    padding: 12px 0;
}
.photo-gallery .item .head a span {
    color: #ed1c24;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
}
.photo-gallery .item .head a:hover span {
    text-decoration: underline;
}
.photo-gallery .item .gal {
    background-color: #e3e0e0;
    font-size: 0;
}
.photo-gallery .item .gal .bigimg {
    margin: 0;
    text-align: center;
}
.photo-gallery .item .gal .prev, .photo-gallery .item .gal .next {
    position: absolute;
    top: 133px;
    width: 16px;
    height: 35px;
    cursor: pointer;
}

.photogal-title a {
  font-size: 20px;
  font-weight: 300;
  color: black;
  text-decoration: none;
}

.photo-gallery .item .gal .prev {
    left: 55px;
    background: url(/public/site/img/arrow-2.png) no-repeat center center;
}
.photo-gallery .item .gal .next {
    right: 55px;
    background: url(/public/site/img/arrow-4.png) no-repeat center center;
}
.photo-gallery .item .gal .prev:hover {
    background: url(/public/site/img/arrow-5.png) no-repeat center center;
}
.photo-gallery .item .gal .next:hover {
    background: url(/public/site/img/arrow-3.png) no-repeat center center;
}
.photo-gallery .item .descr {
    padding-top: 20px;
}
.photo-gallery .item .descr .left {
  display: inline-block;
  width: 75%;
  font-size: 15px;
  line-height: 1.5em;
}

.photogal-title a small {
  font-size: 14px;
  color: #999;
}

.photogal-title {
  border-left: 3px solid #ed1c24;
  padding-left: 10px;
}

.photo-gallery .item .descr .right {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  text-align: right;
  padding-left: 5%;
  box-sizing: border-box;
  line-height: 1.5em;
}

.photo-gallery .item .descr .left .date {
    font-size: 11px;
    font-style: italic;
    color: #7f7f7f;
    padding-bottom: 15px;
}

.lenta {
    padding-top: 5px;
}
.lenta .item {
    padding-bottom: 10px;
    font-size: 12px;
}
.lenta .item .img {
    float: left;
}
.lenta .item .descr {
    margin-left: 60px;
}
.lenta .item .date {
    font-size: 10px;
    font-style: italic;
    color: #7f7f7f;
    float: right;
}
.lenta .item .name {
    margin-left: 5px;
}
.lenta .item .name a {
    color: #00468c;
    font-size: 12px;
}
.lenta .item .comment {
    background-color: #f2f4f6;
    border-bottom: 1px solid #d9dfe5;
    padding: 5px;
    margin-top: 8px;
}
.lenta .item .comment .bullit {
    position: absolute;
    top: 10px;
    left: -15px;
    width: 15px;
    height: 15px;
    background: url("/public/site/img/bullit-1.png") no-repeat right center;
}
.lenta .item .comment .head {
    font-weight: bold;
    padding: 5px 0;
}

.spec_one .head {
    border-bottom: 1px dotted #d7d7d7;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-top: 25px;
}
.spec_one .head .img {
    float: left;
}
.spec_one .head .img .subscr {
    font-size: 11px;
    font-style: italic;
    color: #7f7f7f;
    width: 277px;
}
.spec_one .head .descr {
    margin-left: 290px;
}
.spec_one .head h1 {
    margin: 0 0 5px;
    color: #ed1c24;
    font-size: 30px;
    line-height: 30px;
}
.spec_one .materials .left {
    float: left;
    width: 370px;
}
.spec_one .materials .right {
    margin-left: 380px;
    padding-left: 10px;
    border-left: 1px dotted #d7d7d7;
}
.spec_one .materials .heading {
    border-bottom: 3px solid #ed1c24;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    position: relative;
    margin-bottom: 10px;
}
.spec_one .materials .heading a {
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #ed1c24;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}
.spec_one .materials .articles .item {
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}
.spec_one .materials .articles .rubric {
    float: right;
    font-size: 10px;
    color: #7f7f7f;
    padding-top: 7px;
    padding-right: 16px;
    text-align: right;
}
.spec_one .materials .articles .rubric a {
    color: #7f7f7f;
    text-decoration: none;
}
.spec_one .materials .articles h3 {
    margin: 0 0 10px;
}
.spec_one .materials .articles h3 a {
    text-decoration: none;
    font-size: 18px;
}
.spec_one .materials .articles .item.small {
    border-bottom: none;
    padding-bottom: 15px;
}
.spec_one .materials .articles .item.small .inner {
    border-left: 1px dotted #d7d7d7;
}
.spec_one .materials .articles .item.small.left .inner {
    border-left: none;
}
.spec_one .materials .articles .item.small .innerinner {
    padding-top: 24px;
    width: 160px;
    margin: 0 10px;
    border-top: 1px dotted #d7d7d7;
}
.spec_one .materials .articles .item.small.first .innerinner {
    border-top: none;
}
.spec_one .materials .articles .item.small.first .innerinner .text a, .spec_one .materials .articles .item.small .innerinner .text a {
    color: #303030;
    text-decoration: none;
}
.spec_one .materials .galleries .item {
    border-bottom: 1px dotted #d7d7d7;
    margin-bottom: 15px;
}
.spec_one .materials .galleries .item .images img {
    margin-right: 2px;
    float: left;
}
.spec_one .materials .galleries .item .images img.last {
    margin-right: 0;
}
.spec_one .materials .item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
}
.spec_one .materials .item h3 a {
    text-decoration: none;
}
.spec_one .materials .item h3 a:hover {
    text-decoration: underline;
}
.spec_one .materials .galleries .item .date {
    color: #7f7f7f;
    font-size: 11px;
    font-style: italic;
    margin: 0 0 10px;
}
.spec_one .materials .videos .item .text {
    padding-bottom: 10px;
}
.specs_list .item {
    padding: 20px 0;
    border-bottom: 1px dotted #d7d7d7;
}
.specs_list .item .img {
    float: left;
}
.specs_list .item .descr {
    margin-left: 290px;
}
.specs_list .item .descr .title a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.specs_list .item .descr .title a:hover {
    text-decoration: underline;
}
.specs_list .item .descr .text {
    padding: 5px 0;
}
.specs_list .item .mitem {
    padding-bottom: 10px;
    font-size: 12px;
}
.specs_list .item .mitem .img {
    float: left;
}
.specs_list .item .mitem .descr {
    margin-left: 60px;
}
.specs_list .item .mitem .name, .main-blog .blocks .item .comment {
    margin-left: 5px;
}
.specs_list .item .mitem .name a {
    color: #00468c;
    font-size: 12px;
}
.specs_list .item .mitem .comment {
    background-color: #f2f4f6;
    border-bottom: 1px solid #d9dfe5;
    padding: 5px;
    margin-top: 8px;
}
.specs_list .mitem .comment .bullit {
    position: absolute;
    top: 10px;
    left: -15px;
    width: 15px;
    height: 15px;
    background: url("/public/site/img/bullit-1.png") no-repeat right center;
}
.specs_list .mitem .comment .head {
    font-weight: bold;
    padding: 5px 0;
}
.specs_list .item .materials {
    font-size: 11px;
    padding-left: 20px;
    background: url("/public/site/img/sheet-2.png") no-repeat left center;
}
.specs_list .item .materials .title {
    color: #848383;
}
.specs_list .item .materials .all {
    float: right;
}
.specs_list .item .materials b {
    font-weight: normal;
    padding: 0 3px;
}
.specs_list .item .lastmaterial .heading {
    font-size: 19px;
    color: #000;
    padding: 5px 0 10px;
}
.video_list .item {
    border-bottom: 1px dotted #d7d7d7;
    padding: 20px 0;
}
.video_list .item h2 {
    margin: 0 0 5px;
}
.video_list .item h2 a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.video_list .item h2 a:hover {
    text-decoration: underline;
}
.video_list .item .img {
    float: left;
}
.video_list .item .img .video_icon {
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.video_list .item .descr {
    margin-left: 366px;
    font-size: 11px;
    font-style: italic;
    color: #7f7f7f;
}
.video_list .item .text {
    padding: 5px 0;
}
.gallery-single.video h1 {
    font-size: 36px;
    font-weight: bold;
    color: #ed1c24;
    margin: 10px 0 15px;
}
.gallery-single.video {
    padding-top: 5px;
}
.gallery-single.video .text {
    padding: 10px 0;
}

.center_blocks {
    width: 860px;
    float: left;
    /*padding-left: 10px;*/
}
.center_blocks.main {
    width: 900px;
    padding: 0;
}
.content {
    /*
        overflow: hidden;
        margin: 0;
    */
}

.new-pagination-container .page-jump-form input {
  font-size: 11px;
}
.page_title, .static-page h1 {
  text-transform: uppercase;
  margin-bottom: 60px;
  font-size: 26px;
  border-left: 3px solid #d2d2d2;
  padding-left: 20px;
  font-weight: 400;
  line-height: 1.3em;
}
.page_title small {
  color: #999;
  font-size: 60%;
}
.main-post.floatcontainer .left .img img {
    /*margin: -6px -4px 0 !important;*/
    width: 230px;
}
.main-blog.floatcontainer .disput_outer {
    margin-top: 16px;
}
.main-blog.floatcontainer .disput_inner {
    padding: 22px 10px;
    border: 1px dashed #999;
    margin-bottom: 20px;
}
.disput_item {
    width: 344px;
    float: left;
}
.disput_item.right {
    margin-left: 20px;
}
.disput_item img {
    float: left;
}
.disput_item .descr {
    margin-left: 60px;
}
.disput_item .descr a {
    color: #00468c;
}
.disput_item .article_title {
    margin-bottom: 10px;
    padding: 0 10px;
}
.disput_item .article_text {
    background: #f2f4f6;
    padding: 10px;
    position: relative;
    font-style: italic;
}
.disput_item .descr .article_text a {
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #000;
}
.disput_item .disput_arrow img {
    position: absolute;
    top: 12px;
    left: -12px;
}
.search_results .item {
    border-bottom: 1px dotted #999;
    padding: 20px 0;
}
.search_results .item .model {
    width: 140px;
    float: left;
    padding-right: 20px;
}
.search_results .item .text {
    margin-left: 160px;
}
.search_results .item .title a {
    color: #ed1c24;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.search_results .item .anounce {
    margin-bottom: 10px;
}
.search_results .item .anounce a {
    color: #000;
    text-decoration: none;
}
.search_results .item .title a:hover {
    text-decoration: underline;
}
.search_results .item .date {
    margin-right: 20px;
    font-size: 11px;
    font-style: italic;
    color: #7F7F7F;
}
.search_results .item .date a {
    font-size: 11px;
    font-style: italic;
    color: #7F7F7F;
    font-weight: normal;
    text-decoration: none;
}
.search_results .item .date a:hover {
    text-decoration: underline;
}
.search_results .item .post_controls {
    padding: 0;
}
.search_results .search .submit {
    width: 40px;
    height: 23px;
    margin-top: -2px;
    background: url("/public/site/img/lens-1.png") no-repeat center center #F9F9F9;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    border-radius: 3px;
    padding: 0 6px;
}
.enter.block {
    position: relative;
    z-index: 10;
}
.photos_gallery {
    margin-left: -165px;
    position: relative;
}
.photos_gallery.small {
    margin-left: 0;
}
.photos_gallery .allphotos {
    padding: 15px;
    background-color: #e3e0e0;
}
.photos_gallery div.frame {
    position: absolute;
    display: none;
    width: 130px;
    height: 80px;
    border: 5px solid #b51118;
}
.photos_gallery .allphotos ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.photos_gallery .allphotos li {
    float: left;
    padding: 0 2px 2px 0;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
    width: 140px;
    height: 93px;
}
.photos_gallery .allphotos li img {
    box-shadow: 1px 1px 6px -1px #666;
}

.news-filter-by-year label {
  font-size: 12px;
}

.news-filter-by-year {
  text-align: right;
  margin-bottom: 10px;
}

/************** NEW PAGINATION ******************/

.new-pagination span, .new-pagination a {
  display: inline-block !important;
  float: none !important;
  width: auto !important;
  box-sizing: border-box;
  height: auto !important;
  min-width: 30px;
  text-align: center;
  border-radius: 50% !important;
}

.pagination.new-pagination {
  margin: 15px 0;
  width: 49%;
  display: inline-block;
  text-align: left;
  margin: 0;
}

.new-pagination-container .page-jump-form input {
  min-width: 25%;
  padding: 3px;
  border: 1px solid #c4c4c4;
  font-family: "Lora", serif !important;
}

.new-pagination-container .page-jump-form #dateInput {
  padding-top: 4px;
}

.new-pagination-container .page-jump-form {
  width: 50%;
  display: inline-block;
  text-align: right;
}

.new-pagination-container .pagination-info {
  font-size: 10px;
  text-align: left;
  color: #777;
}

div.search-page-params {
  background-color: #f5f5f5;
  padding: 10px;
  margin-top: 10px;
}

.new-pagination .page-current {
  border: 1px solid white;
}

.new-pagination-container .page-jump-form button {
  text-decoration: none;
  color: #2d2d2d;
  background-color: #e1e1e1;
  padding: 5px 15px 4px;
  font-size: 12px;
  transition: all ease-in-out .2s;
  background-image: unset;
  border-radius: 0;
  margin: 0;
  font-family: "Lora", serif !important;
}

.new-pagination-container .page-jump-form button:disabled {
  color: #999;
  cursor: default;
}


/************** OLD PAGINATION ******************/

.pagination {
    margin-left: 150px;
    margin-top: 15px;
}
.pagination span {
    display: none;
}
.pagination a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    float: left;
    margin-right: 10px;
}
.pagination a.selected {
    background: #b51118;
}
.controls a {
    display: block;
    float: left;
    width: 16px;
    height: 35px;
}
.prev_arrow {
    background: url('/public/site/img/prev_arrow.png');
    position: absolute;
    right: 30px;
    top: 42px;
}
.prev_arrow.active {
    background: url('/public/site/img/prev_red_arrow.png');
}
.next_arrow {
    background: url('/public/site/img/next_arrow.png');
    position: absolute;
    top: 42px;
    right: 8px;
}
.next_arrow.active {
    background: url('/public/site/img/next_red_arrow.png');
}
/************** OLD PAGINATION ******************/

.comments-list .item .error {
    color: #ed1c24;
}
.linked_articles .title {
    font-weight: bold;
    margin-bottom: 5px;
}
.linked_articles .item {
    font-size: 12px;
}
.linked_articles {
    margin: 30px 0;
}
.special_title {
    margin: 0 0 5px;
    color: #ed1c24;
    font-size: 30px;
    line-height: 30px;
}
.articles_level {
    /*overflow: hidden;*/
}
.addthis_button_facebook_like {
    margin-right: 30px;
}
.spec_art.descr.marg {
    margin-left: 170px;
}
.rss.list a.button {
    float: left;
    margin-right: 15px;
}
.rss.list fieldset {
    margin: 20px 0 0;
    padding-top: 15px;
}
.rss.list legend {
    font-size: 19px;
    text-transform: uppercase;
    padding: 0 15px;
}
.banners {
    max-width: 980px;
    margin: 0 auto;
    /*margin-bottom: 140px;*/
}
.banners-left, .banners-right {
    margin: 15px 0;
}
.banners_inner {
    padding: 20px 8px 10px;
    border: 1px solid #999;
    position: relative;
}
.banners-left .banners_inner {
    padding-left: 5px;
    padding-right: 5px;
}
.bann_title {
    font-size: 14px;
    position: absolute;
    left: 5px;
    top: -9px;
    background: #fff;
    padding: 0 8px;
    color: #999;
}
.main-disput .item {
    padding-bottom: 10px;
    border-bottom: 1px dotted #303030;
    /*margin: -13px 0 0;*/
}
.main-disput.duel-list .item {
    padding: 10px 0;
    margin-bottom: 15px;
}
.main-disput .vs {
    position: absolute;
    top: 205px;
    left: 350px;
}
.main-disput.duel-list .vs {
    left: 337px;
    top: 120px;
}
.main-disput.list-page .vs {
    left: 337px;
}
.main-disput h3 a {
    font-size: 18px;
    text-decoration: none;
}
.main-disput .date {
    font-size: 10px;
    font-style: italic;
    color: #7f7f7f;
    float: right;
}
.one-duel .date {
    padding-left: 0;
    padding-right: 10px;
}
.main-disput.duel-list .opinions .anounce {
    width: 320px;
}
.main-disput .opinions .info {
    width: 122px;
}
.main-disput .opinions .image {
    height: 137px;
}
.main-disput.duel-list .opinions .image {
    margin-bottom: 15px;
}
.main-disput .opinions .name {
    color: #ed1c24;
    text-align: center;
    font-style: italic;
    padding: 7px 0 10px;
    word-wrap: break-word;
    height: 30px;
}
.main-disput.duel-list .opinions .name {
    text-align: left;
    padding-top: 0;
    width: 190px;
}
.main-disput.duel-list .opinions .first .name {
    float: left;
}
.main-disput.duel-list .opinions .second .name {
    float: right;
}
.main-disput .opinions .job {
    display: none;
    font-size: 10px;
    font-style: italic;
    color: #000;
}
.main-disput.duel-list .opinions .job {
    display: block;
}
.main-disput .opinions .votes {
    background-color: #ed1c24;
    color: #fff;
    font-size: 23px;
    font-style: italic;
    text-align: center;
    margin: 0 10px;
    padding: 5px 0;
}
.main-disput .opinions .first {
    width: 315px;
    float: left;
    padding-right: 30px;
}
.main-disput.duel-list .opinions .first, .main-disput.list-page .opinions .first {
    /*width: 320px;*/
}
.main-disput .opinions .first .anounce {
    float: left;
    width: 178px;
}
.main-disput .opinions .first .anounce p {
    margin: 0;
}
.main-disput .opinions .first .info {
    float: right;
}
.main-disput .opinions .second {
    border-left: 1px dotted #aaaaaa;
    width: 315px;
    float: left;
    padding-left: 30px;
    /*margin: 0 0 0 1px;*/
}
.main-disput.duel-list .opinions .second, .main-disput.list-page .opinions .second {
    width: 320px;
}
.main-disput .opinions .second .anounce {
    float: right;
    width: 178px;
}
.main-disput .opinions .second .anounce p {
    margin: 0;
}
.main-disput .opinions .anounce a {
    color: #000;
    text-decoration: none;
}
.main-disput .opinions .second .info {
    float: left;
}
.main-disput .post_controls {
    text-align: center;
}
.main-disput .post_controls div {
    float: none;
    display: inline-block;
}
.main-disput .allduels {
    text-align: right;
    padding: 25px 0 10px;
}
.main-disput .allduels a {
    font-size: 11px;
}
.one-duel h1 {
    font-size: 36px;
    color: #ed1c24;
    font-weight: bold;
    margin: 20px 0;
}
.one-duel .please-register {
    font-size: 14px;
    text-align: center;
    padding-bottom: 15px;
}
.one-duel .agree {
    text-align: center;
}
.one-duel .agree button {
    font-size: 20px;
    text-align: center;
    background: none #ed1c24;
    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    text-transform: uppercase;
    padding: 5px 10px;
    width: 180px;
}
.main-disput.list-page h1 {
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 0;
}
#quizze {
    position: fixed;
    z-index: 100000;
    top: 50%;
    margin-top: -148px;
    left: 50%;
    margin-left: -275px;
    width: 550px;
    height: auto;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px #888;
    background-color: #fff;
}
#quizze .closeit {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 20px;
    height: 20px;
    background: url("/public/site/img/close_icon.gif") no-repeat center center;
    cursor: pointer;
}
#quizze .heading {
    background-color: #ed1c24;
    text-align: center;
    padding: 10px 20px;
}
#quizze .underheading {
    padding: 10px 20px;
    background-color: #fff;
    text-align: center;
}
#quizze #quizze_data {
    padding: 20px 15px;
}
#quizze .title {
    padding: 10px 0;
    font-size: 15px;
    font-weight: bold;
}
#quizze p {
    /*font-style: italic;*/
    font-weight: bold;
}
#quizze td {
    padding-bottom: 10px;
    padding-right: 20px;
}
#quizze input {
    margin: 0;
}
#quizze .quizze_buttons {
    padding: 10px 20px;
    text-align: center;
}

#quizze #vk_groups {
    margin: 28px 0 20px;
}
#quizze .face_book {
    float: left;
    border: 1px solid #5B7FA6;
    background: #fff;
}
#quizze .twit {
    border: 1px solid #5B7FA6;
    margin: 10px 0;
    float: left;
    background: #fff;
}
#dimmer {
    background: url('/public/site/img/shadow.png') repeat;
    position: fixed;
    z-index: 10000;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}
#quizze .share_title {
    background: #5B7FA6;
    padding: 5px;
    text-align: left;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    line-height: 21px;
}
#quizze .share_title img {
    margin-right: 8px;
    float: left;
}
#quizze .twitter-follow-button {
    margin: 20px 10px;
}
.community_groups_main {
    padding-bottom: 20px;
}
#vk_groups_side {
    border: 1px solid #ed1c24;
}
.bottom_close {
    color: #ed1c24;
    font-size: 12pt;
    font-weight: bold;
    padding-top: 20px;
    border-top: 1px solid #ed1c24;
    clear: both;
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
}
.articles_single.withleft {
    /*	overflow: hidden;*/
}


.right_box {
    background-color: #ed1c24;
    margin: 10px 0 0;
    padding: 0 0 4px;
    width: 260px;
}

.right_box .header {
    padding: 10px 0 8px;
}

.right_box .header h4 {
    color: #ffffff;
    font-size: 19px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}

.right_box .content {
    background-color: #ffffff;
    margin: 0 auto;
    width: 254px;
}

.right_box .content .text_poll {
    font-size: 13px;
    font-weight: bold;
    margin: 0 auto;
    width: 205px;
}

.right_box .content form {
    margin: 30px auto 0;
    width: 225px;
}

.right_box .content form label {
    font-size: 12px;
}

.right_box .content form .button, .results_poll .vode_button {
    background: #000000;
    border-radius:0;
    border: none;
    border-bottom: 3px solid #e9e9e9;
    border-right: 3px solid #e9e9e9;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    outline: none;
    margin: 30px auto 0;
    padding: 6px 30px;
    text-align: center;
    width: 130px;
    background-image:none;
}

.right_box .content .all_polls {
    border-top: 1px dotted #979797;
    margin: 15px 10px 0;
    padding: 15px 0;
    text-align: right;
}

.right_box .content .result_poll {
    margin: 13px 0 0;
    padding: 0 15px;
}

.right_box .content .result_poll > div {
    margin: 12px 0 0;
}

.right_box .content .result_poll > div:first-child {
    margin: 0;
}

.right_box .content .result_poll > div .name_result {
    font-size: 12px;
}

.right_box .content .result_poll > div .width_result {
    margin: -2px 0 0;
}

.right_box .content .result_poll > div .width_result > div {
    background-color: #ed1c24;
    height: 10px;
    max-width: 165px;
    display: inline-block;
}

.right_box .content .result_poll > div .width_result .number_result {
    color: #ed1c24;
    display: inline-block;
    font-size: 12px;
    margin: 0;
}



/* Main Post */

.news_list .news_list .date { padding-left: 0; }

.main-post {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
}

.main-post > .left {
    float: left;
    width: 215px;
    padding-right: 20px;
}

.main-post > .left .img {
   /* height: 355px;*/
   /* margin: 0;*/
   /* width: 245px;*/
}

.main-post > .left .date {
    font-size: 12px;
    margin: 10px 0 6px;
}

.main-post > .left .title {
    margin: 0 0 17px;
}

.main-post > .left .title a {
    color: #ed1c24;
    font-size: 30px;
    text-decoration: none;
}

.main-post > .left .text p {
    font-size: 13px;
}

.main-post > .left .additional {
    margin: -2px 0 0;
}

.main-post > .left .additional div {
    color: #7f7f7f;
    float: left;
    font-size: 11px;
    font-style: italic;
    margin: 0 10px 0 0;
    padding: 0 0 0 20px;
}

.main-post > .left .additional .comments {
    background: url("//www.sovsekretno.ru//public/site/img/balloon-1.png") no-repeat left center transparent;
}

.main-post > .left .additional .views {
    background: url("//www.sovsekretno.ru//public/site/img/eye-1.png") no-repeat left center transparent;
}

.main-post > .right {
    margin: 0;
    width: 31.2%;
    border-left: 1px dotted #d2d2d2;
    padding-left: 1%;
    padding-right: 1%;;
	margin-bottom: 10px;
    transition: all ease-in-out .2s;
    position: relative;
    display: flex;
}

.main-post > .right:hover {background-color: #f5f5f5;}

.main-post > .right .box {
    /*border-bottom: 1px dotted #9e9e9e;*/
    margin: 0 0 9px;
    padding: 0 0 2px;
}

.main-post > .right .box.last {
    border-bottom: none;
}

.main-post > .right .box .date {
    color: #7f7f7f;
    font-size: 11px;
    font-style: italic;
}

.main-post > .right .box p {
    font-size: 13px;
    margin: 0 0 10px;
}

.main-post > .right .all_news {
    float: right;
}

.main-post > .box_poll {
    border-bottom: 1px dotted #e1e1e1;
    margin: 12px 0 0;
    min-height: 95px;
    padding: 0 0 20px;
    width: 630px;
}

.main-post > .box_poll:first-child {
    margin: 0;
}

.main-post > .box_poll:last-child {
    border-bottom: none;
    padding: 0;
}

.main-post > .box_poll .left {
    position: absolute;
}

.main-post > .box_poll .left .img {
    height: 95px;
    overflow: hidden;
    position: relative;
    width: 125px;
}

.main-post > .box_poll .left .img img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.main-post > .box_poll .right {
    min-height: 95px;
    left: 135px;
    position: relative;
}

.main-post > .box_poll .right .date {
    color: #999999;
    font-size: 12px;
    font-style: italic;
}

.main-post > .box_poll .right .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 3px;
    text-decoration: none;
    max-width: 550px;
}

.main-post > .box_poll .right .preview_text {
    font-size: 11px;
    margin: 0;
}

.main-post > .box_poll .right .result {
    bottom: 0;
    color: #999999;
    font-size: 11px;
    position: absolute;
}

.main-post > .box_poll .right .result span {
    color: #000000;
}

.main-post > .box_news {
  border-bottom: 1px dotted #c8c8c8;
  margin: 0;
  min-height: 95px;
  padding: 10px 0;
  width: 95%;
  transition: all ease-in-out .2s;
}

.main-post > .box_news:hover {
    background-color: #f5f5f5;
}

.main-post > .box_news:first-child {
    margin: 0;
}

.main-post > .box_news:last-child {
    border-bottom: none;
    padding: 0;
}

.main-post > .box_news .left {
    position: absolute;
}

.main-post > .box_news .left .img {
    height: 95px;
    overflow: hidden;
    position: relative;
    width: 125px;
}

.main-post > .box_news .left .img img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.main-post > .box_news .right {
    min-height: 95px;
    left: 150px;
    position: relative;
    width: calc(100% - 150px);
}

.main-post > .box_news .right .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: black;
  border-left: 3px solid #ed1c24;
  padding-left: 10px;
}

.main-post > .box_news .right .date {
    color: #999999;
    font-size: 12px;
    font-style: italic;
    margin: 3px 0 10px;
}

.newsdet-meta {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #aaa;
  display: grid;
  font-size: 12px;
  color: #999;
  grid-template-columns: 50% 50%;
}

.newsdet-author {
  font-size: 12px;
  color: #999;
  line-height: 1em;
}

.newsdet-author a {
  text-decoration: none;
}

.newsdet-author a span {
  line-height: 1.4em;
}

.box_news p {
  font-size: 12px;
  line-height: 1.5em;
}

.main-post > .box_news .right .preview_text {
    margin: 0 0 10px;
}

.main-post > .box_news .right .preview_text:last-child {
    margin: 0;
}

.main-post > .poll_page {
    /*	width: 550px;*/
}

.main-post > .poll_page .name_page {
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 20px;
}

.main-post > .poll_page .title {
    color: #ed1c24;
    font-size: 30px;
    font-weight: normal;
}

.main-post > .poll_page .date {
    color: #999999;
    font-size: 12px;
    font-style: italic;
    margin: 4px 0 27px;
}

.main-post > .poll_page .date span {
    color: #000000;
    font-style: normal;
}

.main-post > .poll_page .content_poll {
    position: relative;
    margin: 0 0 23px;
}

.main-post > .poll_page .content_poll .img {
    height: 175px;
    overflow: hidden;
    position: relative;
    width: 235px;
    float:none;
}

.main-post > .poll_page .content_poll .img img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.main-post > .poll_page .content_poll .text_content {
    left: 250px;
    position: absolute;
    top: 0;
    /*	width: 225px;*/
}

.main-post > .poll_page .content_poll .text_content p {
    font-size: 13px;
    margin: 0 0 10px;
}

.main-post > .poll_page .content_poll .text_content p:last-child {
    margin: 0;
}

.main-post > .poll_page .results_poll > div .name_result {
    display: inline-block;
    font-size: 12px;
    margin: 15px 5px 0 0;
    width: 360px;
}

.main-post > .poll_page .results_poll > div .width_result {
    display: inline-block;
    position: relative;
    top: 0px;
    width: 360px;
}

.main-post > .poll_page .results_poll > div .width_result > div {
    background-color: #ed1c24;
    float: left;
    max-width: 325px;
    height: 10px;
}

.main-post > .poll_page .results_poll > div .number_result {
    color: #ed1c24;
    display: inline-block;
    font-size: 12px;
    left: 9px;
    margin: 0;
    position: relative;
    top: 0px;
}
/* --- End Main Post --- */


/* Basic Styles */
.clear {
    clear: both;
}
/* --- */

.logotype {
     
    margin: 0 auto;
    max-width: 1170px;
}
.logotype img{
    width: 100%;display: block;
}

.topHeader_search {
    float: left;
    margin: 0 0 8px;
}

.topHeader_search form .input_text {
  border: 1px solid #aaaaaa;
  width: 210px;
  font-family: "Lora", serif !important;
  font-style: italic;
  font-size: 14px;
}

.topHeader_search form .button {
    background: url("../img/new_images/icons/search_icon.png") no-repeat 0 0 transparent;
    border: none;
    cursor: pointer;
    height: 20px;
    outline: none;
    margin: 0 20px 0 10px;
    width: 15px;
    vertical-align: middle;
    padding: 5px;
}

.tophead_post {
    background-color: #ed1c24;
    margin: 0 0 15px;
    padding: 5px 16px 6px;
    display: none;
}

.tophead_post .left {
    float: left;
}

.tophead_post .left p {
    color: #ffffff;
    font-size: 24px;
    margin: 0;
}

.tophead_post .right {
    float: right;
}

.tophead_post .right a {
    border-left: 1px dotted #ffffff;
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 2px 0 3px 17px;
    text-decoration: none;
}

.tophead_post .right .icon {
    display: inline-block;
    margin: 0 12px 0 0;
    position: relative;
    top: -2px;
}

.tophead_post .right .text {
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
}

.box_news {
    display: inline-block;
    margin: 0 0 25px 15px;
    width: 210px;
}

.box_news_editorial {
    margin: 0 0 25px 0;
}

.box_news .title {
    font-style: 14px;
    font-weight: bold;
    text-decoration: none;
}

.box_news p {
    font-weight: 500;
    margin: 13px 0 5px;
}

.main-post .right .edit_column a {
    text-decoration: none;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 10; /* number of lines to show */
           line-clamp: 10; 
   -webkit-box-orient: vertical;
}

.posts-text {
  margin-bottom: 40px;
}

.main-post .right .edit_column.first .title_column {
    border-bottom: 1px dotted #aaaaaa;
    margin: -2px 0 10px;
    padding: 0 0 10px;
}

.main-post .right .edit_column .title_column {
    color: #231f20;
    font-size: 14px;
    font-weight: bold;
    margin: 11px 0 9px;
}

.title_column_editable {
    margin-top: 0 !important;
}

.main-post .right .edit_column .box img {
	width: 100%;
}

.main-post .right .edit_column .box p {
    color: #231f20;
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    text-align: right;
    vertical-align: top;
    width: 70px;
}

.main-post .right .edit_column .box p span {
    color: #ed1c24;
    display: block;
    font-size: 14px;
}

.title_sec, .title_sec2 {
  color: #ffffff;
  display: inline-block;
  background-color: #ed1c24;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 10px 30px 10px 15px;
  position: relative;
  text-align: left;
  width: auto !important;
  border-left: 7px solid black;
  text-transform: uppercase;
}

.title_sec3 {
    color: #ffffff;
    display: inline-block;
    background: linear-gradient(to right, #000000 50%, #e40613 50%);
    font-size: 18px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.title_sec4 {
  color: #ffffff;
  display: inline-block;
  background-color: #ed1c24;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 10px 30px 10px 15px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  border-left: 7px solid black;
}
.title_sec span {
    position: relative;
    z-index: 10;
}

.title_sec2 span {
    position: relative;
    z-index: 10;
}

.articles-main::before {
  background-color: #ed1c24;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 21px;
  width: 99%;
}

.title_press {
    color: #ffffff;
    display: inline-block;
    background-color: #ed1c24;
    font-size: 21px;
    margin: 0 0 15px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 350px;
}

.title_press span {
    position: relative;
    z-index: 10;
}

.title_press:before {
    background-color: #ed1c24;
    content: "";
    display: inline-block;
    height: 3px;
    left: 350px;
    position: absolute;
    top: 21px;
    width: 428px;
}

.main-post {

}

.main-post2 {
    background-color: #f5f5f5;
    padding: 10px;
}

.main-post2 .left_small {
    /*float: left;*/
    margin: 0 15px 13px 0;
    width: 229px;
    padding-top: 10px;
}

.main-post2 .left_small .image {
    width: 229px;
}

.main-post2 .left_small .image img {
    /*width: 100%;*/
    width: 229px;
}

.main-post .left_small {
    /*float: left;*/
    margin: 0 15px 13px 0;
    width: 350px;
}

.main-post .left_small .image {
    width: 350px;
}

.main-post .left_small .image img {
    /*width: 100%;*/
    width: 350px;
}

.news-detail .caption {
  font-size: 10px !important;
  width: 50%;
  color: #777;
}

.content .date {
    color: #7f7f7f;
    font-size: 11px;
}

.content .title {
    margin: 3px 0 10px;
}

.content .box_article .title {
	height: 72px;
	overflow: hidden;
}

.autor_pr {
	height: 50px;
}

.content .all_news a, .back-to-section-button a {
  text-decoration: none;
  color: #2d2d2d;
  background-color: #e1e1e1;
  padding: 7px 15px 5px;
  font-size: 12px;
  transition: all ease-in-out .2s;
}

.back-to-section-button a {
  font-size: 15px;
  padding: 10px 30px;
  display: inline-block;
}

.content .all_news a:hover {
  background-color: #cacaca;
  color: black;
}

.content .title a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  line-height: 1.4em;
  display: block;
}

.content .text {
    color: #231f20;
    font-size: 15px;
    /*font-weight: bold;*/
}

.content .all_news {
    font-size: 12px;
    margin: 10px 5px 5px;
    text-align: right;
}


.content2 .date {
    color: #7f7f7f;
    font-size: 12px;
}

.content2 .title {
    margin: 3px 0 14px;
    width: 229px;
}

.content2 .title a {
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
}

.content2 .text {
    color: #231f20;
    font-size: 15px;
    /*font-weight: bold;*/
}

.content2 .all_news {
    font-size: 13px;
    margin: 15px 17px 22px;
    text-align: right;
}

.main-post2 .right_large .box {
    border-top: 1px dotted #aaaaaa;
    padding: 13px 0;
}

.main-post2 .right_large div.box:first-child {
    border: none;
}

.main-post2 .right_large .box .date {
    color: #7f7f7f;
    display: block;
    font-size: 11px;
}


.main-post .right_large {
    /*float: right;*/
    width: 350px;
}

.main-post .right_large .box {
    border-top: 1px dotted #aaaaaa;
    padding: 15px 0;
}

.main-post .right_large div.box:first-child {
    border: none;
}

.main-post .right_large .box .date {
    color: #7f7f7f;
    display: block;
    font-size: 11px;
}

.articles_level .box_article {
    display: inline-block;
    /* height: 445px; */
    margin: -1px 1px 0;
    padding: 0 10px 0;
    width: 31%;
    vertical-align: top;
}

.articles_level .box_article:nth-child(2) {
    border-left: 1px dotted #aaaaaa;
    border-right: 1px dotted #aaaaaa;
}
.articles_level .box_article:first-child {
    padding: 0 10px 0 0;
}

.articles_level .box_article:last-child {
    border-right: none;
    padding: 0 0 0 10px;
}

.articles_level .box_article .item {
    border-top: 1px dotted #aaaaaa;
    padding: 0 0 15px;
}

.articles_level .box_article .item .img img {
    width: 100%;
}

.articles_level .box_article .item .title {
    margin: 1px 0 13px;
}

.articles_level .box_article .item .text {
    margin: 0 0 5px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
	height: 218px;
}

.main-disput.floatcontainer .title h3 a {
    font-size: 21px;
}

.main-disput.floatcontainer .vs {
    color: #ed1c24;
    font-size: 23px;
    display: inline-block;
    font-style: italic;
    font-weight: bold;
    left: 327px;
    background-color: #ffffff;
    margin: 0;
    /*top: 239px;*/
    padding: 3px;
    position: absolute;
}
/*Currency*/
.currency {
    float: right;
    margin-top: -15px;
    margin-right: 20px;
}
/* Social Button Header */
.social_button {
    float: right;
}

.social_button.top-social-mobile {display: none;}

.social_button ul {
    margin: 0;
    padding: 0;
}

.social_button ul li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 3px;
}

.social_button ul li a {
    display: inline-block;
    text-decoration: none;
}

.social_button ul li a span {
    /*background: url("../img/new_images/icons/sprite_icon_social.png") no-repeat 0 0 transparent;*/
    display: inline-block;
    height: 24px;
    position: relative;
    width: 24px;
}

.social_button ul li .facebook span {
    background: url("../img/social/fb.png") no-repeat 0 0 transparent;
	background-size: contain;
}

.social_button ul li .twitter span {
    background: url("../img/social/x.png") no-repeat 0 0 transparent;
	background-size: contain;
}

.social_button ul li .vkontakte span {
    background: url("../img/social/vk.png") no-repeat 0 0 transparent;
	background-size: contain;
}

.social_button ul li .odnoklassniki span {
    background: url("../img/social/ok.png") no-repeat 0 0 transparent;
	background-size: contain;
}

.social_button ul li .telegram span {
    background: url("../img/social/tg.png") no-repeat 0 0 transparent;
	background-size: contain;
}

.social_button ul li .insta span {
    background: url("../img/social/in.png") no-repeat 0 0 transparent;
	background-size: contain;
}

.social_button ul li .youtube span {
    background: url("../img/social/youtube.png") no-repeat 0 0 transparent;
	background-size: contain;
}

.social_button ul li .rutube span {
    background: url("../img/social/rutube.png") no-repeat 0 0 transparent;
  background-size: contain;
}

.social_button ul li .dzen span {
    background: url("../img/social/dzen.png") no-repeat 0 0 transparent;
  background-size: contain;
}

.social_button ul li .livejournal span {
    background: url("../img/social/lj.png") no-repeat 0 0 transparent;
  background-size: contain;
}

.social_button ul li .mymail span {
    background: url("../img/social/mm.png") no-repeat 0 0 transparent;
  background-size: contain;
}


.social_button ul li a:nth-child(3) {
    margin: 0 43px 0 0;
}

.social_button ul li a span {
  filter: brightness(1);
  transition: all ease-in-out .2s;
}

.social_button ul li a:hover span {
  filter: brightness(0);
}

.social_button ul li .jj span {
    background-position: -66px 0;
    height: 19px;
    margin: 0 43px 0 0;
    top: 2px;
    width: 18px;
}

.social_button ul li .rss span {
    background: url("../img/new_images/icons/rss.png") no-repeat 0 0 transparent;
    width: 72px;
}

/* --- */


.right_box .content img {
    width: 254px;
}

#c_right .top51_inside {
    border: 3px solid #ed1c24;
    color: #303030;
    font-size: 11px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 135px;
}
#c_right .top51_inside h2 {
    background-color: #ed1c24;
    margin: 0;
    padding: 1px 10px 4px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
}
#c_right .top51_inside h2 a {
    font-size: 19px;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
}
#c_right .top51_inside h2 a:hover {
    text-decoration: none;
}
#c_right .top51_inside h3 {
    text-transform: uppercase;
    background-color: #ed1c24;
    margin: 0;
    padding: 0 10px 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
#c_right .top51_inside .inner {
    padding: 0 10px 10px 10px;
}
#c_right .top51_inside .inner .all_news {
    text-align: right;
}
#c_right .top51_inside a {
    font-size: 13px;
    text-decoration: none;
    color: #202020;
}
#c_right .top51_inside .all_news a {
    color: #ed1c24;
    text-decoration: underline;
}
#c_right .top51_inside .all_news a:hover {
    text-decoration: none;
}
#c_right .top51_inside a:hover {
    text-decoration: underline;
}
#c_right .top51_inside ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#c_right .top51_inside li {
    border-bottom: 1px dotted #303030;
    padding: 15px 0;
    text-align: center;
}
#c_right .top51_inside.top10 li {
    text-align: left;
}
#c_right .top51_inside.top10 .post_controls {
    padding-top: 5px;
}
#c_right .top51_inside.news li {
    text-align: left;
    overflow: hidden;
}
#c_right .top51_inside.news li .date {
    font-style: italic;
    color: #949494;
}
#c_right .top51_inside li.last {
    border-bottom: none;
}

.main-disput.duel-list.floatcontainer .first .anounce {
    width: 320px !important;
    margin: 15px 0 0;
}

.main-disput.duel-list.floatcontainer .second .anounce {
    width: 320px !important;
    margin: 15px 0 0;
}

.top_nerl {
    width: 135px;
}

/* specials new */
.specials_new_list {
    width: 100% !important;
}

.specials_news_list_inner {
    width: 100% !important;
}

.specials_new_list_left {
    float: left;
    width: 125px;
}

.specials_new_list_left img {
    width: 125px;
}

.specials_new_list_announce {
    float: right;
    width: 530px;
    overflow: hidden;
}

.articles_level .box_article:nth-child(3) {
    margin: 0;
}

/* Duels */
.duel-image {
    margin: 10px 0;
    overflow: hidden;
}
.duel-image .descr {
    display: block;
}
.duel-image .article_image {
    float: left;
}
.duel-image .img_src {
    float: left;
    font-size: 10px;
    padding: 0 10px;
    width: 165px;
}
.duel-list .photo-source {
    margin-top: 20px;
}


/* Duel polls */
.duel-poll {
    border-bottom: 1px dotted #303030;
    margin-bottom: 30px;
    overflow: hidden;
    display: block;
    padding-bottom: 10px;
}

.duel-poll .image {
    float: left;
    overflow: hidden;
    display: block;
    margin-right: 20px;
    height: auto;
}

.duel-poll .image img {
    width: 140px;
    height: 100px;
}

.duel-poll .title a {
    font-size: 25px;
    text-decoration: underline;
}

.duel-poll .title a:hover {
    text-decoration: none;
}

.parent_popup {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(5px);
}
.parent_popup .popup {
  background: #fff;
  width: 500px;
  margin: 10% auto;
  padding: 10px 5px;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  font-size: 26px;
  border-radius: 0;
}
#press_popup .popup {
    min-width: 320px;
    max-width: 450px;
    width: 50%;
    font-size: 1.2rem;
    margin: 5vh auto;
    max-height: 90vh;
    text-align: left;
    padding: 1rem;
}

.parent_popup .popup input.inputtext, .parent_popup .popup textarea {
  width: 70%;
  display: block;
  padding: 5px;
  resize: vertical;
}

.parent_popup .popup input[type="submit"] {
  background: #333;
  color: white;
  border: none;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 20px;
  transition: all ease-in-out .2s;
  width: 50%;
}

.parent_popup .popup input[type="submit"]:hover {
  background-color: black;
}

#press_popup .popup p {
    font-size: 1rem;
}
#press_popup .popup .info_block {
    display: none;
}
#press_popup .popup .show_link {
    text-decoration: underline;
    cursor: pointer;
}
#press_popup .popup .show_link:hover {
    text-decoration: none;
}
#press_popup .popup .info_block {
    background-color: #efefef;
    padding: 0 7px;
    color: #000;
}
#press_popup .popup .info_block p {
    font-size: 0.9rem;
}
#popup2{
    background: #fff;
    width: 580px;
    height: 300px;
    margin: 10% auto;
    padding: 0px -0px 0px 0px;

}
.close{
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover{
    background-color: rgba(0, 122, 200, 0.8);
}

/********РЕКЛАМА***************/

.yap-rtb__wrapper {
    max-width: 710px!important;
}
.yap-rtb__wrapper img {
    max-width: 710px!important;
}
#vidplay_over_float {
    position: fixed!important;
    bottom: 30px;
    right: 30px;
    top: unset!important;
    left: unset!important;
}
.toggle_mnu.active{
    position: fixed;
}
.toggle_mnu {
      width: 30px;
      height: 30px;
      position: absolute;
      z-index: 100;
      border: none;
      background-color: #ed1a21;
      display: none;
      right: 10px;
      top: 5px; }
      .toggle_mnu span {
        display: block; }
    .sandwich {
      width: 24px;
      height: 24px;
      position: absolute;
      top: 3px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 200;
    }
    .sw-topper {
      position: relative;
      top: 0;
      width: 24px;
      height: 3px;
      background: white;
      border: none;
      border-radius: 4px 4px 4px 4px;
      -webkit-transition: -webkit-transform 0.5s, top 0.2s;
              transition: transform 0.5s, top 0.2s;
      display: block; }
    .sw-bottom {
      position: relative;
      width: 24px;
      height: 3px;
      top: 5.6px;
      background: white;
      border: none;
      border-radius: 4px 4px 4px 4px;
      -webkit-transition: -webkit-transform 0.5s, top 0.2s;
              transition: transform 0.5s, top 0.2s;
      -webkit-transition-delay: 0.2s, 0s;
              transition-delay: 0.2s, 0s; }
    .sw-footer {
      position: relative;
      width: 24px;
      height: 3px;
      top: 11.5px;
      background: white;
      border: none;
      border-radius: 4px 4px 4px 4px;
      -webkit-transition: all 0.5s;
              transition: all 0.5s;
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .sandwich.active .sw-topper {
      top: 9px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .sandwich.active .sw-bottom {
      top: 6px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .sandwich.active .sw-footer {
      opacity: 0;
      top: 0;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }


@media (max-width: 1149px) {

    #c_right {
      width: 24%;
    }

    .center_blocks.main{
      width: 75%;
    }

    .articles_level .box_article { padding: 0 1% 0; }

    .articles_level .box_article .item .img img {height: auto !important;}

    .articles-main {
      width: 100%;
    }

    .main-post {
      width: 100%;
    }

    .main-post > .right {
      padding: 0 1% 20px;
    }
}


@media screen and (min-width: 979px) {
    .descnot {
        display: none;
    }

}

@media screen and (max-width: 979px) {

    .search-page .search-filters .search-suggest {
      width: 100%;
      box-sizing: border-box;
      margin-bottom: 10px;
    }

    .search-page .search-filters input[type="submit"] {
      margin-left: 0;
    }

    .search-results-item {
      padding: 15px 0;
    }

    .search-page .new-pagination-container .page-jump-form input {
      width: 110px !important;
    }

    .new-pagination span, .new-pagination a {
      margin-right: 4px;
    }

    .newsitem_bottomnews .box {
      width: 49%;
    }

    .page_title, .static-page h1 {
      font-size: 20px;
      line-height: 1.4em;
      margin-bottom: 30px;
      padding-left: 10px;
    }

    .comments-wrapper {
      margin: -10px -10px 0;
      width: calc(100% + 20px);
    }

    .related-articles h2 {
      margin: 10px 0 30px;
    }

    .news-detail {
      width: 100%;
      padding-left: 5px;
      padding-right: 5px;
      box-sizing: border-box;
    }

    .photo-gallery .item .descr .left {
      width: 100%;
      margin-bottom: 10px;
    }

    .photo-gallery .item .descr .right {
      width: 100%;
    }

    .img.newsdet-mainimage-wrapper {
      float: none;
      margin-right: -15px;
      margin-bottom: 0;
      margin-left: -15px;
    }

    .news-filter-by-year {
      text-align: left;
    }

    .pagination.new-pagination {
      width: 100%;
    }

    .new-pagination-container .page-jump-form {
      width: 100%;
      margin-top: 10px;
    }

    .new-pagination-container .page-jump-form input {
      min-width: 17%;
    }
        
    .currency{display: none;}
    .innercont{max-width: 750px;padding-left: 10px;padding-right: 10px;}
    img{max-width: 100%;}
    .upperheader-wrapper .social_button {
      display: none;
    }

     .social_button.top-social-mobile {
      display: block;
      max-width: 1170px;
      margin: 0 auto;
      float: none;
      text-align: center;
      border-bottom: 1px dotted #d7d7d7;
      padding-bottom: 5px;
    }

    .social_button.top-social-mobile ul li {
      margin: 0 5px;
    }

    #___gcse_0{display: none;}
    .toggle_mnu{display: block;}
    .header .top_menu {
        z-index: 20;
        position: fixed;
        top: 0px;
        height: 100%;
        overflow-y: auto;
        left: 0;
        width: 200px;
        background: rgba(0,0,0,0.8);
        text-align: left;
        display: none;
        padding-top: 70px;
        backdrop-filter: blur(5px);
      }
    .header .top_menu li{
        margin: 0;
        display: block;
    }
    .header .top_menu span, .header .top_menu a{
        padding: 10px;
        color: white;
    }
    #c_right{display: none;}
    .center_blocks.main{width: auto;float: none;}
    .main-post{width: auto;margin: 0;}
    .main-post > .left{display: none;}
    .footer .bottom .copyright{padding: 15px 0;float: none;}
    .footer .bottom .counters{
        float: none;
        margin-left: 0;
    }
    .tophead_post .left p{font-size: 18px;}
    .main-post .right_large{width: auto;float: none;overflow: hidden;}
    .main-post .right_large .box{padding: 10px 0; line-height: 1.5em; position: relative}
    .descnot .main-post .post_controls {
          top: 0;
          right: 0;
        }
    .tophead_post .left{float: none;margin-bottom: 10px;}
    .tophead_post .right{float: none;}
    .tophead_post .right a{
        border-left: 0;
        margin-left: 0;
        margin-right: 15px;
        padding-left: 0;
    }

    .img.author-photo-wrapper {
        float: none;
      }

    .single_author h1 {
      font-size: 20px;
    }

    .single_author .materials .date {
      display: block;
      margin-bottom: 2px;
      margin-top: 8px;
    }

    .social_button ul li a span {
      width: 20px;
      height: 20px;
      margin-right: 2px;
    }

    .tophead_post{padding: 10px;}
    .center_blocks{width: auto;float: none;}
    .main-post > .box_news{width: auto;display: block;overflow: hidden;}
    .main-post > .box_news .left{position: static;float: left;margin-right: 10px;}
    .main-post > .box_news .right{left: 0;overflow: hidden;}
    .gallery-single .allphotos li{float: none;padding: 5px;display: inline-block;vertical-align: top;}
    .gallery-single .allphotos{padding: 10px;text-align: center;}

    .num_list .item {
      width: 29%;
      margin-right: 3%;
    }


    
    .withleft{margin-left: 0;}
}
@media screen and (max-width: 767px) {

      .author_card {
      width: 114px;
    }

    .parent_popup .popup {
      width: 80%;
    }

    .num_single .info .descr .authors li {
      width: 90%;
      padding: 5px 5% 5px 0;
    }

    .footer-messengers-note {
      width: 100%;
    }
	
	
	 .main-post > .right{width: auto;float: none;}
    .gallery-single .head h1{font-size: 18px;}
    .gallery-single .head .quantity{font-size: 14px;}
    .caroufredsel_wrapper{width: 100%!important;overflow: hidden;}
    .photo-gallery .item .gal{padding: 10px;}
    .photo-gallery .item .gal .next{right: 10px;}
    .photo-gallery .item .gal .prev{left: 10px;}
    /*.center_blocks img{height: auto;width: 100%;}*/
     div.news-detail img.detail_picture {
      float: none !important;
      margin: 0 0 5px !important;
      max-width: unset;
      width: 100%;
    }

    .textp.newsdet-mainimage-capt {
      margin-left: 10px;
      margin-top: -5px;
    }

    .social_button.top-social-mobile.footer-social-mobile {
      margin-bottom: 0 !important;
      border-bottom: unset !important;
      border-top: 1px dotted #d7d7d7;
      padding-top: 5px;
    }

    .newsitem_bottomnews {
      margin-top: 0;
    }

    .newsitem_bottomnews .box a {
      hyphens: auto;
      overflow-wrap: break-word;
    }

    .bx-breadcrumb {
      margin-top: 10px;
    }

    .bx-breadcrumb .bx-breadcrumb-item a {
      color: #ccc;
    }

    #content .news-detail p img {
      width: 100%;
      box-sizing: border-box;
      margin: 10px 0 !important;
    }
    .articles_level .box_article:last-child{padding-left: 0;}
    .articles_level .box_article:first-child{padding-right: 0;}
    .main-post .left_small .image{width: auto;}
    .main-post .left_small{width: auto;}
    .title_sec:before{display: none;}
    .main-post .left_small {
        float: none;
        margin: 0 0 10px;
        background-color: #f5f5f5;
        text-align: center;
      }
    .articles_level .box_article:nth-child(2){border: 0;}
    .articles_level .box_article{padding: 0;margin: 0 0 20px;width: 100%;float: none;}
    .articles_level .box_article .item{padding-top: 15px;}

    .title_sec {
      width: 100%;
    }

}
@media screen and (max-width: 480px) {

  .reaction-container .reaction-text, .reaction-container .reaction-buttons {
  width: 100%;
  text-align: center;
}

.reaction-container .reaction-buttons button {
  margin-bottom: 0px;
}
	
	.main-post > .right  {
		border-bottom:0px;
		height: auto;
	}	
	.content .title {height: auto !important;}
	.posts-text {height: auto;}
  .articles_level .box_article .item .text {height: auto;}
  .footer .bottom_menu span, .footer .bottom_menu a{padding: 15px 10px;}
   .footer .bottom_menu li {
    width: 31.6% !important;
    float: none;
    display: inline-block;
  }
}

.news-detail .detail_picture {
    max-width: 400px;
    width: 100%;
    z-index: 15;
  position: relative;
}

#cookie_notification {
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: rgba(0,0,0,0.7);
  border-radius: 4px;
  z-index: 1000;
  backdrop-filter: blur(4px);
}

#cookie_notification p {
  margin: 0;
  font-size: 0.7rem;
  text-align: left;
  color: white;
  line-height: 1.4em;
  margin-bottom: 5px;
}

#cookie_notification p a {
  color: #ff7a7a;
}

.cookie_accept {
  border-radius: 0;
  background-color: white;
  border: none;
  font-size: 12px;
}


@media (min-width: 576px){

    #cookie_notification.show{
        display: flex;
    }
    .cookie_accept{
        margin: 0 0 0 25px;
    }
}

@media (max-width: 575px){

    .tag-description .tag-mainimage {
      float: none;
      margin-bottom: 20px;
      max-width: 50%;
    }

    .tag-heading form#record-type-form, .tag-heading form#record-type-form select#record_type {
      width: 100%;
    }

    .tag-heading h2 {
      margin-left: 10px;
      margin-top: 10px;
    }

    .content .edit_column .title {
        min-height: unset;
    }

    .story-block .story-image {
        margin: 0 0 20px 0 !important;
        float: none !important;
    }

    .static-page h1 {
      font-size: 30px;
    }

    .mob-fullwidth {
      width: 100% !important;
    }

    .header .logo-wrapper {
      margin-bottom: 10px;
    }

    .topHeader_search form .input_text {
      width: 150px;
    }

    .header {
      margin-bottom: 10px;
    }

    #cookie_notification.show{
        display: block;
        text-align: left;
    }

    .cookie_accept{
        margin: 10px 0 0 0;
    }

    .autor_pr {
      height: 40px;
      margin-bottom: 20px;
    }

    .main-post > .right, .mainpage-video.main-post > .right {
      height: auto;
      border-left: unset;
      border-bottom: 1px dotted #aaa;
    }

    .main-post > .right.first-article-item {
      width: 100%;
    }

    .main-post > .right.first-article-item .autor_pr a {
      display: inline-block;
      vertical-align: bottom;
      margin-left: 5px;
      font-size: 10px;
    }

    .main-post > .right.first-article-item .autor_pr span {
      margin-bottom: 0;
    }

    .main-post > .right.first-article-item .autor_pr {
      height: unset !important;
      margin-bottom: 10px !important;
    }

    .first-article-topsection .first-article-topsection-meta {
      padding: 10px 10px 3px;
    }

    .mainpage-video img {height: auto;}

    .news_list .date {padding-left: 0;}

    .posts-text, .articles_level .box_article .item .text, .content .edit_column .title {
      height: auto;
    }

    .comments-form-fields-wrapper .form-group input {
      width: 83%;
    }

    .ch-box-label.comment-label {
      display: inline-block;
      padding: 0 !important;
    }


}

.politika {
    font-size: 12px;
    color: #303030;
    padding: 10px;
}

/*****comments*****/
.form-group {
	margin-bottom: 10px;
}
.comment-input {
	padding: 10px !important;
}

@media screen and (max-width: 480px){
	.comment-input {
	width: 94%;
}
}

#commentForm {
    position: relative;
    z-index: 20;
}

@media (max-width: 768px) {
    #commentForm {
        position: relative;
		z-index: 20 !important;
        pointer-events: auto !important;
    }
}