.footer {
  padding-top: 34px;
  /* margin-top: 180px; */
  background-color: #187ada;
}
.footer * {
  font-family: "Wix Madefor Display", sans-serif;
  line-height: 130%;
}
.footer__bottom {
  padding: 16px 0 32px;
  border-top: 1px solid var(--Pale-Grey, #d7d7cb);
  margin-top: 32px;
}
.footer__bottom p {
  color: var(--Black, #f9f9f9);
  font-size: 14px;
  line-height: 130%; /* 18.2px */
}
.footer_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.footer__title {
  margin-bottom: 16px;
  color: var(--Black, #f9f9f9);
  font-family: Unbounded !important;
  line-height: 130%; /* 20.8px */

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.footer__list-flex a,
.footer__list a {
  color: var(--Black, #f9f9f9);

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  transition: all 0.4s;
}
.footer__list-flex a:hover,
.footer__list a:hover {
  color: #b3b3b3;
}
.footer__list {
  /* display: flex; */
  gap: 16px 32px;
  /* flex-direction: column;
  flex-wrap: wrap; */
  /* max-height: 60px; */
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.footer__list-flex {
  display: flex;
  gap: 24px;
  list-style: none;
  margin-bottom: 0;
}
.footer__title path {
  fill: #fff;
}
.footer__list-flex a {
  font-size: 12px;
}
.footer__row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.footer__row p {
  font-size: 14px;
  max-width: 240px;
  margin: 0;
  color: var(--Black, #f9f9f9);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.footer__right {
  display: flex;
  gap: 72px;
}
.footer__logo {
  width: 224px;
  display: block;
}
.footer__title-arrow {
  display: none;
}
.footer__item-icon {
  border-radius: 30px;
  background: var(--Rich-Blue, #f9f9f9);
  width: 30px;
  height: 30px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none !important;
}
.footer__item-icon path {
  fill: #187ada;
}
.footer__row:last-child {
  margin-bottom: 0;
}
.footer__list {
  margin-bottom: 0;
}
.footer__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1044px) {
  .footer__list {
    max-height: 120px;
  }
}
@media screen and (max-width: 820px) {
  .footer__list-flex a,
  .footer__list a {
    font-size: 14px;
  }
  .footer__right {
    flex-wrap: wrap;
  }
  .footer__item {
    width: 100%;
  }
  .footer__title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 14px;
  }
  .footer__title-arrow {
    display: block;
    transition: all 0.4s;
  }
  .footer__list-wrap {
    overflow: hidden;
    border-bottom: 1px solid var(--Pale-Grey, #d7d7cb);
  }
  .footer__title {
    margin-top: 24px;
  }
  .footer__right {
    gap: 24px;
  }
  .footer__row p {
    max-width: 100%;
  }
  .footer__list {
    max-height: 100%;
    gap: 8px;
  }
  .footer__logo {
    width: 140px;
  }
  .footer__list {
    grid-template-columns: 1fr;
  }

  .footer__list-wrap {
    display: grid;
    overflow: hidden;
    grid-template-rows: 0fr;
    transition: all 0.4s;
  }
  .footer__list-wrap.active {
    grid-template-rows: 1fr;
  }
  .footer__list-wrap > * {
    min-height: 0;
  }
  .footer__title svg {
    transition: all 0.4s;
  }
  .footer__title.active svg {
    rotate: 180deg;
  }
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 16px;
    padding: 16px 0;
    margin: 24px 0 0;
  }
  .footer__bottom p,
  .footer__bottom a {
    font-size: 10px;
  }
  .footer__row p {
    font-size: 12px;
  }
  .footer {
    margin-top: 120px;
  }
}
