@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap);@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.ttf) format("truetype"), url(../fonts/MaterialIcons-Regular.eot) format("eot"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"); }

.roboto {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: normal;
  margin-top: 0; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'; }

.view-medsestrinstrvo .views-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 20px;
  margin-top: 20px; }
  .view-medsestrinstrvo .views-row .article_cover {
    -webkit-flex: 1 0 370px;
    -ms-flex: 1 0 370px;
    flex: 1 0 370px;
    width: 100%;
    height: 205px;
    margin-right: 30px;
    margin-left: 30px; }
    .view-medsestrinstrvo .views-row .article_cover img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .view-medsestrinstrvo .views-row .article_body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%; }

table, th, td {
  border: none; }

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0; }
  table.striped tr {
    border-bottom: none; }
  table.striped > tbody > tr:nth-child(odd) {
    background-color: rgba(242, 242, 242, 0.5); }
  table.striped > tbody > tr > td {
    border-radius: 0; }
  table.highlight > tbody > tr {
    transition: background-color .25s ease; }
    table.highlight > tbody > tr:hover {
      background-color: rgba(242, 242, 242, 0.5); }
  table.centered thead tr th, table.centered tbody tr td {
    text-align: center; }

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px; }

.menu-1240 a {
  background-image: url(/sites/default/files/styles/menu_arrow/public/menu_icons/menu_icon_390.png);
  background-repeat: no-repeat;
  background-position: right; }

/*# sourceMappingURL=style.css.map*/