.footer {
  padding:  20px 0 25px;
  background-color: var(--c-dark);
  color: var(--c-white);
  font-size: 18px;
  position: absolute;
  width: 100%;
}

footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
}

footer .footer-top .text,
footer .footer-top .phone {
  text-align: center;
}

footer .footer-top .text {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.footer .btn--border {
  color: var(--c-footer-border);
  border-color: var(--c-footer-border)
}

.footer .btn--border:hover {
  color: var(--c-white);
  background-color: var(--c-footer-border)
}

.footer .phone a {
  color: var(--c-white);
}

.footer .social-links a img {
  display: inline-block;
}

.iconsList {
  justify-content: space-evenly;
  width: 100%;
  display: flex;
  gap: 10px;
}

.footer .iconsList {
  margin-bottom: 15px;
}

.iconsList a {
  color: var(--c-white);
  margin: 0 5px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.iconsList a[title="Написать в Whatsapp"] {
  width: 43px;
}

.iconsList img {
  width: 36px;
  height: 36px;
}

.cityList,
.hiddenCitys {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.hiddenCitys {
  display: none;
}

.hiddenCitys.active {
  display: flex;
  width: 100%;
}

.cityList-item {
  width: 20%;
  text-align: left;
  font-size: 18px;
  background-image: url(../img/house-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 5px 5px 5px 29px;
  margin-bottom: 5px;
  box-sizing: border-box;
  background-position: left center;
  display: flex;
  align-items: center;
}

.moreBtn {
  font-weight: bold;
  max-width: 300px;
  color: var(--c-white);
  display: block;
  margin: 20px auto;
  text-align: center;
  padding: 10px 30px;
}

.moreBtn.hidden {
  display: none;
}

.moreBtn:hover {
  filter: brightness(90%);
}

#footer-menu ul {
  padding-left: 0;
}

#footer-menu li {
  list-style: none;
}

#footer-menu li a {
  font-size: 14px;
  color: var(--c-text-light);
}

.nxp-marquee,
.nxp-marquee.has-text-color {
  margin-bottom: 20px;
  color: var(--c-accent) !important;
}

.nxp-marquee svg {
  max-height: 100px;
  fill: currentColor;
}
