* {
  box-sizing: border-box;
}

[scroll='goScrollToForm'] {
  cursor: pointer;
}

:root {
  --swiper-theme-color: #888;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

:root {
  --swiper-navigation-size: 44px;
}

body {
  font-family: sans-serif;
  margin: 0;
  background-color: #efefee;
  line-height: 1.3;
  font-family: sans-serif;
  font-size: 16px;
}

* {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: 0 !important;
}

body {
  position: relative;
}

@-moz-document url-prefix() {
}

p {
  margin: 0;
}

:focus {
  outline: none;
}

body {
  min-width: 320px;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer a {
  text-decoration: none;
  color: #444;
}
.footer {
  clear: both;
  max-width: 930px;
  margin: 0 auto;
  padding: 20px 15px;
}

.footer .col {
  vertical-align: top;
  display: inline-block;
}

.footer ul {
  vertical-align: top;
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  width: 132px;
}

.footer ul li {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.footer ul li h5 {
  margin: 0;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
}

.footer h4 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer .spacer {
  vertical-align: top;
  display: inline-block;
  height: 210px;
  border-left: 1px solid #ccc;
  margin-right: 5px;
  margin-top: 5px;
}

.footer-info {
  float: left;
  font-size: 12px;
  line-height: 16px;
  height: 100px;
}

ul.footer-links {
  float: left;
  width: auto;
}

ul.footer-links li {
  display: inline-block;
  margin-right: 20px;
}

.footer-copy {
  float: right;
}

ul.footer-links li a,
.footer-copy {
  font-size: 13px;
}
.footer--mob {
  display: none;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__socials-link {
}
.footer__socials-link i {
  color: #ddd;
}
.footer__menu {
  margin-top: 10px;
}
.footer__menu-list.footer__menu-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.footer__menu-item {
}
.footer__menu-link.footer__menu-link {
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
}
.footer__copy {
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
}
@media (width <= 996px) {
  .footer {
    background-color: #aaa;
  }
  .footer--desck {
    display: none;
  }
  .footer--mob {
    display: block;
  }
}
