footer {
    margin-top: 80px;
    padding-top: 42px;
    color: #fff;
    text-align:  center;
    background-color: var(--main-color, black);
        margin-bottom: 71px;
}

.footer-logoH {
    height: 50px;
}
.footer-logoH.filter {
	filter: brightness(0) invert(1);
}
.footer-contacts {
    flex-direction: row;
}

.footer-contacts a{
	color: var(--textbgc-color, #fff);
	transition: 300ms;
    font-size: 15px;
}
.footer-contacts a:hover span {
	color: var(--textbgc-color, #fff);
	text-decoration: underline;
}

.footer-contacts a:hover i {
    color: var(--textbgc-color, #fff);
}

.footer-contacts .fa-phone{
	color: var(--textbgc-color, #fff);
}
.footer-item{
	font-size: 13px;
	color: var(--textbgc-color, #fff);
}
.footer-item:hover{
	text-decoration: none;
}
.footer-column {
	display: flex;
}
.phoneIcon-white,.envelopeIco-white{ 
   width: 25px;
    height: 25px;
    transition: 300ms;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
    -webkit-background-size: 25px;
    background-color: transparent;

}

.phoneIcon-white{
    background-image: url(/themes/landing-october/assets/images/noun_Phone_owhite.svg);    
}
.envelopeIco-white{
    background-image: url(/themes/landing-october/assets/images/noun_Email_white.svg); 
}

.footer-contacts i {
    font-size: 24px;
}

.footer-contacts a:hover  {
    text-decoration: none;
}

.footer-copyright {
    color: var(--textbgc-color, #fff);
}

footer#footer-small {
    padding: 28px;
}



footer#footer-small .footer-logoH {
    margin-bottom: 15px;
    height: 40px;
}
