html[lang="mk"] .footer__content__title h2 {
    margin-top: -220px;
}

html[lang="mk"] .footer__content__title span {
    font-family: 'Lumios', 'sans-serif';
    font-weight: 400;

    font-size: 190px;
}

.footer__wrapper {
    padding: 0px 0 20px 0;
    background-color: #1a1a1a;
    color: #ffffff;

    text-align: center;
}

.footer__content__title span {
    position: relative;

    font-size: 180px;
    font-family: Sansilk;
    color: #E4282D;
}

.footer__content__title h2 {
    width: 45%;
    margin: -235px auto 0 auto;
    /*margin-top: -230px;*/

    text-transform: uppercase;
    font-size: 92px;
    font-family: Gotham-Black, 'sans-serif';
    color: #ffffff;
}

.footer__information {
    margin-top: 100px;
}

.footer__information p {
    font-family: Gotham-Book, 'sans-serif';
    font-size: 1.75rem;

    margin-bottom: 0;
}

.footer__info {
    display: flex;
    flex-direction: row;

    column-gap: 1rem;
    justify-content: center;
}

.footer__info a {
    font-family: Gotham, 'sans-serif';
    font-weight: 300;
    font-size: 1.5rem;

    text-decoration: none;
    color: #ffffff;
}

.footer__info a:hover {
    color: #CE181E;
}

.footer__info span {
    font-family: Gotham, 'sans-serif';
    font-weight: 300;
    font-size: 1.5rem;

    text-decoration: none;
    color: #ffffff;
}

.footer__logo {
    margin: 120px 0 50px 0;
    text-align: center;
}

.copywrite__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: space-between;
    align-items: center;

    width: 96% !important;
}

.terms {
    display: flex;
    flex-direction: row;
    column-gap: 0.5rem;

    align-items: center;

    order: 2;
}

.terms a {
    font-family: Gotham, 'sans-serif';
    font-weight: 300;
    font-size: 0.9rem;
    text-decoration: none;

    color: #DDDDDD;
}

.terms a:hover {
    color: #CE181E;
}

.copywrite {
    order: 3;
    margin-right: 6rem;
}

.copywrite p {
    font-family: Gotham, 'sans-serif';
    font-weight: 300;
    font-size: 0.9rem;

    color: #DDDDDD;
    margin-bottom: 0;
}

.copywrite p span {
    font-family: Gotham-Medium, 'sans-serif';

    color: #ffffff;
}

.social-media {
    display: flex;
    flex-direction: row;
    column-gap: 0.6rem;

    align-items: center;

    order: 4;
}

.social-media a {
    font-family: Gotham, 'sans-serif';
    font-weight: 300;
    font-size: 0.9rem;
    text-decoration: none;

    color: #DDDDDD;
}

.social-media a:hover {
    color: #CE181E;
}


.dot {
    height: 8px;
    width: 8px;
    background-color: #CE181E;
    border-radius: 50%;
    display: inline-block;
}

.footer-divider {
    width: 100%;
    height: 1px;
    margin-bottom: 1rem;
    background-color: gray;
}


@media only screen and (max-width: 1920px) {
    .footer__content__title h2 {
        width: 65%;
    }
    html[lang="mk"] .footer__content__title h2 {
        width: 60%;
    }
}

@media only screen and (max-width: 1600px) {
    html[lang="mk"] .footer__content__title h2 {
        width: 65%;
    }
    .footer__content__title h2 {
        width: 75%;
    }
}

@media only screen and (max-width: 1366px) {
    html[lang="mk"] .footer__content__title h2 {
        width: 60%;
    }

    html[lang="mk"] .footer__content__title h2 {
        margin-top: -200px;
    }

    html[lang="mk"] .footer__content__title span {
        font-size: 170px;
    }
    
    .footer__content__title h2 {
        width: 80%;
        font-size: 5rem;
        margin: -225px auto 0 auto;
    }
}
@media only screen and (max-width: 1180px) {
    html[lang="mk"] .footer__content__title h2 {
        width: 70%;
    }
    .footer__content__title h2 {
        width: 85%;
    }
}

