.page-contact .contact-map iframe {
    height: 480px !important;
    max-width: 100% !important;
}

.footer-logo .logo-item {
    width: 90px;
}

.footer-content > li:not(:first-child)::before {
    position: absolute;
    content: '';
    left: 0;
    width: 1px;
    background-color: var(--bs-gray-500);
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-content > li > a {
    margin: 2px 15px;
    padding: 0;
    width: max-content;
    font-weight: 500;
    color: var(--primary-color);
}

.footer-copyright {
    border-top: 1px solid var(--bs-gray-200);
}

.header-contact > a {
    font-size: 13px;
    font-weight: 300;
}

.header-language .header-language__link {
    width: 32px;
    height: 32px;
    opacity: 0.8;
    transform: scale(0.9);
}

.header-language .header-language__link.active {
    opacity: 1;
    transform: scale(1);
}

.header-logo {
    width: 160px;
}

.header-top {
    transition: var(--transition-default);
}

.header-bottom {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;

}

.header-bottom::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* background: linear-gradient(to left, rgb(0 0 0 / 23%), #0012274a);*/
    background: linear-gradient(to top, rgb(255 255 255 / 0%), #0062d3c7)
}

/*.header-bottom__wrap:after {
    background: radial-gradient(circle at center,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 70%
    );
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}*/

.header-bottom__wrap h1,
.header-bottom__wrap h2,
.header-bottom__wrap h3 {
    position: relative;
}

.header-bottom__wrap h1 {
    font-size: 2.2em;
    /* background: linear-gradient(to bottom, #ffde3f 0%, #ffd344 50%, #f09d06 100%) 0 100% / 200% auto;*/
    background: linear-gradient(to top, #fff972 0%, #ffd344 50%, #ffe375 100%) 0 100% / 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.5px #ffcc4a4d;
    font-family: "Oswald", sans-serif;
    line-height: 1.6;
    margin-bottom: 0;
}

.header-bottom__wrap h2 {
    font-size: 1.8em;
    /*    background: linear-gradient(to bottom, #ffde3f 0%, #ffd344 50%, #eaa21d 100%) 0 100% / 200% auto;*/
    background: linear-gradient(to top, #d5cc00 0%, #ffd652 50%, #ffe270 100%) 0 100% / 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    letter-spacing: -.7px;
    padding-bottom: 20px;
    z-index: 5;
}

.header-bottom__wrap h2::after,
.header-bottom__wrap h2::before {
    position: absolute;
    content: '';
    bottom: -7px;
    width: 200px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.8);
}

.header-bottom__wrap h2::before {
    bottom: 0;
    width: 100px;
}

.header-bottom__wrap h3 {
    margin-top: 25px;
    font-weight: 500;
    font-size: 1.3em;
    color: var(--bs-white);
    text-shadow: -2px 2px 5px #3530308f;
    margin-bottom: 0;
}

.header-navigation .navigation-wrap ul > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    padding: 10px;
    border-radius: 5px;
    color: var(--bs-gray-100);
    transition: var(--transition-default);
    border: 1px solid transparent;
    background-color: var(--primary-color-dark);
}

.header-navigation .navigation-wrap > ul > li:hover > a {
    border: 1px solid rgb(255 255 255 / 9%);
    color: var(--bs-white);

}

.header-navigation .navigation-wrap > ul > li > ul {
    padding: 10px 20px;
    gap: 8px;
}

.header-navigation .navigation-wrap > ul > li > ul > li > a {
    padding: 0;
    background-color: transparent;
    font-weight: 400;
}

.header-navigation .navigation-wrap > ul > li > ul > li:hover > a {
    opacity: 0.8;
}

.header-navigation .navigation-wrap > ul > li > ul > li + li {
    margin-top: 7px;
}

.header-navigation__close {
    width: 32px;
    height: 32px;
}

.header-hamburger {
    width: 28px;
    height: 25px;
    font-size: 20px;
}

.detailContent img {
    max-width: 100% !important;
    height: auto !important;
}

.detailContent iframe {
    max-width: 100% !important;
}

.detailContent table tr td p {
    margin-bottom: 0;
}

.detailContent table tr,
.detailContent table tr td {
    vertical-align: middle;
}

.detailContent strong,
.detailContent b {
    font-weight: 600 !important;
}

.detailContent h1,
.detailContent h2,
.detailContent h3,
.detailContent h4,
.detailContent h5,
.detailContent h6 {
    font-weight: 700 !important;
    margin-bottom: 1rem;
}

.detailContent h1 {
    font-size: 1.6em;
}

.detailContent h2 {
    font-size: 1.5em;
}

.detailContent h3 {
    font-size: 1.4em;
}

.detailContent h4 {
    font-size: 1.3em;
}

.detailContent h5 {
    font-size: 1.2em;
}

.detailContent h6 {
    font-size: 1.1em;
}

.article-card__image {
    width: 100px;
    height: 74px;
}

.article-card__title {
    font-size: 1.05em;
    font-weight: 600;
    color: var(--bs-gray-800);
}

.article-card__date {
    padding: 3px 5px;
    font-size: 11px;
    border-radius: 3px;
    font-weight: 500;
    width: max-content;
    background: rgb(var(--primary-rgb), 0.1);
}

.article-card__title:hover {
    color: var(--primary-color);
}

.page-article .category-section + .category-section {
    border-top: 1px solid var(--bs-gray-200);
    margin-top: 20px;
    padding-top: 20px;
}



