.footer_wrapper a {
    color: white;
}

.footer {
    justify-content: space-between;
    
}

.footer__logo.logo svg {
    max-width: 158px;
    height: auto;
}

.footer_wrapper {
    background: #062f42;
    color: white;
    padding: 79px 0 75px;
}

.footer_wrap .container {

    width: min(100%, 1160px);
    margin-inline: auto;
    padding-inline: 10px;
}

.footer_description {
    width: 20%;
    padding: 0 11px 0 0px;
}

.footer__contact {
    width: 24%;
    padding: 2px 0px 0 13px;
}

.footer__menu {
    width: 13%;
    padding: 2px 4px 0 16px;
}

.b-menu-footer .menu-item.contact_us{
    display: none;
}


.footer__departments {
    width: 22%;
    padding: 2px 0px 0 11px;
}

.footer__privacy_policy {
    width: 19%;
    padding: 2px 0px 0 7px;
}

.b-description-footer {
    font-size: 14px;
    line-height: 21px;
}

.footer__logo.logo {
    margin-bottom: 30px;
}

.footer___block-title {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 26px;
    font-family: var(--font_source);
    font-weight: 700;


}

.footer___block-title:after {
    background: #dbdbdb none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 15px 0 0;
    width: 40px;
}

.footer__contact-text {
    font-size: 14px;
    margin-bottom: 33px;
    line-height: 18px;
}

.footer__contact-phone {
    font-size: 14px;
    margin-bottom: 34px;
}

.b-contacts-footer {
    max-width: 230px;
}

.b-menu-footer li {
    margin-bottom: 18px;
    font-size: 16px;
}

.b-departmentsmenu-footer li {
    margin-bottom: 18px;
}

.b-privacypolicy-footer li {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer__copyright {
	padding: 31px 0;
    font-size: 14px;
    background: #C1D3E7 ;
}
.footer__copyright a {
    color: #4797bd;
}
@media (max-width: 924px){
    
.footer_description, 
.footer__contact,
.footer__menu,
.footer__departments,
.footer__privacy_policy {
width: 100%;
padding: 0;

}

.footer_description, 
.footer__contact,
.footer__menu,
.footer__departments{
    margin-bottom: 60px;
}
.b-contacts-footer {
	max-width: 100%;
}


.footer {
	justify-content: left;
	flex-wrap: wrap;
	padding-left: 5px;
}
}