footer{
    background-color: #011117;
    padding: 27px 0 0;
}
footer .footer-heading{
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto-m';
    line-height: 26px;
    margin-bottom: 20px;
}
footer .pages{
    list-style: none;
    padding: 0;
}
footer .pages li{
    line-height: 40px;
}
footer .pages li a{
    color: var(--white-color);
    font-size: 15px;
    font-family: 'Roboto-r';
    line-height: 1.2;
    text-decoration: none;
    &:hover{
        color: var(--main-color);
    }
}
footer .socials{
   display: flex;
    align-content: center;
    gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    padding: 10px 0 0;
    margin-bottom: 20px;
}
footer .socials li a img{
    width: 32px;
    height: 32px;
}
footer form{
    background-color: var(--main-color);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
footer form{
   margin-bottom: 15px;
}
footer form .input{
    display: flex;
    align-content: center;
}
footer form label{
    font-size: 12px;
    font-family: 'Roboto-r';
    color:  #011117;
    margin-bottom: 15px;
    line-height: 14px;
    letter-spacing: 0.3px;
    width: 100%;
}
footer form .email{
    width: 70%;
    padding: 6px 12px;
    border-radius: 4px 0 0 4px;
    background-color: white;
    font-family: 'Roboto-r';
    border: 1px solid var(--white-color);
}
footer form .submit{
    width: 30%;
    padding: 6px 12px;
    border-radius: 0 4px 4px 0;
    background-color: #0057AD;
    font-family: 'Roboto-r';
    color: var(--white-color);
    border: 1px solid #0057AD;
    font-size: 17px;
}
footer form .help h5{
    color:  #011117;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto-m';
    line-height: 26px;
    margin-bottom: 0;
}
footer form .help p{
    font-size: 12px;
    font-family: 'Roboto-r';
    color: #011117;
    margin-bottom: 5px;
    line-height: 14px;
    letter-spacing: 0.3px;
    width: 100%;
}
footer form .help h3{
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Roboto-m';
    line-height: 26px;
    margin-bottom: 0;
}
footer form .help a{
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Roboto-m';
    line-height: 26px;
    margin-bottom: 0;
    &:hover{
        color: #011117;
    }
}
footer .dark-footer{
    padding: 15px 0;
    background-color: #0057AD;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .dark-footer p{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    gap: 10px;
    color: white;
    font-family: 'Roboto-r';
    font-size: 16px;
}
footer .dark-footer p span{
    font-family: 'Roboto-m';
    font-size: 16px;
}