#footer {
    background-color: black;
    color: white;
    padding-top: 0;
}


#footer div.col-sm-6.col-lg-3 h4 span {
    color: white;
    font-weight: 500;
}


#footer a {
    text-decoration: none;
    color: white !important;
    font-weight: 300;
}

.footer-bottom {
    background-color: black;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

.footer-bottom .container{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}



span#signature {
    margin-left: 10Px !important;
    width: 100%;
}


.custom-footer__newsletter .btn.btn-arrow-right:before{
    content: url("/user/documents/pw/img/newsletter_icon.svg");
}


.custom-footer__newsletter .btn.btn-arrow-right{
    height: 48px;
    line-height: unset !important;
    padding-inline: 15Px;
}

.row.custom-footer.elements-many>div.col-lg-3 {
    width: 20%;
}

.row.custom-footer.elements-many{
    display: flex;
}


.footer-banner iframe{
    width: 100%;
    max-height: 285px;
}

footer#footer>div.footer-banner{
    padding-inline: 0 !important;
    padding-bottom: 40px;
}

.map-adress {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: black;
    padding: 15px 30px;
}

.map-adress p {
    margin: 0;
    font-size: 16Px;
    font-weight: 400;
}


span.star-icon::after {
    content: url(/user/documents/pw/img/star.svg);
}

span.star-icon {
    content: "";
    font-size: 0;
}

@media(max-width: 479px){
.row.custom-footer.elements-many>div.col-lg-3 {
    width: 100%;
}
}


@media (min-width: 480px) and (max-width: 991Px){
        .row.custom-footer.elements-many {
    display: flex;
    flex-wrap: wrap;
            flex-direction: row !important;
}
.custom-footer__banner20.col-sm-6.col-lg-3{
    width: 100% !important;
    order: -1;
}

.row.custom-footer.elements-many>div.col-lg-3 {
    width: 50%;
}


body.mobile .row.custom-footer.elements-many>div.col-lg-3 img{
    max-width: 30% !important;
}

.custom-footer__banner20.col-sm-6.col-lg-3>div.banner span{
    display: flex;
    justify-content: center;
}

form#formNewsletterWidget input.form-control {
    font-size: 12px !important;
    outline: 0;
}
}


@media (max-width: 767px){
.map-adress{
    text-align: center;
    padding: 10px 30px !important;
}
.row.custom-footer.elements-many {
    flex-direction: column;
    padding-top: 0;
}

.custom-footer__banner20.col-sm-6.col-lg-3 {
    order: -1;
}

.banner-wrapper {
    margin-top: 0;
}

.custom-footer__banner20 span{
    display: flex;
    justify-content: center;
    padding-bottom: 35px;
}

.row.custom-footer.elements-many>div.col-lg-3 img{
    max-width: 80% !important;
}

.row.custom-footer  .banner {
       min-height: fit-content;
        margin-bottom: 0;
    }

    .footer-bottom .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

span.copyright::after{
    display: none;
}
.consents.consents-first {
    margin-top: 5px;
}
}

@media (min-width: 992px) and (max-width: 1299px){


    .row.custom-footer.elements-many {
    display: flex;
    flex-wrap: wrap;
}
.custom-footer__banner20.col-sm-6.col-lg-3{
    width: 100% !important;
    order: -1;
}

.custom-footer__banner20.col-sm-6.col-lg-3>div.banner span{
    display: flex;
    justify-content: center;
}

.custom-footer__banner20.col-sm-6.col-lg-3>div.banner img{
    max-width: 20%;
}

.row.custom-footer.elements-many>div.col-lg-3 {
    width: 25%;
}
}

a.social-icon:before {
    display: block;
    font-size: 24px;
    line-height: 46px;
    background: white;
    border-radius: 50%;
    color: black;
}

li.social-icon-list {
    margin-inline: 2Px !important;
}


a.social-icon:hover:before{
    background: #d9242d !important;
    color: white;

}


.row.custom-footer.elements-many>div:not(.custom-footer__banner20) {
    padding-top: 60Px
}

span.copyright {
    order: 1;
}

span#signature {
    order: 3;
    display: block !important;
}


.footer-rows .custom-footer {
    padding-bottom: 0 !important;
}