.col-2 {
    display: none !important;
}

header.container-fluid.main-header {
    background-color: #23a251 !important;
}

body {
    background-color: #ffffff !important;
}

.main-menu__title img {
    max-height: 60px;
    width: 200px;
}

.dropdown-menu {
    background-color: #e9f6ee !important;
}

.journal-desc {
    border: 0px solid #ffffff;
}

.custom-footer {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: inherit;
    color: #1a1a1a;
}

.custom-footer-inner {
    display: grid;
    grid-template-columns: 3fr 6.5fr;
    gap: 50px;
    align-items: start;
    width: 100%;
}

.custom-footer h3 {
    margin: 0 0 22px;
    padding: 0;

    color: #1a1a1a;

    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;

    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.custom-footer p {
    margin: 0 0 14px;
    padding: 0;

    color: #b8b8b8;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.custom-footer-about {
    max-width: 440px;
}

.custom-footer-about p {
    color: #1a1a1a;
    font-size: 15px;
    line-height: 1.8;
}

.custom-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.custom-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.custom-footer-contact-item span {
    display: block;

    color: #1a1a1a;

    font-size: 18px;
    line-height: 1.7;
}

.custom-footer-contact-item strong {
    display: inline-block;
    margin-bottom: 2px;

    color: #1a1a1a;

    font-weight: 500;
}

.custom-footer a[href^="mailto:"],
.custom-footer a[href^="tel:"] {
    color: #1a1a1a !important;
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.custom-footer a[href^="mailto:"]:hover,
.custom-footer a[href^="tel:"]:hover {
    color: #1a1a1a !important;
    text-decoration: underline !important;
}

.custom-footer-links {
    list-style: none !important;

    margin: 0 !important;
    padding: 0 !important;
}

.custom-footer-links li {
    list-style: none !important;

    margin: 0 0 12px !important;
    padding: 0 !important;
}

.custom-footer-links a {
    display: inline-block;

    color: #1a1a1a !important;

    font-size: 16px;
    font-weight: 400;

    line-height: 1.6;

    text-decoration: none !important;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.custom-footer-links a:hover {
    color: #ffffff !important;
    transform: translateX(3px);
}

.custom-footer-divider {
    width: 100%;
    height: 1px;

    background-color: #242424;

    margin: 50px 0 25px;
    padding: 0;
}

.custom-footer-bottom {
    display: flex;

    justify-content: space-between;
    align-items: center;

    gap: 20px;

    width: 100%;
}

.custom-footer-bottom p {
    margin: 0 !important;
    padding: 0 !important;

    color: #777777;

    font-size: 14px;
    line-height: 1.6;
}

.custom-footer-bottom a {
    color: #888888 !important;
    text-decoration: none !important;
}

.custom-footer-bottom a:hover {
    color: #ffffff !important;
}

.pkp_structure_footer a {
    box-shadow: none !important;
}

@media (max-width: 900px) {

    .pkp_footer_content {
        padding: 55px 30px 40px !important;
    }

    .custom-footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }

    .custom-footer-about {
        grid-column: 1 / -1;
        max-width: 100%;
    }

}

@media (max-width: 600px) {

    .pkp_footer_content {
        padding: 45px 22px 30px !important;
    }

    .custom-footer-inner {
        display: flex;
        flex-direction: column;
        gap: 38px;
    }

    .custom-footer-about {
        max-width: 100%;
    }

    .custom-footer h3 {
        margin-bottom: 16px;

        font-size: 14px;
        letter-spacing: 0.07em;
    }

    .custom-footer p,
    .custom-footer-contact-item span,
    .custom-footer-links a {
        font-size: 13.5px;
    }

    .custom-footer-contact {
        gap: 16px;
    }

    .custom-footer-divider {
        margin: 35px 0 20px;
    }

    .custom-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .custom-footer-bottom p {
        font-size: 11.5px;
    }

}

@media (max-width: 380px) {

    .pkp_footer_content {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .custom-footer h3 {
        font-size: 13px;
    }

    .custom-footer p,
    .custom-footer-contact-item span,
    .custom-footer-links a {
        font-size: 13px;
    }

}