.site-footer .m8-content-wrapper { max-width: 1212px }

.sf-widgets { border-top: 2px solid #E9EEF2;  padding: 60px 0; }

.sf-widgets { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: auto; grid-column-gap: 24px; grid-row-gap: 60px; }

.sfw-title { color: #42ACA0; font-size: 18px; font-weight: 800; margin-bottom: 24px; width: 100%; }

.sf-headquarters { grid-area: 1 / 1 / 2 / 9; display: flex; flex-wrap: wrap; justify-content: space-between; padding-right: 60px }
.sf-hq { font-size: 16px; width: calc(50% - 12px) }
.sf-hq span[itemprop="name"] { display: block; margin-bottom: 24px; }
.sf-hq div[itemprop="address"] { font-weight: 700; margin-bottom: 12px; }
.sfhq-tel-email { color: #42aca0 }
.sfhq-tel-email span { color: #363F45; font-weight: 400 }
.sfhq-tel-email span a { color: inherit }

.sf-nav { grid-area: 1 / 9 / 2 / 11; }
.sfn-title { font-weight: 700 }
.sfn-links { padding: 0; margin-top: 10px;  font-size: 16px  }
.sfn-links>li { list-style: none; }
.sfn-links>li:last-child { margin-bottom: 0 }
.sfn-links li a { color: inherit; text-decoration: none;  }
.sfn-links li a:hover { text-decoration: underline;  }

.sf-social { grid-area: 1 / 11 / 2 / 13;  }
.sf-social>ul { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.sf-social>ul>li{ margin-bottom: 0; }
.sf-social>ul>li>a { display: block;  border: 1px solid #42ACA0; background: #42ACA0; border-radius: 48px; line-height: 42px; width: 48px; height: 48px; color: inherit; text-decoration: none; text-align: center; position: relative; }
.sf-social>ul>li>a svg { fill: #fff; width: 16px; height: 16px; vertical-align: middle; position: relative; z-index: 2; }
.sf-social>ul>li>a:hover { background: #fff }
.sf-social>ul>li>a:hover svg { fill: #42ACA0 }


.sf-badges { grid-area: 2 / 1 / 3 / 13; display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: flex-start }

.sf-text { border-top: 2px solid #E9EEF2; padding: 32px 0; display: flex; flex-wrap: wrap; font-size: 16px }
.sf-copyright { margin: 6px 24px 6px 0; }
.sf-legal-links ul { padding: 0; }
.sf-legal-links li { display: inline-block; margin: 6px 12px; }
.sf-legal-links li a { color: #42ACA0;; text-decoration: underline } 
.sf-legal-links li a:hover { text-decoration: none } 


@media(max-width: 1023px ) {
  .sf-headquarters { grid-area: 1 / 1 / 2 / 13; padding-right: 0; }
  .sf-nav { grid-area: 2 / 1 / 3 / 13; } 
  .sf-social { grid-area: 3 / 1 / 4 / 13; }
  .sf-badges { grid-area: 4 / 1 / 5 / 13; }
}

@media(max-width: 767px ) {
  .sf-hq { width: 100%; }
  .sf-hq + .sf-hq { margin-top: 32px; }
  .sfw-title, .sf-hq span[itemprop=name] { margin-bottom: 12px; }
}
{#
@media(max-width: 468px) {
  .sfn-links { display: none; }
  .sfn-title { position: relative; cursor: pointer }
  .sfn-title:after { content: ''; position: absolute; top: 8px; right: 14px; border: solid #19071A; border-width: 0 2px 2px 0; padding: 3px; transform: rotate(45deg); transition: all .15s ease-out; }
  .sfn-title.active:after { transform: rotate(-135deg); }
}
#}