.dobrodata header .upper-part .logo-block {
  margin-left: -15px;
}
.dobrodata header .upper-part .logo-block.dd {
  background: url(/assets/img/dobrodata/shortLogo.svg) no-repeat center;
  background-size: cover;
  margin-left: 5px;
}
.dobrodata header .upper-part .logo-block.dd:hover {
  background-position: center;
  background: url(/assets/img/dobrodata/shortLogoMono.svg) no-repeat center;
  background-size: cover;
}
.dobrodata .page-title {
  font-size: 200%;
  font-weight: 400;
  color: #404040;
  line-height: 32px;
  margin-bottom: 10px;
}
.dobrodata .rw {
  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;
  margin: 15px 0px;
}
.dobrodata .dd-logo {
  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;
  padding: 15px 0px;
}
.dobrodata .dd-logo > div {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: 300px;
  -ms-flex-basis: 300px;
  flex-basis: 300px;
  max-width: 340px;
}
.dobrodata .dd-logo .column1 {
  margin-right: 10px;
}
.dobrodata .dd-logo .column1 a {
  cursor: pointer;
  display: block;
  transition: box-shadow 0.7s ease;
}
.dobrodata .dd-logo .column1 a:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.dobrodata .dd-logo .column2 {
  max-width: none;
  padding-top: 20px;
}
.dobrodata .dd-logo .column2 h2 {
  display: inline-block;
  line-height: 36px;
  font-weight: 500;
  font-size: 17px;
  margin-right: 10px;
}
.dobrodata .dd-logo .column2 span {
  color: #999999;
  font-size: 16px;
}
.dobrodata .dd-logo .column3 {
  max-width: 160px;
  padding-top: 10px;
  -webkit-flex-basis: 160px;
  -ms-flex-basis: 160px;
  flex-basis: 160px;
}
.dobrodata .image-link {
  display: inline-block;
  -webkit-flex-basis: 620px;
  -ms-flex-basis: 620px;
  flex-basis: 620px;
}
.dobrodata .image-link a {
  display: block;
  cursor: pointer;
  transition: box-shadow 0.7s ease;
}
.dobrodata .image-link a img {
  max-width: 100%;
}
.dobrodata .image-link a:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.dobrodata .image_title_link {
  display: inline-block;
  -webkit-flex-basis: 300px;
  -ms-flex-basis: 300px;
  flex-basis: 300px;
  height: 250px;
  transition: box-shadow 0.7s ease;
}
.dobrodata .image_title_link:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.dobrodata .image_title_link a {
  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: center;
  -ms-justify-content: center;
  justify-content: center;
  max-height: 250px;
  overflow: hidden;
}
.dobrodata .image_title_link a:hover {
  text-decoration: none;
}
.dobrodata .image_title_link a img {
  max-width: 300px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: 300px;
  -ms-flex-basis: 300px;
  flex-basis: 300px;
}
.dobrodata .image_title_link a span {
  padding: 5px 15px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  color: #999999;
  line-height: 20px;
}
.dobrodata .darken-image-link {
  display: inline-block;
  width: 300px;
  height: 250px;
  position: relative;
}
.dobrodata .darken-image-link a.tag-link {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
  padding: 5px 10px;
  background: rgba(255, 0, 0, 0.7);
  color: white;
  box-shadow: -2px 2px 5px rgba(255, 255, 255, 0.5);
}
.dobrodata .darken-image-link a.tag-link:hover {
  text-decoration: none;
  color: #cccccc;
}
.dobrodata .darken-image-link a.main-link {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.dobrodata .darken-image-link a.main-link img {
  position: absolute;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.dobrodata .darken-image-link a.main-link .darker {
  background: #202421;
  opacity: 0.6;
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: opacity 0.5s ease-in;
}
.dobrodata .darken-image-link a.main-link .link-title {
  display: block;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 15px;
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 22px;
  background: transparent;
  padding: 10px 15px;
  opacity: 1;
  transition: bottom 0.3s ease-out, background-color 0.7s ease;
}
.dobrodata .darken-image-link a.main-link:hover .darker {
  opacity: 0;
}
.dobrodata .darken-image-link a.main-link:hover .link-title {
  background-color: rgba(32, 36, 33, 0.7);
  bottom: 0px;
}
.dobrodata .remined-news {
  width: 300px;
  flex-basis: 300px;
  max-width: 100%;
  padding: 0px 5px;
  border-left: 5px solid #3da3be;
  margin-bottom: 30px;
}
.dobrodata .remined-news a {
  transition: background 0.7s ease;
  display: block;
  padding: 5px;
  padding-left: 0px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
}
.dobrodata .remined-news a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.05);
}
.dobrodata .dd-publication {
  width: 730px;
  margin: 0px auto;
  margin-bottom: 60px;
  padding-top: 20px;
}
.dobrodata .dd-publication strong {
  font-weight: 700;
}
.dobrodata .dd-publication em {
  font-style: italic;
}
.dobrodata .dd-publication .breadcrumbs {
  margin-top: 0px;
  color: white;
  z-index: 21;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
  margin-top: 10px;
  display: block;
}
.dobrodata .dd-publication .breadcrumbs .breadcrumbs-list .breadcrumbs-item .breadcrumb-label {
  color: white;
  font-size: 110%;
}
.dobrodata .dd-publication .pub-tags {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #999999;
  border-top: 1px solid #c5c5c5;
  padding-top: 10px;
}
.dobrodata .dd-publication .pub-tags > span {
  display: inline-block;
}
.dobrodata .dd-publication .pub-tags ul {
  display: inline-block;
}
.dobrodata .dd-publication .pub-tags ul li {
  display: inline-block;
  position: relative;
  padding-right: 4px;
}
.dobrodata .dd-publication .pub-tags ul li:after {
  content: '|';
  font-size: 17px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3px;
  height: 100%;
}
.dobrodata .dd-publication .pub-tags ul li:last-child:after {
  content: '';
}
.dobrodata .dd-publication .pub-tags ul li a {
  display: block;
  transition: background 0.6s ease, color 0.6s ease;
  padding: 3px 5px;
  color: #999999;
}
.dobrodata .dd-publication .pub-tags ul li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
  color: red;
}
.dobrodata .dd-publication .pub-header {
  position: relative;
  padding-bottom: 7%;
}
.dobrodata .dd-publication .pub-header .img-wrapper {
  position: relative;
  z-index: 19;
}
.dobrodata .dd-publication .pub-header .img-wrapper img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0px auto;
}
.dobrodata .dd-publication .pub-header .img-wrapper .img-source-wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.dobrodata .dd-publication .pub-header .img-wrapper .img-source-wrapper span {
  display: block;
  padding: 5px 10px;
  margin: 0px auto;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  max-width: 500px;
  font-size: 12px;
}
.dobrodata .dd-publication .pub-header .img-wrapper .img-source-wrapper span i {
  color: #7f7f7f;
  display: block;
  text-align: right;
  margin-top: 7px;
}
.dobrodata .dd-publication .pub-header .title-of-page {
  position: relative;
  z-index: 19;
  color: white;
  font-size: 30px;
  font-weight: 500;
  padding: 0px 20px;
  margin-top: 10px;
}
.dobrodata .dd-publication .pub-header .bottom-bg {
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0px;
  left: 0px;
  background: #3da3be;
  z-index: 15;
}
.dobrodata .dd-publication .pub-header .logo-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  background: url("/assets/img/dobrodata/logo1.svg") no-repeat center bottom;
  background-size: 50%;
  z-index: 20;
}
.dobrodata .dd-publication .pub-info {
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #999999;
  margin: 10px 0px;
  margin-bottom: 20px;
}
.dobrodata .dd-publication .pub-content {
  font-size: 135%;
  line-height: 25px;
  padding-top: 20px;
}
.dobrodata .dd-publication .pub-content img {
  height: auto!important;
  max-width: 100%!important;
}
.dobrodata .dd-publication .pub-content table {
  width: auto!important;
  max-width: 100%!important;
}
.dobrodata .dd-publication .pub-content .dd-annotation {
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  font-weight: 500;
  color: #999999;
}
.dobrodata .dd-publication .pub-content p {
  margin: 10px 0px;
}
.dobrodata .dd-publication .pub-content .article-vrezka {
  padding: 10px 20px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  background: #f4fafc;
  margin: 20px 0px;
}
.dobrodata .dd-publication .pub-content .small-vrezka {
  padding: 20px 30px;
  border-left: 5px solid #3da3be;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  color: #999999;
  font-size: 125%;
  line-height: 28px;
  width: 80%;
  margin: 20px 0px;
}
.dobrodata .dd-publication .pub-content .imgTemplate {
  margin: 10px;
}
.dobrodata .dd-publication .pub-content .imgTemplate tr:last-child td {
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px;
}
.dobrodata .dd-publication .pub-content .imgTemplate tr:last-child td i,
.dobrodata .dd-publication .pub-content .imgTemplate tr:last-child td em {
  font-style: normal;
  color: white;
}
.dobrodata .dd-publication .pub-content .imgTemplate tr:last-child td p {
  margin: 0px;
}
.dobrodata .dd-publication .pub-content h2,
.dobrodata .dd-publication .pub-content h3,
.dobrodata .dd-publication .pub-content h4 {
  font-weight: 600;
  color: #3d3d3d;
  margin: 15px 0px;
  font-size: 30px;
}
.dobrodata .dd-publication .pub-content h3 {
  font-size: 24px;
}
.dobrodata .dd-publication .pub-content h4 {
  font-size: 20px;
  font-weight: 500;
}
.dobrodata .dd-publication .pub-content a {
  color: #3da3be;
  display: inline-block;
  padding: 0px 3px;
  transition: background 0.7s ease;
}
.dobrodata .dd-publication .pub-content a:hover {
  background: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.dobrodata .dd-publication .pub-content ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 25px;
}
.dobrodata .dd-publication .pub-content ul li {
  margin-bottom: 5px;
}
.dobrodata .dd-publication .pub-content .dd-after-content {
  padding: 10px;
  background: rgba(0, 0, 0, 0.03);
  font-style: italic;
  font-size: 90%;
}
.dobrodata .dd-publication .jcarousel {
  position: relative;
  overflow: hidden;
}
.dobrodata .dd-publication .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dobrodata .dd-publication .jcarousel li {
  float: left;
}
.dobrodata .dd-footer .osp-part {
  padding-right: 10px;
}
.dobrodata .dd-footer .osp-part > a {
  display: inline-block;
  margin-top: 10px;
  transition: box-shadow 0.7s ease;
}
.dobrodata .dd-footer .osp-part > a img {
  max-height: 60px;
}
.dobrodata .dd-footer .osp-part > a:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.dobrodata .dd-footer .osp-part .dd-desc {
  color: white;
  font-size: 130%;
  font-weight: 500;
  line-height: 24px;
  margin-top: 18px;
}
.dobrodata .dd-footer .osp-part .dd-desc > h5 {
  font-size: 130%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.dobrodata .dd-footer .osp-part .dd-desc > span {
  font-size: 85%;
  font-weight: 300;
  display: block;
}
.dobrodata .read-more-pubs {
  padding: 10px 0px;
  margin: 10px 0px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
.dobrodata .read-more-pubs .title-wrapper h3 {
  margin: 0px;
  padding-bottom: 10px;
  color: #3da3be;
}
.dobrodata .read-more-pubs .more-pubs-slider .owl-stage-outer {
  padding-bottom: 30px;
}
.dobrodata .read-more-pubs .more-pubs-slider .owl-nav {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 35px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 15px;
}
.dobrodata .read-more-pubs .more-pubs-slider .owl-nav > button {
  position: absolute;
  top: 4px;
  color: #6ec1d4;
  font-size: 25px;
}
.dobrodata .read-more-pubs .more-pubs-slider .owl-nav > button.owl-next {
  right: 5px;
}
.dobrodata .read-more-pubs .more-pubs-slider .owl-nav > button.owl-prev {
  left: 5px;
}
.dobrodata .read-more-pubs .more-pubs-slider .slide-item .pub-item-wrapper .pub-data a {
  line-height: 20px;
  font-size: 16px;
  text-align: left;
  padding: 10px 0px 5px 0px;
  display: block;
}
.dobrodata .read-more-pubs .more-pubs-slider .slide-item .pub-item-wrapper .pub-data a:hover {
  text-decoration: none;
}
.dobrodata .single-link-h-250 {
  flex: 1;
  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: left;
  -ms-justify-content: left;
  justify-content: left;
  background: #3da3be;
  position: relative;
  margin-right: 32px;
}
.dobrodata .single-link-h-250 .logo-layer {
  background: url(/assets/img/dobrodata/logo1.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.dobrodata .single-link-h-250 .image-part {
  width: 100px;
  max-width: 100%;
  height: 250px;
  flex-basis: 300px;
  overflow: hidden;
  position: relative;
}
.dobrodata .single-link-h-250 .image-part .imgToAdapt {
  position: absolute;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.dobrodata .single-link-h-250 .link-part {
  flex: 1;
  background: url(/assets/img/dobrodata/shortLogoWhite.svg) no-repeat 75% 20px;
  z-index: 2;
}
.dobrodata .single-link-h-250 .link-part a {
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  color: white;
  font-size: 120%;
  line-height: 20px;
  background: transparent;
  font-weight: 500;
  padding: 15px 10px 15px 50px;
  transition: color 0.8s ease, background 0.8s ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.dobrodata .single-link-h-250 .link-part a:hover {
  background: rgba(0, 0, 0, 0.4);
}
.dobrodata .single-link-h-250 .link-part a .link-title {
  display: block;
  margin-bottom: 10px;
}
.dobrodata .single-link-h-250 .link-part a .authors {
  display: block;
  font-size: 70%;
  font-style: italic;
}
@media only screen and (max-width: 1019px) and (min-width: 667px) {
  .dobrodata .image_title_link {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
  }
  .dobrodata .dd-publication {
    width: 100%;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 666px) and (min-width: 320px) {
  .dobrodata .image_title_link {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    height: auto;
  }
  .dobrodata .dd-publication {
    width: 100%;
    padding: 0px 10px;
  }
  .dobrodata .dd-publication .pub-header .img-wrapper img {
    width: 100%;
  }
  .dobrodata .dd-publication .pub-header .title-of-page {
    color: #3da3be;
    font-size: 22px;
    font-weight: 500;
    padding: 0px;
    margin-top: 15px;
  }
  .dobrodata .dd-publication .pub-content .article-vrezka {
    font-size: 100%;
    line-height: 24px;
    width: 100%;
  }
  .dobrodata .darken-image-link {
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=dobrodata.css.map */