.gs-footer {
  position: relative;
  margin-top: -3.9rem;
  padding: 1rem 5rem;
  background: linear-gradient(0, #263550, transparent);
  box-sizing: border-box;
  z-index: 100;
}

.gs-footer__wrapper {
  margin: 0;
}

.gs-footer__col {
  flex-grow: 1;
  padding: 0.5rem 1rem;
  text-align: center;
}

.gs-footer__col a {
  text-decoration: none;
}

.gs-footer__lang-item {
  color: var(--wp--preset--color--gs-mercury);
}

.gs-footer__lang-item + .gs-footer__lang-item {
  margin-left: 0.5rem;
}

html[lang^='uk'] .gs-footer__lang-item._uk,
html[lang^='ru'] .gs-footer__lang-item._ru {
  position: relative;
  pointer-events: none;
  color: var(--wp--preset--color--gs-lightning-yellow);
}

html[lang^='uk'] .gs-footer__lang-item._uk:before,
html[lang^='ru'] .gs-footer__lang-item._ru:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 1rem;
  height: 1px;
  margin: 0.25rem 0 0 -0.25rem;
  background-color: var(--wp--preset--color--gs-lightning-yellow);
}

@media screen and (max-width: 768px) {
  .gs-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gs-footer__design-logo {
    min-width: 35%;
  }
}
