footer {
    background-color: var(--dim-gray);
    color: var(--black);
    padding: 64px 0;
}

footer p {
	margin-bottom: 8px;
}

footer a {
    color: var(--black);
}

footer a:hover {
    color: var(--hover-link);
    text-decoration: none;
}

.footer-wrapper-content {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

@media (max-width: 768px) {
    .footer-wrapper-content {
        flex-direction: column;
    }
}


.footer-first-block {
    display: flex;
    gap: 64px;
}

@media (max-width: 768px) {
    .footer-first-block {
        gap: 24px;
    }
    
    .footer-first-block {
        flex-direction: column;
    }
}



.title-footer-content {
    font-size: 20px;
    font-weight: 700;
}


@media (max-width: 768px) {
    .footer-second-block {
        margin-top: 32px;
    }
}


.footer-second-block p.phone {
   margin-bottom: 24px;
}

.footer-second-block p.phone a {
    color: var(--green);
    font-weight: 600;
 }

 .footer-second-block p.phone a:hover {
    color: var(--hover-link);
    text-decoration: none;
 }

 .copy-info {
    font-size: 12px;
 }

 .wrapper-footer-last-info {
    display: flex;
    justify-content: space-between;
 }

 .wrapper-link-footer-last-info {
    display: flex;
    gap: 8px;
 }

 div.wrapper-footer-last-info a {
    color: var(--green);
    font-size: 12px;
 }

 div.wrapper-footer-last-info a:hover {
    color: var(--hover-link);
 }

 @media (max-width: 768px) {
    .footer-second-block {
        margin-top: 32px;
    }

    .wrapper-footer-last-info {
        display: block;
        text-align: center;
    }

  .wrapper-link-footer-last-info {
    display: block;
  }

  .wrapper-link-footer-last-info p {
    margin-bottom: 0;
  }
  

}


.wrapper-author-site {
    text-align: end;
}


.wrapper-author-site p {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .wrapper-author-site {
        text-align: center;
        margin-top: 16px;
    }
}

div.wrapper-footer-last-info a.ctr99 {
    font-size: 16px;
    text-decoration: none;
}

