.space-header-info .space-header-logo-ins::after {
  content: none; }

.space-footer-top-center {
  display: flex;
  justify-content: space-between;
  align-items: center; }

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: #1b1f28;
  font-family: Montserrat, Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*,
*::before,
*::after {
  box-sizing: inherit;
  font-family: inherit; }

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1170px !important;
  width: 100%; }
  .container.relative {
    position: relative; }

.mobile-bonus {
  position: absolute;
  top: 60px;
  right: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 20px;
  width: 100vw;
  height: auto;
  background-color: #fff;
  font-size: 16px;
  box-shadow: 0 5px 15px 0 rgba(177, 177, 177, 0.55); }
  .mobile-bonus img {
    width: 100%;
    max-width: 200px; }
  .mobile-bonus__description {
    max-width: 450px; }
  .mobile-bonus__link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    max-width: 300px;
    width: 100%;
    color: #fff !important;
    background-color: #81d742 !important;
    box-shadow: 0 5px 15px 0 rgba(129, 215, 66, 0.55) !important;
    border-radius: 5px;
    font-weight: 400;
    text-decoration: none; }
  .mobile-bonus.active {
    display: flex; }

.mobile-bonus-trigger {
  position: absolute;
  top: 10px;
  right: 90px;
  display: none;
  width: 40px;
  height: 40px; }
  .mobile-bonus-trigger img {
    object-fit: contain;
    width: 100%;
    height: 100%; }
  .mobile-bonus-trigger_notification::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 10px;
    height: 10px;
    background-color: #dc3232;
    border-radius: 50%; }
  @media (max-width: 1199px) {
    .mobile-bonus-trigger {
      display: inline-flex; } }

.footer {
  padding: 40px 20px 0;
  color: #fff;
  font-family: Roboto, sans-serif;
  background-color: #27292b; }
  .footer__wide-text {
    position: relative; }
    .footer__wide-text::after {
      position: absolute;
      bottom: -20px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #4e4e4e; }
    .footer__wide-text .footer__widget .textwidget {
      padding-bottom: 60px;
      max-width: 100%; }
      .footer__wide-text .footer__widget .textwidget p {
        color: #959595; }
  .footer__content {
    display: flex;
    justify-content: space-between;
    gap: 40px; }
  .footer__col {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .footer__images {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .footer__images .wp-block-image a {
      width: 100%; }
    .footer__images .wp-block-image img {
      max-width: 200px;
      width: 100%;
      height: auto; }
  .footer__widget {
    display: flex;
    flex-direction: column; }
    .footer__widget .text-title {
      margin-bottom: 26px;
      color: #7b7b7b;
      font-size: 20px;
      font-weight: 500;
      line-height: 125%; }
    .footer__widget .textwidget {
      max-width: 240px; }
      .footer__widget .textwidget p {
        font-size: 16px;
        line-height: 150%; }
    .footer__widget figure {
      display: flex;
      margin: 0;
      width: 100%; }
  .footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    .footer__socials a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px; }
      .footer__socials a:hover {
        opacity: 0.7; }
    .footer__socials img {
      object-fit: contain;
      width: 100%;
      height: 100%; }
    .footer__socials .wp-block-social-links {
      margin: 0;
      flex-direction: column; }
      .footer__socials .wp-block-social-links .wp-social-link a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px; }
  .footer__nav-list-header {
    margin-bottom: 10px;
    color: #7b7b7b;
    font-size: 20px;
    font-weight: 500;
    line-height: 125%; }
  .footer__nav-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer__nav-item {
    line-height: 125%; }
  .footer__nav-link {
    color: inherit;
    text-decoration: none;
    line-height: inherit; }
    .footer__nav-link:hover {
      opacity: 0.7; }
  .footer__navs {
    position: relative;
    display: grid;
    gap: 40px 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, max-content); }
    .footer__navs::before, .footer__navs::after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      max-height: 400px;
      width: 1px;
      height: 70%;
      background-color: #4e4e4e; }
    .footer__navs::before {
      left: -20px; }
    .footer__navs::after {
      right: -20px; }
  .footer__copyright {
    position: relative;
    margin-top: 40px;
    padding: 30px 0 145px;
    color: #777;
    background-color: #161616;
    font-size: 14px;
    font-weight: 400; }
    .footer__copyright::before, .footer__copyright::after {
      content: "";
      position: absolute;
      top: 0;
      display: block;
      width: 100vh;
      height: 100%;
      background-color: #161616; }
    .footer__copyright::before {
      right: 100%; }
    .footer__copyright::after {
      left: 100%; }
  .footer_info .footer__copyright {
    padding-bottom: 30px; }
  @media (max-width: 1250px) {
    .footer__navs {
      grid-template-columns: 1fr; } }
  @media (max-width: 1100px) {
    .footer__wide-text {
      margin: 0 auto;
      max-width: 400px; }
    .footer__content {
      flex-direction: column;
      gap: 60px;
      max-width: 400px;
      margin: 0 auto; }
    .footer__socials a {
      width: 40px;
      height: 40px; }
    .footer__navs::before, .footer__navs::after {
      width: 70%;
      height: 1px;
      top: auto;
      bottom: auto;
      left: 50%;
      right: auto;
      transform: translateX(-50%); }
    .footer__navs::before {
      top: -20px; }
    .footer__navs::after {
      bottom: -20px; }
    .footer__copyright {
      padding-bottom: 130px;
      text-align: center; }
    .footer_info .footer__copyright {
      padding-bottom: 30px; } }

/* TB Svitua custom adjustments */
.columns-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: stretch; }

.feature-box {
  border: 2px solid #e0e6f1;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  background-color: #ffffff;
  box-sizing: border-box;
  width: calc((100% - 20px) / 2); }

.feature-box img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px; }

.feature-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px; }

.feature-description {
  font-size: 14px;
  margin: 0;
  color: #333; }

.feature-link {
  color: #0073aa;
  text-decoration: underline; }

body > div.space-box.relative > div.space-footer.box-100.relative > div.space-footer-top.box-100.relative > div > div.space-footer-top-age.box-50.text-center.relative {
  width: 100%; }

body > div.space-box.relative > footer > div > div.footer__content > div:nth-child(5) > div > div:nth-child(4) > div,
body > div.space-box.relative > footer > div > div.footer__content > div:nth-child(5) > div > div:nth-child(5) > div,
body > div.space-box.relative > footer > div > div.footer__content > div:nth-child(5) > div > div:nth-child(6) > div {
  margin: 0; }

.space-header-info .space-header-logo-ins::after {
  content: none; }

.tax-deposit-method .space-companies-archive-items .space-page-content-wrap {
  display: none !important; }

/* Таксономії: опустити перелінковку вниз сторінки */
body > div.space-box.relative > div.space-archive-section.box-100.relative.space-organization-archive > div > div {
  display: flex;
  flex-wrap: wrap; }

body > div.space-box.relative > div.space-archive-section.box-100.relative.space-organization-archive > div > div > div.space-categories-list-box.relative {
  order: 2; }

@media screen and (max-width: 479px) {
  body > div.space-box.relative > div.space-archive-section.box-100.relative.space-organization-archive > div > div > div.space-taxonomy-description.box-100.relative {
    display: block;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    margin: 0 8px;
    padding: 8px 0;
    overflow-wrap: break-word; } }
