footer {
    height: 749px;
    position: relative;
    margin: 80px 20px 20px 20px;
}

.footer_block_01 {
    display: flex;
    flex-direction: column;
    width: 882px;
    height: 482px;
    padding: 70px 0 0 99px;
    position: absolute;
    border-radius: 50px 50px 0 50px;
    background-color: #21252D;
}

.footer_block_01_header {
    font-family: "Manrope";
    font-size: 96px;
    font-weight: 600;
    line-height: 96px;
    color: #FFFFFF;
}

.footer_block_01_contacts {
    display: flex;
    flex-direction: row;
    margin: 40px 31px 0 0;
    padding-left: 11px;
}

.footer_block_01_box {
    margin-right: 31px;
}

.footer_mini_title {
    font-family: "Manrope";
    font-size: 18px;
    font-weight: 400;
    line-height: 24.59px;
    color: #FFFFFF;
}

.footer_block_contacts_information {
    font-family: "Manrope";
    font-size: 36px;
    font-weight: 400;
    line-height: 49.18px;
    color: #FFFFFF;
    cursor: pointer;
}

.footer_block_contacts_information:hover {
    color: #1B4872;
}

.footer_block_02 {
    position: absolute;
    top: 145px;
    left: 882px;
    width: 518px;
    height: 604px;
    padding-right: 111px;
    border-radius: 0 50px 50px 0;
    background-color: #21252D;
}

.footer_block_02_box {
    margin: 157px 0 67px 0;
}

.footer_block_03 {
    position: absolute;
    top: 482px;
    left: 240px;
    width: 642px;
    height: 267px;
    border-radius: 0 0 0 50px;
    background-color: #21252D;
}

.designed_logo_wrapper {
    display: flex;
    flex-direction: row;
    margin: 40px 0 0 40px;    
}

.designed_logo_title {
    display: flex;
    align-items: center;
    font-family: "Oooh Baby";
    font-size: 24px;
    font-weight: 400;
    line-height: 29.4px;
    color: #FFFFFF;
    margin-right: 8px;
}

.designed_logo {
    width: 115.72px;
    height: 58.56px;
}

.footer_block_03_links {
    margin: 10px 0 0 152px;
}

.footer_block_links_wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}

.footer_block_links_box_01 {
    margin-right: 40px;
}

.footer_link {
    font-family: "Manrope";
    font-size: 20px;
    font-weight: 600;
    line-height: 27.32px;
    color: #FFFFFF;
    cursor: pointer;
}

.footer_link:hover {
    color: #1B4872;
}

.footer_logo {
    width: 126px;
    height: 110.6px;
    position: absolute;
    z-index: 15;
    top: 492px;
    left: 110px;
}

.footer_corner_01 {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 12;
    top: 95px;
    left: 882px;
    background: url(../images/background/4.png), rgb(235, 235, 229);
    border-radius: 0 0 0 50px;
}

.footer_corner_02 {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 100px;
    left: 830px;
    background-color: #21252D;
}

.footer_corner_03 {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 12;
    top: 482px;
    left: 190px;
    background: url(../images/background/4.png), rgb(235, 235, 229);
    border-radius: 0 50px 0 0;
}

.footer_corner_04 {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 432px;
    left: 190px;
    background-color: #21252D;
}

@media screen and (max-width: 430px) {
    footer {
        margin: 40px 3.488372093vw 0 3.488372093vw;
        height: 600px;
    }

    .footer_block_01 {
        display: flex;
        flex-direction: column;
        width: 77vw;
        height: 482px;
        padding: 53px 0 0 0;
        border-radius: 11.627906977vw 11.627906977vw 0 11.627906977vw;;
    }
    
    .footer_block_01_header {
        font-size: 11.162790698vw;
        font-weight: 600;
        line-height: 48px;
        margin-left: 2.325581395vw;
    }
    
    .footer_block_01_contacts {
        flex-direction: column;
        width: 93.023255814vw;
        position: absolute;
        top: 189px;
        z-index: 16;
        margin: 0;
        padding-left: 0;
    }
    
    .footer_block_01_box {
        flex-direction: column;
        margin: 0 0 16px 0;
    }
    
    .footer_mini_title {
        display: flex;
        justify-content: center;
    }
    
    .footer_block_contacts_information {
        display: flex;
        justify-content: center;
        font-size: 5.581395349vw;
        font-weight: 400;
        line-height: 32.78px;
    }

    .footer_block_contacts_information_adress {
        flex-direction: column;
        font-size: 6.511627907vw;
    }

    .footer_block_contacts_information_adress > a > p {
        display: flex;
        justify-content: center
    }
    
    .footer_block_contacts_information:hover {
        color: #1B4872;
    }
    
    .footer_block_02 {
        top: 94px;
        left: 77vw;
        width: 16vw;
        height: 400px;
        padding-right: 0;
        border-radius: 0 50px 0 0;
    }
    
    .footer_block_02_box {
        margin: 157px 0 67px 0;
    }
    
    .footer_block_03 {
        top: 482px;
        left: 23vw;
        width: 70vw;
        height: 94px;
        border-radius: 0 0 50px 50px;
    }
    
    .designed_logo_wrapper {
        position: absolute;
        top: 410px;
        z-index: 20;
        left: -50vw;
        margin: 0;
    }
    
    .designed_logo_title {
        font-size: 3.720930233vw;
        font-weight: 400;
        line-height: 19.6px;
        margin-right: 8px;
    }
    
    .designed_logo {
        width: 26.911627907vw;
        height: 58.56px;
    }
    
    .footer_logo {
        width: 14.651162791vw;
        height: 55.3px;
        top: 500px;
        left: 0;
    }
    
    .footer_corner_01 {
        width: 50px;
        height: 50px;
        position: absolute;
        z-index: 12;
        top: 95px;
        left: 882px;
        background: url(../images/background/4.png), rgb(235, 235, 229);
        border-radius: 0 0 0 50px;
    }
    
    .footer_corner_02 {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 100px;
        left: 830px;
        background-color: #21252D;
    }
    
    .footer_corner_03 {
        width: 11.627906977vw;
        left: 11.4vw;
        border-top-right-radius: 11.627906977vw;
    }
    
    .footer_corner_04 {
        width: 15.255813953vw;
        height: 75px;
        top: 455px;
        left: 12vw;
        background-color: #21252D;
    }
}