

.kc_footer{
    display: block;
    position: relative;
    background: #003654;
    padding: 58px 0 40px 0;
}
.kc_footer .kc_contact_link{
    display: block;
    white-space: nowrap;
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
.kc_footer .kc_contact_link.mail{
    font-size: 18px;
    line-height: 22px;
}
.kc_footer .kc_btn.white{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 7px 25px;
}
.kc_footer .kc_btn.white:hover{
   border: 1px solid #fff;
}
.kc_footer .kc_network{
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 38px;
    height: 38px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.kc_footer address{
    display: block;
    position: relative;
    margin-top: 100px;
    margin-bottom: 25px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.kc_footer .kc_other_info{
    display: block;
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.kc_footer .kc_footer_link{
    display: block;
    /*position: relative;*/
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    color: #FFFFFF;
}
.kc_footer .kc_sub_section{
    display: block;
    position: relative;
    padding: 0 0 26px 0;
}
.kc_footer .kc_sub_section .kc_footer_sub_link{
    display: block;
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 7px;
    color: #FFFFFF;
}
.kc_footer .kc_copyr{
    display: block;
    position: relative;
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
    color: #FFFFFF;
}
.kc_footer .kc_link_map{
    display: block;
    position: relative;
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #FFFFFF;
}
@media (max-width:991px){
    .kc_footer .kc_sub_section{
        display: none;
        text-align: center;
    }
}
@media (max-width:484px){
    .address_footer, .menu_footer{
        width: 100%;
        padding-bottom: 30px;
        text-align: center;
    }
    .kc_gr{
        margin: auto;
    }

    .kc_footer address{
        margin-top: 50px;
    }
}
