.table_wr {
    overflow: auto;
}

.content table {
    border-collapse: collapse;
    border-spacing: 0;
}
.content table,
.content tr,
.content td {
    border: 1px solid;
}
.content td {
    padding: 5px 10px;
}

.footer .container {
    max-width: 1780px;
}

/*.footer .footer-row .footer-col {*/
/*    width: 16.666%;*/
/*}*/

.footer .footer-row .footer-col:last-child {
    /*	width: 16.666%;*/
}

.footer__menu__item {
    font-size: 14px;
    list-style: none;
}
.footer__menu__item a {
    transition: 0.3s;
}

.footer__menu__item a:hover {
    color: #f6c035;
}

.footer__menu {
    max-height: 170px;
    overflow-x: hidden;
    overflow-y: auto;
}

.footer__menu::-webkit-scrollbar {
    background: rgba(255, 255, 255, 0.1);
    width: 3px;
    border-radius: 3px;
}

.footer__menu::-webkit-scrollbar-thumb {
    background: #f6c035;
    border-radius: 3px;
}

@media (max-width: 1440px) {
    .footer .container {
        max-width: 1200px;
    }

    .footer .footer-row .footer-col:nth-child(3) {
        margin-bottom: 40px;
    }

    .footer__logo img {
        max-width: 200px;
    }
}

/*================================*/
.tax-service_type #breadcrumbs {
    text-align: center;
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 400;
}

.tax-service_type #breadcrumbs a {
    color: #f6c035;
}

.tax-service_type h1 {
    height: auto;
}

.tax-service_type .hero__inner ul {
    justify-content: center;
}