@media only screen and (max-width: 1024px) {
    html[lang="mk"] .footer__content__title span {
        font-size: 150px;
    }

    html[lang="mk"] .footer__content__title h2 {
        margin-top: -170px;
        width: 80%;
    }
    
    .footer__information p {
        font-size: 1.5rem;
    }

    .footer__content__title h2 {
        font-size: 80px;

        margin: -195px auto 0 auto;
        width: 100%;
    }

    .footer__content__title span {
        font-size: 150px;
    }

    .footer__info a {
        font-family: Gotham, 'sans-serif';
        font-weight: 300;
        font-size: 1.3rem;
        text-decoration: none;
        color: #ffffff;
    }

    .footer__content__title h2 {
        font-size: 70px;
        width: 90%;
    }
    
    .copywrite {
        order: 3;
        margin-right: 0;
    }
}

@media only screen and (max-width: 820px) {
    html[lang="mk"] .footer__content__title span {
        font-size: 140px;
    }
    
    html[lang="mk"] .footer__content__title h2 {
        margin-top: -160px;
    }
    
    .footer__content__title h2 {
        font-size: 60px;
        margin: -180px auto 0 auto;
    }

    .footer__information p {
        font-size: 1.3rem;
    }

    .footer__info a {
        font-size: 1rem;
    }

    .footer__logo {
        margin: 120px 0 20px 0;
    }

    .footer__logo img {
        width: 30%;
    }

    .terms {
        order: 2;
    }

    .copywrite {
        order: 4;
    }

    .social-media {
        order: 3;
    }

    .copywrite__container {
        flex-direction: column;
        row-gap: 0.4rem;
    }
}

@media only screen and (max-width: 768px) {

    html[lang="mk"] .footer__content__title span {
        font-size: 130px;
    }

    html[lang="mk"] .footer__content__title h2 {
        margin-top: -150px;
    }
    
    .footer__content__title h2 {
        font-size: 3.5rem;
    }

    .footer__content__title span {
        font-size: 130px;
    }

    .footer__content__title h2 {
        margin: -160px auto 0 auto;
    }
}


@media only screen and (max-width: 570px) {
    html[lang="mk"] .footer__content__title h2 {
        font-size: 2.2rem;
        margin: -95px auto 0 auto;
        line-height: 3rem;

        width: 100%;
    }

    html[lang="mk"] .footer__content__title span {
        font-size: 72px;
    }

    
    .footer__content__title span {
        font-size: 100px;
    }

    .footer__content__title h2 {
        font-size: 44px;
        margin: -125px auto 0 auto;
    }

    .footer__information {
        margin-top: 50px;
    }
    
    .footer__information p {
        font-size: 1.2rem;
        width: 80%;
        margin: 1rem auto;
    }

    .footer__info {
        flex-direction: column;
        row-gap: 0.4rem;
    }

    .footer__info span {
        display: none;
    }

    .footer__logo {
        margin: 80px 0 20px 0;
    }

    .footer__logo img {
        width: 40%;
    }

    .terms {
        order: 2;
    }

    .copywrite {
        order: 4;
    }

    .social-media {
        order: 3;
    }

    .copywrite__container {
        flex-direction: column;
        row-gap: 0.6rem;
    }
}

@media only screen and (max-width: 430px) {
    .footer__content__title h2 {
        font-size: 2.2rem;
        margin: -110px auto 0 auto;
    }

    .footer__content__title span {
        font-size: 5.4rem;
    }
}

@media only screen and (max-width: 375px) {
    html[lang="mk"] .footer__content__title h2 {
        font-size: 2.1rem;
    }

    .footer__content__title span {
        font-size: 70px;
    }
    
    .footer__content__title h2 {
        font-size: 2.2rem;
        margin: -95px auto 0 auto;
    }
}