/** Footer **/
#footer {
    padding: 78px 0 16px;
    position: relative;
    font-size: 14px;
    color: var(--black);
    margin: 194px 0 16px;
}
#footer:before {
    content: "";
    background: aliceblue;
    width: calc(100% - 2rem);
    height: 100%;
    position: absolute;
    top: 0;
    right: 1rem;
    border-radius: 1.5rem;
    z-index: -1;
}
#footer a {
    color: var(--black);
    font-size: 16px;
}
#footer a:hover {
    color: var(--color1);
}
.footer-logo:before {
    content: "\e91f";
    font-family: 'icomoon';
    color: white;
    position: absolute;
    bottom: -10px;
    font-size: 26px;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
}
.footer-logo {
    position: absolute;
    bottom: calc(100% - 1rem);
    right: 50%;
    transform: translateX(50%);
}
.social-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 38px;
}
.social-footer a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    background: var(--white);
    border-radius: 8px;
    transition: 0.4s;
}
.social-footer a:hover {
    background: var(--color1);
    color: var(--white) !important;
}
.footer-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 112px;
    padding: 56px 105px 86px;
    background: var(--white);
    border-radius: 20px;
    margin: 32px 0 12px;
    position: relative;
}
.footer-title {
    font-size: 16px;
    font-family: var(--SemiBold);
    padding-bottom: 32px;
    position: relative;
}
.footer-title::after {
    content: '';
    display: flex;
    background: rgb(28 117 188 / 30%);
    width: 28px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 16px;
}
.copy-right {
    position: absolute;
    bottom: -14px;
    right: 50%;
    transform: translateX(50%);
}
.copy-right p {
    color: var(--black);
    font-size: 12px;
}
.copy-right p strong {
    color: var(--color1);
    font-size: 14px;
    font-family: var(--SemiBold);
}
.copy-right:before {
    content: '\e923';
    font-family: 'icomoon';
    color: #f0f8ff;
    position: absolute;
    font-size: 25px;
    right: 50%;
    transform: translateX(50%);
    bottom: 11px;
    z-index: -1;
}
.footer-first {
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
}
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-contact li {
    display: flex;
    gap: 8px;
    font-size: 16px;
}
.footer-contact i {
    font-size: 16px;
    color: var(--color1);
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-sub-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.copy___right {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}
.scripts-enamads {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.scripts-enamads div {
    max-width: 74px;
    max-height: 74px;
    background: #FFF;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E6E6E6;
    padding: 4px;
    transition: 0.4s;
}
.scripts-enamads div:hover {
    border-color: var(--color1);
    transform: translateY(-10px);
}
.scripts-enamads div img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1400px) {
    .footer-wrap {
        gap: 85px;
    }
}
@media only screen and (max-width: 768px) {
    #footer {
        padding: 46px 12px 16px;
        margin: 140px 0 90px;
    }
    #footer:before {
        width: calc(100% - 18px);
        right: 9px;
        border-radius: 1rem;
    }
    .footer-wrap {
        width: calc(100% - 22px);
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0;
        padding: 24px 16px 40px;
        margin: 28px auto 12px;
    }
    .footer-wrap > div:not(:nth-last-child(1)) {
        width: 100%;
        flex: unset;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #E0E2E5;
    }
    .scripts-enamads {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        border: 0 !important;
    }
    .footer-title::after {
        content: none;
    }
    .footer-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        padding: 0;
        transition: 0.4s;
    }
    .footer-title.active {
        color: var(--color1);
    }
    .footer-title i {
        width: 1.5em;
        height: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.4s;
    }
    .footer-title.active i {
        transform: rotateX(180deg);
    }
    .scripts-enamads {
        justify-content: center;
    }
    .scripts-enamads div {
        max-width: 56px;
        max-height: 56px;
    }
    .copy-right {
        bottom: -40px;
        max-width: 200px;
        width: 100%;
        text-align: center;
    }
    .copy-right:before {
        font-size: 16px;
        bottom: 38px;
    }
    .copy___right {
        margin-top: 36px;
    }
    #footer a {
        font-size: 12px;
    }
    .wrap-ft-menu ul,
    .footer-contact {
        margin-top: 1rem;
    }
    .social-footer {
        margin-top: 16px;
    }
}
.quick--access {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-block: 10px;
    background: white;
    border-radius: 1rem;
    width: calc(100% - 16px);
    right: 50%;
    transform: translateX(50%);
    position: fixed;
    bottom: 1rem;
    z-index: 99;
    box-shadow: 0px 0px 6px 0px #0000000f;
}
.quick-access-item i {
    width: 18px;
    height: 18px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}
.quick-access-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    font-size: 10px;
    transition: 0.4s;
    color: var(--gray3);
    position: relative;
    min-width: 60px;
    background: none;
    border: none;
}
.quick-access-item:hover i {
    color: var(--color1);
}
.quick-access-item:hover {
    color: var(--black);
}
.quick-access-item:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -4px;
    background: var(--color1);
    box-shadow: 0px 0px 2px 0px var(--color1);
    transition: 0.4s;
}
.quick-access-item:hover:before {
    width: 50px;
}