.footmenu {
    border: none;
}
footer .container .top-row-custom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .subscribe_form {
    margin-top: 18px;
    margin-bottom: 26px;
}
footer .footcontacts.row .col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
footer .footcontacts.row .col .email-wrapper a {
    text-decoration: none;
    color: #fff;
}
footer .footcontacts.row .col .city-address-wrapper {
    /* text-wrap: nowrap; */
}
footer .cont_link_block {
    margin: 0;
    margin-block: 0;
}
footer .footcontacts.row .col .social-links-wrapper {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}
footer .razrab-text {
    font-family: 'Inter';
    font-family: "Roboto";
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #a7a7a7;
    align-items: end;
    display: flex;
    text-wrap: nowrap;
}

.catalog_wrap .catalog_menu.active {
    color: #fff;
    background: #152D59;
}
.catalog_wrap .catalog_menu.active .nohover {
    display: none;
}
.catalog_wrap .catalog_menu.active .hover {
    display: block;
}

footer .footcontacts.row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .footcontacts.row .col div {
    width: max-content;
}
footer .footcontacts .col {
    margin-top: 28px;
}
footer .footcontacts.row .city-address-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
footer .footcontacts.row .col {
    width: max-content;
    flex: unset !important;
    flex: 1;
    min-width: 240px;
    max-width: 430px;
    display: flex;
    flex-direction: column;
    gap: 8px; 
}
.addresses h3 {
    margin-bottom: 24px;
}
@media (max-width: 768px) {
    footer .footcontacts.row {
        flex-direction: column;
        gap: 30px;
    }
}
@media (max-width: 768px) {
    footer .footcontacts.row .col .city-address-wrapper {
        text-wrap: wrap;
    }
}

