footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
    width: 100%;
}

.copyright {
    display: flex;
    justify-content: center;
    padding: 25px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #13307E;
    opacity: 0.5;
}

.footer-container {
    max-width: 1360px;
    width: 90%;
    background: rgb(232,239,255);
    background: linear-gradient(23deg, rgba(232,239,255,1) 0%, rgba(233,240,254,1) 100%);
    border-radius: 50px;
    opacity: 0.8;
    height: 245px;
    display: flex;
    padding: 40px 60px 40px 60px;
}

.site-social-terms {
    width: 30%;
}

.site-social h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0em;
    opacity: 0.8;
    color: #056DFA;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-social-icons {
    padding-bottom: 45px;
    display: flex;
    gap: 10px;
    width: 100%;
}

.footer-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 16px;
    background-color: #FFFFFF;
}

.footer-social-icons a img {
    width: 24px;
    height: 24px;
}

.terms-conditions {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 500px;
}

.mobile-footer-phone {
    display: none;
}

.terms-conditions hr {
    opacity: 0.5;
    padding-top: 5px;
    height: 12px;
    width: 1px;
    color: #13307E;
}

.terms-conditions a {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #13307E;
    opacity: 0.5;
}

.footer-links {
    width: 50%;
    display: flex;
    align-items: flex-start;
    padding-top: 25px;
}

.footer-list {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.footer-list-item {
    display: flex;
    flex-direction: column;
    gap:16px;
}

.footer-list-item a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    color: #13307E;
    text-decoration: none;
}

.footer-sublist {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-sublist-item {
    height: 10px;
    display: flex;
    align-items: center;
}

.footer-sublist-item a{
    height: 10px;
    display: flex;
    align-items: center;
}


.footer-sublist-item a {
    font-size: 14px;
    font-weight: 400;
    color: #13307E;
    opacity: 0.6;

}

.phone-up {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.arrow-up {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 50px;
    border-radius: 16px;
    border: 0;
    background-color: #FFFFFF99;
}

.footer-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    width: 150px;
    height: 45px;
    gap: 6px;
    border-radius: 16px;
    background-color: #FFFFFF99;
}

.footer-phone span {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    color: #056DFA;
}

.mobile-footer-links {
    display: none;
}