.eye-icon {
  background: url(/assets/img/eye.png) no-repeat center;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
}
.dgl-article-tags-wrapper {
  margin: 30px 0px;
}
.dgl-article-tags-wrapper .dgl-articles-tags {
  display: block;
}
.dgl-article-tags-wrapper .dgl-articles-tags .dgl-articles-tag-item {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.1);
  margin-right: 15px;
  margin-bottom: 20px;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.dgl-article-tags-wrapper .dgl-articles-tags .dgl-articles-tag-item:hover {
  background: #c0c0c0;
}
.dgl-article-tags-wrapper .dgl-articles-tags .dgl-articles-tag-item a {
  color: #242424;
}
.dgl-article-tags-wrapper .dgl-articles-tags .dgl-articles-tag-item a:hover {
  text-decoration: none;
}
.dgl-links-items ul {
  display: block;
  padding: 0px 7px;
}
.dgl-links-items ul .dgl-link-item {
  display: block;
  padding: 20px 10px;
  background: #f4f4f4;
  margin-bottom: 20px;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.3);
  line-height: 20px;
  font-size: 115%;
  cursor: pointer;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.dgl-links-items ul .dgl-link-item:hover {
  background: #dbdbdb;
}
.dgl-links-items ul .dgl-link-item a {
  color: #242424;
}
.dgl-links-items ul .dgl-link-item a:hover {
  text-decoration: none;
}
.dgl-section {
  width: 100%;
  overflow: hidden;
}
.dgl-section .section-title {
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  /*height: 32px;*/
  line-height: 32px;
}
.dgl-section .section-title .section-name {
  /*float: left;*/
  margin-right: 20px;
  color: white;
  padding: 0px 20px;
  font-size: 143%;
}
.dgl-section .section-title .section-chapters-wrapper {
  flex: 1;
  box-sizing: border-box;
  border-bottom: 2px solid;
  padding: 0px 15px;
}
.dgl-section .section-title .section-chapters-wrapper > ul {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.dgl-section .section-title .section-chapters-wrapper > ul li.section-chapter {
  /*display: inline-block;*/
  margin-right: 10px;
  cursor: pointer;
  padding: 0px 10px;
  font-size: 115%;
  line-height: 20px;
  height: 32px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.dgl-section .section-title .section-chapters-wrapper > ul li.section-chapter:hover {
  background: rgba(0, 0, 0, 0.05);
  /*box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);*/
}
.dgl-section .section-title .section-chapters-wrapper > ul li.section-chapter.selected {
  font-weight: 700;
}
.dgl-section .section-title .section-chapters-wrapper > ul li.selected-mark {
  position: absolute;
  width: 100px;
  height: 5px;
  /*bottom: 2px;*/
  top: 27px;
  left: 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.dgl-section .section-chapter-content-wrapper {
  /*margin-top: 40px;*/
  margin-bottom: 40px;
}
.dgl-section .section-chapter-content-wrapper .section-chapter-content {
  display: none;
}
.dgl-section .section-chapter-content-wrapper .section-chapter-content.selected {
  /*display: block;*/
}
.dgl-section .section-chapter-content-wrapper .section-chapter-content .a-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.dgl-section .section-chapter-content-wrapper .section-chapter-content .a-items .a-item {
  width: 300px;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
  margin: 5px;
  margin-top: 40px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.dgl-section .section-chapter-content-wrapper .section-chapter-content .a-items .a-item .pub-date {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  padding: 3px 5px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  font-size: 11px;
  color: #464646;
}
.dgl-section .section-chapter-content-wrapper .section-chapter-content .a-items .a-item .a-link {
  padding: 25px 15px 20px 15px;
  background: #F4F4F4;
  line-height: 18px;
  font-size: 107%;
  color: black;
  position: relative;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.dgl-section .section-chapter-content-wrapper .section-chapter-content .a-items .a-item .a-link .a-main-tag {
  position: absolute;
  top: 0px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 0px 5px;
}
.dgl-section .section-chapter-content-wrapper .section-chapter-content .a-items .a-item:hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6) !important;
}
.dgl-section .section-chapter-content-wrapper .section-chapter-content .a-items .a-item:hover .a-link {
  text-decoration: none;
  background: #e7e7e7;
  color: #cd0400;
}
.dgl-section .section-chapter-content-wrapper .section-chapter-content .a-items .a-item.big-sized {
  height: 250px;
  overflow: hidden;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*						display: flex;
						flex-direction: column;
						flex-wrap: nowrap;
*/
}
.dgl-section .section-chapter-content-wrapper .section-chapter-content .a-items .a-item.big-sized .a-image {
  display: block;
  font-size: 0px;
}
.dgl-section .section-chapter-content-wrapper .section-chapter-content .a-items .a-item.big-sized .a-link {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.dgl-section .section-chapter-content-wrapper .section-chapter-content .a-items .a-item.small-sized {
  height: 120px;
  overflow: hidden;
  margin-top: 30px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4), 0px -1px 0px rgba(255, 0, 0, 0.7);
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.dgl-section .section-chapter-content-wrapper .section-chapter-content .a-items .a-item.small-sized .a-image {
  width: 120px;
  overflow: hidden;
}
.dgl-section .section-chapter-content-wrapper .section-chapter-content .a-items .a-item.small-sized .a-link {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
  padding: 20px 10px 10px 10px;
  font-size: 129%;
  line-height: 21px;
}
body.dgl header .main-upper-menu {
  float: left;
}
body.dgl header .upper-part .logo-block.dgl {
  width: auto;
  margin-right: 20px;
}
body.dgl header .upper-part .logo-block.dgl > a {
  height: 45px;
  overflow: hidden;
  margin-top: 10px;
}
body.dgl header .upper-part .main-upper-menu > a {
  margin-top: 25px!important;
}
body.dgl header .upper-part .service-block {
  width: auto;
  margin-left: 20px;
  margin-right: 0px;
}
body.dgl header .upper-part .service-block > div {
  margin-top: 17px;
  width: 25px;
  height: 25px;
}
body.dgl header .upper-part .service-block div.rss-block {
  /*margin-right: 100px;*/
}
body.dgl header .upper-part .service-block #dgl_socials {
  width: auto;
  margin-top: 18px;
}
body.dgl header .upper-part .service-block #dgl_socials > a {
  display: none;
}
body.dgl header .upper-part .service-block #dgl_socials .this-socials {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 10px;
}
body.dgl header .upper-part .service-block #dgl_socials .this-socials .social-item {
  /*background: url(/assets/img/footer/socials.png) no-repeat -5px -5px,rgba(0,0,0,0.5);*/
  background: url(/assets/img/dgl_page_icons.png) no-repeat 0px 0px;
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 50%;
  /*							&:hover {
								box-shadow: INSET 0px 0px 8px 1px rgba(255, 90, 90, 0.7);
							}
*/
}
body.dgl header .upper-part .service-block #dgl_socials .this-socials .social-item.fb {
  background-position: -140px -2px;
}
body.dgl header .upper-part .service-block #dgl_socials .this-socials .social-item.fb:hover {
  background-position: -140px -29px;
}
body.dgl header .upper-part .service-block #dgl_socials .this-socials .social-item.vk {
  background-position: -74px -2px;
}
body.dgl header .upper-part .service-block #dgl_socials .this-socials .social-item.tw {
  background-position: -106px -2px;
}
body.dgl header .upper-part .service-block #dgl_socials .this-socials .social-item.vk:hover {
  background-position: -74px -29px;
}
body.dgl header .upper-part .service-block #dgl_socials .this-socials .social-item.tw:hover {
  background-position: -106px -29px;
}
body.dgl header .upper-part .service-block #dgl_socials .this-socials .social-item.gplus {
  background-position: -125px -5px;
}
body.dgl header .upper-part .service-block #dgl_socials .this-socials .social-item.ln {
  background-position: -165px -5px;
}
body.dgl header .upper-part .service-block #dgl_socials .this-socials .social-item a {
  display: block;
  width: 100%;
  height: 100%;
}
body.dgl header .upper-part.mini-sized .logo-block a {
  margin: 0px;
  padding: 0px;
  height: 100%;
}
body.dgl header .bottom-part nav ul li.bottom-nav-item .dgl-drop-menu {
  display: none;
  position: absolute;
  z-index: 100;
  background: #cd0400;
  height: auto;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
}
body.dgl header .bottom-part nav ul li.bottom-nav-item .dgl-drop-menu.visible {
  display: block;
}
body.dgl header .bottom-part nav ul li.bottom-nav-item .dgl-drop-menu li {
  float: none;
  position: static;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  height: 40px;
}
body.dgl header .bottom-part nav ul li.bottom-nav-item .dgl-drop-menu li:last-child {
  border: none;
}
body.dgl header .bottom-part nav ul li.bottom-nav-item .dgl-drop-menu li a {
  line-height: 40px;
  font-weight: 400;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
body.dgl header .bottom-part nav ul li.bottom-nav-item .dgl-drop-menu li a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #cd0400;
  font-weight: 700;
}
body.dgl header .bottom-part nav ul li.bottom-nav-item.active {
  background: rgba(0, 0, 0, 0.1);
}
body.dgl header .bottom-part nav ul li.bottom-nav-item.active .dgl-drop-menu {
  display: block;
}
body.dgl .left-wide-column .article-full {
  color: #242424;
}
body.dgl .left-wide-column .article-full .annotation p,
body.dgl .left-wide-column .article-full .article-body {
  color: #242424;
}
body.dgl .left-wide-column .article-full h1 {
  color: #242424;
}
body.dgl .left-wide-column .article-full .infozone-in-article,
body.dgl .left-wide-column .article-full .ads-block {
  float: left;
}
body.dgl .left-wide-column .article-full .article-picture-block img {
  width: 100%!important;
  float: none;
  max-width: 100%;
}
body.dgl .left-wide-column .article-full .article-body .article-vrezka,
body.dgl .left-wide-column .article-full .article-body .small-vrezka {
  background: transparent;
  padding: 0px;
  font-size: 143%;
  padding-left: 30px;
  border-left: 8px solid #cd0400;
  margin: 20px 0px;
  line-height: 26px;
}
/*# sourceMappingURL=dgl.css.map */