.com-content-article ol, .com-content-article ul {
    overflow: visible;
}

.container-header {
  background-image: none;
  /*  background-image:url("https://web.ukma.edu.ua/images/headers/sky_blossom.jpg");
  background-color: #fff;
  background-image: linear-gradient(#809FBF, white); 
  */
  
  background-color: #33587E;
    background-image: -o-linear-gradient(315deg,var(--cassiopeia-color-primary) 0,#34495F 100%); 
    background-image: linear-gradient(135deg,var(--cassiopeia-color-primary) 0,#33587E 100%);
}

.container-header .mod-menu>li>a, .container-header .mod-menu>li>span {
    color: #fff;
}

.site-grid {
  background-color: #F9F9F9;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family:Trebuchet MS,Verdana,Arial;
  font-weight: normal;
}

.com-contact__container h3 {
 /* visibility:visible; */
  display: none;
}

.thumbnail img {
  width:200px;
  height:200px;
  object-fit:cover;
}

.blog-item {
    flex-direction: column;
}

figure {
  margin:0 1em 1em 0;
}

/* .blog-item {
  flex-direction: row;
} */

a:not([class]) {
  text-decoration: none;
}

.footer {
    background-color: #33587E;
    background-image: -o-linear-gradient(315deg,var(--cassiopeia-color-primary) 0,#34495F 100%); 
    background-image: linear-gradient(135deg,var(--cassiopeia-color-primary) 0,#33587E 100%);
}


thead, tbody, tfoot, tr, td, th {
  border-width:1px;
}