footer{
    background: #fff;
}

.footer_container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 100px;
    padding-bottom: 15px;
}

.footer_heading{

    margin-bottom: 30px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;

    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    color: #1A3063;
}



.footer_back_call_buttons{
    display: flex;
    justify-content: center;
    /* padding-bottom: 20px; */
}


.footer_back_call_button{
    text-decoration: none;
    margin: auto 25px;
    margin-bottom: 45px;

    background: #FC0041;
    border-radius: 50px;
    height: 48px;
    display: flex;
    width: 258px;
    min-width: 170px;
}

.footer_back_call_button_text{
    margin: auto;

    display: block;
    text-align: center;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.05em;

    color: #FFFFFF;
}

.footer_back_call_button_number{
    margin: auto;

    display: block;
    text-align: center;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.05em;

    color: #FFFFFF;
}

.footer_back_call_button_pay{
    margin: auto;

    display: block;
    text-align: center;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.05em;

    color: #FFFFFF;
}

.footer_main{
    display: flex;
    justify-content: space-between;
}

.footer_logo{
    display: flex;
    text-decoration: none;
    height: 40px;
}

.footer_logo > img {
    width: 62px;
    height: 40px;
    display: inline-block;
}
.footer_logo > * {
    display: inline-block;
}
.footer_logo > span{
    margin: auto 12px;
    display: inline-block;

    vertical-align: middle;

    font-family: Orchidea Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 33px;
    line-height: 100%;
    letter-spacing: 0.05em;

    color: #13254E;
}
.footer_info{
    margin-right: 20px;
    min-width: 345px;
}

.footer_info_text{
    margin-top: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1A3063;
}

.footer_social{
    margin-top: 15px;    
}

.footer_social > a{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    /* background-color: #1A3063; */
}
.footer_social_instagram{
    background:  center/ cover no-repeat url("../images/InstagramLogo_1.svg");
}
.footer_social_facebook{
    background: center/ cover no-repeat url("../images/FacebookLogo_1.svg");
}
.footer_social_telegram{
    background: center/ cover no-repeat url("../images/FacebookLogo_1.svg");
}

.footer_menu{
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    max-width: 745px;
    width: 100%;
}

.footer_menu_heading{
    padding-bottom: 6px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;

    color: #1A3063;
}

.footer_menu a {
    margin-top: 10px;
    display: block;
    text-decoration: none;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;

    color: #1A3063;
}

.footer_politics{
    margin-top: 36px;
    display: block;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    text-decoration-line: underline;

    color: rgba(19, 37, 78, 0.3);
}

.footer_copyright{
    text-align: center;
    margin-top: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    color: rgba(19, 37, 78, 0.3);
}

.mobile_footer_menu{
    display: none;
}

@media (max-width: 1100px) {


    
    .footer_container{
        margin: 0 auto;
        padding: 0 15px;
        padding-top: 20px;
    }

    .footer_main{
        display: block;
    }

    .footer_heading{
        padding-top: 0px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .footer_back_call_buttons {
        display: block;
        text-align: center;
    }
        
    .footer_back_call_button{
        margin: 0 auto 20px auto;
        /* margin-bottom: 15px; */

        background: #FC0041;
        border-radius: 50px;
        display: flex;
        
        width: 137px;
        min-width: 110px;
        height: 25px;       
    }

    .footer_back_call_button_text{
        margin: auto;

        display: block;
        text-align: center;
        text-decoration: none;

        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 8px;
        line-height: 100%;
        letter-spacing: 0.05em;

        color: #FFFFFF;
    }

    .footer_back_call_button_number{
        margin: auto;

        display: block;
        text-align: center;
        text-decoration: none;

        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 8px;
        letter-spacing: 0.05em;

        color: #FFFFFF;
    }

    .footer_back_call_button_pay{
        margin: auto;

        display: block;
        text-align: center;
        text-decoration: none;

        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 8px;
        letter-spacing: 0.05em;

        color: #FFFFFF;
    }

    .footer_info_text{
        margin-top: 30px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 120%;
        text-align: center;
    }

    .footer_info{
        padding-top: 10px;
        margin: unset;
        min-width: unset;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .footer_logo{
        display: block;
        margin: 0 auto;
        height: unset;
        width: 98px;
        height: 25px;
        background: center / cover no-repeat url("../images/logo_blue.svg");
    }
    
    .footer_logo > img {
        display: none;;
        height: 25.03px;
        width: 38.79px;
        /* display: inline-block; */
    }
    .footer_logo > * {
        display: none;
        /* display: inline-block; */
    }
    .footer_logo > span{
        display: none;
        margin: unset;
        margin-bottom: 14px;
        margin-left: 8px;
        /* display: inline-block; */
    
        vertical-align: middle;
    
        font-family: Orchidea Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 0.05em;
    
        color: #13254E;
    }
    .footer_social{
        display: flex;
        justify-content: center;
    }

    .footer_social > a{
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 10px;
        /* background-color: #1A3063; */
    }
    .footer_politics{
        margin-top: 20px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 8px;
        line-height: 100%;
        text-align: center;
        text-decoration-line: underline;
    }

    .footer_copyright{
        padding-bottom: 8px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 8px;
        line-height: 100%;
    }

    .footer_menu{
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    .footer_menu_column{
        margin: 0 15px;
    }

    .footer_menu_heading{

        margin-bottom: 20px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
    }




    .footer_menu_column2,
    .footer_menu_column3{
        margin: 0 20px;
    }

    .footer_menu{
        margin-top: 30px;
        max-width: unset;
    }
    
    .footer_menu_heading{
        padding-bottom: unset;
    
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 18px;
    }
    
    .footer_menu a {
        margin-top: 10px;
    
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 12px;
    }
}

@media (max-width: 700px) {

    
    .footer_menu{
        display: none;
    }

    .mobile_footer_menu{
        display: block;
        margin-top: 30px;
    }

    .mobile_footer_menu_1{
        
    }

    
    .mobile_footer_menu a {
        margin-top: 0;
        margin-bottom: 10px;
        display: block;
        text-decoration: none;
    
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 12px;

        color: rgba(26, 48, 99, 0.8);
    }

    .footer_menu_column1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mobile_footer_menu_1{
        margin-top: 30px;
        display: flex;
        justify-content: center;
        /* align-items: center; */
    }
}

.buttons {
    text-align: center;
}

input[type=submit] {
    background: #FC0041;
    border-radius: 50px;
    border: none;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;

    color: #FFFFFF;
    padding: 15px 50px;
}

@media screen and (max-width: 1100px) {
    input[type=submit] {
        border-radius: 50px;

        font-size: 8px;
        line-height: 12px;
        padding: 7px 50px;
    }
}