.footer {
    background-color: #191919;
    color: #ffffff;
    padding: 6.125em 0 3.75em
}
.footer a {
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .left_side:after {
    content: '';
    display: block;
    clear: both;
    background-color: #FF5F25;
    width: 6.375em;
    max-width: 100%;
    height: 0.125em;
}
.footer .left_side:not(:last-child) {
    margin-bottom: 2em;
}
.footer .logo_wrap {
    width: 37.62%;
    float: left;
}
.footer .logo_wrap:not(:last-child) {
    margin-bottom: 2em;
}
.footer .logo {
    display: block;
    max-height: 3em;
    max-width: 100%;
}
.footer .address {
    width: 55.45%;
    float: right;
    font-size: 1.125em;
    font-weight: 600;
    opacity: 0.6;
}
.footer .address:not(:last-child) {
    margin-bottom: 1.78em;
}
.footer .contacts {
    width: 55.45%;
    float: right;
    font-size: 1.125em;
    font-weight: 500;
}
.footer .contacts:not(:last-child) {
    margin-bottom: 1.78em;
}
.footer .actions {
    width: calc(37.62% + 1em);
    float: left;
    margin: -0.5em;
    display: flex;
    flex-wrap: wrap;
}
.footer .action {
    margin: 0.5em;
    display: flex;
    align-items: center;
}
.footer .action_icon {
    max-width: 1.5em;
    max-height: 1.5em;
}
.footer .menu_wrap:not(:last-child) {
    margin-bottom: 2.75em;
}
.footer .menu {
    list-style-type: none;
    margin: -1.375em 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer .menu > .menu-item{
    margin: 1.375em 0;
}
.footer .menu > .menu-item:nth-child(2n - 1) {
    width: 37.62%;
}
.footer .menu > .menu-item:nth-child(2n) {
    width: 55.45%;
}
.footer .menu > .menu-item > a {
    font-size: 1.125em;
    font-weight: 600;
    opacity: 0.5;
}
.footer .sub-menu {
    margin: 1.25em 0 0;
    font-weight: 500;
    list-style-type: none;
    padding: 0;
}
.footer .sub-menu .menu-item:not(:last-child) {
    margin-bottom: 1.25em;
}
.footer .right_side {
    display: none;
}
.footer .row2:not(:first-child) {
    padding-top: 3em;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .row2:not(:last-child) {
    padding-bottom: 3em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 3em;
}
.footer .row2 .text_item {
    font-weight: 500;
    font-size: 0.875em;
    opacity: 0.6;
}
.footer .row2 .text_item:not(:last-child) {
    margin-bottom: 1em;
}
.footer .row3 {
    opacity: 0.4;
    font-size: 0.625em;
}