p, article, span {
    hyphens: auto;text-align: left;
}
.oswald-fnt {
    font-family: "Oswald", serif !important;
    font-weight: 700;
    font-style: normal;
}
.fr-name {
    display: none;
}
.clear {
    clear:both;
    line-height:0;
    display:block;
    height:0;
    width:100%;
}
body, html {
    overflow-x: hidden;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 колонок */
    gap: .1rem; /* Отступы между картинками */
}
.gallery img {
    width: 100%; /* Растягиваем изображения по ячейке */
    height: auto; /* Сохраняем пропорции */
}
.nav-footer {
    display:block;float:left;margin:.5rem; color:#dcdcdc;
}
.nav-footer:hover {
    color:white;
} 
.bckg{
    background:url(/assets/template/images/abst_back_04.jpg) center repeat-x;
    background-color:#0088ce;
}
.hat {
    height:300px;
    width:1296px !important;
    margin:auto;
}
.smallhat {
    background:url(/assets/template/images/smallban.jpg) center no-repeat;
    height:100px;
}
.herb {
    position:relative;
    top:33px;
    width:240px;
    height:227px; 
    margin-left:36px;
}
footer {
    background-color:#004b76;
    color:white;
}
  .pmodal {
    position: absolute;
    padding: 15px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    pointer-events: none;
}
  .pmodal.show {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}
  .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
}
  .close-btn:hover {
    color: red;
}
.search-highlight {
    color: #C33;background-color:yellow;
}
.searchstring {
    width:90%;
}
li.active {
    border-radius:6px;
    background-color:#85d3ff;
}
.article-img {
    margin:12px;
}
.numbers-only {
    font-weight: 900; /* Делаем цифры жирными */
    font-size:200%; 
    line-height:0;
}
figcaption {
    font-size: 200%;
}