.footer {
    background-color: #2a2521;
    color: #fff;
}


footer a {
    text-decoration: none;
    color: #fff;
}


.footer-wrapper {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    gap: 30px;
}


.footer-wrapper > div:first-child {
    flex: 1 1 30%;
}

.footer-wrapper > div:nth-child(2) {
    flex: 1 1 35%;
}

.footer-wrapper > div:last-child {
    flex: 1 1 35%;
}


.footer-middle-col {
    display: flex;
    justify-content: space-around;
}

.footer-middle-col > div {
    display: flex;
    flex-direction: column;
}

.footer-middle-col > div a:not(:last-child) {
    margin-bottom: 0.7em;
}

footer .footer-middle-col a:hover,
footer .carousel-container a:hover,
footer .footer-left-col a:hover,
footer .copyright a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

.footer-left-col > div {
    margin-bottom: 20px;
}

.footer-left-col > div > p:not(:last-child) {
    margin-bottom: 5px;
}

.footer-left-col > div > p:nth-child(2) {
    margin-bottom: 20px;
}

.footer-right-col > p:first-child {
    margin-bottom: 20px;
}

.footer-right-col > input.footer-input {
    margin-bottom: 10px;
}

.footer-right-col > button.footer-button {
    margin-bottom: 20px;
}

.footer-button {
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    background-color: #5abf2b;
    color: #fff;
    border: none;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footer-button:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4) 0 0);
}

.footer-input {
    height: 36px;
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 0 10px;
}

@media (max-width: 768px) {
    .footer-wrapper {
        max-width: 500px;
        flex-direction: column;
    }

    .footer-left-col {
        order: 2;
        text-align: center;
    }

    .footer-middle-col {
        order: 3;
        flex-direction: column;
        text-align: center;
    }

    .footer-middle-col > div:first-child {
        margin-bottom: 20px;
    }

    .footer-right-col {
        order: 1;
        text-align: center;
    }

    .footer-input::-webkit-input-placeholder {
        text-align: center;
    }

    .footer-input:-moz-placeholder { /* Firefox 18- */
        text-align: center;
    }

    .footer-input::-moz-placeholder { /* Firefox 19+ */
        text-align: center;
    }

    .footer-input:-ms-input-placeholder {
        text-align: center;
    }
}

.carousel-container {
    max-width: 1080px;
    margin: 20px auto;
    padding: 0 20px;
}

.carousel-container > div:first-child {
    margin-bottom: 20px;
}

.carousel-container > div:first-child > p {
    text-align: center;
}

.carousel-wrapper {
    display: flex;
}

.carousel-wrapper .siema {
    margin: 0 20px;
    flex: 1;
}

.carousel-wrapper .siema > div > div {
    text-align: center;
}

.footer-divider {
    height: 2px;
    width: 100%;
    background-color: black;
}

.copyright {
    background-color: black;
}

.copyright > div {
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    gap: 30px;
}

.socialmedia-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.centre-list-wrapper {
    display: none;
}

.centre-logo {
    margin-bottom: 20px;
}

.prev,
.next {
    cursor: pointer;
}

@media (max-width: 768px) {
    .copyright > div {
        flex-direction: column-reverse;
    }

    .copyright > div > * {
        text-align: center;
    }

    .carousel-wrapper {
        display: none;
    }

    .socialmedia-icons {
        justify-content: center;
    }

    .centre-list-wrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .centre-list-wrapper > div {
        padding: 10px;
        text-align: center;
        cursor: pointer;
    }
}
