footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 100px;
    background-color: black;
}

footer .top-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
    gap: 40px;
}

footer .bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid #00BBF4;
    padding: 25px 0;
}

footer .top-section .block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
}

footer .top-section .block.large {
    flex: 1.5;
}

footer .top-section .block .logo {
    fill: white;
    width: 200px;
    height: 60px;
}

footer .top-section .block .desc-span {
    color: white;
    font-size: 13px;
    font-weight: 400;
    margin: 35px 0;
    line-height: 1.5;
}

footer .top-section .block .social-media {
    display: flex;
    align-items: center;
}

footer .top-section .block .social-media .sub-block p {
    color: white;
    font-size: 14px;
    font-weight: 550;
    margin-right: 15px;
}

footer .top-section .block .social-media a img  {
    width: 22px;
    height: 22px;
}

footer .top-section .block .footer-title {
    color: #D1D5DA;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

footer .top-section .block a {
    color: white;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 450;
    width: max-content;
}

footer .top-section .block a:hover {
    color: #00c2ff;
}

footer .top-section .block a:last-child {
    margin-bottom: 0;
}

footer .top-section .block span {
    color: white;
    font-size: 15px;
    font-weight: 450;
    margin-bottom: 15px;
    line-height: 1.5;
}

footer .top-section .block span b {
    font-weight: 600;
}

footer .top-section .block .text-block {
    display: flex;
    margin-bottom: 5px;
}

footer .top-section .block .text-block:first-child {
    margin-top: 5px;
}

footer .top-section .block .text-block img {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

footer .bottom-section .block {
    display: flex;
    align-items: center;
}

footer .bottom-section .cards {
    display: flex;
    gap: 10px;
}

footer .bottom-section .cards img {
    height: 22px;
}

footer .bottom-section .cards .line {
    width: 1px;
    height: 24px;
    background-color: #8D8D8D;
}

footer .bottom-section .block span {
    color: #8D8D8D;
    font-size: 12px;
    font-weight: 450;
}

footer .bottom-section .block.dev a {
    display: flex;
    align-items: center;
}

footer .bottom-section .block.dev span {
    color: white;
    margin-right: 10px;
}

footer .bottom-section .block.dev img {
    height: 25px;
}

footer .bottom-section .block.account svg g path {
    width: 14px;
    height: 14px;
    fill: #8D8D8D;
}

footer .bottom-section .block.account span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    margin-top: 1px;
    transition: 0.5s ease;
}

footer .bottom-section .block.account span:hover {
    text-decoration: underline;
}


@media (min-width: 1750px) {
    footer {
        padding: 0 160px;
    }
}

@media (min-width: 1537px) and (max-width: 1749.98px) {
    footer {
        padding: 0 120px;
    }
}

@media (min-width: 1441px) and (max-width: 1536.98px) {
    footer {
        padding: 0 110px;
    }
}

@media (max-width: 1440px) {
    footer {
        padding: 0 80px;
    }
}

@media (max-width: 1280px) {
    footer {
        padding: 0 60px;
    }

    footer .top-section {
        gap: 30px;
    }
}

@media (max-width: 1024px) {
    footer {
        padding: 0 40px;
    }

    footer .top-section {
        flex-wrap: wrap;
        gap: 30px 24px;
    }

    footer .top-section .block,
    footer .top-section .block.large {
        flex: 1 1 45%;
    }

    footer .top-section .block .footer-title {
        font-size: 18px;
        margin-bottom: 18px;
    }

    footer .top-section .block .logo {
        width: 180px;
        height: 54px;
    }
}

@media (max-width: 920px) {
    footer .top-section {
        gap: 28px 20px;
    }
}

@media (max-width: 834px) {
    footer {
        padding: 0 28px;
    }
}

@media (max-width: 800px) {
    footer .top-section {
        gap: 26px 20px;
    }
}

@media (max-width: 768px) {
    footer {
        padding: 0 24px;
    }

    footer .bottom-section {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        text-align: center;
    }
}

@media (max-width: 600px) {
    footer {
        padding: 0 20px;
    }

    footer .top-section {
        flex-direction: column;
        gap: 28px;
        margin-bottom: 20px;
    }

    footer .top-section .block,
    footer .top-section .block.large {
        flex: 1 1 100%;
        width: 100%;
    }

    footer .top-section .block .desc-span {
        margin: 18px 0;
    }

    footer .top-section .mobile-line {
        border-top: 1px solid #8D8D8D;
        padding-top: 25px;
    }

    footer .bottom-section {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 18px;
        padding: 20px 0;
    }
}

/* ===== 430px ===== */
@media (max-width: 430px) {
    footer {
        padding: 0 16px;
    }

    footer .top-section .block .footer-title {
        font-size: 17px;
    }
}

/* ===== 414px ===== */
@media (max-width: 414px) {
    footer .top-section .block .logo {
        width: 165px;
    }
}

/* ===== 400px ===== */
@media (max-width: 400px) {
    footer {
        padding: 0 14px;
    }
}

/* ===== 390px ===== */
@media (max-width: 390px) {
    footer .top-section .block a,
    footer .top-section .block span {
        font-size: 14px;
    }
}

/* ===== 375px ===== */
@media (max-width: 375px) {
    footer {
        padding: 0 12px;
    }
}

/* ===== 360px ===== */
@media (max-width: 360px) {
    footer .top-section .block .logo {
        width: 155px;
        height: 50px;
    }

    footer .top-section .block .footer-title {
        font-size: 16px;
    }
}


