.footerFirstRow {
    padding: 0 18%;
    padding-top: 3vh;
    background-color: rgb(242, 242, 242);
}

.footerSeparatorRow {
    background-color: rgb(242, 242, 242);
    padding: 1vh 0;
    padding-top: 3vh;
}

.navWeb {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.navWeb h3 {
    margin: 0;
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 1.5em;
    color: rgb(32, 57, 81);
    width: 28%;
}

.navFooterContent {
    width: 72%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.navFooterContent a {
    text-decoration: none;
    font-family: 'Source Sans 3';
    font-weight: 500;
    font-size: 1.1em;
    color: rgb(32, 57, 81);
    margin: 0;
    transition: all 0.2s ease-in-out;
}

.navFooterContent a:hover {
    font-weight: 700;
}

.footerSecondRow {
    background-color: rgb(32, 57, 81);
}

.textSecondRow {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.textSecondRow .alqyonSvg {
    padding: 2.5vh 1.8%;
    width: 10%;
}

.alqyonSvg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.textSecondRow hr {
    width: 45%;
    background-color: rgb(242, 242, 242);
}

.footerSeparatorRow hr {
    background-color: rgb(32, 57, 81);
    height: 0.3vh;
    margin: 0;
}

.policiesNav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2.5vh;
}

.navPoliciesBlock a {
    text-decoration: none;
    font-family: 'Source Sans 3';
    font-weight: 500;
    font-size: 0.7em;
    color: rgb(241, 241, 241);
    margin: 0;
    transition: all 0.2s ease-in-out;
    display: block;
    line-height: 100%;
}

.navPoliciesBlock a:hover {
    font-weight: 700;
}

.dot {
    width: 3px;
    height: 3px;
    background-color: rgb(241, 241, 241);
    border-radius: 50%;
    margin: 0 0.6%;
}

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

    .textSecondRow h2 {
        width: 16%;
    }

}

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

    .footerFirstRow {
        padding: 0 8%;
        padding-top: 3vh;
    }

    .textSecondRow .alqyonSvg {
        width: 15%;
    }

}

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

    .textSecondRow h2 {
        font-size: 2.2em;
    }

}

@media only screen and (max-width: 800px) {
        
    .footerFirstRow {
        padding: 0 3%;
        padding-top: 3vh;
    }

    .textSecondRow h2 {
        width: 25%;
    }

    .textSecondRow .alqyonSvg {
        width: 20%;
    }
    
}

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

    .footerFirstRow {
        padding: 0;
        padding-top: 3vh;
    }

    .navWeb {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .navWeb h3 {
        width: 100%;
        padding-bottom: 3.5vh;
        padding-left: 4%;
    }

    .navFooterContent {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .navFooterContent .navBlock {
        padding: 1.2vh 0;
        padding-left: 4%;
    }

    .navFooterContent .navBlock.active {
        font-weight: 700;
        background-color: rgba(32, 57, 81, 0.2);
    }

    .navFooterContent a:hover {
        font-weight: 500;
    }

    .textSecondRow h2 {
        width: 40%;
    }

    .policiesNav {
        flex-direction: column;
    }

    .dot {
        display: none;
    }

    .navPoliciesBlock:nth-of-type(3) {
        margin: 1.5vh 0;
    }

    .textSecondRow .alqyonSvg {
        width: 35%;
    }

}

@media only screen and (max-width: 450px) {
    
    .textSecondRow .alqyonSvg {
        width: 50%;
    }

}