.footer_container{
    margin:auto;
    display: flex;
    max-width: 1280px;
    padding: 0px;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    position: relative;
    height: 100%;
	overflow: hidden;
}


.logo_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    padding: 30px 40px;
}


.logo_container .a_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo_container .a_logo .logo_img {
    max-width: 150px;
    width: calc(135px + 15 *(100vw / 1280));
}

#date_company {
    font-size: 0.9em;
    margin-top: 30px;
}
.a_invoice{
    margin-top: 5px;
}
.a_invoice a {
    color: #5c87cf;
}
.a_invoice:hover a {
    color: #00538a;
}

.footer_menu {
    background-color: rgb(65, 64, 138);
    width: 180px;
    min-height: 220px;
    padding-left: 10px;
    -webkit-box-shadow:0px 0px 12px 2px rgb(98 98 98 / 82%);
    -moz-box-shadow:0px 0px 12px 2px rgb(98 98 98 / 82%);
    box-shadow:0px 0px 12px 2px rgb(98 98 98 / 82%);
    margin-right: auto;
}


.footer_menu>.menu-item {
    margin-top: 15px;
    padding-left: 5px;
    position: relative;
    cursor: pointer;
}
.footer_menu>.menu-item.arrow:hover{
    background-color: rgb(255, 255, 255);
}
.footer_menu>.menu-item.active{
    background-color: rgb(255, 255, 255);
    
}
.footer_menu>.menu-item>a{
    font-size: 13px;
    font-weight:700;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    transition: 0.1s;
}

.footer_menu>.menu-item.active>a {
    font-size: 13.5px;
    transition: 0.1s;
    padding-left: 5px;
    color: rgb(65, 64, 138);
}
.footer_menu>.menu-item.noarrow:hover>a {
/*     padding-left: 10px; */
    color: rgb(255, 255, 255);
/*     font-size: 13.5px; */
    text-decoration: underline;
}
.footer_menu>.menu-item.noarrow:hover {
	padding-left: 3px;
}
.footer_menu>.menu-item.arrow.active::after{
    right: 5px;
    background:#ef7f1a;
}
.footer_menu>.menu-item.arrow.active::before{
    right: 5px;
    background:#ef7f1a;
}
.footer_menu>.menu-item:last-child {
    margin-bottom: 10%;
}

.footer_menu>.menu-item.arrow::after{
    content: '';
        position: absolute;
        width: 10px;
        height: 2px;
        background: #ffffff;
        top: 50%;
        margin-top: 2px;
        right: 15px;
        transform: rotate(-45deg);
        transition: all .1s linear;
}
.footer_menu>.menu-item.arrow::before{
    content: '';
        position: absolute;
        width: 10px;
        height: 2px;
        background: #ffffff;
        top: 49%;
        margin-top: -4px;
        right: 15px;
        transform: rotate(45deg);
        transition: all .1s linear;
}
.footer_menu>.menu-item>.sub-menu{
    min-width: 440px;
    display: none;
    position: absolute;
    left: 180px;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-top: 5px;
    box-sizing: border-box;
    cursor:auto;
}

.footer_menu>.menu-item>.sub-menu>.menu-item{
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 45px;
}
.footer_menu>.menu-item>.sub-menu>.menu-item>a{
    color: #5c87cf;
}
.footer_menu>.menu-item>.sub-menu>.menu-item:hover>a{
    color: #00538a;
}
.footer_menu>.menu-item.active>.sub-menu{
    display: flex;
}



.footer_phones{
    display: none;
}

/* Анимации */
/* .footer_container a.a_logo:hover .logo_img {
    -moz-animation: rubberBand 0.8s;
    -webkit-animation: rubberBand 0.8s;
    animation: rubberBand 0.8s;
} */