.eyvi-footer,
.eyvi-footer *,
.eyvi-footer *::before,
.eyvi-footer *::after {
  box-sizing: border-box;
}

.eyvi-footer {
  --eyvi-footer-bg: #141414;
  --eyvi-footer-text: #F5F3ED;
  --eyvi-footer-accent: #D376E4;
  --eyvi-footer-height: 280px;
  --eyvi-footer-x: 0px;
  --eyvi-footer-y: 0px;

  position: relative;
  width: 100%;
  height: var(--eyvi-footer-height);
  background: var(--eyvi-footer-bg);
  font-family: 'Lato', sans-serif;
  overflow: hidden;
  color: var(--eyvi-footer-text);
  transform: translate3d(var(--eyvi-footer-x), var(--eyvi-footer-y), 0);
}

.eyvi-footer .footer-deco {
  display: none !important;
}

.eyvi-footer .footer-deco svg {
  width: 100%;
  height: 100%;
  display: block;
}

.eyvi-footer .footer-deco-rect {
  display: none !important;
}

.eyvi-footer .footer-inner {
  position: absolute;
  width: 1264px;
  height: 164px;
  left: 50%;
  top: 28px;
  transform: translateX(-50%);
  display: block;
  z-index: 1;
}

.eyvi-footer .footer-inner > .footer-col {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 12px;
  width: 176px;
  color: var(--eyvi-footer-text);
}

.eyvi-footer .footer-inner > .footer-col:nth-child(1) {
  left: 180px;
  height: 81px;
}

.eyvi-footer .footer-inner > .footer-col:nth-child(2) {
  left: 544px;
  height: 86px;
}

.eyvi-footer .footer-inner > .footer-col:nth-child(3) {
  left: 908px;
  height: 164px;
}

.eyvi-footer .footer-inner > .footer-col:nth-child(4) {
  left: 1152px;
  width: 112px;
  height: 164px;
  justify-content: space-between;
  align-items: flex-end;
}

.eyvi-footer .footer-col--social {
  gap: 0;
}

.eyvi-footer .footer-col-title {
  width: 176px;
  height: 24px;
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: var(--eyvi-footer-text);
  white-space: nowrap;
}

.eyvi-footer .footer-inner > .footer-col:nth-child(2) .footer-col-title {
  width: 194px;
}

.eyvi-footer .footer-col-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 2px;
  width: 176px;
}

.eyvi-footer .footer-col-items p,
.eyvi-footer .footer-col-items a {
  width: 176px;
  min-height: 24px;
  margin: 0;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: var(--eyvi-footer-text);
  text-decoration: none;
  white-space: nowrap;
}

.eyvi-footer .footer-col-items a[href^="mailto:"] {
  min-height: 19px;
  line-height: 19px;
}

.eyvi-footer .footer-col-items a.underline {
  text-decoration-line: underline;
}

.eyvi-footer .footer-col-items a:hover,
.eyvi-footer .footer-social a:hover,
.eyvi-footer .footer-copyright__link:hover {
  opacity: .7;
}

.eyvi-footer .footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 20px;
  width: 112px;
  height: 24px;
}

.eyvi-footer .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--eyvi-footer-text);
  transition: opacity .2s;
}

.eyvi-footer .footer-social svg {
  width: 24px;
  height: 24px;
  fill: var(--eyvi-footer-text);
}

.eyvi-footer .footer-copyright {
  position: absolute;
  width: auto;
  min-width: max-content;
  height: 24px;
  left: 50%;
  top: 228px;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--eyvi-footer-text);
  white-space: nowrap;
}

.eyvi-footer .footer-copyright span {
  display: inline-flex;
  align-items: center;
}

.eyvi-footer .footer-copyright__link {
  display: inline-flex;
  align-items: center;
  color: var(--eyvi-footer-text);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity .2s;
}

.eyvi-footer .footer-up {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  background: var(--eyvi-footer-accent);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  border: none;
  outline: none;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  transition: opacity .2s, transform .2s ease, box-shadow .2s ease;
  flex: 0 0 50px;
}

.eyvi-footer .footer-up::after {
  display: none;
}

