
footer {
    height: 430px;
    width: 100%;
    background: #1B1D1F;
    margin-top: 30px;
}

footer .fc {
    color: var(--color-main-brigth);
    margin: 40px 20px;
    font-size: 16px;
}

footer .fc-title {
    color: var(--color-main-brigth);
    margin-bottom: 20px;
    font-size: 25px;
    text-align: left !important;
}

footer .mobile-button {
    background: #000000;
}

footer .fcßΩ img {
    width: 100%;
}

footer .fc a {
    color: var(--color-main-brigth);
    text-decoration: none;
}

footer .sn img {
    width: 50px;
    margin-right: 10px;
}

footer .fct {
    height: 50px;
    color: var(--color-main-brigth);
    font-size: 22px;
}

footer .mobile-buttons {
    margin-bottom: 20px;
}

footer .mobile-button {
    background: #000000;
    display: flex;
    width: 123px;
    padding: 5px 7px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none !important;
}

footer .mobile-button .logo {
    width: 25px;
    height: 25px;
    display: block;
    margin-top: 7px;
}

footer .mobile-button .mb-content {
    display: block;
    padding-left: 10px;
}

footer .mobile-button .mb-content .name {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
}

footer .mobile-button .mb-content .small-top {
    display: block;
    font-size: 12px;
    color: var(--color-main-brigth);
}

.copyright {
    font-size: 13px;
    color: #000000;
    padding: 20px;
    background: #f1f1f1;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
}
