.footer {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 96px 0px; }
  .footer__city-data {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 24px;
    color: #FFFFFF; }
    @media screen and (max-width: 1280px) {
      .footer__city-data {
        flex-direction: column; } }
  .footer__address-phone {
    display: flex;
    flex-direction: row;
    align-items: start;
    flex-wrap: wrap;
    gap: 24px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500; }
  .footer__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px; }
    .footer__nav nav ul {
      display: flex;
      align-items: center;
      gap: 34px;
      color: #FFFFFF; }
      .footer__nav nav ul > li {
        cursor: pointer; }
        .footer__nav nav ul > li:hover {
          color: #3DA746; }
  .footer__blocks {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #A0A6B2;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 500; }
  .footer__logo {
    width: 202px;
    height: auto; }

.social {
  display: flex;
  align-items: center;
  gap: 12px; }

.pointer-underline {
  cursor: pointer;
  text-decoration: underline; }