.eyvi-footer .footer-up:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(211, 118, 228, .32);
}

.eyvi-footer .footer-up:focus-visible {
  outline: 2px solid var(--eyvi-footer-text);
  outline-offset: 4px;
  box-shadow: 0 10px 28px rgba(211, 118, 228, .32);
}

.eyvi-footer .footer-up svg {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  display: block;
  fill: none;
  stroke: var(--eyvi-footer-bg);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (min-width: 1025px) and (max-width: 1320px) {
  .eyvi-footer .footer-deco-rect {
    left: auto;
    right: -40px;
  }

  .eyvi-footer .footer-inner {
    width: calc(100% - 80px);
    height: auto;
    left: 40px;
    top: 28px;
    transform: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(44px, 7vw, 110px);
  }

  .eyvi-footer .footer-inner > .footer-col {
    position: relative;
    left: auto !important;
    top: auto;
    height: auto;
  }

  .eyvi-footer .footer-inner > .footer-col:nth-child(4) {
    width: 112px;
    height: 164px;
    margin-left: auto;
  }

  .eyvi-footer .footer-up {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
}

@media (max-width: 1024px) {
  .eyvi-footer {
    height: auto;
    min-height: var(--eyvi-footer-height);
    padding: 40px 40px 60px;
    overflow: visible;
  }

  .eyvi-footer .footer-deco,
  .eyvi-footer .footer-deco-rect {
    display: none;
  }

  .eyvi-footer .footer-inner {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
    transform: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 48px;
    padding-right: 80px;
  }

  .eyvi-footer .footer-inner > .footer-col,
  .eyvi-footer .footer-inner > .footer-col:nth-child(n) {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: 176px;
  }

  .eyvi-footer .footer-inner > .footer-col:nth-child(4) {
    width: 112px;
    min-height: 100px;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 28px;
  }

  .eyvi-footer .footer-copyright {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    min-width: 0;
    height: auto;
    margin-top: 32px;
    font-size: 14px;
    line-height: 20px;
    flex-wrap: wrap;
  }

  .eyvi-footer .footer-up {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    display: flex;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 600px) {
  .eyvi-footer {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0 0 72px;
    background: var(--eyvi-footer-bg);
    overflow: visible;
  }

  .eyvi-footer .footer-inner {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
    transform: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px 16px;
    padding: 24px 28px 16px;
  }

  .eyvi-footer .footer-inner > .footer-col,
  .eyvi-footer .footer-inner > .footer-col:nth-child(n) {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    gap: 6px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .eyvi-footer .footer-inner > .footer-col:nth-child(4) {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
  }

  .eyvi-footer .footer-col-title,
  .eyvi-footer .footer-inner > .footer-col:nth-child(2) .footer-col-title {
    width: auto;
    height: auto;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--eyvi-footer-text);
    white-space: nowrap;
  }

  .eyvi-footer .footer-col-items {
    gap: 3px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .eyvi-footer .footer-col-items p,
  .eyvi-footer .footer-col-items a {
    width: auto;
    min-height: 0;
    height: auto;
    font-size: 11px;
    line-height: 1.5;
    color: var(--eyvi-footer-text);
    white-space: nowrap;
  }

  .eyvi-footer .footer-social {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
  }

  .eyvi-footer .footer-social a {
    width: 20px;
    height: 20px;
  }

  .eyvi-footer .footer-social svg {
    width: 20px;
    height: 20px;
  }

  .eyvi-footer .footer-copyright {
    display: flex;
    position: relative;
    width: calc(100% - 56px);
    min-width: 0;
    left: auto;
    top: auto;
    transform: none;
    justify-content: center;
    gap: 4px;
    font-size: 11px;
    line-height: 1.4;
    color: var(--eyvi-footer-text);
    padding: 12px 0 20px;
    margin: 0 28px;
    white-space: normal;
    flex-wrap: wrap;
  }

  .eyvi-footer .footer-up {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    flex-basis: 50px;
  }

  .eyvi-footer .footer-up::after {
    display: none;
  }

  .eyvi-footer .footer-up svg {
    width: 24px;
    height: 24px;
  }
}
