.footer {
  background: #ffffff;
  position: relative;
  z-index: 4;
}

.footer__bottom {
  -ms-flex-align: center;
      align-items: center;
  color: rgba(137, 134, 134, .5);
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  line-height: 14px;
}

.footer__bottom .powered {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.footer__bottom .powered .lazy-image:not([data-loaded]) {
  width: 116px;
  height: 20px;
}

.footer__bottom .powered a {
  display: -ms-flexbox;
  display: flex;
}

.footer__columns {
  display: -ms-flexbox;
  display: flex;
}

.footer__column__title {
  margin: 0 0 14px;
}

.footer__column ul li {
  margin: 0 0 12px;
}

.footer__column ul li:last-child {
  margin: 0;
}

.footer__column ul li a {
  color: #898686;
  line-height: 16px;
  opacity: 1;
  transition: opacity .3s ease;
}

.footer__column ul li span {
  color: #898686;
  line-height: 16px;
}

.footer__column .foldable-mobile__icon {
  display: none;
  height: 9px;
  position: absolute;
  right: 0;
  top: calc(50% - 4.5px);
  width: 9px;
}

.footer__column .foldable-mobile__icon:before,
.footer__column .foldable-mobile__icon:after {
  background: #f94942;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: transform .3s ease;
  width: 9px;
}

.footer__column .foldable-mobile__icon:after {
  transform: rotate(90deg);
}

.footer__column .foldable-mobile.open .foldable-mobile__icon:after {
  transform: rotate(0);
}

.social-links {
  margin: 24px 0 0;
  display: -ms-flexbox;
  display: flex;
}

.social-links__text {
  max-width: 180px;
  font-size: 14px;
  line-height: 19px;
  color: #898686;
}

.social-links.store {
  -ms-flex-align: center;
      align-items: center;
}

.social-links.store.social-links--mobile {
  margin-bottom: 40px;
  margin-top: 10px;
}

.social-links.store a {
  margin-right: 0;
}

.social-links.store a:not(:last-child) {
  margin-right: 12px;
}

.social-links--mobile {
  display: -ms-flexbox;
  display: flex;
}

.social-links .lazy-image:not([data-loaded]) {
  width: 40px;
  height: 40px;
}

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

.social-links a {
  margin: 0 8px 0 0;
  opacity: 1;
  transition: opacity .3s ease;
}

.mobile-apps {
  margin: 25px 0 0;
  display: -ms-flexbox;
  display: flex;
}

.mobile-apps--mobile {
  display: -ms-flexbox;
  display: flex;
}

.mobile-apps .lazy-image:not([data-loaded]) {
  width: 100%;
  height: 100%;
}

.mobile-apps a,
.mobile-apps img {
  display: block;
}

.mobile-apps a {
  background-color: #000000;
  border: 1px solid #A6A6A6;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.mobile-apps a:last-child {
  margin: 0;
}

.footer {
  padding: 48px 0 40px;
}

.footer__bottom {
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 32px 0 0;
}

.footer__bottom .powered {
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 24px 0 0;
}

.footer__bottom .powered a {
  margin: 8px 0 0;
}

.footer__columns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__column {
  border-top: 1px solid #efeded;
  margin: 0;
  padding: 18px 0 14px;
  width: 100%;
}

.footer__column:last-child {
  border-bottom: 1px solid #efeded;
}

.footer__column:nth-child(1),
.footer__column:nth-child(2) {
  margin: 0;
}

.footer__column .phone {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 16px;
}

.footer__column ul li a:hover {
  opacity: 1;
}

.footer__column .foldable-mobile {
  margin: 0;
  position: relative;
}

.footer__column .foldable-mobile__icon {
  display: block;
}

.footer__column .foldable-mobile + ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

.footer__column .foldable-mobile + ul li:first-child {
  margin-top: 14px;
}

.footer__column .foldable-mobile.open + ul {
  max-height: 200px;
}

.social-links {
  position: absolute;
  z-index: -100;
  opacity: 0;
}

.social-links--mobile {
  opacity: 1;
  position: static;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 24px 0 0;
  opacity: 1;
}

.social-links--mobile a:last-child {
  margin: 0;
}

.social-links a:hover {
  opacity: 1;
}

.mobile-apps {
  opacity: 0;
  position: absolute;
  z-index: -100;
}

.mobile-apps--mobile {
  opacity: 1;
  z-index: 0;
  position: static;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0px 15px 15px 15px;
}

.mobile-apps a {
  margin: 0px 5px 0px 5px;
}

.mobile-apps a img {
  max-height: 100%;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}