footer{
    height: 469px;
    background-color: #191919;
    padding: 40px 100px 40px 100px;
    margin: 150px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.btn_footer{
    width: 210px;
    height: 54px;
    border-radius: 10px;
    display: flex;
    align-items:center;
    justify-content:center;
    background-color: #2C2C2C;
    cursor: pointer;
    transition: background-color 0.5s ease;
}
.btn_footer p{
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    transition: color 0.5s ease;
}
.btn_footer:hover{
    background-color: rgba(69, 69, 69);
}
.column_1{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:space-between;
}
.column_2{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content:end;
}
.column_2 p{
    color: white;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
}
.column_2 .footer_year{
    color: #707070;
}
.name_footer{
    color: #707070;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
}
.column_3 a{
    color: #FFFFFF;
    font-family: 'TT Fors Trial Medium', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
    transition: color 0.5s ease;
}
.column_3 a:hover{
    color: var(--color-accent);
}
.column_3{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.block_btns_footer{
    display: flex;
    gap: 12px;
}
.top_mrgn{
    margin: 24px 0 0 0;
}
.column_4{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}
.btn_card2{
    width: 195px;
    height: 100px;
    padding: 12px;
    border: 1px solid #FFFFFF29;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: border 0.5s ease;
}
.btn_card2 p{
    color: white;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    transition: color 0.5s ease;
}
.btn_card2:hover{
    border: 1px solid var(--color-accent);
}
.scroll_back{
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-color: #2C2C2C;
    transition: background-color 0.5s ease;
}
.scroll_back:hover{
    background-color: #707070;
}
.blue_block {
    width: 24px;
    height: 24px;
    background-color: #1365FD;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 auto;
    transition: background 0.5s ease;
}
.block {
    margin: 0 0 0 auto;
    width: 58px;
    display: flex;
    align-items: center;
}
.column_2 a{
    color: #FFFFFF;
    font-family: 'TT Fors Trial Medium', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    transition: color 0.5s ease;
    cursor: pointer;
}
.column_2 a:hover{
    color: var(--color-accent);
}




@media (max-width: 1300px) {
    footer{
        padding: 48px 50px 48px 50px;
        margin: 80px 0 0 0;
    }
}
@media (max-width: 1180px) {
    footer{
        position: relative;
        height: 558px;
        margin: 80px 0 0 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .column_3 .footer_connection {
        width: calc(100% - 100px);
        position: absolute;
        left: 50px;
        top: 120px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .top_mrgn {
        margin: 0;
    }
    .column_1 svg{
        width: 109px;
        height: 20px;
    }
    .column_1 {
        align-items: start;
    }
    .block_btns_footer {
        position: absolute;
        left: 50px;
        bottom: 238px;
        display: flex;
        gap: 12px;
    }
    .btn_card_btn{
        position: absolute;
        right: 50px;
        bottom: 238px;
    }
    .btn_footer {
        width: calc(100% - 100px);
        position: absolute;
        left: 50px;
        bottom: 160px;
    }
    .column_2{
        flex-direction: column-reverse;
        height: 48px;
        position: absolute;
        left: 50px;
        bottom: 56px;
    }
    .btn_card2{
        width: 180px;
    }
    .scroll_back {
        position: absolute;
        right: 50px;
        bottom: 48px;
    }
}
@media (max-width: 840px) {
    footer{
        padding: 48px 15px 48px 15px;
    }
    .btn_footer {
        width: calc(100% - 30px);
        left: 15px;
    }
    .btn_card_btn{
        right: 16px;
    }
    .scroll_back {
        right: 15px;
    }
    .column_2{
        left: 15px;
    }
    .block_btns_footer {
        left: 15px;
    }
    .column_3 .footer_connection {
        width: calc(100% - 30px);
        left: 15px;
    }
}
@media (max-width: 600px) {
    .column_3 .footer_connection {
        left: 16px;
        top: 116px;
        flex-direction: column;
        align-items: start;
    }
    footer{
        height: 738px;
        padding: 40px 16px 40px 16px;
    }
    .btn_card_btn {
        position: absolute;
        right: 16px;
        bottom: 234px;
        width: 100%;
    }
    .block_btns_footer {
        left: 15px;
        bottom: 350px;
        width: calc(100% - 32px);
    }
    .btn_card2 {
        width: calc(100% - 32px);
    }
}