.footer {
    padding: 6.625em 0 2.5em;
    background-color: #191919;
    color: #ffffff;
}
.footer .row1 {
    display: flex;
    justify-content: space-between;
}
.footer .row1:not(:last-child) {
    margin-bottom: 2em;
}
.footer .row1 .left_side {
    width: 20%;
}
.footer .row1 .left_side .actions {
    display: none;
}
.footer .row1 .menu_wrap {
    width: 55%;
}
.footer .row1 .right_side {
    width: 20%;
}
.footer .logo_wrap:not(:last-child) {
    margin-bottom: 2.75em;
}
.footer .logo {
    display: block;
    max-width: 100%;
}
.footer .address {
    font-weight: 600;
    opacity: 0.6;
    font-size: 1.125em;
}
.footer .address:not(:last-child) {
    margin-bottom: 1.83em;
}
.footer .contacts {
    font-weight: 500;
}
.footer .contacts a {
    text-decoration: none;
}
.footer .contacts a:hover {
    text-decoration: underline;
}
.footer .menu {
    margin: -1.25em;
    padding: 0;
    list-style-type: none;
    display: flex;
}
.footer .menu > .menu-item {
    margin: 1.25em;
}
.footer .menu-item a {
    text-decoration: none;
    opacity: 0.5;
    font-weight: 600;
    font-size: 1.125em;
}
.footer .menu-item a:hover {
    text-decoration: underline;
}
.footer .sub-menu {
    list-style-type: none;
    margin-top: 1em;
    padding: 0;
}
.footer .sub-menu .menu-item:not(:last-child) {
    margin-bottom: 1em;
}
.footer .sub-menu a {
    font-weight: 500;
    opacity: 1;
    font-size: 1em;
}
.footer .subscribe_form:not(:last-child) {
    margin-bottom: 3em;
}
.footer .subscribe_title {
    opacity: 0.5;
    font-weight: 600;
    font-size: 1.125em;
}
.footer .subscribe_title:not(:last-child) {
    margin-bottom: 1em;
}
.footer .subscribe_input_and_butt {
    display: flex;
}
.footer .subscribe_input {
    font-size: 1em;
    width: calc(100% - 3.125em);
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 0 1em;
    border-radius: 0.375em 0 0 0.375em;
    margin: 0;
    border: none;
    height: 3.125em;
}
.footer .subscribe_butt {
    width: 3.125em;
    padding: 0;
    justify-content: center;
    border-radius: 0 0.375em 0.375em 0;
    height: 3.125em;
}
.footer .subscribe_butt .butt_icon {
    max-width: 1em;
    max-height: 1em;
}
.footer .actions {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
}
.footer .action {
    margin: 0.5em;
    display: flex;
    align-items: center;
}
.footer .action_icon {
    max-width: 1.5em;
    max-height: 1.5em;
}
.footer .row2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .row2:not(:first-child) {
    padding-top: 1.75em;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .row2:not(:last-child) {
    padding-bottom: 1.75em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 2.25em;
}
.footer .row2 .text_item {
    opacity: 0.6;
    font-weight: 500;
}
.footer .row3 {
    opacity: 0.4;
    font-size: 0.75em;
}