.footer {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .1)), url("../content/footer.jpg");
    background-size: cover;
    background-position: bottom;
    display: flex;
    justify-content: center;
}
.footer_heading{
    padding: 10px 0;
    color: white;
}
.footer_cr{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0 20px 0;
}
.footer_cr_line{
    width: 100%;
    content: '';
    height: 1px;
    background: white;
    margin: auto;
}
.footer_cr_text{
    color: white;
    text-align: center;
    padding-top: 20px;
    font-size: var(--font_18);
}
.footer_content{
    width: 100%;
    padding: 0 80px;
    max-width: 1860px;
}
.footer_social{
    display: flex;
    gap: 10px;
}
.footer_social a{
    color: rgba(255, 254, 253, .5);
    text-decoration: none;
}
.footer_social a:hover{
    color: rgba(255, 254, 253, 1);
    cursor: pointer;
}
.footer_social i{
    font-size: var(--logo_v2_h);
}
.footer_logo{
    margin: 30px 0 15px 0;
    height: var(--logo_v4_h);
    object-fit: cover;
}
.footer_logo img{
    height: var(--logo_v4_h);
    object-fit: cover;
}

.footer_information{
    display: flex;
    justify-content: space-between;
}
.footer_cards{
    width: 100%;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    padding-top: 50px;
    gap: 15px;
    max-width: 600px;
    right: 0;
}
.footer_card{
    position: relative;
    color: white;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, .2);
    width: var(--card_w);
    padding: 20px 25px;
}
.footer_name{
    font-size: var(--font_22);
}
.footer_roles{
    display: flex;
    gap: 10px;
}
.footer_roles span{
    background: var(--primary_color);
    padding: 2px 10px;
    font-size: var(--font_16);
}
.footer_extra_data{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0 0 0;
}
.footer_extra_data_info{
    flex: 1 1 calc(50% - 10px);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: var(--font_18);
}
.card_mark{
    position: absolute;
    width: var(--card_w_60);
    background: rgba(255, 254, 253, .25);
    left: -60px;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card_mark i{
    font-size: var(--font_30);
    color: rgba(255, 254, 253, .8);
}
@media only screen and (max-width: 1360px) and (min-width: 1220px){
    .card_mark{
        left: -50px;
    }
}
@media only screen and (max-width: 1220px) and (min-width: 1200px){
    .card_mark{
        left: -40px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1000px){
    .card_mark{
        width: var(--card_w);
        background: rgba(255, 254, 253, .15);
        left: 0px;
        height: 40px;
        top: -40px;
    }
    .footer_information{
        display: block;
    }
    .footer_cards{
        width: 100%;
        justify-content: end;
        padding-top: 80px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 1000px) and (min-width: 800px){
    .card_mark{
        width: var(--card_w);
        background: rgba(255, 254, 253, .15);
        left: 0px;
        height: 40px;
        top: -40px;
    }
    .footer_information{
        display: block;
    }
    .footer_cards{
        width: 100%;
        justify-content: center;
        flex-direction: column;
        max-width: 100%;
        gap: 60px;
    }
    .footer_card{
        margin: 0 auto;
    }
}
@media only screen and (max-width: 800px) and (min-width: 600px){
    .card_mark{
        width: var(--card_w);
        background: rgba(255, 254, 253, .15);
        left: 0px;
        height: 40px;
        top: -40px;
    }
    .footer_content{
        padding: 0 40px;
    }
    .footer_information{
        display: block;
    }
    .footer_cards{
        width: 100%;
        justify-content: center;
        flex-direction: column;
        max-width: 100%;
        gap: 60px;
        padding-top: 80px;
    }
    .footer_card{
        margin: 0 auto;
    }
    .footer_cr_text{
        font-size: var(--font_20);
    }
}
@media only screen and (max-width: 600px) and (min-width: 430px){
    .card_mark{
        width: var(--card_w);
        background: rgba(255, 254, 253, .15);
        left: 0px;
        height: 40px;
        top: -40px;
    }
    .footer_content{
        padding: 0 40px;
    }
    .footer_information{
        display: block;
    }
    .footer_cards{
        width: 100%;
        justify-content: center;
        flex-direction: column;
        max-width: 100%;
        gap: 60px;
        padding-top: 80px;
    }
    .footer_card{
        margin: 0 auto;
    }
    .footer_cr_text{
        font-size: var(--font_20);
    }
    .footer_roles{
        align-items: flex-start;
        align-items: center;
    }
}
@media only screen and (max-width: 430px) and (min-width: 360px){
    .card_mark{
        width: var(--card_w);
        background: rgba(255, 254, 253, .15);
        left: 0px;
        height: 40px;
        top: -40px;
    }
    .footer_content{
        padding: 0 13px;
    }
    .footer_information{
        display: block;
    }
    .footer_cards{
        width: 100%;
        justify-content: center;
        flex-direction: column;
        max-width: 100%;
        gap: 60px;
        padding-top: 80px;
    }
    .footer_card{
        margin: 0 auto;
    }
    .footer_cr_text{
        font-size: var(--font_20);
    }
    .footer_roles{
        align-items: flex-start;
        align-items: center;
    }
}