.footer{
    margin-top: var(--margin-section-exlg);
    position: relative;
    width: 100%;
    height: 60px;
    background: #e8e8e8;
    border-radius: 10px 10px 0 0;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
    bottom: 0;
}.call{
    direction: rtl;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
    left: 20px;
}.copyright{
    font-size: 13px;
    padding: 24px 20px 0 0;
    font-weight: 600;
}.copyright a{
    color: #000;
}