.footer {
    width: 100%;
    background-color: #326ea3;
    margin-top: 50px;
    box-sizing: border-box;
    padding: 20px 60px;
    border-radius: 30px;
}

.footer-up {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo img {
    width: 50px;
    aspect-ratio: 1 / 1;
}

.footer-logo-text {
    max-width: 150px;
    color: #fff;
    margin-left: 10px;
}

.arrow-up {
    cursor: pointer;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-block: 20px;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.footer-info a {
    color: #fff;
}

.footer-info-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 190px;
}

.footer-info-col:first-child {
    margin-right: 20px;
}

.footer-info-col-title {
    font-size: 24px;
    font-weight: 600;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-contact-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-contact-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 370px;
    gap: 10px;
}

.footer-contact-content-el {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 400;
    flex: 0 0 auto;
}

button[type="email"].footer-contact-content-el {
    font-family: "Manrope", sans-serif;
    background-color: #fff;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.footer-down {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 46px;
}

.del-copyright {
    margin-left: 3px;
}

.footer-down-text {
    color: #fff;
    display: flex;
}

.footer-down-text:nth-child(1) {
    /* min-width: 442px; */
}

.footer-down-text:nth-child(1) a {
    margin-left: 3px;
}

.footer-down-text:nth-child(2) {
    /* min-width: 245px; */
}

.footer-down-text a {
    color: #fff;
}

.footer {
    width: 100%;
    background-color: #326ea3;
    margin-top: 50px;
    box-sizing: border-box;
    padding: 20px 60px;
    border-radius: 30px;
}

.footer-up {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo img {
    width: 50px;
    aspect-ratio: 1 / 1;
}

.footer-logo-text {
    max-width: 150px;
    color: #fff;
    margin-left: 10px;
}

.arrow-up {
    cursor: pointer;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-block: 20px;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.footer-info a {
    color: #fff;
}

.footer-info-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 190px;
}

.footer-info-col:first-child {
    margin-right: 20px;
}

.footer-info-col-title {
    font-size: 24px;
    font-weight: 600;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-contact-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-contact-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 370px;
    gap: 10px;
}

.footer-contact-content-el {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 400;
    flex: 0 0 auto;
}

button[type="email"].footer-contact-content-el {
    font-family: "Manrope", sans-serif;
    background-color: #fff;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.footer-down {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 46px;
}

.del-copyright {
    margin-left: 3px;
}

.footer-down-text {
    color: #fff;
    display: flex;
}

.footer-down-text:nth-child(1) {
    /* min-width: 442px; */
}

.footer-down-text:nth-child(1) a {
    margin-left: 3px;
}

.footer-down-text:nth-child(2) {
    /* min-width: 245px; */
}

.footer-down-text a {
    color: #fff;
}

@media (max-width: 850px) {
    .footer-down {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-contact {
        margin-top: 30px;
    }
}

@media (max-width: 560px) {
    .footer {
        padding: 20px;
    }

    .footer-down {
        margin-top: 15px;
    }

    .footer-down-text {
        flex-wrap: wrap;
    }

    .del-copyright {
        visibility: hidden;
    }

    .footer-down-text:nth-child(1) a {
        margin-left: 0;
    }
}