/* Footer */



#footer-content {
    position: absolute;
    width: 1920px;
    height: 160px;
    left: 0px;
    top: 8px;
}

#footer-background {
    position: absolute;
    width: 1920px;
    height: 160px;
    left: 0px;
    top: 8px;
    background: #F1F3FB;
}

#contact-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 20px;
    position: absolute;
    width: 318px;
    height: 21px;
    left: 801px;
    top: 99px;
}

#contact-phone {
    color: #6184D8;
    margin: 0px;
}

#contact-email {
    width: 149px;
    height: 19px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1C1C1C;
}

#social-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;
    position: absolute;
    width: 130px;
    height: 30px;
    left: 1535px;
    top: 44px;
}

#footer-navigation {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 30px;
    position: absolute;
    width: 434px;
    height: 19px;
    left: 255px;
    top: 49px;
}

#footer-logo {
    position: absolute;
    left: 837px;
    top: 40px;
    width: 245px;
    height: 37px;
}

#footer-bottom {
    position: absolute;
    width: 1920px;
    height: 32px;
    left: 0px;
    top: 168px;
}

#footer-bottom-background {
    position: absolute;
    width: 1920px;
    height: 34px;
    left: 0px;
    top: 0px;
    background: #6184D8;
}

#footer-policy {
    position: absolute;
    right: 255px;
    top: 9px;
    color: #FFFFFF;
    margin: 0px;
}

#footer-copyright {
    position: absolute;
    left: 257px;
    top: 9px;
    color: #FFFFFF;
    margin: 0px;
}

.menu-btn.chat-btn{
    width: 100px;
}

    @media  (min-width: 441px) {

    #footer-container {
        width: 100%;
        max-width: 1920px;
        height: 200px;
        margin: 120px auto 0 auto;
        position: relative;
        left: 0;
        bottom: 0;
    }
}
