:root {
    --black: #1e0f00;
    --active-orange: #f66515;
    --yellow: #ffebb2;
    --light-gray: #f4f6f7;
    --dark-gray: #6a6a6a;
    --brown: #42210b;
}

.post-categories {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
}

.post-categories a {
    color: black;
    text-decoration: none;
}

.post-categories a:hover {
    text-decoration: underline;
}

.article-text-wrap h1, .article-text-wrap h2, .article-text-wrap h3 {
    color: var(--active-orange);
    margin-top: 0;
    margin-bottom: 1.5vw;
    font-family: Aktifo A, Arial, sans-serif;
    font-size: 2vw;
    line-height: 110%;
}

.article-content p {
    margin-bottom: 1.5vw;
}

.services-item-content p {
    color: var(--dark-gray);
    margin-bottom: 0;
    font-size: 1vw;
    font-weight: 400;
    line-height: 130%;
}

.article-text-wrap p {
    margin-bottom: 1.5vw;
}

.services-item-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.b-header-nav__item.form.menu-filter {
    width: 100%;
    padding-left: 1.5vw;
}

.filter-select.menu-filter__select {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.current-menu-item {
    color: var(--active-orange);
}

.menu-filter__dropdown.w--open {
    inset: 120% 0% auto 0%;
    background-color: #fffffff2;
}

.dropdown-list.w--open {
    overflow-x: hidden;
    /*width: 27vw;*/
}

.news-block__btn, .archive-block__btn {
    z-index: 0;
}

.search-form__not-found {
    display: flex; 
    position: relative; 
    inset: 0;
}

.search {
    padding-right: 0;
}

.swiper-wrapper {
    align-items: center;
}

.archive-item__img {
    height: auto;
}

.archive-item-img-block {
    align-self: start;
}

@media screen and (max-width: 991px) {
    .article-text-wrap h1, .article-text-wrap h2, .article-text-wrap h3 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 100%;
    }
    .article-content p, .article-text-wrap p {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 140%;
     }
    .services-item-content p {
        font-size: 12px;
    }
    .b-header-nav__item.form.menu-filter {
        margin-top: -20px;
        margin-bottom: 0;
    }
    .menu-filter__dropdown.w--open {
        inset: 120% 0% auto -25%;
        padding-left: 10px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .article-text-wrap h1, .article-text-wrap h2, .article-text-wrap h3 {
        font-size: 24px;
    }
    .services-item-content p {
        font-size: 11px;
    }
}

@media screen and (max-width: 479px) {
    .article-text-wrap h1, .article-text-wrap h2, .article-text-wrap h3 {
        font-size: 20px;
    }
    .article-content p, .article-text-wrap p {
        margin-bottom: 20px;
    }
    .archive-item-content .article-content p {
        font-size: 14px;
    }
    .services-item-content p {
        font-size: 12px;
    }
    .b-header {
        overflow: visible;
    }
    .menu-filter__dropdown.w--open {
        inset: 120% 0% auto -0%;
        padding-left: 10px;
        padding-top: 10px;
    }
    
}