.footer {
    background-color: #000;
    padding-top: 36px;
}

.footer__logo {
    padding-bottom: 40px;
}

.footer__site__name p {
    font-size: 16px;
    font-family: Tilda;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    text-decoration: none;
    transition: 0.2s ease;
}

.footer__phone__mail {
    display: flex;
    padding-top: 30px;
}

.footer__phone__mail a {
    font-size: 14px;
    font-family: Tilda;
    font-weight: 500;
    color: #fff;
    line-height: 150%;
    text-decoration: none;
    border-bottom: 1.5px solid #546DFC;
}

.footer__phone__mail p {
    font-size: 14px;
    font-family: Tilda;
    font-weight: 500;
    color: #fff;
    line-height: 150%;
    padding: 0 10px 6px 10px;
    transition: 0.2s ease;
}

.footer__phone__mail a:hover {
    color: #546DFC;
}

.footer__blocks {
    display: flex;
    justify-content: space-between;
}

.footer__right__block {
    display: flex;
    gap: 120px;
}

.nav__ul {
    margin: 0;
    padding: 0;
}

.nav__ul li {
    font-size: 16px;
    font-family: Tilda;
    font-weight: 500;
    line-height: 150%;
    color: #fff;
    list-style: none;
}

.li__item {
    padding-bottom: 20px;
}

li.item__ul a {
    font-size: 14px;
    font-family: Tilda;
    font-weight: 400;
    color: #999999;
    line-height: 150%;
    text-decoration: none;
    transition: 0.2s ease;
}

li.item__ul a:hover {
    color: #546DFC;
}

.footer__social__block {
    display: flex;
    gap: 5px;
}

.footer__social__block a {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 10px;
}

.footer__social__block a img {
    width: 23px;
    height: 23px;
}

.social__link {
    padding: 10px 10px;
    background-color: #EEF0FF;
    border-radius: 50%;
    transition: 0.2s ease;
}

.social__link:hover {
    background-color: rgba(84, 109, 252, 0.5);
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 85px;
}

.footer__copyright p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #808080;
    line-height: 150%;
}

@media (max-width: 726px){
    .footer__social__block{
        height: 45px;
    }
}