@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/b/fonts/glyphicons-halflings-regular.eot');
  src: url('/b/fonts/glyphicons-halflings-regular.eot?#iefix')
      format('embedded-opentype'),
    url('/b/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
    url('/b/fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('/b/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('/b/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular')
      format('svg');
}
glyph {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
glyph-eye-open:before {
  content: '\e105';
}
glyph-thumbs-up:before {
  content: '\e125';
}
glyph-file:before {
  content: '\e022';
}

.article table,
td,
th {
  border-collapse: collapse;
  border: 1px solid #000;
  padding: 2px;
}

sub {
  vertical-align: sub;
  font-size: 0.8em;
}
sup {
  vertical-align: super;
  font-size: 0.8em;
}

.image-descr {
  padding: 0 0 10px;
  margin-bottom: 25px;
  font-size: 11px;
  line-height: 15px;
  border-bottom: 1px solid #e4e4e4;
  text-align: right;
}
.image-descr__title {
  padding: 0 30px;
  font-size: 1.2em;
}
.image-descr__author {
  padding: 0 30px;
  color: #a6a6a6;
  font-size: 1.2em;
}

.image-vertical {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 20px 0;
}
.image-vertical img {
  padding: 0;
  margin: 0;
}
@media all and (min-width: 768px) {
  .image-vertical {
    max-width: none !important;
  }
  .image-vertical img {
    height: 530px !important;
  }
}
@media all and (max-width: 767px) {
  .image-vertical img {
    width: 100% !important;
  }
}
