
.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-bottom {
    padding: 50px 0;
}

/*.header-bottom::after,*/
.header-bottom::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #00438bc2);
}

/*
.header-bottom::after {
    top:unset;
    bottom:0;
    height: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #f0f5fc);
}*/

.header-bottom__wrap h1 {
    font-weight: 700;
    font-size: 2em;
    text-shadow: -2px 2px 5px #fff9f98f;
    background: linear-gradient(to bottom, #ffe241 0%, #f0b206 50%, #ffe241 100%) 0 100% / 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-bottom__wrap h2 {
    font-weight: 700;
    font-size: 1.6em;
}

.header-bottom__wrap h3 {
    font-weight: 600;
    font-size: 1.5em;
}

.header-navigation ul > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    padding: 10px;
    border-radius: 3px;
    color: var(--bs-white);
    background-color: var(--primary-color-dark);
}
