.footer{
    background-color: #272437;
    color: #fff;
    font-family: Acumin Variable Concept !important;
}

.footer ul,
.footer p,
.footer a,
.footer p a {
    font-family: Acumin Variable Concept !important;
}

.footer h2{
    font-weight: 700;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 10px;
}

.footer h5{
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.footer p{
    margin-bottom: 20px;
}
.footer .no-bb{
    border-bottom: 0 !important;
}
.footer .container{
    display: flex;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.footer .fullwidth{
    width: 100%;
}

.footer .footer__col:not(.fullwidth){
    width: 50%;
}



.footer .container > .footer__col:first-child{
    border-right: 1px solid #fff;
}

.footer__hashtag{
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.footer__row--bb,
.footer__row{
    width: 100%;
    display: flex;
    padding: 40px;
    align-items: center;
    border-bottom: 1px solid #fff;
}



.footer__row:not(.footer__row--bb):last-child{
    border-bottom: 0;
}

.footer__contact,
.footer__social{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__contact li{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.footer__contact li:last-child{
    margin-bottom: 0;
}

.footer__contact .email{
    background: url(../images/email.webp) no-repeat center;
    width: 20px;
    height: 15px;
    background-size: 100%;
    display: inline-block;
    margin-right: 13px;
}

.footer__contact .whatsapp{
    background: url(../images/whatsapp.webp) no-repeat center;
    width: 26px;
    height: 26px;
    background-size: 100%;
    display: inline-block;
    margin-right: 7px;
}

.footer__copyright{
    margin: 0 !important;
    font-size: 14px;
    line-height: 21px;
}

.footer__copyright + .footer__copyright {
    margin-top: 15px !important;
}


.footer__social{
    margin-left: 30px;
}

.footer__social li{
    margin-bottom: 15px;
}

.footer__social li:last-child{
    margin-bottom: 0;
}

.footer__social a{
    font-size: 22px;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
	display: flex;
	
	align-items: center;
}

.footer__social a span{
	width: 50px;
	text-align: center;
	margin-right: 10px;
}

.footer__social li img{
	max-width: 100%;
	height: auto;
}

.footer__social a:after{
    content: "";
    height: 2px;
    background-color: #F1ECE8;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
	display: none;
}

.footer__social-images{
    display: flex;
    width: 100%;
    margin-bottom: 18px;
}

.footer__social-images a{
    margin-right: 27px;
}

.footer__social-images img{
    width: 100%;
}

.footer__social-images a:last-child{
    margin-right: 0;
}


.footer__subscriber{
    margin-top: 14px;
    background-color: #fff;
    height: 45px;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    max-width: 89%;
}
.footer__subscriber > form{
    margin-top: 14px;
    background-color: #fff;
    height: 45px;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    max-width: 89%;
    margin: 0;
    max-width: 100%;
}

.footer__subscriber input{
    color: #181838;
    font-size: 13px;
    height: 45px;
    outline: none;
    border: 0;
    width: 80%;
}

.footer__subscriber button{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #272437 url(../images/arrow-east.webp) no-repeat center;
    background-size: 13px auto;
    outline: none;
    border: 0;
}
@media ( max-width: 992px ){
    .footer .container{
        display: block;
    }
    .footer .footer__col:not(.fullwidth){
        width: 100%;
    }
}

@media ( max-width: 767px ){
    .footer{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer__row{
        padding: 15px 15px;
        display: block;
    }
    .footer__social{
        margin-left: 0;  
        margin-top: 25px;  
    }

    .footer__hashtag{
        font-size: 20px;
    }
    .footer h5,
    .footer h2{
        font-size: 30px;
        text-align: center;
    }
    .footer h4{
        text-align: center;
    }
    .footer__row--bb, .footer__row{
        border-bottom: 0;
    }
    .footer p{
        margin-bottom: 0;
        text-align: center;
    }

    .footer__subscriber > form,
    .footer__subscriber{
        margin-left: auto;
        margin-right: auto;
    }
    .footer__contact li{
        justify-content: center;
    }
    .footer__social li{
        display: flex;
        justify-content: center;
    }
    .footer__social li img{
        display: block;
    }
    .footer__social a{
        width: 216px;
    }
    .footer__social a span{
        display: flex;
        justify-content: center;
    }
    .footer__social-images a{
        margin-right: 17px;
    }
	.footer__copyright{
		text-align: center;
	}
	.footer__copyright span{
		display: block;
		font-size: 0;
		height: 1px;
	}
}

