.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for shortcode, class: .elementor-element-e3450d8 */.site-footer {
  width: 100%;
  color: #ffffff;
  background: url("/wp-content/uploads/2026/05/a81b5b243db0d1bd36a531b115e674051cb17df3-scaled.png") center / cover no-repeat;
  overflow: hidden;
}

.site-footer__inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 65px 85px 60px;

  --symbol-w: clamp(260px, 19.75vw, 379px);
  --line-bottom-offset: 91px;
}

.site-footer__top {
  position: relative;
  z-index: 3;

  display: grid;

  grid-template-columns:
    minmax(320px, 560px)
    minmax(140px, 220px)
    minmax(260px, 390px)
    1fr;

  column-gap: clamp(40px, 3.64vw, 70px);

  align-items: start;
}

.site-footer__brand {
  position: relative;
  z-index: 3;
}

.site-footer__logo {
  display: inline-flex;
  width: 404px;
}

.site-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.site-footer__brand-row {
  width: 404px;
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer__tagline {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 0.79;
  white-space: nowrap;
}

.site-footer__tagline strong {
  font-weight: 700;
}

.site-footer__socials {
  display: flex;
  gap: 22px;
}

.site-footer__socials a {
  width: 39px;
  height: 39px;
  background: var(--red);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  transition: background 300ms ease, color 300ms ease;
}

.site-footer__socials a:hover {
  background: #ffffff;
  color: var(--red);
}

.site-footer__nav {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.site-footer__nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 0.91;
  transition: color 300ms ease;
}

.site-footer__nav a:hover {
  color: var(--red);
}

.site-footer__contacts {
  position: relative;
  z-index: 3;
}

.site-footer__contacts h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 0.91;
}

.site-footer__contacts p {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 0.91;
}

.site-footer__contacts p:last-child {
  margin-bottom: 0;
}

.site-footer__contacts a {
  color: #ffffff;
  text-decoration: none;
  transition: color 300ms ease;
}

.site-footer__contacts a:hover {
  color: var(--red);
}

.site-footer__symbol {
  position: absolute;
  right: 0px;
  bottom: -61px;
  width: var(--symbol-w);
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.site-footer__line {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  background: #EA3026;
}

.site-footer__bottom {
  position: relative;
  z-index: 4;
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer__bottom p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.07;
}

.site-footer__policies {
  display: flex;
  gap: 50px;
}

.site-footer__policies a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.07;
  transition: color 300ms ease;
}

.site-footer__policies a:hover {
  color: var(--red);
}

@media (max-width: 640px) {
.site-footer__inner {
    position: relative;

    max-width: none;
    margin: 0;

    padding: 48px 20px 20px;

    --symbol-w: auto;
    --line-bottom-offset: 0;
}

.site-footer__top {
    position: static;

    display: grid;
    grid-template-columns: minmax(90px, 0.8fr) minmax(0, 1.45fr);
    grid-template-areas:
        "brand brand"
        "nav contacts";

    column-gap: 24px;
    row-gap: 28px;

    align-items: start;
}


.site-footer__brand {
    grid-area: brand;

    width: 100%;
    min-width: 0;
}

.site-footer__logo {
    width: 100%;

    display: flex;
    justify-content: center;
}

.site-footer__logo img {
    width: 100%;
    object-fit: contain;
    height: auto;
}

.site-footer__brand-row {
    width: 100%;
    max-width: none;

    margin-top: 42px;
    padding-bottom: 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    border-bottom: 2px solid var(--red, #ea3026);
}

.site-footer__tagline {
    min-width: 0;

    font-size: clamp(23px, 7.3vw, 32px);
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.site-footer__tagline strong {
    font-weight: 700;
}

.site-footer__socials {
    flex: 0 0 auto;

    display: flex;
    align-items: center;
    gap: 10px;
}

.site-footer__socials a {
    width: 32px;
    height: 32px;

    flex: 0 0 32px;

    font-size: 20px;
}

.site-footer__nav {
    grid-area: nav;

    min-width: 0;

    display: flex;
    flex-direction: column;
    gap: 28px;
}

.site-footer__nav a {
    font-size: 16px;
    line-height: 1.2;
}

.site-footer__contacts {
    grid-area: contacts;

    min-width: 0;
}

.site-footer__contacts h2 {
    margin: 0 0 34px;

    font-size: 21px;
    line-height: 1;
}

.site-footer__contacts p {
    margin: 0 0 8px;

    font-size: 13px;
    line-height: 1.35;

    overflow-wrap: anywhere;
}

.site-footer__contacts p:last-child {
    margin-bottom: 0;
}


.site-footer__symbol {
    position: absolute;

    right: 20px;
    bottom: 83px;

    width: 130px;
    height: auto;

    z-index: 1;

    display: block;
    pointer-events: none;
}


.site-footer__line {
    position: relative;
    z-index: 4;

    width: 100%;
    height: 2px;

    margin-top: 34px;

    background: var(--red, #ea3026);
}


.site-footer__bottom {
    position: relative;
    z-index: 4;

    margin-top: 0;
    padding-top: 8px;

    display: flex;
    flex-direction: column;
    align-items: stretch;
}


.site-footer__policies {
    order: 1;

    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-footer__policies a {
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
}


.site-footer__bottom > p {
    order: 2;

    width: 100%;
    margin: 24px 0 0;

    font-size: 13px;
    line-height: 1.3;
    text-align: center;
}
}/* End custom CSS */