.main-footer-section {
    display: flex;
    flex-flow: column-reverse;
    color: #DEDEDE;
    background-color: #121212;
}

@media screen and (min-width: 768px) {
    .main-footer-section {
        flex-flow: row;
        padding: 0;
    }
}

.main-footer-section>div {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .main-footer-section>div {
        width: 50%;
    }
}

.main-footer-section .site-map {
    padding: 50px;
}

@media screen and (min-width: 768px) {
    .main-footer-section .site-map {
        padding: 50px 30px;
    }
}

.main-footer-section img {
    width: 100%;
}

.main-footer-section .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.main-footer-section .footer-links .footer-link {
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .main-footer-section .footer-links .footer-link {
        width: auto;
        text-align: left;
        flex: 1;
    }
}

.main-footer-section .footer-links .current-menu-item a {
    color: #15C59E;
    text-decoration: underline;
    font-weight: 600;
}

.main-footer-section .footer-links h3 {
    font-size: 16px;
    text-decoration: underline;
    font-weight: normal;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}

.main-footer-section .footer-links a {
    font-size: 16px;
    color: #068C6E;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.main-footer-section .footer-links a:hover {
    color: #15C59E;
    text-decoration: underline;
    font-weight: 600;
}

.main-footer-section .footer-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.main-footer-section .footer-links ul li {
    margin-bottom: 10px;
}

.main-footer-section .footer-image {
    overflow: hidden;
}

.main-footer-section .footer-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: zoomImage 5s ease-in-out forwards;
}

.footer-bottom {
    background-color: #DEDEDE;
    padding: 10px 0;
    color: #1C1C1C;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.footer-bottom a {
    color: #DEDEDE;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #068C6E;
}

.footer-bottom .footer-logo {
    width: 110px;
    display: none;
}

@media screen and (min-width: 768px) {
    .footer-bottom .footer-logo {
        display: block;
    }
}

.footer-bottom .footer-logos {
    padding: 0 10px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .footer-bottom .footer-logos {
        margin-bottom: 0;
    }
}

.footer-bottom .footer-logos img {
    height: 50px;
    filter: grayscale(100%);
}

.footer-bottom .footer-logos.payment-logos {
    padding-right: 0;
}

.footer-bottom .footer-logos.payment-logos img {
    height: 20px;
    margin-left: 10px;
}

.footer-bottom .footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
}

@media screen and (min-width: 768px) {
    .footer-bottom .footer-bottom-content {
        flex-flow: row;
    }
}

.footer-bottom .footer-bottom-content .footer-bottom-left {
    display: flex;
    gap: 10px;
}

.footer-bottom .footer-bottom-content .footer-bottom-right {
    display: block;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .footer-bottom .footer-bottom-content .footer-bottom-right {
        text-align: right;
    }
}

.footer-bottom .footer-bottom-content .footer-bottom-right p {
    font-size: 14px;
}

.footer-menu {
    display: flex;
    flex-flow: column;
    color: #DEDEDE;
}

.footer-menu .invisible {
    opacity: 1 !important;
}

.main-navigation ul {
    display: block !important;
}