2021-10-21 17:23:33 +03:00

49 lines
988 B
CSS

footer {
background: #EDEFF5;
padding: 45px 0;
box-sizing: border-box;
}
footer .container {
display: flex;
justify-content: space-between;
align-items: flex-start;
background: transparent;
}
footer .column {
width: 270px;
}
footer .column li:not(:last-child) {
margin-bottom: 13px;
}
footer .column li a {
color: #000;
}
footer .column p {
color: #8E94A7;
line-height: 32px;
}
footer .column a[href^="tel"] {
display: inline-block;
font-size: 16px;
line-height: 32px;
color: #000;
padding-left: 40px;
background: url("/images/icons/icon-phone.svg") no-repeat left center;
}
footer .column a[href^="mailto"] {
display: inline-block;
font-size: 16px;
line-height: 24px;
color: #000;
padding-left: 40px;
background: url("/images/icons/icon-mail.svg") no-repeat left center;
}
footer .column div:nth-child(1),
footer .column div:nth-child(2),
footer .column div.socials {
margin-bottom: 40px;
}
footer .column div a {
line-height: 32px;
}