#footer{
    padding: 60px 0 60px 0;
    background-color: #161616;
    border-top: 3px solid #bcaf10 !important;
}

#footer a{
    text-decoration: none;
}

#footer .col{
    height: 90vh
}

.footer-header{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.footer-header img{
    width: 20px;
    height: 20px;
}

.footer-header p{
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #bcaf10;
    margin-bottom: 0;
    padding-left: 7px;
}

.footer-text{
    color: #bb8645;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.footer-text:not(#footer-email, #footer-street, .footer-schedule){
    text-transform: uppercase;
}

#certificates {
    width: 100%;  
    height: 70%;
    max-width: 100%;
    overflow: hidden;
}

#certificates .swiper-slide img{
    height: 90%;
}

#certificates .swiper-pagination-bullet{
    background-color: #525252;
    opacity: 1;

}

#certificates img{
    pointer-events: none;
}

.swiper-wrapper {
    height: 70%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#footer-social-networks{
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid #202020;
    padding-bottom: 20px;
}

#footer-social-networks a{
    width: fit-content;
    padding: auto 20px auto 20px;
}

#footer-social-networks img{
    width: 30px;
    height: 30px;
}

#footer-logos{
    display: flex;
    justify-content: center;
    padding: 30px 0 60px 0;
}

#footer-logos img:first-child{
    margin-right: 20px;
    width: 70px;
}

#footer-logos img:last-child{
    margin-left: 15px;
    width: 60px;
}

#footer-all-right-reserved p{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #bb8645;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

.swiper-pagination-bullet-active{
    background-color: #bcaf10 !important;
}

@media only screen and (max-width: 950px){
    #footer .col{
        height: fit-content;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #footer .col:last-child .swiper{
        width: 80%;
        height: 60vh;
    }
}

@media only screen and (max-width: 576px){
    #footer{
        padding-top: 20px;
    }

    #footer .col:not(#footer .col:last-child){
        padding-top: 40px;
        padding-bottom: 40px;
        height: fit-content;
    }

    #footer .col:last-child{
        height: fit-content;
        padding-bottom: 60px;
    }

    #footer .col:last-child .swiper{
        width: 80%;
        height: 60vh;
    }
}