.line{
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background: #E6EAF0; 
}



footer{
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 41px 20px 0;
    background: #FFF;
}

footer .footer__section{
    position: relative;
    max-width: 230px;
    margin: 0 20px;
}

footer .footer__section::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 1px;
    height: 300px;
    background: #E6EAF0; 
}

footer .footer__section__title{
    color: #35383A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 20px;
}

footer .footer__section a{
    display: inline-block;
    width: 100%;
    color: #35383A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
    margin-bottom: 7px;
}


footer .footer__logo{
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 183px;
    margin-right: 20px;
}

footer .footer__logo .logo{
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

footer .footer__logo .logo img{
    width: 57px;
    height: 58px;
}

footer .footer__logo p{
    color: #35383A;
    text-align: center;
    font-size: 10.644px;
    font-style: normal;
    font-weight: 500;
    line-height: 10.006px;
    letter-spacing: -0.745px; 
}


footer .footer__links{
    max-width: 180px;
}

footer .footer__section .title_links{
    margin-bottom: 7px;
}


footer .footer__section .social_net{
    display: flex;
    gap: 10px;
}

footer .footer__section .social_net .social_net__icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px; 
    border-radius: 30px;
    border: 1px solid #0D42FF;
    background: #0D42FF; 
    margin-bottom: 20px;
}

footer .footer__section .social_net a{
    width: fit-content;
}


footer .footer__section .telephone{
    width: 173px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px;
    padding: 4px 16.16px 5.8px 15px;
    border-radius: 30px;
    border: 1px solid #0D42FF;
    background: #0D42FF;
    margin-bottom: 20px;
}


footer .footer__section p{
    color: #35383A;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 20px;
}

footer .footer__section p span{
    color: #0D42FF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; 
}