footer {
    padding-bottom: 12px;
}
.col1 {
    background: var(--black);
    padding: 74px 42px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: rgb(255 255 255 / 80%);
    border-radius: 0 100px 0 0;
    gap: 48px;
    height: 100%;
    text-align: justify;
}
.col2 {
    display: flex;
    justify-content: space-between;
    padding: 90px 48px 80px;
    background: #F7F7F8;
    border-radius: 100px 0 0 0;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
.col2 .wrap-contacts{
    flex: 0 0 50%;
}
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.namads {
    display: flex;
    align-items: center;
    gap: 8px;
}
.namads a {
    width: 60px;
    height: 60px;
    transition: 0.4s;
}
.namads a img {
    transition: 0.4s;
    border-radius: 8px;
    padding: 3px;
}
.namads a:hover img {
    transform: translateY(-10px);
    box-shadow: 0px 7px 18px -8px #00000069;
}
footer .accordion-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 2rem;
    font-size: 1rem;
    font-family: var(--demibold);
}
.contacts a {
    display: flex;
    gap: clamp(8px, 4vw, 18px);
}
.contacts i {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 1.5rem;
    font-size: 18px;
}
.emailFlex {
    display: flex;
    gap: clamp(8px, 4vw, 18px);
    flex-wrap: wrap;
}
footer ul a {
    color: rgb(1 13 21 / 80%) !important;
    transition: 0.4s;
}
footer ul a:hover {
    color: var(--color2) !important;
}
footer ul {
    gap: 12px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
footer ul li {
    line-height: 2;
}
.socials {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    flex-direction: row-reverse;
}
.socials a i {
    width: 38px;
    height: 38px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 38px;
    transition: 0.4s;
}
.socials a:hover i {
    color: var(--color2);
}
footer .copyright .copy-text {
    font-size: 14px;
}
footer .copyright .copy-text span {
    color: var(--color2);
}
.email_ft_2 {
    position: relative;
}
.email_ft_2:before {
    content: "";
    width: 5px;
    height: 1px;
    position: absolute;
    right: -11px;
    background: rgb(1 13 21 / 80%);
    top: 14px;
}
@media screen and (max-width: 1024px) {
    .col2 {
        justify-content: flex-start !important;
        column-gap: 4rem;
    }
    .col2 div:nth-child(1) {
        flex: 0 0 100%;
        margin-bottom: 2rem;
    }
}
@media only screen and (min-width: 768px) {
    footer .accordion-title:before {
        content: "";
        height: 2px;
        width: 20px;
        border-radius: 10px;
        background: var(--color2);
        position: absolute;
        bottom: 0;
    }
    .accordion-container {
        display: flex !important;
    }
}
@media only screen and (max-width: 992px) {
    .col2 {
        margin-top: 12px;
    }
}
@media only screen and (max-width: 768px) {
    .col2 {
        flex-direction: column;
        padding: 32px 24px;
        border-radius: 0 0 50px 0;
        margin-bottom: 32px;
        margin-top: 12px;
    }
    .footer-desc {
        font-size: 14px;
    }
    footer .accordion-title {
        margin: 0;
        padding: 0;
    }
    footer .accordion-title.active {
        margin-bottom: 1.5rem;
        padding: 0;
    }
    footer .wrap-ft-menu {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
        border-bottom: 1px solid rgb(229 67 96 / 20%);
    }
    footer .wrap-ft-menu:nth-last-child(1) {
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0;
    }
    footer .accordion-title:before {
        content: "\e900";
        font-family: "icomoon";
        float: right;
        width: 1.5rem;
        height: 1.5rem;
        background: var(--black);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        color: var(--white);
        border-radius: 50%;
        padding-top: 2px;
        transition: 0.4s;
    }
    footer .accordion-title.active:before {
        background: var(--color2);
        transform: rotateX(180deg);
    }
    .copyright {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 1rem;
        column-gap: 1.5rem;
        text-align: center;
    }
    .socials {
        margin-top: 0;
    }
    .col1 {
        padding: 66px 24px 42px;
        border-radius: 0 50px 0 0;
        gap: 40px;
    }
}