.footer-diagmed-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: rgba(255, 2, 2, 0.1);
    padding: 6rem 0 2rem;
}
.footer-diagmed-1 .content-wrapper {
    display: flex;
    flex-direction: column;
    width: 94.5rem;
}
.footer-diagmed-1 .content-wrapper .upper-content {
    display: flex;
    width: 100%;
    height: auto;
    padding-bottom: 4rem;
    border-bottom: solid 1px #ccc;
}
.footer-diagmed-1 .content-wrapper .upper-content .left-part {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 4.25rem;
}
.footer-diagmed-1 .content-wrapper .upper-content .left-part .logo-and-text {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 3rem;
}
.footer-diagmed-1
    .content-wrapper
    .upper-content
    .left-part
    .logo-and-text
    .logo {
    width: 22.5rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #343434;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    border: solid 1px #343434;
}
.footer-diagmed-1
    .content-wrapper
    .upper-content
    .left-part
    .logo-and-text
    .logo
    img {
    width: 100%;
}
.footer-diagmed-1
    .content-wrapper
    .upper-content
    .left-part
    .logo-and-text
    .article {
    width: 22.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left;
    color: #343434;
}
.footer-diagmed-1 .content-wrapper .upper-content .left-part .button {
    width: auto;
    padding: 0 3rem;
    height: 4rem;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
    background: radial-gradient(#ff0202 0%, rgba(255, 2, 2, 0.1) 160%);
    color: white;
    border-radius: 0.5rem;
    text-decoration: none;
}
.footer-diagmed-1 .content-wrapper .upper-content .column {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
}
.footer-diagmed-1 .content-wrapper .upper-content .column .headline {
    font-size: 2rem;
    line-height: 2.25rem;
    color: #343434;
    font-weight: 500;
}
.footer-diagmed-1 .content-wrapper .upper-content .column .links {
    display: flex;
    flex-direction: column;
}
.footer-diagmed-1 .content-wrapper .upper-content .column .links .link {
    font-size: 1rem;
    line-height: 3rem;
    color: #343434;
    font-weight: 500;
    text-decoration: none;
}
.footer-diagmed-1 .content-wrapper .upper-content .contact {
    width: 25%;
}
.footer-diagmed-1 .content-wrapper .upper-content .contact .socials {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}
.footer-diagmed-1 .content-wrapper .upper-content .contact .socials a img {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}
.footer-diagmed-1 .content-wrapper .upper-content .contact .contacts {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.footer-diagmed-1 .content-wrapper .upper-content .contact .contacts .item {
    display: flex;
    gap: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #343434;
    font-weight: 500;
    text-decoration: none;
    align-items: center;
}
.footer-diagmed-1
    .content-wrapper
    .upper-content
    .contact
    .contacts
    .item
    > img {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}
.footer-diagmed-1 .content-wrapper .upper-content .services {
    width: 25%;
}
.footer-diagmed-1 .content-wrapper .upper-content .navigation {
    width: 15%;
}
.footer-diagmed-1 .content-wrapper .socials-mobile-part {
    display: none;
}
.footer-diagmed-1 .content-wrapper .bottom-part {
    display: flex;
    padding-top: 1.5rem;
    justify-content: space-between;
}
.footer-diagmed-1 .content-wrapper .bottom-part .foot {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    color: #343434;
}
.footer-diagmed-1 .content-wrapper .bottom-part > a {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    color: #343434;
    text-decoration: none;
    list-style-type: none;
}

@media (max-width: 96.5rem) {
    .footer-diagmed-1 {
        padding: 4rem 6rem 1.5rem;
    }
    .footer-diagmed-1 .content-wrapper {
        width: 100%;
    }
    .footer-diagmed-1 .content-wrapper .upper-content {
        flex-wrap: wrap;
        padding-bottom: 3rem;
    }
    .footer-diagmed-1 .content-wrapper .upper-content .left-part {
        width: 100%;
        gap: 3.5rem;
        order: 0;
    }
    .footer-diagmed-1
        .content-wrapper
        .upper-content
        .left-part
        .logo-and-text {
        gap: 1.5rem;
    }
    .footer-diagmed-1
        .content-wrapper
        .upper-content
        .left-part
        .logo-and-text
        .logo {
        width: 22.125rem;
    }
    .footer-diagmed-1
        .content-wrapper
        .upper-content
        .left-part
        .logo-and-text
        .article {
        width: 100%;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        text-align: left;
    }
    .footer-diagmed-1 .content-wrapper .upper-content .left-part .button {
        width: 100%;
        padding: 0 3rem;
    }
    .footer-diagmed-1 .content-wrapper .upper-content .column {
        justify-content: unset;
        gap: 3rem;
        margin-top: 6rem;
    }
    .footer-diagmed-1 .content-wrapper .upper-content .column .headline {
        font-size: 2rem;
        line-height: 2.25rem;
        font-weight: 500;
    }
    .footer-diagmed-1 .content-wrapper .upper-content .column .links .link {
        font-size: 1.5rem;
    }
    .footer-diagmed-1 .content-wrapper .upper-content .contact {
        order: 3;
        width: 100%;
    }
    .footer-diagmed-1 .content-wrapper .upper-content .contact .socials {
        display: none;
    }
    .footer-diagmed-1 .content-wrapper .upper-content .services {
        order: 2;
        width: 65%;
    }
    .footer-diagmed-1 .content-wrapper .upper-content .navigation {
        order: 1;
        width: 35%;
    }
    .footer-diagmed-1 .content-wrapper .socials-mobile-part {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.5rem 0;
        border-bottom: #ccc solid 1px;
    }
    .footer-diagmed-1 .content-wrapper .socials-mobile-part .title {
        font-size: 1.25rem;
        line-height: 1.5rem;
        color: #343434;
        font-weight: 400;
    }
    .footer-diagmed-1 .content-wrapper .socials-mobile-part .socials-mobile {
        display: flex;
        gap: 1.5rem;
    }
    .footer-diagmed-1
        .content-wrapper
        .socials-mobile-part
        .socials-mobile
        a
        img {
        width: 3rem;
        height: 3rem;
        object-fit: contain;
    }
    .footer-diagmed-1 .content-wrapper .bottom-part {
        padding-top: 1.5rem;
    }
    .footer-diagmed-1 .content-wrapper .bottom-part .foot {
        font-size: 0.625rem;
        line-height: 1rem;
    }
    .footer-diagmed-1 .content-wrapper .bottom-part > a {
        font-size: 0.625rem;
        line-height: 1rem;
        text-decoration: none;
    }
}
@media (max-width: 43.75rem) {
    .footer-diagmed-1 {
        padding: 4rem 1.25rem 1.5rem;
    }
    .footer-diagmed-1 .content-wrapper .upper-content {
        padding-bottom: 2rem;
    }
    .footer-diagmed-1 .content-wrapper .upper-content .left-part {
        gap: 3rem;
    }
    .footer-diagmed-1
        .content-wrapper
        .upper-content
        .left-part
        .logo-and-text
        .logo {
        width: 19.375rem;
    }
    .footer-diagmed-1
        .content-wrapper
        .upper-content
        .left-part
        .logo-and-text
        .article {
        width: 17.375rem;
        font-size: 0.75rem;
        line-height: 1.25rem;
    }
    .footer-diagmed-1 .content-wrapper .upper-content .left-part .button {
        padding: 0 1.5rem;
        margin-bottom: 3.75rem;
    }
    .footer-diagmed-1 .content-wrapper .upper-content .column {
        gap: 2.25rem;
        margin-top: 2.25rem;
    }
    .footer-diagmed-1 .content-wrapper .upper-content .column .headline {
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 600;
    }
    .footer-diagmed-1 .content-wrapper .upper-content .column .links .link {
        font-size: 1rem;
    }
    .footer-diagmed-1 .content-wrapper .upper-content .services {
        width: 100%;
    }
    .footer-diagmed-1 .content-wrapper .upper-content .navigation {
        width: 100%;
    }
    .footer-diagmed-1 .content-wrapper .socials-mobile-part {
        padding: 1rem 0;
    }
    .footer-diagmed-1 .content-wrapper .socials-mobile-part .title {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 500;
    }
    .footer-diagmed-1 .content-wrapper .socials-mobile-part .socials-mobile {
        gap: 0.75rem;
    }
    .footer-diagmed-1
        .content-wrapper
        .socials-mobile-part
        .socials-mobile
        a
        img {
        width: 1.5rem;
        height: 1.5rem;
    }
    .footer-diagmed-1 .content-wrapper .bottom-part {
        padding-top: 2rem;
    }
}
